My question is:
1a) Show that the function $f(x)=x^3+\sin({\pi x \over 2})−1$,for $x \in [0,1]$,has a unique root $x^* \in [0,1]$.
How would I show this using numerical methods?
b) Write down the function g for the Newton–Raphson method to compute the root $x^*$, in the form:
$x_0 \in [0,1]$ and $x_k =g(x_{k-1})$ for k≥1
Is it reasonable to expect convergence?
I'm really struggling with how to answer these questions
Thanks in advance for any help!
Hint: The derivative is $f’(x)=3x^2+\frac{\pi}{2}\cos{\frac{\pi}{2}x}$.