Error estimation using differentials

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 F_x = F cos \theta

so lnF_x~=~lnF~+~lncos\theta

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

plugging in values \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
so the error is (0.015)(500)cos(60) = 3.75N

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
You differentiated incorrectly. You should have
$$\frac{dF_x}{F_x} = \frac{dF}{F} + \frac{d\theta}{\cos\theta}(-\sin\theta).$$
 
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!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top