Finding the Solution to the Equation 2^x = 12 + 4x

  • Thread starter Thread starter WeiLoong
  • Start date Start date
AI Thread Summary
The equation 2^x = 12 + 4x poses challenges in finding an exact solution, as attempts to convert it into logarithmic form lead to complexities. Trial and error is suggested as a viable method, with specific values like x = 1, 2, and 3 being tested for potential solutions. Plotting the left and right sides of the equation can help visualize where the curves intersect, providing an approximate answer. The Lambert W function is mentioned as a possible approach, indicating a transformation of the equation for analysis. Overall, the discussion emphasizes the need for numerical methods or graphical solutions to find x.
WeiLoong
Messages
35
Reaction score
0

Homework Statement



2^x=12+4x Find x.

Homework Equations



none

The Attempt at a Solution


I have tried to change it in form of logarithm xlog2=log4+log3+x and i found that log(3+x) is unexpandable so i was stuck here.
 
Physics news on Phys.org
Hello Weiloong, welcome to PF :smile: !

Your change isn't correctly written: it is true that log(2x) = x log 2, but for log (12 + 4x) you meant log 4 + log(3+x) and that indeed doesn't help all that much.

Why don't you do some trial and error and see what comes out: x = 1, 2, 3, etc...
 
You could also try plotting the left and right sides of the equation and seeing where the curves meet, though that only gives an approximate answer.
 
  • Like
Likes Merlin3189
WeiLoong said:

Homework Equations



none

Isn't the Quadratic Equation relevant here? :smile:
 
berkeman said:
Isn't the Quadratic Equation relevant here? :smile:
I don't think so, since the LHS has 2x rather than x2.
 
SteamKing said:
I don't think so, since the LHS has 2x rather than x2.

Oops, thanks! I misread it. o0)
 
That looks like a candidate for the Lambert W function.
 
You can rewrite the equation as x=2(x-2)-3. Both sides are increasing functions. Plotting them, you can see where the roots are. For positive x, it should be greater than 4. If x is negative, it should be near -3. Trial and error will work :)
 
Back
Top