Presumably simple logarithm equationt

  • Thread starter Thread starter Chase.
  • Start date Start date
  • Tags Tags
    Logarithm
AI Thread Summary
The equation 6 * e^(2x) = 4x requires finding the value of x that satisfies it. The initial approach incorrectly attempts to manipulate the equation by moving constants into the exponent. Instead, taking the natural logarithm of both sides from the start is recommended, leading to ln(6) + 2x = x * ln(4). This method simplifies the problem and allows for further manipulation to isolate x. The discussion emphasizes the importance of correct logarithmic properties in solving the equation.
Chase.
Messages
11
Reaction score
0

Homework Statement



What value of x satisfies the equation:

6 \cdot e2x = 4x

The Attempt at a Solution



If I'm not mistaken, I can move the 6 to the superscripted part of e, resulting in:

e12x = 4x

And then I can take the natural log of both sides, resulting in:

12x = ln(4x)

Assuming I haven't made any mistakes, this is what I have so far and I'm stuck. This is for a practice test and I have the answer listed as:

ln6 / (ln4 - 2)

I'm just not sure how to get there.
 
Physics news on Phys.org
Chase. said:

Homework Statement



What value of x satisfies the equation:

6 \cdot e2x = 4x

The Attempt at a Solution



If I'm not mistaken, I can move the 6 to the superscripted part of e, resulting in:

e12x = 4x

You are mistaken. You can't do that. E.g. 2*32 = 18 ≠ 34 = 81.


Chase. said:
And then I can take the natural log of both sides, resulting in:

12x = ln(4x)

Just start with taking the ln of both sides right from the beginning:

ln(6*e2x) = ln(4x)

The log of a product is the sum of the logs:

ln6 + 2x = xln4

Can you take it from here?
 
Back
Top