Question

Difficulty: Very hardLogarithmic and Exponential Expressions and Equations

If xx and yy are positive real numbers greater than 11 such that logy(x)+6logx(y)=5\log_y(x) + 6\log_x(y) = 5 and xy=64xy = 64, what is the sum of all possible values of xx?

  1. 16+16216 + 16\sqrt{2}Answer
  2. B
    4+224 + 2\sqrt{2}
  3. C
    424\sqrt{2}
  4. D
    8080
  5. E
    528528

Answer

16+16216 + 16\sqrt{2}
Using the change of base property logx(y)=1logy(x)\log_x(y) = \frac{1}{\log_y(x)}, the equation can be written in terms of u=logy(x)u = \log_y(x) as u+6u=5u + \frac{6}{u} = 5. Solving this quadratic equation gives u=2u = 2 or u=3u = 3. If logy(x)=2\log_y(x) = 2, then x=y2x = y^2. Substituting into xy=64xy = 64 yields y3=64    y=4y^3 = 64 \implies y = 4, which gives x=16x = 16. If logy(x)=3\log_y(x) = 3, then x=y3x = y^3. Substituting into xy=64xy = 64 yields y4=64    y=22y^4 = 64 \implies y = 2\sqrt{2}, which gives x=162x = 16\sqrt{2}. The sum of these values is 16+16216 + 16\sqrt{2}.

Step-by-Step Solution

1
Apply the change of base formula to express the equation in terms of a single logarithmic base.
Since logx(y)=1logy(x)\log_x(y) = \frac{1}{\log_y(x)}, the equation logy(x)+6logx(y)=5\log_y(x) + 6\log_x(y) = 5 becomes logy(x)+6logy(x)=5\log_y(x) + \frac{6}{\log_y(x)} = 5.
This allows us to solve for the log expression using substitution.
2
Substitute u=logy(x)u = \log_y(x) and solve the resulting quadratic equation for uu.
u+6u=5    u25u+6=0    (u2)(u3)=0u + \frac{6}{u} = 5 \implies u^2 - 5u + 6 = 0 \implies (u-2)(u-3) = 0, so u=2u = 2 or u=3u = 3.
Solving the quadratic equation gives the possible relationships between xx and yy.
3
Analyze the first case where u=2u = 2 and solve for xx.
If logy(x)=2\log_y(x) = 2, then x=y2x = y^2. Substituting this into xy=64xy = 64 gives y3=64y^3 = 64, which yields y=4y = 4. Thus, x=42=16x = 4^2 = 16.
This determines the first possible value of xx.
4
Analyze the second case where u=3u = 3 and solve for xx.
If logy(x)=3\log_y(x) = 3, then x=y3x = y^3. Substituting this into xy=64xy = 64 gives y4=64y^4 = 64, which yields y=641/4=(26)1/4=23/2=22y = 64^{1/4} = (2^6)^{1/4} = 2^{3/2} = 2\sqrt{2}. Thus, x=(22)3=162x = (2\sqrt{2})^3 = 16\sqrt{2}.
This determines the second possible value of xx.
5
Sum the possible values of xx.
16+16216 + 16\sqrt{2}
The question asks for the sum of all possible values of xx.

Key Concept

Solving systems of exponential and logarithmic equations using base-change properties and substitution

Alternative Method

Instead of using substitution directly, you can write both equations in terms of base 2 or natural logs: let logy(x)=k\log_y(x) = k, which means x=ykx = y^k. We then have k+6/k=5k + 6/k = 5 giving k=2k = 2 or k=3k = 3. This leads directly to x=y2x = y^2 and x=y3x = y^3, which can then be substituted into the second equation.
Estimated Time:3m 0s
Rate this question