What is the value of θ when the error in sinθ ≈ θ is approximately 5%?

  • Thread starter Thread starter Gee Wiz
  • Start date Start date
  • Tags Tags
    Approximation
AI Thread Summary
The discussion focuses on determining the angle θ where the approximation sinθ ≈ θ has an error of approximately 5%. It is noted that for θ = 43° (0.75 radians), the error is about 10%. Participants suggest using the Taylor series expansion for sinθ to derive a more precise value for θ, recommending methods like the bisection method or Newton's method for solving the equation. There is also a mention of issues with a Computer Algebra System (CAS) not yielding results, with suggestions to simplify the problem by removing absolute values. Overall, the conversation emphasizes finding a more accurate approach to solving the approximation error.
Gee Wiz
Messages
137
Reaction score
0

Homework Statement


In order to simplify problems in physics, we often use various approximations. For example, when we investigate diffraction and interference patterns at small angles θ, we frequently approximate sinθ and tanθ by θ (in radians). Here you will calculate over what range these are reasonable approximations.

For θ= 43° this approximation has an error of almost exactly 10%:

θ = 43° = 0.75 radians

sinθ=0.682

|sinθ-θ| / |sinθ| ≈ 10%

For what value of θ (to the nearest degree) is the error in sinθ ≈ θ approximately 5%?


Homework Equations



|sinθ-θ| / |sinθ| ≈ 10%

The Attempt at a Solution



So I was not having much luck finding the approximate for 5% so i tried to work backwards with the .75 radians and 10%. I set it up like
|sin.75-.75| / |sin.75| ≈ 10%
which works...so i tried to use the CAS calculator to quick solve the other question and I had no such luck. I attempted to have it solve |sinx-x| / |sinx| = .1...and it gave me an answer of false. I did get the right answer...but I literally just plugged in numbers until it worked out. I was wondering first if there is a better way to solve this not using CAS and second why didn't the CAS system work?
 
Physics news on Phys.org
I would start with the Taylor series expansion for sinθ in terms of θ. I would retain only the first two terms. I would then divide this by θ. The first term would then be 1, and the second (quadratic term) would be the deviation from 1. I would set the second term equal to 1/10, or 1/20, and solve for θ.
 
For this problem, it might just be easier to use the bisection method than be creative.
 
Chestermiller's method is an excellent way to get started, and if you need more precision then you can refine it using voko's 'binary chop' approach.
why didn't the CAS system work?
Maybe it would help if you got rid of the absolute value symbols. You know which of sin θ and θ will be the larger in the region of interest.
 
Some other possibilities

1. Retain 3 terms in the taylor series expansion and solve the resulting quadratic equation in θ2 using the quadratic formula.
2. Solve sinθ=0.9θ or sinθ = 0.95θ using Newton's method, with a starting guess from my previous post.

Chet
 
Thanks you, I appreciate the help
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top