Given:
log5(x+y)+log5(x−y)=3
log2y−log2x=1−log23
x,y>0 (positive real numbers)
Find: xy
We have: log5(x+y)+log5(x−y)=3
When we add two logarithms with the same base, we multiply what's inside:
loga(m)+loga(n)=loga(m×n)
log5(x+y)+log5(x−y)=log5[(x+y)(x−y)]
(x+y)(x−y)=x2−y2 (difference of squares formula)
log5(x2−y2)=3
Converting from logarithmic to exponential form:
If log5(x2−y2)=3, then x2−y2=53=125
Therefore: x2−y2=125 ... (Equation 1)
We have: log2y−log2x=1−log23
When we subtract logarithms with the same base, we divide what's inside:
loga(m)−loga(n)=loga(nm)
Left side: log2y−log2x=log2(xy)
Right side: 1−log23=log22−log23=log2(32)
Note: 1=log22 because 21=2
log2(xy)=log2(32)
Since the bases are equal, the arguments must be equal:
xy=32
Cross-multiplying: 3y=2x
Therefore: x=23y ... (Equation 2)
We substitute Equation 2 into Equation 1:
x2−y2=125
(23y)2−y2=125
49y2−y2=125
Getting a common denominator:
49y2−44y2=125
45y2=125
5y2=500
y2=100
y=10 (since y>0)
Using x=23y:
x=23×10=15
Therefore: xy=15×10=150