Method of Least Squares Linear Fitting

Click For Summary

Homework Help Overview

The discussion revolves around the method of least squares linear fitting applied to experimental data involving the volume of a liquid at varying temperatures. The original poster presents a quadratic equation relating volume and temperature, seeking to linearize it for analysis.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • The original poster attempts to linearize the equation V = 1 + Bθ + Dθ² and expresses concerns about the validity of their linearization process. They question how to correctly apply the least squares method in Excel and interpret the results.
  • Some participants suggest alternative resources and methods for linearization, including using differentiation and other software tools, while others express confusion regarding the relevance of these methods to the original problem.
  • Questions arise about the interpretation of the results from Excel and the meaning of plotting the corresponding curve.

Discussion Status

The discussion is ongoing, with participants exploring different methods for linearization and expressing varying levels of understanding. Some guidance has been offered regarding alternative approaches, but there is no explicit consensus on the best method to apply.

Contextual Notes

Participants are navigating the constraints of the original equation and the requirements of the homework assignment, including the need to linearize a quadratic relationship and the limitations of the tools available for analysis.

Defennder
Homework Helper
Messages
2,590
Reaction score
4

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 [tex]V = 1 + B\theta + D\theta^2[/tex] , 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:

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


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 [tex]\theta[/tex] 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)...
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K