I have a Math problem which I did not manage to explain to my IB student boy. $ g(x)= x^3+3x-6 $ admits a single zero at $\alpha \in [1.2, 1.3]$
$f(x)=\frac{x^3+x^2+4}{x^2+1}$ has a derivative which can be written in function of the previous function $g$
$f'(x)= \frac{xg(x)}{(x^2+1)^2}$
Now the question asks to demonstrate that: (1) $f(\alpha)= 1+\frac{3}{2}\alpha$ And this is done by expressing $ f(x) \text{ in function of } g(x)$ then make the polynomial division before equating the whole expression with a fraction $\large \frac{a\color{red}\alpha}{b}$ which gives a=3 and b=2
The Question now asks for the exact value of $f(\alpha)$. I managed already to get the value of $\alpha$ throught Newton-raphson method. I even ploted the function on GeoGebra and went step by step over few elements of the series $x_{i+1}=x_i -\frac{f(x_i)}{f'(x_i)}$ But did managed to get algebraically the value of $f(\alpha)$ without using N-R method.