Find $\lim_{x\to0} \frac{\ln(2x+1)-\ln(1-3x)}{x}$ using the definition of derivative

1.1k Views Asked by At

Use the definition of derivative and find the following limit:

$\lim_{x\to0} \dfrac{\ln(2x+1)-\ln(1-3x)}{x}$

I do not understand what this question is asking me to do.

What does it mean to get the limit at 0 and how does that relate to the derivative using this example?

Are not the limit and the derivative at 0 going to be different?

I am really confused as to how I need to approach this question, do I take the derivative of the limit at 0?

I am probably misinterpreting this question altogether, please help me clarify? Thank you.

4

There are 4 best solutions below

7
On

Hint:

Use the following property, if $f$ is differentiable,

$$\lim_{h \to 0 } \frac{f(y+mh) - f(y-nh)}{(m+n)h}=f'(y)$$

Edit:

If $f$ is differentiable,

$$\lim_{h \to 0} \frac{f(y+h)-f(y)}{h}=f'(x) = \lim_{h \to 0}\frac{f(y)-f(y-h)}{h}$$

$$\lim_{h \to 0} \frac{f(y+mh)-f(y)}{mh}=f'(x) = \lim_{h \to 0}\frac{f(y)-f(y-nh)}{nh}$$

\begin{align}\lim_{h \to 0} \frac{f(y+mh) -f(y-nh)}{(m+n)h} &=\lim_{h \to 0} \frac{f(y+mh)-f(y)+f(y) -f(y-nh)}{(m+n)h}\\ &=\lim_{h \to 0} \frac{mh}{(m+n)h}\frac{f(y+mh)-f(y)}{mh}+\lim_{h \to 0} \frac{nh}{(m+n)h}\frac{f(y)-f(y-nh)}{nh}\\ &=\frac{m}{(m+n)}\lim_{h \to 0} \frac{f(y+mh)-f(y)}{mh}+\frac{n}{(m+n)}\lim_{h \to 0} \frac{f(y)-f(y-nh)}{nh}\\ &= \frac{m}{m+n}f'(y) + \frac{n}{m+n}f'(y)\\ &= f'(y)\end{align}

2
On

Notice that $ \ln (2x + 1 ) - \ln (1-3x) = \ln \left( \frac{2x+1}{1-3x} \right )$. Let $f(x) = \ln \left( \frac{2x+1}{1-3x} \right )$ and $f(0) = \ln 1 = 0 $. Now, your limit reads as

\begin{align*} \lim_{x \to 0} \dfrac{\ln (2x + 1 ) - \ln (1-3x)}{x} &= \lim_{x \to 0} \frac{ \ln \left( \frac{2x+1}{1-3x} \right ) }{x} \\ &=\lim_{x \to 0} \frac{ f(x) - f(0) }{x-0} \\ &= f'(0) \end{align*}

Can you finish it??

6
On

Straightforward:

$F(x)=\ln (2x+1)- \ln (1-3x).$

$F(0)= 0.$

$\lim_{ x \rightarrow 0} \dfrac{F(x)-F(0)}{x-0}=F'(0)=$

$2 + 3= 5.$

Appended:

$F'(x) =$

$ (\log (2x+1))' - (\log (1-3x))'=$

$\dfrac{1}{2x+1} \cdot (2) - \dfrac{1}{1-3x} \cdot (-3)$.

$F'(0)= 2-(-3)=5.$

(Chain rule)

0
On

We have

$$\lim_{x\to0} \frac{\ln(2x+1)-\ln(1-3x)}{x}=\lim_{x\to0} \frac{\ln(2x+1)-\ln 1}{x-0}-\lim_{x\to0} \frac{\ln(1-3x)-\ln 1}{x-0}$$$$=f’(0)-g’(0)=\left(\frac2{2x+1}\right)_{(x=0)}-\left(\frac{-3}{1-3x}\right)_{(x=0)}=2-(-3)=5$$