Why is a Non-Zero Root Used in Newton's Method for Sin(x) = x^2?

  • Thread starter Thread starter Miike012
  • Start date Start date
  • Tags Tags
    Method Newtons
Miike012
Messages
1,009
Reaction score
0
Question:
Use Newtons method to approximate the indicated root of the equation correct to six decimal places.

The positive root of sin(x) = x^2

The answer is ...0.876726

Why did they pick this when the obvious root is 0?

Sin(0) = (0)^2 = 0
 
Physics news on Phys.org
There are two roots - they want you to find the other one.
The one that it actually helps to use Newton's method for.
 
Yes, they wouldn't ask you to use Newton's Method if they only wanted the trivial root. Try to start with a first approximation that is near the root. I'd try 1.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top