Intermediate Physics Lab Analysis, Uncertainty and Linear Regression

Click For Summary
SUMMARY

The discussion focuses on calculating uncertainty in a physics lab experiment measuring wind speed using a rotating blade. Participants emphasize that the uncertainty in the number of rotations can be estimated as ±0.5 rotations, which is justified by the rounding of whole numbers. The fractional uncertainty is calculated using the formula (Uncertainty)/(Value), with results showing 3.5% for 10 mph and 2.6% for 15 mph. Linear regression is highlighted as a statistical method that inherently accounts for uncertainties in slope and intercept, making it valid to neglect small uncertainties in the context of the overall analysis.

PREREQUISITES
  • Understanding of linear regression analysis
  • Knowledge of uncertainty propagation techniques
  • Familiarity with statistical concepts such as mean and standard deviation
  • Basic principles of experimental physics
NEXT STEPS
  • Study the principles of uncertainty propagation in experimental measurements
  • Learn how to perform linear regression using Python's NumPy and SciPy libraries
  • Explore Gaussian distribution and its application in estimating measurement uncertainties
  • Investigate advanced statistical methods for analyzing experimental data
USEFUL FOR

Physics students, experimental researchers, and anyone involved in data analysis and uncertainty quantification in scientific experiments.

definition
Messages
4
Reaction score
0

Homework Statement


"You are asked to do an experiment where you will need to use a rotating blade to measure the wind speed. You measure the number of rotations of the blade at 10 different wind speeds, 10 times each and will make a linear fit to determine the wind speed as a function of rotations."

Justification Question: Suppose the uncertainty of the independent variable is the same for each. Give an upper estimate of the value of that uncertainty that justifies neglecting this uncertainty when doing the linear fit.


Homework Equations


-Uncertainty we assign is + or - half of the least count.
-Propagation of Errors? L = L0 + ΔL
-Mean of sample distribution?


The Attempt at a Solution



This is a uncertainty and analysis type problem for my intermediate physics lab course. So I am given a set of data points, which I didn't post because I am more interested in arriving on how to do the calculations. I just want to make it clear that I'm not seeking to get the work done, but would rather learn..

So a set of example data points are however:
10 mph: 12, 13, 14, 17, 14, 14, 15, 13, 14, 14 rotations
15 mph: 18, 19, 20, 18, 18, 18, 17, 19, 21, 19 rotations

Therefore would the uncertainty be just 0.5 rotations per each data point? But then is it really possible to have an error of rotations? So I just apply the fractional uncertainty equation, which is (Uncertainity)/(Value), in which for the value I just take the average for each set, since this is not a combination type uncertainty measurement.

I get a value for each mph data points, example, i get 3.5% for 10mph, and 2.6% for 15mph. Is this approach correct? However, I do not understand why this uncertainty would be neglected in linear regression. Is it because in linear regression, it takes the sample distribution?

Thank you very much!
 
Physics news on Phys.org
The uncertainty on each data point is well estimated to be below 0.5 rotations if you are always rounding to a whole number of revolutions.
(presumably you are counting number of rotations in a set time frame?)

It is certainly valid to have an uncertainty in the number of rotations - since it is unlikely that an exact whole number of rotations will have occurred. You can see from the statistical variation in the number of rotations that the actual count is uncertain.

For each speed you can find a mean number of rotations, the uncertainty can be estimated from the standard deviation of the distribution of measurements. You can also use the formula for finding the uncertainty on the mean of a gaussian distributed measurement.

Linear regression is itself a statistical method that provides it's own estimates for uncertainties for, say, slope and intercept.

All these are methods for estimating the uncertainties. The best estimate is the smallest value that is certain to be bigger than the "actual" uncertainty. You are going through the process of learning different techniques to make sure the estimate is a good one.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
Replies
15
Views
3K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 20 ·
Replies
20
Views
2K
Replies
15
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 13 ·
Replies
13
Views
5K