What are the three real solutions for the equation x^2=2^x?

  • Thread starter Thread starter Emethyst
  • Start date Start date
Emethyst
Messages
117
Reaction score
0

Homework Statement


Consider the equation x^2=2^x. Show that there are three real solutions by sketching appropriate curves. Solve the equation.



Homework Equations


N/A



The Attempt at a Solution


Not really a calculus style question but because it is part of my calculus work I included it here. The first part of this question was simple: I sketched the graph of this equation, finding out that there are 3 points of intersection. The problem I'm having is actually finding what these intersection values are. I know just from looking at the graph and using guess and check that 2 and 4 are two of the values, but I have no idea how to find the third (negative) value. For some reason I was thinking of using Newton's Method, but I do not know how I could apply it to this question, nor if that is even the right method to use to find the value. Any nudge in the right direction for this question would be greatly appreciated, thanks.
 
Physics news on Phys.org
You are already going the right direction. You need to apply a numerical method to find the third root. The root is a zero of the function f(x)=x^2-2^x. Newton's method will work, but it's maybe a bit complicated. You could also use bisection to get a quick estimate.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top