Limits with the natural 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
3 replies · 2K views
Yankel
Messages
390
Reaction score
0
Hello

I have three limits to calculate, based on a given limits. What I know is:

\[\lim_{x\rightarrow 0}\frac{ln(1+x)}{x}=1\]

And based on this, I need to find (without L'Hopital rule), the following:

\[\lim_{x\rightarrow 0}\frac{ln(1-x)}{x}\]

\[\lim_{x\rightarrow 0}\frac{ln(1+x^{2})}{x}\]

\[\lim_{x\rightarrow 0}\frac{ln(1+2x)}{x}\]

I can't figure out the technique of moving from the known limits to the ones I need to find.

Thank you in advance !
 
Physics news on Phys.org
Hi Yankel,

you can try using change of variables for all of them, i.e $u=-x$ for the first one, $u=x^2$ for the second one, etc.
 
Ok, so we're given $\lim_{x\to0}\frac{\log(1+x)}{x}=1$ and we have

$$\lim_{x\to0}\frac{\log(1-x)}{x}=\lim_{x\to0}\frac{\log(1+(-x))}{x}=-\lim_{x\to0}\frac{\log(1+(-x))}{-x}$$

Can you compute it now? Can you make progress on the others, both with this method and by using substitution as Rido12 suggested?
 
So simple once you see an example...

Thank you !