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)...
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Thread 'Correct statement about a reservoir with an outlet pipe'
The answer to this question is statements (ii) and (iv) are correct. (i) This is FALSE because the speed of water in the tap is greater than speed at the water surface (ii) I don't even understand this statement. What does the "seal" part have to do with water flowing out? Won't the water still flow out through the tap until the tank is empty whether the reservoir is sealed or not? (iii) In my opinion, this statement would be correct. Increasing the gravitational potential energy of the...
Thread 'A bead-mass oscillatory system problem'
I can't figure out how to find the velocity of the particle at 37 degrees. Basically the bead moves with velocity towards right let's call it v1. The particle moves with some velocity v2. In frame of the bead, the particle is performing circular motion. So v of particle wrt bead would be perpendicular to the string. But how would I find the velocity of particle in ground frame? I tried using vectors to figure it out and the angle is coming out to be extremely long. One equation is by work...
Back
Top