Method of Least Squares Linear Fitting

AI Thread Summary
The discussion focuses on the method of least squares linear fitting for an experiment measuring the volume of a liquid at varying temperatures. The equation V = 1 + Bθ + Dθ² needs to be linearized to apply the least squares method effectively. Participants express confusion about how to properly linearize the equation, with one user noting discrepancies in the results obtained from Excel's LINEST function. There is a debate on the relevance of differentiating the equation and using tangent lines for approximation, with some suggesting alternative graphing tools for better results. The conversation highlights the challenges of fitting non-linear data using linear methods and the importance of correctly interpreting the results.
Defennder
Homework Helper
Messages
2,590
Reaction score
5

Homework Statement



An experiment was conducted on a liquid at varying temperatures and the volume obtained at the differing temperatures are as follows:

Code:
V/cm3	θ/oC
1.032	10
1.063	20
1.094	29.5
1.125	39.5
1.156	50
1.186	60.5
1.215	69.5
1.244	79.5
1.273	90
1.3	99

Assume that V = 1 + B\theta + D\theta^2 , where B and D are constants.

Question: Linearize the above equation and plot the corresponding curve.


Homework Equations



Microsoft Excel LINEST function, Least squares method statistical equations (too many to post)

The Attempt at a Solution



Here's what I understand about linear least squares fitting. I attended a lab session where I was taught how to apply the least squares method in Excel to linearize a given equation and then use mbest and cbest to calculate the other unknown constants in the equation. My understanding is that firstly one takes the equation, and tries to express it, in any mathematical way possible in the form y=mx + c, where y is the dependent variable and x the independent variable. Hence while the y does not have to be the same independent variable as measured directly in the experimental setup, x has to be the same. Hence the resulting linearized equation cannot use expressions of x which are functions of x expressed in ways apart from simply x. eg. x^2 is not allowed, ln x is not allowed.

Is this understanding correct? If so, then how is it possible for me to linearise the above given equation? I only got as far as:

\theta + \frac{B}{2D} = \sqrt{ \frac{V-1}{D} + (\frac{B}{2D})^2


which should suggest (or at least it does to me) that mbest in Excel using the LINEST function should be 1, since the coefficient of θ is 1. But instead I get 0.003004423, which means I have somehow linearized the equation wrongly. How else could it have been linearized?

EDIT: I didn't quite get what it means by "plot the corresponding curve". I assume this involves using Excel, but apart from using as source data the values of V and theta from the table, what else could it mean?
 
Last edited:
Physics news on Phys.org
I also got same value, 0.003004423*x+1.00

I instead used http://www.padowan.dk/graph/Download.php
it much more better than excel! give it a try.


A method to linearlize any equation
dV/dt = 2Dt+B
find dV/dt when t = 50 [almost middle point]

and so
y-1.156 = (dV/dt)[t-50]!
 
learningphysics said:
Have a look at example 1 here:

http://ceee.rice.edu/Books/CS/chapter3/data34.html

Hope it helps.
Well, I've certainly haven't seen this approach before, but I don't see how relevant it is to my question. In the link you provided, there isn't any equation to linearize to start with, unlike in mine. The LINEST Excel function gives a straight line with R^2 = 0.9996, indicating a very close fit if the constant D is real close to 0. Without having to linearize V = 1 + B(theta) D(theta)^2, I could probably do the question simply by using MS Excel LINEST function. But the problem arises when I try to obtain a best fit line for the data from Excel as shown in my first post and obtain a gradient mbest which contradicts what I get from linearizing the equation directly.

rootX said:
I also got same value, 0.003004423*x+1.00

I instead used http://www.padowan.dk/graph/Download.php
it much more better than excel! give it a try.


A method to linearlize any equation
dV/dt = 2Dt+B
find dV/dt when t = 50 [almost middle point]

and so
y-1.156 = (dV/dt)[t-50]!
I don't understand your method. Differentiating with respect to \theta gives me a whole new equation. Although it's in a linear form, isn't it totally different from the original one? And why set t=50?
 
Last edited:
I am not really sure if you can use that equation, but it just gives an approximation.

I chose 50, because this is the equation of the tangent line of this quadratic function at t = 50 (which is midpoint as 10 is min. and 99 is max)...
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top