Use Newtons iterative process to show the following

61 Views Asked by At

For the function

$$ f: = \cot(\sqrt x) + \frac{1}{\sqrt{x}}$$ with the initial approximate $$x_0 = \pi^2\left(n-\frac{1}{2}\right)^2$$ Show that after one iteration $$ x_{n+1} = \pi^2\left(n-\frac{1}{2}\right)^2\left(1+ \frac{1}{1+ \pi^2\left(n-\frac{1}{2}\right)^2}\right)^2$$

So we have $$ f' = \frac{-x\csc^2(\sqrt{x})-1}{2x^{3/2}}$$

Then

$$ x_{n+1} = \pi^2\left(n-\frac{1}{2}\right)^2 - \frac{\cot(\pi\left(n-\frac{1}{2}\right))+\frac{1}{\pi\left(n-\frac{1}{2}\right)}}{\frac{-\pi^2\left(n-\frac{1}{2}\right)^2\csc^2\left(\pi\left(n-\frac{1}{2}\right)\right)-1}{2\pi^3\left(n-\frac{1}{2}\right)^3}}$$

I think that

$$ \cot\left(\pi\left(n-\frac{1}{2}\right)\right) = 0, \forall n \in \mathbb{N}$$ and $$ \csc^2\left(\pi\left(n-\frac{1}{2}\right)\right) = 1, \forall n \in \mathbb{N}$$

So,

$$ x_{n+1} = \pi^2\left(n-\frac{1}{2}\right)^2 - \frac{\frac{1}{\pi\left(n-\frac{1}{2}\right)}}{\frac{-\pi^2\left(n-\frac{1}{2}\right)^2-1}{2\pi^3\left(n-\frac{1}{2}\right)^3}}$$

$$ = \pi^2\left(n-\frac{1}{2}\right)^2+ \frac{2\pi^2\left(n-\frac{1}{2}\right)^2}{\pi^2\left(n-\frac{1}{2}\right)^2-1}$$

$$ = \pi^2\left(n-\frac{1}{2}\right)^2\left(1 + \frac{2}{1+ \pi^2\left(n-\frac{1}{2}\right)^2}\right)$$

Which is not the correct answer! Can anyone spot a flaw?

1

There are 1 best solutions below

0
On BEST ANSWER

From your resulto of $x_1$, I followed the calculations and get the same result and a usefull thing should be this.

If we use that, calling $\Delta := \pi(n-1/2)$

$$\left(1 + \frac{1}{1+\Delta^2}\right)^2 = 1 + \frac{2}{1 + \Delta^2} + \frac{1}{(1 + \Delta^2)^2}$$

From your result we have that

$$x_1 = \Delta^2\left(1 + \frac{1}{1+\Delta^2}\right)^2 - \frac{\Delta^2}{(1 + \Delta^2)^2} = R - C$$

Where $R$ is the answer and $C$ is a positive real number.