Can 2 raised to the power of x minus 1 be expressed as a quadratic equation?

  • Thread starter Thread starter miniradman
  • Start date Start date
  • Tags Tags
    Index Laws
AI Thread Summary
The discussion revolves around expressing the equation 2^x - 1 = 2/(2^x) as a quadratic equation. Participants explore various methods to manipulate the equation, including substitutions and multiplying by 2^x, but face challenges due to the exponential nature of the function. A key insight is that by substituting 2^x with y, the equation can be transformed into a standard quadratic form. The solution reveals that the quadratic has one real solution at x = 1, confirming the original task. Ultimately, the participants successfully navigate the complexities of the problem through collaboration and shared insights.
miniradman
Messages
191
Reaction score
0

Homework Statement


Show that the following can be expressed as a quadratic equation

2^{x}-1 = \frac{2}{2^{x}}

Homework Equations


Show that the quadratic has only one real solution at x = 1

The Attempt at a Solution


Well, my biggest problem is the main part of the task, converting the equation into a quadratic. I cannot find a way to get the same base for all parts of the equation so I can equate them. I've tried doing things like:
-Taking the denominator to the top on the RHS and making 1 = 2^{0}
- Squaring both sides of the equation, although I can get a quadratic out of this method, technically I haven't proved anything, just made the equation look a little fancier.
- taking the -1 to the other side and adding it in the form of \frac{2^{x}}{2^{x}}

And others too, but those were the ones which actually led me somewhere (but that somewhere was a dead end).

Can anyone give me any hints on how to approach a question like this?

ps. I've also tried not to assume x = 1 while doing my conversion to a quadratic.
 
Last edited by a moderator:
Physics news on Phys.org
The 2^x in the denominator doesn't look too helpful in that position, so make it look nicer and multiply throughout by 2^x :wink:
 
Much the same thing: replace each "2^x" with "y" and then multiply both sides by y.
 
I tried the multiply y to both sides, but I end up getting something like this:

\frac{2^{2x}-2^{x}}{2^{x}}=\frac{2^{x+1}}{2^{2x}}

Which is where I get stuck again. Although I get a quadratic when I sub in the y, when I revert it back to 2^{x}, the function becomes a plain old exponential function.

If I split the LHS at the "-" I'll still get the pesky -1 and ending up cancelling out one of the x, which put me at a dead end :cry:

How do I proceed?
 
Hey you did the multiplication wrong! ##2^{x+1}##??

It should be: ##2^{2x}-2^x=2##. Now a simple substitution of 2x=y will give you a quadratic equation..
 
I multiplied both sides by
\frac{2^{x}}{2^{x}} that's how I got that result

Yeah but is that really a quadratic equation? or an exponential function in disguise. Because if I have my quadratic in terms of y, as soon as I sub in 2^{x} it turns into an exponential function. I checked this by graphing it, and it does not pass through x = 1

I graphed:
2^{2x}-2^{x}+2 = y
 
No! You don't have to graph that.
Solve: ##y^2-y-2=0##, where y=2x..

Then you get 2 values for ##2^x##, using which you can prove the next part of the question.
 
Ohhh... I didn't even think of that :biggrin: I think I've got this now.

Thank you, you've made my day :smile:
 
Back
Top