Propogation of error when taking sine inverse

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 16K views
nietzsche
Messages
185
Reaction score
0

Homework Statement



I need to calculate the angle of inclination of an air track. The hypotenuse is 229.8 +/- 0.05 cm and the opposite side (the height that one side of the track is raised to) is 1.3 +/- 0.05 cm. I need to calculate the error in the angle of inclination.

Homework Equations





The Attempt at a Solution



I do the division of opposite over hypotenuse and I get (0.057 +/- 0.002) as my ratio. But what happens when I take the sine inverse of this? The angle is small, so the angle is roughly equal to the ratio (0.057 rad) but what happens to the error?

Many thanks in advance.
 
Physics news on Phys.org
Error calculation for a function of two variables (You can easily see how to incorporate more into this formula):

Given:
[tex]x, \Delta x[/tex]

[tex]y, \Delta y[/tex]

[tex]f(x,y)[/tex]

And what we're looking for is [tex]\Delta f(x,y)[/tex]

[tex]\Delta f(x,y)=\sqrt{(\frac{\partial f}{\partial x}\cdot \Delta x)^2+(\frac{\partial f}{\partial y}\cdot \Delta y)^2}[/tex]

The notation [tex]\frac{\partial y}{\partial x}[/tex] means the partial derivative of y, with respect to x.
What that means is that you take the function of one or more variables, and only take the derivative with respect to x, treating everything else as though it were a constant.

All you need to do now, is find the derivative of the [tex]\arcsin{x}[/tex] function and you're good to go, since it's a one-variable function.
 
Thank you very much.
 
nietzsche said:
Thank you very much.

Happy to oblige. :)

This is fairly tricky stuff. More time consuming than it is tricky, to be honest. Especially if you have a lab with a fair number of results.

It was a bit intimidating when we first learned it, but practice makes perfect, so it's just something you need to get used to. Just like how the error in a sum is the square root of the squares of the errors in each of the quantities summed up.
Haha, just writing that out still wigs me out.