Finding the Uncertainty of Vy in a Physics Equation

AI Thread Summary
To find the uncertainty of Vy in the equation Vy = 0.125tan(54), the uncertainties of A (0.125) and B (54 degrees) are given as 0.0005 and 0.5 degrees, respectively. The uncertainty calculation involves using the formula for multiplication, where the relative uncertainties of A and B are added. For B, the proper method requires converting degrees to radians and using the derivative of the tangent function to find the uncertainty contribution. The discussion emphasizes that neither using (0.5/tan(54)) nor tan(0.5)/tan(54) is correct for determining the uncertainty of Vy. Proper error propagation techniques should be applied to accurately assess the uncertainty in the final result.
RichardT
Messages
27
Reaction score
0
Physics Uncertainty Question?

Homework Statement


I have Vy = 0.125tan(54) = 0.17204. I have to find the uncertainty of Vy Where 0.125 = A and tan(54) = B

uncertainty of A (0.125) = 0.0005
uncertainty of B (54 degrees) = 0.5degrees


Homework Equations


Uncertainty for Multiplication = uncertainty of Vy/Vy = uncertainty of A/A + uncertainty of B/B


The Attempt at a Solution



Setup: uncertainty of Vy/0.17204 = 0.0005/0.125 + 0.5/tan(54)


My problem is the tangent part: (0.5/tan(54)). do i do that for uncertainty or do i do tan(0.5)/tan(54)??
 
Physics news on Phys.org


For multiplication the rule is, if Z = X*Y and the independent uncertainties in X and Y are ΔX and ΔY, then
\frac{\Delta Z}{Z} = \sqrt{\left(\frac{\Delta X}{X}\right)^2 + \left(\frac{\Delta Y}{Y}\right)^2}
A 'cheap and dirty' method for functions of several variables such as your Vy*tan(θ) is to calculate the extremes of the possible results by varying the variable values by their uncertainties and tabulating the results. You can then see how much the results can vary from the central value.

A 'proper' way to do it is to see how the function varies with each variable using partial derivatives. The error contribution of uncertainty Δx of variable x in a function f(x,y,...) is then
\Delta f_x = \frac{\partial f}{\partial x} \Delta x
and the total uncertainty of f is given by adding all the contributions for each variable in quadrature (i.e. square root of the sum of the squares, just like adding vector components to find a magnitude):
\Delta f = \sqrt{\Delta f_x^2 + \Delta f_y^2 + \; ...}

EDIT: By the way, I think you'll want to have your Δθ value in radians for the 'proper' method.
 
Last edited:


You must mean that you have V = A*tan(B) and A = .125 ± .0005, B = 54 ± .5.
My problem is the tangent part: (0.5/tan(54)). do i do that for uncertainty or do i do tan(0.5)/tan(54)??
Neither of those is right!
You could just do the old high school high and low values and take half the difference. Or the error propagation method for tan(B) is to differentiate it:
Z = tan(B)
ΔZ = d(tan B)/dB * ΔB
ΔZ = sec²B * ΔB
You can use the 54 degrees for B, and make sure your calculator is on degrees when you do the secant. But for the ΔB you simply must use the unitless angle - convert the degrees into radians.

Edit: yikes, it must have taken me 20 minutes to sort all that out! I didn't see your post when I started.
 
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 '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