What is the largest possible error in the component?

  • Thread starter Thread starter jesuslovesu
  • Start date Start date
  • Tags Tags
    Component Error
AI Thread Summary
The discussion revolves around calculating the largest possible error in the component of a force measured at 500 Newtons with a potential error of 1 Newton, and an angle of 60 degrees with a possible error of 0.5 degrees. The approach involves considering the sine of the angle rather than the angle itself for error propagation, as the angle affects the calculation of the force component. A suggestion is made to use derivative approximation for the sine function to estimate the error more accurately. Alternatively, a direct calculation method is proposed by evaluating the maximum and minimum values of both the force and angle to find the largest deviation. The conclusion emphasizes that the maximum error can be determined by comparing these calculated values.
jesuslovesu
Messages
185
Reaction score
0
[SOLVED] Error Calculation

Homework Statement


A force 500nt is measured with a possible error of 1nt.
Its component in a direction 60 deg away from its lnie of action is required. Where the angle is subject to an error of .5 deg. What is the largest possible error in the component?


Homework Equations





The Attempt at a Solution


I was thinking 1/500 + .5/60 would bring the percentage and then if I multiply % * 500 I would get the amount of "nt"s (what's an nt, a Newton?) however that gives a result that is a little too large. I would imagine my problem lies with the angle.. do I need to do something special with it?
 
Physics news on Phys.org
you can't just add the relative error (0.5/60) because it is the sine of the angle, not the angle itself, that is added. If this were not in "precalcus, I woud recommend approxmating the error in the sine by dy= (\pi/180) cos x dx. (If y= sin(x) then dy/dx= cos(x) so to a linear approximation, the error in sin(x) is cos(x)dx. The reason for for the \pi/180 factor is that x is measured in degrees not radians.)

If you are not familiar with using the derivative to approximate a function, you can do a direct calculation of the maximum error. The largest possible values for the nts measurement (yes, that's "Newtons") is 501 and the largest possible angle is 60.5 degrees. Do the calculation for that. The smallest possible corresponding values are 499 nts and 59.5 degrees do the same calculation for that. Which is those is the largest deviation from the value for 500 nts and 60 degrees? That is the maximum error.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top