Given that $f(x)$ is differentiable function of $x$ and that $f(x)\cdot f(y) = f(x) + f(y) + f(xy) - 2$ and that $f(2) = 5$. Then find value of $f(3)$.
By putting $x=2$ and $y=1$ , I got $f(1)=2$ but when I put $x=1$ and $y=3$, $f(3)$ gets cancelled. Could someone help me with this?
$f(x)f(y) = f(x) + f(y) + f(xy) - 2$ holding y contant and differentiating by x
$f'(x)f(y) = f'(x) + yf'(xy)$
Now set $x = 1$ let $f'(1) = C$
$Cf(y) = C + yf'(y)$
Now we have a differential equation.
$\frac {f'(y)}{f(y)-1} = \frac C{y}\\ \ln (f(y) - 1) = C\ln y\\ f(y) = y^c + 1$
Fit the initial condition:
$f(2) = 2^c + 1 = 5\\ c = 2\\ f(y) = y^2 + 1$
check it...
$(x^2 + 1)(y^2+1) = (x^2+1) + (y^2 + 1) + (x^2y^2+1) - 2\\ x^2y^2 + x^2 + y^2 + 1 = x^2y^2 + x^2 + y^2 + 1$
Seems to work.