Which Averages Determine the Linear Least Squares Fit in Physics Experiments?

Click For Summary
SUMMARY

The discussion centers on determining the four averages necessary for calculating the linear least squares fit in a physics experiment measuring gravitational acceleration (g) using air tracks and gliders. The key measurements include the original height of the air track, the change in heights, the time taken for the glider to pass through the photogate, and the instantaneous velocity at the midpoint of the photogate. Additionally, the equation mgh=1/2mv^2 is analyzed for linearization, concluding that the model does not include a y-intercept (b=0) when fitting the data, and suggesting the use of a simple F test to evaluate the significance of b.

PREREQUISITES
  • Understanding of linear least squares fitting techniques
  • Familiarity with basic physics concepts such as gravitational potential energy and kinetic energy
  • Experience with data collection and analysis using photogates
  • Knowledge of statistical significance testing, particularly the F test
NEXT STEPS
  • Learn about linear least squares fitting methods in Python using libraries like NumPy or SciPy
  • Explore the concept of gravitational potential energy and its applications in physics experiments
  • Research the implementation of F tests in statistical analysis to evaluate model parameters
  • Study the impact of measurement errors on quadratic versus linear models in experimental physics
USEFUL FOR

Physics students, educators conducting lab experiments, and researchers analyzing data from motion experiments will benefit from this discussion.

myelevatorbeat
Messages
55
Reaction score
0
I am currently working on a lab report for my physics class. During the lab, we used air tracks, gliders, and a photogate to measure the value of 'g'. Basically, we would raise one end of the air track to a certain height and let the glider slide down the frictionless track and the timer would go on when the glider entered the photogate and the timer would end when the glider left the photogate.

Now, I'm working on the lab report and it wants to know what four averages I would use to find the linear least squares fit. I recorded the original height of the air track, the change in heights, the time it took for the glider to go through the photogate, and the instantaneous velocity when the glider was halfway through the photogate.

Can someone help me out and tell me which four values I would need to average to find the least squares fit? I know what to do from there...but I'm having a bit of trouble getting started. Here is more information, just in case:

Also, if I wanted to re-arrange this equation: mgh=1/2mv^2, how would I do it so it's a linear equation in the form y=mx+b? I figured I would solve for v^2=2gh...but then what is 'b'?
 
Physics news on Phys.org
Your model is not linear in your measured values. For example, if you have a particular error in your measurement of v then that is very different from the error in your measurement of v^2. Your model uses v^2, so it is of the form y^2=mx+b not of the form y=mx+b.

However, I assume that your lab is not worried about statistical niceties like that, so that is not your real question. To answer what I assume is your real question I would say the following: In your model there is no "b", or equivalently b=0. So, if you get a significantly non-zero estimate for b in your least squares (I think you can use a simple F test for that) then you know that there is some significant problem with either your data or your model. Alternatively, many linear least squares algorithms allow you to require b=0. However, if you do that then the r value is no longer really meaningful.

I would recommend the following, run the fit normally, see if your b value is significantly different from zero. If not then re-run the fit using the option to force b to zero. Do not report r.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
6K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
24
Views
3K