Question

Difficulty: MediumIndices and Logarithms

Find the real value of xx that satisfies the logarithmic equation log2(x2+3x22)log2(x2)=3\log_2(x^2 + 3x - 22) - \log_2(x - 2) = 3.

Answer: 6

Answer

The real value of xx that satisfies the equation is 66.
Applying the logarithmic quotient rule transforms log2(x2+3x22)log2(x2)=3\log_2(x^2 + 3x - 22) - \log_2(x - 2) = 3 into log2(x2+3x22x2)=3\log_2\left(\frac{x^2 + 3x - 22}{x - 2}\right) = 3. Expressing this in exponential form yields x2+3x22x2=8\frac{x^2 + 3x - 22}{x - 2} = 8, which simplifies to x25x6=0x^2 - 5x - 6 = 0. Factoring gives (x6)(x+1)=0(x - 6)(x + 1) = 0. Since the argument of a logarithm must be strictly positive (x2>0    x>2x - 2 > 0 \implies x > 2), x=1x = -1 is extraneous and x=6x = 6 is the only valid solution.

Step-by-Step Solution

1
Combine the logarithmic terms using the quotient law of logarithms.
log2(x2+3x22x2)=3\log_2\left(\frac{x^2 + 3x - 22}{x - 2}\right) = 3
The difference of two logarithms with the same base equals the logarithm of their quotient: logbAlogbB=logb(AB)\log_b A - \log_b B = \log_b\left(\frac{A}{B}\right).
2
Convert the logarithmic equation into its equivalent exponential form.
\frac{x^2 + 3x - 22}{x - 2} = 2^3 = 8
If logbY=c\log_b Y = c, then Y=bcY = b^c.
3
Clear the denominator and simplify to form a quadratic equation.
x^2 - 5x - 6 = 0
Multiplying both sides by (x2)(x - 2) yields x2+3x22=8x16x^2 + 3x - 22 = 8x - 16, which rearranges to x25x6=0x^2 - 5x - 6 = 0.
4
Solve the quadratic equation by factoring.
(x - 6)(x + 1) = 0 \implies x = 6 \text{ or } x = -1
The factors of 6-6 that sum to 5-5 are 6-6 and 11.
5
Test roots against domain restrictions to eliminate extraneous solutions.
x = 6
Logarithmic arguments must be strictly positive. For log2(x2)\log_2(x - 2) to be defined, x>2x > 2. Thus, x=1x = -1 is extraneous, leaving x=6x = 6 as the unique valid solution.

Key Concept

Logarithmic Equations and Domain Restrictions
Rate this question