I'm having a hard time answering this question:
Find all the differentiable functions $f$ such that $$\forall x,y\in\mathbb R : f\left(x^4+y\right) = x^3f(x) + f(y) \text.$$
I would love to get a hint about how to start since this is my first time answering this type of questions.
Thanks a lot.
Differentiate $f(x^4+y)$ by $x$, to get
$$\partial_x f(x^4+y)=4x^3f'(x^4+y)\overset!=\partial_x(x^3f(x)+f(y))=3x^2f(x)+x^3f'(x)$$
Now note that this does not depend on $y$. If $x\neq0$ and you chose $y=z-x^4$ for some $z$ you find $$f'(z)=\frac{3x^2f(x)+x^3f'(x)}{4x^3}$$ so $f'(z)$ is some expression that doesn't even depend on $z$. This means that it has to be constant, and it follows $f(x)=ax+b$ for some constants $a,b$. If you plug it into the initial condition you will find out what these constants are.