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.
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}