Question

Difficulty: MediumLogarithmic and Exponential Expressions and Equations

If xx and yy are positive real numbers such that log(x+y)=logx+logy\log(x + y) = \log x + \log y, which of the following equations expresses yy in terms of xx?

  1. A
    y=xx+1y = \frac{x}{x+1}
  2. B
    y=x1xy = \frac{x}{1-x}
  3. y=xx1y = \frac{x}{x-1} (where x>1x > 1)Answer
  4. D
    y=xy = x
  5. E
    Any positive real number yy, because the equation is a general identity for all positive xx and yy

Answer

y=xx1y = \frac{x}{x-1} (where x>1x > 1)
By applying the product property of logarithms, the right side of the given equation logx+logy\log x + \log y simplifies to log(xy)\log(xy). This transforms the equation to log(x+y)=log(xy)\log(x+y) = \log(xy). Equating the arguments gives the algebraic equation x+y=xyx+y=xy. Rearranging this equation to group all yy terms on one side yields x=xyyx = xy - y. Factoring out yy gives x=y(x1)x = y(x-1). Finally, dividing both sides by x1x-1 results in the equation stating that yy is equal to xx divided by the quantity xx minus one.

Step-by-Step Solution

1
Apply the product property of logarithms to the right side of the equation: logx+logy=log(xy)\log x + \log y = \log(xy).
The equation becomes log(x+y)=log(xy)\log(x + y) = \log(xy).
This allows both sides to be expressed as a single logarithm with the same base.
2
Equate the arguments of the logarithms, since log(u)=log(v)\log(u) = \log(v) implies u=vu = v for positive real numbers.
x+y=xyx + y = xy
To eliminate the logarithms and work with a purely algebraic equation.
3
Isolate the terms containing yy on one side of the equation.
x=xyyx = xy - y
Grouping the yy terms on the same side is a necessary step to factor out the variable we want to solve for.
4
Factor out yy from the right side and divide both sides by the remaining coefficient x1x - 1.
x=y(x1)    y=xx1x = y(x - 1) \implies y = \frac{x}{x-1} (for x>1x > 1 to keep yy positive and avoid division by zero).
This completely isolates yy in terms of xx.

Key Concept

Properties of Logarithms and Algebraic Isolation
Rate this question