Standard form ax=b. Take logs:
xlna=lnb⇒x=lnalnb.
Worked example. Solve 5⋅32x=80.
- Divide by 5: 32x=16.
- Take ln: 2xln3=ln16, so x=2ln3ln16≈1.26.
Quadratic-in-exponential. Equations of the form Ae2x+Bex+C=0 become quadratics under the substitution u=ex.
Worked example. Solve e2x−5ex+6=0.
- u=ex: u2−5u+6=0, so (u−2)(u−3)=0, giving u=2 or 3.
- ex=2⇒x=ln2; ex=3⇒x=ln3.
(If a u-value comes out negative, REJECT it: ex>0 always.)
Log equations. Equations involving loga(…) are usually solved by combining logs on each side to get loga(expr1)=loga(expr2), then equating arguments. ALWAYS check both arguments are positive at the solution.
Worked example. Solve log2(x+3)+log2(x−1)=5.
- Combine: log2[(x+3)(x−1)]=5.
- Exponentiate: (x+3)(x−1)=25=32.
- Expand: x2+2x−3=32, so x2+2x−35=0, giving (x−5)(x+7)=0.
- x=5 or x=−7. Check: x=−7 makes log2(−4) undefined — REJECT.
- Answer: x=5.