How Do You Solve the Equation 4^(x-1) = 2^x + 8?

  • Thread starter Thread starter cmkluza
  • Start date Start date
  • Tags Tags
    Exponent
AI Thread Summary
The equation 4^(x-1) = 2^x + 8 can be transformed into a quadratic form by expressing all terms with a base of 2. The initial steps involve rewriting 4 as 2^2 and manipulating the equation to isolate terms. The solution process reveals that the equation can be factored, leading to a quadratic equation in the form (2^x)^2 - 4(2^x) - 32 = 0. Applying the quadratic formula allows for finding the values of x that satisfy the original equation. The discussion emphasizes the importance of recognizing the quadratic structure to solve the problem effectively.
cmkluza
Messages
118
Reaction score
1

Homework Statement


Solve the equation 4^{x-1} = 2^x + 8.

Homework Equations


Just algebra

The Attempt at a Solution


4^{x-1} = 2^x + 8
2^{2(x-1)} = 2^x + 2^3
2^{2x}2^{-2} = 2^x + 2^3
\frac{2^{2x}}{2^2} = 2^x + 2^3
2^{2x} = 2^22^x + 2^5
2^x2^x - 2^22^x = 2^5
2^x(2^x - 2^2) = 2^5

I made a few jumps here and there in my work, but it should make sense. This is about as far as I get before I get stuck. My intuition is to try to get this down to two terms with the same base, 2, so I can just equate their powers, but I can't seem to get rid of any of the terms, so I'm not sure where to go from there. I'm sure I'm missing something obvious, but I can't see it at the moment. Do you have any tips on what a better angle to look at this problem from is? Thanks!
 
Physics news on Phys.org
Try to think this coming from the other end: what kinds of equations are you supposed to be able to solve ? linear, quadratic, goniometric. So perhaps one of these is carefully hidden in this exercise -- and the quadratic kind is the most likely candidate.
When you then realize that ##2^{2x} = (2^x)^2## and look at your line 3 with that knowledge ...
 
cmkluza said:

Homework Statement


Solve the equation 4^{x-1} = 2^x + 8.

Homework Equations


Just algebra

The Attempt at a Solution


4^{x-1} = 2^x + 8
##4^{x - 1} = 4^x \cdot 4^{-1} = \frac 1 4 4^x##
Move all terms over to the left side, and multiply both sides by 4.
The equation is quadratic in form, and can be factored, as BvU suggests.
cmkluza said:
2^{2(x-1)} = 2^x + 2^3
2^{2x}2^{-2} = 2^x + 2^3
\frac{2^{2x}}{2^2} = 2^x + 2^3
2^{2x} = 2^22^x + 2^5
2^x2^x - 2^22^x = 2^5
2^x(2^x - 2^2) = 2^5

I made a few jumps here and there in my work, but it should make sense. This is about as far as I get before I get stuck. My intuition is to try to get this down to two terms with the same base, 2, so I can just equate their powers, but I can't seem to get rid of any of the terms, so I'm not sure where to go from there. I'm sure I'm missing something obvious, but I can't see it at the moment. Do you have any tips on what a better angle to look at this problem from is? Thanks!
 
Last edited by a moderator:
Thanks for your help! I figured it out after realizing it made a quadratic and used the quadratic formula.
 
cmkluza said:
Thanks for your help! I figured it out after realizing it made a quadratic and used the quadratic formula.
Yes. the next to last equation in your OP
##\displaystyle \ 2^x2^x - 2^22^x = 2^5 \ ##​
can be written as
##\displaystyle \ \left(2^x\right)^2 - 4\cdot2^x = 32 \ ## .​
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top