Propagation of Uncertainty with Angles

AI Thread Summary
The discussion focuses on the propagation of uncertainty in angle calculations derived from distance measurements in an experiment. The user is unsure how to propagate uncertainties through their calculations involving the tangent and sine of angles. A formula for error propagation is provided, indicating that the uncertainty in a function can be derived from the uncertainties in its variables. Example calculations demonstrate how to compute the uncertainty in the angle based on the given distances and their respective uncertainties. Ultimately, the user concludes that the uncertainty in their calculations is 0.01, reflecting the limits of precision in their measurements.
TheJuke
Messages
3
Reaction score
0

Homework Statement


I conducted an experiment which involves measuring two distances (Y and L) and have used tan to determine the angle, then finally calculated the sine of the angles for use in my analysis.

I have uncertainties in both length measurements and am unsure how to propagate the uncertainties the way through.


Homework Equations


Unsure of what equation to use here.


The Attempt at a Solution


Unsure where to start really.

Thanks.
 
Physics news on Phys.org
What level of mathematics have you taken? If you've taken multivariable calculus, it will be really simple to explain.
 
I am currently taking multivariable calculus so that would be great
 
If δf is the uncertainty of a function of f(x1,x2,...,xn) each with error δxi, then the most general equation for the error is (\delta f)^2=\sum_{i=1}^n(\delta x_i \frac{\partial f}{\partial x})^2. If you want a derivation, I would recommend reading Introduction to Error Analysis by Taylor.
 
Thanks so much, I think I have it.

Would you mind having a look over my calculations? I am 100% sure of them as I would expect a far greater error.



Example Calculations:
θ=arctan(6/28)
θ=0.21 radians
sinθ=0.21

Propagation of Uncertainty:
Let r= y/L
∆r= (√((∆y/y)^2+ (∆L/L)^2 ))r
θ=arctan(r)
∆θ=(d(arctan(r))/dr) ∙ ∆r
∆θ(1/d)= 1/(r^2+1) (√((∆y/y)^2+ (∆L/L)^2 ))r

At smallest value:
∆θ(0.5)= 1/((6/28)^2+1) (√((0.25/6)^2+ (0.1/28)^2 ))(6/28)
∆θ=0.00857
∆θ=0.01
At maximum value:
∆θ(0.5)= 1/((18/28)^2+1) (√((0.25/18)^2+ (0.1/28)^2 ))(18/28)
∆θ=0.00652
∆θ=0.01
Therefore the uncertainty in all calculations is 0.01 as this is the limit of the precision in the original measurements.
 
I would have used 0.009 and 0.007 for the two accuracies. Propagation of uncertainty is one of the few cases where I would recommend plugging in numbers at every step. That is because
\frac{\delta r}{\sqrt{r^2+1}}
is easier to calculate than
\frac{\sqrt{\left(\frac{\delta y}{L}\right)^2+\left(\frac{y\times\delta L}{L^2}\right)^2}}{\sqrt{\left(\frac{y}{L}\right)^2+1}}
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Calculation of Tensile Forces in Piston-Type Water-Lifting Devices at Elevated Locations'
Figure 1 Overall Structure Diagram Figure 2: Top view of the piston when it is cylindrical A circular opening is created at a height of 5 meters above the water surface. Inside this opening is a sleeve-type piston with a cross-sectional area of 1 square meter. The piston is pulled to the right at a constant speed. The pulling force is(Figure 2): F = ρshg = 1000 × 1 × 5 × 10 = 50,000 N. Figure 3: Modifying the structure to incorporate a fixed internal piston When I modify the piston...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top