Quick error propagation problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
mjolnir80
Messages
54
Reaction score
0

Homework Statement


we are trying to find the x -component of a velocity vector (V*cos[tex]\theta[/tex])
our uncertainty for the velocity is +-.0003 and for the and it is .5(in degrees)
how do we propagate the error for this
v=.048 while [tex]\theta[/tex] =27 degrees



Homework Equations





The Attempt at a Solution


using partial derivatives :
(vSin[tex]\theta[/tex]).5 (degrees)+ (cos[tex]\theta[/tex]).0003=
(0.048*sin27)0.5+(cos27).0003=0.02
the problem is this is a really big uncertainti compared to the answer and i was just wondering whether i did this right?
 
Physics news on Phys.org
The method looks fine except that you need to convert your error to radians, as the relation [tex]\frac{d}{d \theta} \cos \theta=- \sin \theta[/tex] is only true when [itex]\theta[/itex] is in radians.