The document describes fitting a curve of the form y=ax^2+bx to data points using the least squares method. It provides sample x and y-d data and calculates the normal equations to solve for coefficients a and b. The computation shows setting up and solving the normal equations to determine the best fit parabola is y = -1.2643 + 3.4286x.
The document describes fitting a curve of the form y=ax^2+bx to data points using the least squares method. It provides sample x and y-d data and calculates the normal equations to solve for coefficients a and b. The computation shows setting up and solving the normal equations to determine the best fit parabola is y = -1.2643 + 3.4286x.
The document describes fitting a curve of the form y=ax^2+bx to data points using the least squares method. It provides sample x and y-d data and calculates the normal equations to solve for coefficients a and b. The computation shows setting up and solving the normal equations to determine the best fit parabola is y = -1.2643 + 3.4286x.
The document describes fitting a curve of the form y=ax^2+bx to data points using the least squares method. It provides sample x and y-d data and calculates the normal equations to solve for coefficients a and b. The computation shows setting up and solving the normal equations to determine the best fit parabola is y = -1.2643 + 3.4286x.
Fit a curve of the form to the following data using least square method correct to 4D:
x 1.2 2.2 3.2 4.2 5.2 6.2 7.2 8.2
y-d 3.5 6.5 9.3 12.1 14.3 19.5 23.1 28.1 where d= (1+R)/10 Solution: Here, R= 2 and d= 0.3 So the given data is x 1.2 2.2 3.2 4.2 5.2 6.2 7.2 8.2 y 3.8 6.8 9.6 12.4 14.6 19.8 23.4 28.4 For fitting a curve of the form to the given observed points , the normal equations are