How can logarithmic expressions be simplified effectively?

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
3 replies · 2K views
yungman
Messages
5,741
Reaction score
291
I want to verify this:

[tex]2ln(x)-ln(2x)=ln(x^2)-ln(2x)=ln\left(\frac{x^2}{2x}\right)=ln\left(\frac x 2\right)[/tex]
[tex]ln(2x)-ln(x)=\ln\left(\frac {2x}{x}\right)=ln(2)[/tex]

Thanks
 
Physics news on Phys.org
They're pretty straight applications of the log laws

[itex]log_{c}(a^{b}) = blog_{c}(a)[/itex]

[itex]log_{c}(a) - log_{c}(b) = log_{c}(\frac{a}{b})[/itex]
 
yungman said:
I want to verify this:

[tex]2ln(x)-ln(2x)=ln(x^2)-ln(2x)=ln\left(\frac{x^2}{2x}\right)=ln\left(\frac x 2\right)[/tex]
[tex]ln(2x)-ln(x)=\ln\left(\frac {2x}{x}\right)=ln(2)[/tex]

Thanks
You can also do the first one as

##\displaystyle 2\ln(x)-\ln(2x)=2\ln(x)-(\ln(x)+\ln(2))=\ln(x)-\ln(2)=\ln(x/2)
##
 
SammyS said:
You can also do the first one as

##\displaystyle 2\ln(x)-\ln(2x)=2\ln(x)-(\ln(x)+\ln(2))=\ln(x)-\ln(2)=\ln(x/2)
##

Thanks, I am so rusty on these math as I don't use it often! I was stuck for a day in the other thread about sine and cosine integrals because of this. All of a sudden, I remember all the log things and it answer my question there.

Many thanks.