Question

Difficulty: EasyLogarithms and Change of Base

If log3x4logx3=3\log_3 x - 4\log_x 3 = 3 for x>1x > 1, what is the value of xx?

Answer: 81

Answer

The value of xx is 81.
Applying the change of base identity logx3=1log3x\log_x 3 = \frac{1}{\log_3 x} transforms the equation into log3x4log3x=3\log_3 x - \frac{4}{\log_3 x} = 3. Substituting u=log3xu = \log_3 x yields u23u4=0u^2 - 3u - 4 = 0, which factors as (u4)(u+1)=0(u - 4)(u + 1) = 0. Given x>1x > 1, uu must be positive, giving u=4u = 4. Converting back to exponential form gives x=34=81x = 3^4 = 81.

Step-by-Step Solution

1
Apply the change of base identity logab=1logba\log_a b = \frac{1}{\log_b a} to the term logx3\log_x 3.
The term becomes 1log3x\frac{1}{\log_3 x}, so the equation is log3x4log3x=3\log_3 x - \frac{4}{\log_3 x} = 3.
To express all logarithmic terms in terms of a single common base.
2
Introduce a substitution variable u=log3xu = \log_3 x.
The equation reduces to u4u=3u - \frac{4}{u} = 3.
Simplifies the equation to a manageable algebraic structure.
3
Multiply the entire equation by uu and rearrange terms.
u23u4=0u^2 - 3u - 4 = 0
Converts the rational expression into standard quadratic form.
4
Factor the quadratic equation.
(u4)(u+1)=0    u=4 or u=1(u - 4)(u + 1) = 0 \implies u = 4 \text{ or } u = -1
Finds the candidate values for uu.
5
Filter out invalid roots based on the domain restriction x>1x > 1 and solve for xx.
Since x>1x > 1, log3x>0\log_3 x > 0, so u=4u = 4. Thus log3x=4    x=34=81\log_3 x = 4 \implies x = 3^4 = 81.
Excludes extraneous solutions and evaluates the final exponentiation.

Key Concept

Logarithmic Change of Base and Quadratic Reduction
Rate this question