Question #aa46e

2 Answers
Feb 7, 2017

0.6%0.6%

Explanation:

In the classical sense , the centripetal force FF can be measured as:

F = (m v^2)/rF=mv2r

We can take logs and say that:

ln F = ln ((m v^2)/r) lnF=ln(mv2r)

= ln m + ln v^2 - ln r=lnm+lnv2lnr

= ln m + 2 ln v - ln r=lnm+2lnvlnr

Using differentials:

(dF)/F = (dm)/m + 2 (dv)/v - (dr)/rdFF=dmm+2dvvdrr

= 2% + 2 * 1.3% - 4% = 0.6%=2%+21.3%4%=0.6%

Feb 8, 2017

4.66%4.66%

Explanation:

The formula for error propagation using standard deviations:

(sigmaF)/|F|=sqrt(((sigmaa)/|a|)^2+((sigmab)/|b|)^2+((sigmac)/|c|)^2+...)

Where a, b, c, ... are parameters used to determine the uncertainty of F.

(sigmaF)/|F| is basically a percentage in error if we multiply by 100%. Therefore,

Uncertainty in your centripetal force is sqrt(2^2+1.3^2+4^2)=4.65725%

Round it off to get 4.66%.

There is a more robust way of measuring uncertainties using calculus and it is my go to formula.

Uncertainty of a quantity, sigmaQ=sqrt((sigmaa(delQ)/(dela))^2+(sigmab(delQ)/(delb))^2+(sigmac(delQ)/(delc))^2+...)

(sigmaa(delQ)/(dela)) is basically sigmaa also known as the uncertainty to be multiplied by the derivative of Q with respect to parameter a.

Cheers.