Question

Difficulty: HardIndices and Logarithms

Find the positive integer value of xx that satisfies the logarithmic equation xlog3x=81x3x^{\log_3 x} = 81x^3.

Answer: 81

Answer

The positive integer value of xx is 81.
Taking the logarithm base 3 on both sides transforms xlog3x=81x3x^{\log_3 x} = 81x^3 into (log3x)2=4+3log3x(\log_3 x)^2 = 4 + 3\log_3 x. Substituting u=log3xu = \log_3 x yields the quadratic equation u23u4=0u^2 - 3u - 4 = 0, which factors as (u4)(u+1)=0(u-4)(u+1) = 0. The roots are u=4u = 4 (x=34=81x = 3^4 = 81) and u=1u = -1 (x=31=1/3x = 3^{-1} = 1/3). Since xx must be a positive integer, the correct value is 81.

Step-by-Step Solution

1
Take logarithm base 3 of both sides of the equation xlog3x=81x3x^{\log_3 x} = 81x^3
log3(xlog3x)=log3(81x3)\log_3(x^{\log_3 x}) = \log_3(81x^3)
Taking the logarithm with base 3 allows us to simplify the exponent containing log3x\log_3 x.
2
Apply logarithmic identities logb(ak)=klogba\log_b(a^k) = k \log_b a and logb(mn)=logbm+logbn\log_b(mn) = \log_b m + \log_b n
(log3x)2=log381+3log3x=4+3log3x(\log_3 x)^2 = \log_3 81 + 3\log_3 x = 4 + 3\log_3 x
Expanding the products and powers reduces the equation into a single logarithmic variable log3x\log_3 x.
3
Substitute u=log3xu = \log_3 x to create a quadratic equation
u23u4=0u^2 - 3u - 4 = 0
Setting u=log3xu = \log_3 x converts the equation into standard quadratic form.
4
Factor the quadratic expression
(u4)(u+1)=0    u=4 or u=1(u - 4)(u + 1) = 0 \implies u = 4 \text{ or } u = -1
Factoring allows us to find all possible real values for uu.
5
Convert back to xx using x=3ux = 3^u and select the positive integer root
x=34=81x = 3^4 = 81 or x=31=13x = 3^{-1} = \frac{1}{3}. The positive integer solution is x=81x = 81.
The question specifically requests the positive integer solution, eliminating x=13x = \frac{1}{3}.

Key Concept

Solving equations with variable exponents by taking logarithms and reducing to a quadratic form.
Rate this question