Solving Logarithms: Finding the Solution for ln(x) + ln(y) = 0

  • Thread starter Thread starter obsolete
  • Start date Start date
  • Tags Tags
    Logarithm
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 4K views
obsolete
Messages
6
Reaction score
0
Hi everyone.

I know this question is quite simple but I can't wrap my head around it at the moment..

Solve for y: ln(x) + ln(y) = 0

I've tried differentiating both terms and then arranging for y but I get y = -x. The answer is meant to be y = 1/x.

Thanks all!
 
Physics news on Phys.org
How about the property of:
ln(x) + ln(y) = ln(xy)
 
Taking ln x to the other side and exponentiating gives:

[tex]y = e^{-\ln x}[/tex]

I think the problem you are having is that you are thinking "[itex]e^{\ln x}= x[/itex], so this one should be -x". But remember the the negative sign is in the exponent.

If that is still not clear enough perhaps this will help : [itex]a \log x = \log (x^a)[/itex] for any base.
 
obsolete said:
I've tried differentiating both terms and then arranging for y but I get y = -x. The answer is meant to be y = 1/x.

You cannot differentiate both sides, because those are numbers not functions. The derivatives will yield zero and nothing important.
 
Thanks for the replies everyone.

I had already considered ln(x) + ln(y) = ln(xy) but I don't know how to approach the problem using this law. Any directions?

Thanks again.
 
obsolete said:
Thanks for the replies everyone.

I had already considered ln(x) + ln(y) = ln(xy) but I don't know how to approach the problem using this law. Any directions?

Thanks again.

You've got ln(xy)=0. What then is the value of xy?
 
Forget the ln(xy), and use your ln(x)+ln(y)=0
do what you did next, your gut instinct was right.
ln(x)=-ln(y)
now don't exponentiate yet, what's -ln(y)? Remeber a*log(x) = log(x^a) right? so what's (-1)*ln(y)?

After you understand that, exponentiate, and solve :) e^log(a)=a
 
Just to add, the ln(xy) way works too. Its just that I don't want you to think that the way you started was wrong.
 
I finally understand =)

Thanks all!