Solving Logarithmic Equations

Using properties to solve log equations

Solving Logarithmic Equations

Strategy 1: Use One-to-One Property

If logb(x)=logb(y)\log_b(x) = \log_b(y), then x=yx = y

Example: log(x+3)=log(2x1)\log(x + 3) = \log(2x - 1) x+3=2x1x + 3 = 2x - 1 x=4x = 4

Strategy 2: Convert to Exponential

Use the definition: logb(x)=y\log_b(x) = y means by=xb^y = x

Example: log2(x)=5\log_2(x) = 5 x=25=32x = 2^5 = 32

Strategy 3: Condense First

Use log properties to combine:

  • Product: log(a)+log(b)=log(ab)\log(a) + \log(b) = \log(ab)
  • Quotient: log(a)log(b)=log(ab)\log(a) - \log(b) = \log(\frac{a}{b})
  • Power: nlog(a)=log(an)n\log(a) = \log(a^n)

Check Your Answers!

Logarithms require positive arguments.

Always verify solutions don't make any log argument ≤ 0.

Common Equation Types

Type 1: logb(x)=c\log_b(x) = cx=bcx = b^c

Type 2: logb(x)=logb(y)\log_b(x) = \log_b(y)x=yx = y

Type 3: logb(x)+logb(y)=c\log_b(x) + \log_b(y) = clogb(xy)=c\log_b(xy) = cxy=bcxy = b^c

Example

Solve: log3(x+1)+log3(x1)=2\log_3(x + 1) + \log_3(x - 1) = 2

Step 1: Use product property log3[(x+1)(x1)]=2\log_3[(x + 1)(x - 1)] = 2

Step 2: Convert to exponential (x+1)(x1)=32=9(x + 1)(x - 1) = 3^2 = 9

Step 3: Solve x21=9x^2 - 1 = 9 x2=10x^2 = 10 x=±10x = \pm\sqrt{10}

Step 4: Check domain Only x=10x = \sqrt{10} makes both logs positive!

📚 Practice Problems

1Problem 1easy

Question:

Solve: log5(x)=3\log_5(x) = 3

💡 Show Solution

Convert to exponential form:

x=53=125x = 5^3 = 125

Check: log5(125)=log5(53)=3\log_5(125) = \log_5(5^3) = 3

Answer: x=125x = 125

2Problem 2medium

Question:

Solve: log(x)+log(x3)=1\log(x) + \log(x - 3) = 1

💡 Show Solution

Assume base 10 (common log).

Step 1: Use product property log[x(x3)]=1\log[x(x - 3)] = 1

Step 2: Convert to exponential x(x3)=101x(x - 3) = 10^1 x23x=10x^2 - 3x = 10 x23x10=0x^2 - 3x - 10 = 0

Step 3: Factor (x5)(x+2)=0(x - 5)(x + 2) = 0 x=5 or x=2x = 5 \text{ or } x = -2

Step 4: Check domain

  • x=5x = 5: both log(5)\log(5) and log(2)\log(2) are valid ✓
  • x=2x = -2: log(2)\log(-2) is undefined ✗

Answer: x=5x = 5

3Problem 3hard

Question:

Solve: 2log2(x)=log2(x+6)2\log_2(x) = \log_2(x + 6)

💡 Show Solution

Step 1: Use power property on left side log2(x2)=log2(x+6)\log_2(x^2) = \log_2(x + 6)

Step 2: Use one-to-one property x2=x+6x^2 = x + 6

Step 3: Solve x2x6=0x^2 - x - 6 = 0 (x3)(x+2)=0(x - 3)(x + 2) = 0 x=3 or x=2x = 3 \text{ or } x = -2

Step 4: Check domain

  • x=3x = 3: log2(3)\log_2(3) is valid ✓
  • x=2x = -2: log2(2)\log_2(-2) is undefined ✗

Verify x=3x = 3: 2log2(3)=log2(9)2\log_2(3) = \log_2(9) log2(3+6)=log2(9)\log_2(3 + 6) = \log_2(9)

Answer: x=3x = 3