I need to prove the following: $f(x)$ defined on a neighborhood of $x=0$ such that: $$ \lim_{x \to 0} \frac {f(x)}{x} = 3 $$ I need to prove that: $$ \lim_{x \to 0} \frac {f(3x)}{\ln(1+4x)} = 2.25 $$ Basically, what I did is: $$ \lim_{x \to 0} \frac {f(3x)}{\ln(1+4x)} = \lim_{x \to 0} \frac {f(3x)}{x} \cdot \frac{x}{\ln(1+4x)} = \lim_{x \to 0} \frac {f(3x)}{x} \cdot \frac{4x}{\ln(1+4x)} \cdot \frac{1}{4} $$ Now I'm stuck here with 2 questions:
1) Can I say that since $x \to 0$ it is hold that: $$ \lim_{x \to 0} \frac{f(x)}{x} = \lim_{x \to 0} \frac{f(3x)}{x} $$
If so, then I can simply switch this expression to $3$.
2) The other question is about the $\ln$ expression, I know the identity that: $$ \lim_{x \to 0} \frac {\ln(1+x)}{x} = 1 $$
But in my expression I need to switch the denominator with the numerator in order to use this Identity. How can I do so?
I'm not sure about any of my steps so please correct me where I'm wrong and don't just offer your own solution.
Thank you