Solving Non-linear equation for Computational math

47 Views Asked by At

Question is, the curve $y = x^3 - 2x^2 + x -1$ intersects the parabola $y = 2x^2 + 3x + 1$. Locate the intersection then use both False Position Method and Secant Method. (Numerically) I really need help on this question. I don't really know what to start and what to do. Please help me

1

There are 1 best solutions below

6
On BEST ANSWER

HINT

To find the intersection of these curves we can write $$x^3 - 2x^2 + x - 1 = 2x^2 +3x + 1.$$ How should we rewrite this equation so that we can use those methods?