0% found this document useful (0 votes)
174 views

III Sem N-IT-Module 2-Curve Fitting and Optimaization-Practice Problems

This document contains 17 questions related to curve fitting, regression analysis, and linear programming. Some of the questions ask students to: 1. Fit curves to data using the method of least squares and determine regression equations. 2. Calculate correlation coefficients from bivariate data. 3. Formulate and solve linear programming problems using the simplex method.

Uploaded by

Anusha Reddy
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
174 views

III Sem N-IT-Module 2-Curve Fitting and Optimaization-Practice Problems

This document contains 17 questions related to curve fitting, regression analysis, and linear programming. Some of the questions ask students to: 1. Fit curves to data using the method of least squares and determine regression equations. 2. Calculate correlation coefficients from bivariate data. 3. Formulate and solve linear programming problems using the simplex method.

Uploaded by

Anusha Reddy
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

DAYANANDA SAGAR COLLEGE OF ENGINEERING

(An Autonomous Institute Affiliated to VTU, Belagavi)


Shavige Malleshwara Hills, Kumaraswamy Layout, Bengaluru-560078
DEPARTMENT OF MATHEMATICS

Transforms and Numerical Methods (TNM)


Subject Code : 19MA3GCTNM
Module – 2 (Curve Fitting & Optimization)

Q.No Questions
1. a) Find the linear law
W 50 70 100 120
P 12 15 21 25

b) Fit the best possible curve of the form using method of least square for the
data
x 5 10 15 20 25
y 16 19 23 26 30

2. a) Fit the best possible curve of the form , using method of least square for the
date
x 1 3 4 6 8 9 11 14
y 1 2 4 4 5 7 8 9

b) A simply supported beam carries a concentrated load X at its mid-point. Corresponding to


various values of X the maximum deflection Y is measured and is given in the following
table. Find the law of the form and hence estimate Y when X = 150.
X 100 120 140 160 180 200
Y 0.15 0.55 0.6 0.7 0.8 0.85

3. a) Fit a straight line to the following data. And also find the expected production in the year
2006
Year 1961 1971 1981 1991 2001
Production in 8 10 12 10 16
tones

b) Fit the best possible curve of the form using method of least square for the
data
x 1 2 3 4 5
y 14 13 9 5 2

4. a) Fit a parabola to the data


x 1 2 3 4 5
y 10 12 13 16 19

1
DAYANANDA SAGAR COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to VTU, Belagavi)
Shavige Malleshwara Hills, Kumaraswamy Layout, Bengaluru-560078
DEPARTMENT OF MATHEMATICS

b) Fit a parabola to the data


x 1.0 1.5 2.0 2.5 3.0 3.5 4.0
y 1.1 1.3 1.6 2.0 2.7 3.4 4.1

5. a) Fit a parabola to the data


x 0 1 2 3 4 5
y 1 3 7 13 21 31

b) Fit a parabola to the data


x -2 -1 0 1 2
y -3.150 -1.390 0.620 2.880 5.378

6. a) The revolution (r) and time (t) are related by quadratic polynomial .
Estimate the number of revolution for time 3.5 units given
t 1.2 1.6 1.9 2.1 2.4 2.6 3
r 5 10 15 20 25 30 35

b) Fit a parabola to the data


x -3 -2 -1 0 1 2 3
y 38 16 4 2 10 28 56

7. a) A company produces 3 items A, B, C. Each unit of A requires 8 minutes, 4 minutes and 2


minutes of producing time in Machine , respectively. Similarly B requires 2, 3, 0
and C requires 3, 0, 1 minutes. Profits per unit of A, B, C are Rs.20, Rs.6, and Rs.8
respectively. Formulate the Linear Programming Problem for maximum profit.
Given , are available for 250, 100, 60 minutes per day.

b) A radio factory produces two different types of transistors, ordinary model and special
model. For greater efficiency the assembly and finishing process are performed in two
different workshops. The ordinary model requires 3 hours of work in workshop – I and 4
hours in workshop – II, while the special model required 6 hours of work in workshop – I
and 4 hours in workshop – II. Due to limited resources in skilled labour and materials only
180 hours of work can be done in workshop – I and 200 hours of work in workshop – II.
The factory makes a profit of Rs.30/- on each ordinary model and Rs.40/-on each special
model. Formulate the Linear Programming Problem by assuming that it can sell all the
transistors in order to get maximum profit?

8. a) Find all the basic solutions and hence the optimal solution of following LPP:

b) Solve following LPP by using Simplex Method :

2
DAYANANDA SAGAR COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to VTU, Belagavi)
Shavige Malleshwara Hills, Kumaraswamy Layout, Bengaluru-560078
DEPARTMENT OF MATHEMATICS

9. a) Solve following LPP by using Simplex Method :

b) Solve following LPP by using Simplex Method :

10. a)Solve following LPP by using Simplex Method :

b)Solve following LPP by using Simplex Method :

11. a) Solve by using Simplex Method :

b) Find all the basic solutions and hence the optimal solution of following LPP:

12. a) Define: (i) Correlation (ii) Co-efficient of correlation (iii) Regression (iv) Lines of Regression
(v) Regression co-efficient.

b) Establish the formula

13. a) Find the correlation co-efficient between and from the given data:
78 89 97 69 59 79 68 57
125 137 156 112 107 138 123 108

b) Find the correlation co-efficient between and from the given data:
x 21 23 30 54 57 58 72 78 87 90
y 60 71 72 83 110 84 100 92 113 135

3
DAYANANDA SAGAR COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to VTU, Belagavi)
Shavige Malleshwara Hills, Kumaraswamy Layout, Bengaluru-560078
DEPARTMENT OF MATHEMATICS

14. a) Calculate the correlation co-efficient for the following heights in inches of fathers (x) and
their sons (y).
x 65 66 67 67 68 69 70 72
y 67 68 65 68 72 72 69 71

b) Find the co-efficient of correlation between industrial production and export using the
following data and comment on the result.
Production (in crore tons) 55 56 58 59 60 60 62
Exports(in crore tons) 35 38 38 39 44 43 45

15. a) Obtain the regression lines of y on x and x on y and hence find the correlation coefficient
for the following data:
x 2 4 6 8 10
y 5 7 9 8 11

b) Obtain the regression lines of y on x and x on y and hence find the correlation coefficient
for the following data:
1 2 3 4 5
2 5 3 8 7

16. a) Obtain the regression lines of y on x and x on y and hence find the correlation coefficient
for the following data:

1 2 3 4 5 6 7 8 9 10
10 12 16 28 25 36 41 49 40 50

b) Obtain the lines of regression and hence find the co-efficient of correlation for the data:
1 3 4 2 5 8 9 10 13 15
8 6 10 8 12 16 16 10 32 32

17. a) The following results were obtained from records of age(x) and blood pressure (y) of a
group of 10 men, given ( ̅ )( ̅) Find the appropriate regression equation
and use it to estimate the blood pressure of a man whose age is 45

Mean 53 142
Variance 130 165

b) Given , write down the equation of the lines of regression and hence find the most
probable value of y when x =70

Mean 18 100
S.D 14 20

4
DAYANANDA SAGAR COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to VTU, Belagavi)
Shavige Malleshwara Hills, Kumaraswamy Layout, Bengaluru-560078
DEPARTMENT OF MATHEMATICS

18. a) The two regression equations of the variables x and y are and
. Find (i) mean of x’s, (ii) mean of y’s and (iii) the correlation coefficient
between x and y.

b) Two random variables have the regression lines y on x and x on y with equations
and respectively Find the mean values of x’s and y’s and the
correlation coefficient between x and y

19. a) In a partially destroyed laboratory data, only the equations giving the two lines of
regression of y on x and x on y are , respectively. Calculate
the coefficient of correlation, ̅ and ̅

b) In a partially destroyed laboratory record of correlation data, the following result only are a
variable, variance of x is 9, regression equation y on x and x on y are ,
respectively. Calculate the coefficient of correlation, ̅ , ̅ and

20. a) If θ is the acute angle between the two regression lines relating the variables x and y, show
that ( )

b) Find the co-efficient of correlation between x and y given and the angle between
the lines of regression is ( )

You might also like