e^(-2x) - 3e^(-x) = -2
This is the same as
1/[e^(2x)] - 3/e^x = -2
In order to eliminate all fractions, multiply both sides by e^(2x) (e^x).
e^x - 3e^(2x) = -2e^(2x) (e^x)
And we can simplify the right hand side, because whenever we multiply same base exponentials, we can add the exponents.
e^x - 3e^(2x) = -2e^(2x + x)
e^x - 3e^(2x) = -2e^(3x)
Move everything to the left hand side,
2e^(3x) - 3e^(2x) + e^x = 0
And let's re-express e^(3x) as (e^x)^3 and e^(2x) as (e^x)^2.
2(e^x)^3 - 3(e^x)^2 + e^x = 0
Let's factor (e^x),
(e^x) [ 2 (e^x)^2 - 3e^x + 1 ] = 0
Since we know e^x cannot equal zero (The range of e^x is strictly all real numbers greater than 0), we can divide both sides of the equation by e^x, to get
[ 2 (e^x)^2 - 3e^x + 1 ] = 0
From here, we can use substitution
Let u = e^x. Then we get
2u^2 - 3u + 1 = 0
Which we solve as an ordinary quadratic.
(2u - 1)(u - 1) = 0
Therefore,
2u - 1 = 0
2u = 1
u = 1/2, but back-substitute u = e^x, we get
e^x = 1/2, therefore
x = ln(1/2)
u - 1 = 0
u = 1, which means
e^x = 1
x = ln(1)
x = 0
So our answer is x = { ln(1/2), 0 }