Ben K. answered 12/18/15
Tutor
4.9
(223)
JHU Grad specializing in Math and Science
This problem requires a bit of mathematical trickery. This *kind of* looks like a quadratic equation a little bit. Let's try forcing it into that form. The first term, e4x is the same thing as (e2x)2 so let's write it out like that
(e2x)2 + 5(e2x) - 36 = 0
This really looks like a quadratic equation, but with the usual x replaced by e2x. So let's make the substitution and see what happens. We can replace the e2x with some other variable V
V2 + 5V -36 = 0
Factor this out to get
(V + 9)(V - 4) = 0
The roots are -9 and +4
Now think about our substitution. Can e2x ever take on a negative value? No, it can't. So we are left with +4. We can now equate our root from the "quadratic" to what we subbed into the equation. In math-speak, that means
4 = e2x
To solve for x, we take the natural log of both sides, noting that the natural log of e^(anything) is defined to be that 'anything'
ln(4) = 2x
ln(4)/2 = x
Plug this into a calculator to get
x = 0.693147
to three decimal places, that is
x = 0.693
I hope this helps!