Consider this equation
There are 2 trivial solutions, namely and
However, the equation is known to also have a negative solution. Find the negative solution.
Give your answer to 3 decimal places.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We want to find the root of 2 x = x 2 which means we want to find the zero of the function f ( x ) = 2 x − x 2
Let's use newton raphson method to get the root near -1
Clearly, f ′ ( x ) = ln 2 ⋅ 2 x − 2 x
We run the following in Mathematica