Question

Difficulty: Very hardLogarithms and Change of Base

What is the larger real value of xx that satisfies the logarithmic equation logx8+log4x=52\log_x 8 + \log_4 x = \frac{5}{2}?

  1. 8Answer
  2. B
    4
  3. C
    6
  4. D
    16

Answer

The larger value of xx that satisfies the equation is 8.
Using the change of base rule logab=logcblogca\log_a b = \frac{\log_c b}{\log_c a}, we express both logarithmic terms in base 2: logx8=3log2x\log_x 8 = \frac{3}{\log_2 x} and log4x=log2x2\log_4 x = \frac{\log_2 x}{2}. Setting y=log2xy = \log_2 x gives 3y+y2=52\frac{3}{y} + \frac{y}{2} = \frac{5}{2}. Multiplying by 2y2y yields y25y+6=0y^2 - 5y + 6 = 0, which factors as (y2)(y3)=0(y-2)(y-3) = 0. Thus, y=2y = 2 or y=3y = 3, giving solutions x=22=4x = 2^2 = 4 and x=23=8x = 2^3 = 8. The larger solution is 8.

Step-by-Step Solution

1
Apply the change of base formula to express all logarithmic terms in base 2.
\log_x 8 = \frac{\log_2 8}{\log_2 x} = \frac{3}{\log_2 x} \quad \text{and} \quad \log_4 x = \frac{\log_2 x}{\log_2 4} = \frac{1}{2}\log_2 x
Converting all terms to a common base (base 2) allows algebraic simplification.
2
Substitute y=log2xy = \log_2 x into the given equation.
3y+y2=52\frac{3}{y} + \frac{y}{2} = \frac{5}{2}
Using substitution converts the logarithmic expression into a rational algebraic equation.
3
Multiply the entire equation by 2y2y to clear denominators and form a quadratic equation.
6 + y^2 = 5y \implies y^2 - 5y + 6 = 0
Clearing denominators transforms the relation into standard quadratic form.
4
Factor the quadratic equation to find the values of yy.
(y - 2)(y - 3) = 0 \implies y = 2 \text{ or } y = 3
Factoring determines the possible powers of 2 for xx.
5
Solve for xx using y=log2xy = \log_2 x and select the larger value.
x = 2^2 = 4 \quad \text{or} \quad x = 2^3 = 8. \text{ The larger value is } 8.
Converting back from yy to xx yields the final solutions for xx.

Key Concept

Change of Base Theorem for Logarithms and Reduction to Quadratic Equations
Rate this question