Question: If the function $f(x)$ satisfies the relation $(f(x+y)=yf(x)+f(y))$ with $f(1)=2$, then $\lim_{x\to 1^+}f'(x)$ is:
Domain of function is $(1,\infty)$
I need to find $f'(1)$ to solve this question.
But can't seem to find the solution of the equation.
Now this functional equation is giving me problems.
Solving functions without calculus is often too easy for me but idk why this is hard. Maybe this requires calculus.
Till now I've tried putting $1$ at the places of $x$ and $y$ and then trying to solve which results in $x=1$.
Calculus doesn't help in my case. I tried differentiating which resulted in long differential equation which simplified to $x=1$ again. XD
Thank you.
If we set $y=0$, we get $f(x)=f(0)$. This means that the function is a constant. So, $f(x)=2$. However, this clearly doesn't satisfy the condition set by $x=y=1$, which makes $f(2)=4$, so there is no solution.
Edit: Upon OP's comments, where it was specified that the domain of the function is $[1,\infty)$. I don't have a full solution, but here are some thoughts.
Note that by plugging in $x=1$, we have $f(y+1)=2y+f(y)$. So, we have $f(n)=n^2-n+2$ for $n\in\mathbb N$.
When we let $x=y$, our functional equation becomes $f(2x)=(x+1)f(x)$.
So, we will compute $f\left(\frac{2^n+1}{2^n}\right)$ for natural $n$.
Note that $f(2^n+1)=2^{2n}+2^n+2$ for $n\in\mathbb N$
So, $$f\left(\frac{2^n+1}{2^n}\right)=(2^{2n}+2^n+2)\cdot\prod\limits_{i=1}^n\frac{2^i}{2^n+2^i+1}$$So consider the limit as $n\to\infty$.
Edit 2: As @MartinR notes, since setting $y=1$ forces the function to be linear, which clearly contradicts the work above, there is no such function.