Logarithm equations II

More complex logarithmic equations may require using log rules to combine terms before solving.

Technique: equating arguments

  1. Use log rules to combine multiple log terms into a single log on one or both sides.
  2. After we only have one log on one/both sides,
    1. If logaf(x)=logag(x), then f(x)=g(x).
    2. If logaf(x)=c, then f(x)=ac.
  3. Solve the resulting equation and check for extraneous solutions.

Example: Solving using log rules

Question

Solve the following equations for x:

  1. lgx+lg(x3)=1
  2. 2ln(1x)=ln(2x+10)ln2

Solution

lgx+lg(x3)=1lg[x(x3)]=1(Product rule)x(x3)=101(Exponential form)x23x10=0(x5)(x+2)=0x=5orx=2

Since we have lgx in our question, x must be positive. Thus, we reject x=2.

The solution is x=5.

2ln(1x)=ln(2x+10)ln2ln(1x)2=ln(2x+102)(Power & Quotient rules)ln(1x)2=ln(x+5)(1x)2=x+512x+x2=x+5x23x4=0(x4)(x+1)=0x=4orx=1

Since we have ln(1x) in our question, 1x must be positive (i.e., x<1). Thus, we reject x=4.

The solution is x=1.