Error estimation using differentials

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
2 replies · 2K views
bawbag
Messages
13
Reaction score
1

Homework Statement



A force of 500N is measured with a possible error of 1N. Its component in a direction 60° away from its line of action is required, where the angle is subject to an error of 0.5°. What (approximately) is the largest possible error in the component?

Homework Equations





The Attempt at a Solution



The component force is [tex]F_x = F cos \theta[/tex]

so [tex]lnF_x~=~lnF~+~lncos\theta[/tex]

applying differentials: [tex]\frac{dF_x}{F_x} = \frac{dF}{F} + \frac{d~cos\theta}{cos\theta} (-sin\theta)[/tex][tex]=\frac{dF}{F} + \frac{sin^{2} \theta}{cos\theta}d\theta[/tex]

plugging in values [tex]\frac{dF_x}{F_x} = \frac{1}{500} + \frac{3}{4} \frac{2}{1} \frac{1}{2} \frac{\pi}{180} = 0.002 + 0.013 = 0.015[/tex]
so the error is [itex](0.015)(500)cos(60) = 3.75N[/itex]

The solution says 4.28N, however, which I confirmed by checking each error combination. Where am I going wrong here?

Thanks in advance.
 
Physics news on Phys.org
vela said:
You differentiated incorrectly. You should have
$$\frac{dF_x}{F_x} = \frac{dF}{F} + \frac{d\theta}{\cos\theta}(-\sin\theta).$$


Gotcha, I figured it would be something simple like that! Thanks a lot!