Question

Difficulty: HardLogarithms and Change of Base

If log3(x+5)log13(x1)=3\log_3(x + 5) - \log_{\frac{1}{3}}(x - 1) = 3, find the real value of xx.

Answer: 4

Answer

The real value of xx is 4.
Using the change of base formula, log13(x1)=log3(x1)\log_{\frac{1}{3}}(x - 1) = -\log_3(x - 1). Substituting this back into the equation transforms it into log3(x+5)+log3(x1)=3\log_3(x + 5) + \log_3(x - 1) = 3. Combining the logarithms using the product property gives log3[(x+5)(x1)]=3\log_3[(x + 5)(x - 1)] = 3, which means (x+5)(x1)=33=27(x + 5)(x - 1) = 3^3 = 27. Expanding leads to x2+4x32=0x^2 + 4x - 32 = 0, factoring into (x+8)(x4)=0(x + 8)(x - 4) = 0. Since logarithms require positive arguments (x>1x > 1), x=8x = -8 is invalid, giving the final answer x=4x = 4.

Step-by-Step Solution

1
Apply change of base to express the equation in a single base
\log_{\frac{1}{3}}(x - 1) = \frac{\log_3(x - 1)}{\log_3(1/3)} = -\log_3(x - 1)
Change of base rule logba=logcalogcb\log_b a = \frac{\log_c a}{\log_c b} with base c=3c = 3, where log3(1/3)=1\log_3(1/3) = -1.
2
Substitute back into the original equation and combine terms
\log_3(x + 5) - [-\log_3(x - 1)] = \log_3(x + 5) + \log_3(x - 1) = 3
Subtracting a negative logarithm equals adding the positive logarithm.
3
Apply the product rule of logarithms
\log_3[(x + 5)(x - 1)] = 3
Product rule: logbM+logbN=logb(MN)\log_b M + \log_b N = \log_b(MN).
4
Convert logarithmic equation to quadratic form and solve
(x + 5)(x - 1) = 3^3 = 27 \implies x^2 + 4x - 32 = 0 \implies (x + 8)(x - 4) = 0
Logarithmic definition logbY=k    Y=bk\log_b Y = k \implies Y = b^k.
5
Verify domain constraints
x = 4
Logarithmic domain requires x1>0    x>1x - 1 > 0 \implies x > 1. Therefore, x=8x = -8 is extraneous.

Key Concept

Logarithmic Change of Base and Algebraic Reduction
Rate this question