Hello Mayowa,
An equation like the one you present can often be transformed into an equation that is quadratic in form using an appropriate substitution. Before proceeding with the substitution, note that
e2x+1 = e2x·e1 = e·e2x.
Then your equation can be written
e·e2x + 9ex - 11 = 0
Now substitute u = ex. Then, since u2 = (ex)2 = e2x, the above equation can be rewritten as
eu2 + 9u - 11 = 0.
(Since the original equation can be turned into a quadratic equation by using an appropriate substitution, we say that the original equation is quadratic in form.) We will use the quadratic equation to solve for u.
u = [-b ±√(b2 -4ac)]/2a
Here, a = e, b = 9, and c = -11,
u = [-9 ±√(92 - 4e(-11))]/(2e)
u = [-9 ±√(81+ 44e)]/(2e)
To complete the solution, we substitute ex back in for u and solve for x.
ex = [-9 +√(81 + 44e)]/(2e) or ex = [-9 -√(81 + 44e)]/(2e)
Recall that ex is positive for all x. You can check that [-9 -√(81 + 44e)]/(2e) is negative, so we discard the second possible solution above, and the only possible solution will be obtained from
ex = [-9 +√(81 + 44e)]/(2e)
Now take the natural logarithm of each side.
Ln(ex) = Ln{[-9 +√(81 + 44e)]/(2e)}
x = Ln{[-9 +√(81 + 44e)]/(2e)} (Exact form)
x≅-0.05153 (Rounded to the 5th decimal place.)
Hope that helps! Let me know if you need any additional explanation.
William