1) $0.1 + 0.2x + 0.3x^2 + 0.4x^3 = x$
Rearrange the equation to get:
$0.4x^3 + 0.3x^2 - 0.8x + 0.1 = 0$
Now, we can use a numerical method, such as the Newton-Raphson method, to find the positive root of this equation. Doing so, we find that the positive root
Show more…