Solving Log Equations: 2^x * 4^(x+5) = 4^(2x-1)

  • Thread starter Thread starter Corkery
  • Start date Start date
  • Tags Tags
    Log
AI Thread Summary
To solve the equation 2^x * 4^(x + 5) = 4^(2x - 1), it is essential to express all terms with the same base. Converting 4 to 2, the equation simplifies to 2^x * 2^(2(x + 5)) = 2^(2(2x - 1)), leading to 2^x * 2^(2x + 10) = 2^(4x - 2). This results in the equation 2^(3x + 10) = 2^(4x - 2), allowing for a straightforward linear equation. If a quadratic equation arises, the quadratic formula can be applied for solutions.
Corkery
Messages
32
Reaction score
0

Homework Statement


Solve the equation:
2^x multiplied by 4^(x + 5) = 4^(2x - 1)


Homework Equations





The Attempt at a Solution



2^x multiplied by 2^2(x+5)=2^2(2x-1)
x(2x+10)=4x-2
2x^2+10x=4x-2

and that's as far as i could get before I was completely stuck. But this could be completely wrong.
 
Physics news on Phys.org
When you have 2^x2^{2x+10}, you don't multiply the indexes, you add them.
 
As danago said, 2^x2^{2x+10}= 2^{3x+10}= 2^{4x-2}. That gives a simple linear equation for x.


However, IF 2x^2+10x=4x-2 had been correct, that shouldn't give you any problem. It is a quadratic equation and, if you can't factor it, you can use the quadratic formula!
 
Last edited by a moderator:
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