Joshua Psalms T. answered 05/12/16
Tutor
5
(5)
Civil EIT, Former College Professor of Mathematics (in Asia)
An example of that is this:
Solve for:
e2x - 4ex + 3 = 0;
You can actually manipulate the power but it would be like this: (we know that (bm)n = bmn right?)
So we can rewrite the equation as:
(ex)2 - 4ex + 3 = 0
Now, we let the ex = m (or any other variable that you like except x) and it will be:
m2 - 4m + 3 = 0
Voila, your quadratic equation. By factoring:
(m-3)(m-1) = 0
m - 3 = 0 m - 1 = 0
m = 3 m = 1
Return the value of 'm':
ex = 3 ex = 1
x = ln3 x = ln1 = 0
*The actual equation given here is y = e2x - 4ex + 3. But since solving for x also means solving for the "zeroes" of an equation, these are actually the x-intercepts. Meaning, you will let y = 0 and proceed on the process above.*