M^3 - M -1 =0
how to solve for M...?
i take approximation for M=1.33, am i right?
There are many numerical methods you can use for finding approximations to the real root of the equation. Use the intermediate-value theorem to narrow it down first; in this case, the real root is betweenand
Then you can apply, for example, Newton’s method to the polynomial.
For an analytic solution, you can use Cardano’s method, which in this case yields an exact solution offor the real root (which is approximately
![]()