$f$ is a derivable function in $0$, and $f'(0)=a$
Calculate in terms of $a$:
$\lim_{x \to 0} \frac{f(3x)+f(5x)-2f(2x)}{x}$
$f$ is a derivable function in $0$, and $f'(0)=a$
Calculate in terms of $a$:
$\lim_{x \to 0} \frac{f(3x)+f(5x)-2f(2x)}{x}$
On
Using a Maclauren series we can approximate $f(x)$ as $$f(x) = f(0)+x\cdot f'(0)+...$$ Since we will view x as small all the higher order terms can be ignored. Plugging this into your equation we get $$\lim_{x\rightarrow 0}\frac{f(0)+ 3x \cdot f'(0)+f(0)+ 5x \cdot f'(0)-2\cdot f(0)- 2\cdot 2x \cdot f'(0)}{x}=\lim_{x\rightarrow 0}\frac{4ax}{x}=4a$$
Hint: \begin{align*} &\dfrac{f(3x)+f(5x)-2f(2x)}{x}\\ &=3\cdot\dfrac{f(3x)-f(0)}{3x}+5\cdot\dfrac{f(5x)-f(0)}{5x}-4\cdot\dfrac{f(2x)-f(0)}{2x}\\ &\rightarrow? \end{align*}