0

How do we solve the functional equation $f : \mathbb{R}^{+}\rightarrow \mathbb{R}^+$ such that $f(x)f(y)+f(xy) = xy$?

Terry
  • 9
  • Welcome to MSE. Your question is phrased as an isolated problem, without any further information or context. This does not match many users' quality standards, so it may attract downvotes, or closed. To prevent that, please [edit] the question. This will help you recognise and resolve the issues. Concretely: please provide context, and include your work and thoughts on the problem. These changes can help in formulating more appropriate answers. – José Carlos Santos Dec 04 '20 at 09:43
  • There is a discrepancy between question and answers below... – zwim Dec 04 '20 at 10:20
  • @zwim the op changed the post after answers! – the_candyman Dec 04 '20 at 12:13

3 Answers3

1

Notice that for $y=1$, one gets:

$$f(x)f(1)-f(x) = \left(x+2\right)\left(\frac{1}{x}+1\right) \Rightarrow f(x) = \frac{1}{f(1)-1}\left[\left(x+2\right)\left(\frac{1}{x}+1\right)\right].$$

Now, observe that:

$$f(1) = \frac{1}{f(1)-1}\left[\left(1+2\right)\left(\frac{1}{1}+1\right)\right] = \frac{6}{f(1)-1}.$$

Then:

$$f(1)(f(1)-1) = 6 \Rightarrow f^2(1) - f(1)-6 = 0 \Rightarrow f(1)= 3 \vee f(1) = -2.$$

Since $f:\mathbb{R}^+ \to \mathbb{R}^+$, then $f(1) = 3.$

Hence:

$$f(x) = \frac{1}{2}\left(x+2\right)\left(\frac{1}{x}+1\right).$$

the_candyman
  • 14,064
  • 4
  • 35
  • 62
1

For $x=y=1$ you get $f(1)^2-f(1)=6\iff f(1)=3$, since the other possible solution is negative (namely, $-2$).

Now for any $x>0$, taking $y=1$ one gets $$f(x)f(1)-f(x)=(x+2)(1/x+1)\iff f(x)=\frac{(x+2)(1/x+1)}{f(1)-1}=\frac{(x+1)(x+2)}{2x}$$

1

If $y=1$ then $f(x)f(1)+f(x)=x$

$f(x)(f(1)+1)=x$

if $f(1)+1=0$ then $0=x$ for all x which is not true so $f(1)+1\neq0$

$f(x)=\frac{x}{f(1)+1}=\frac{x}{c}$ where c is a constant for all x.

$(\frac{x}{c})(\frac{y}{c})+\frac{xy}{c}=\frac{xy}{c^2}+\frac{xy}{c}=xy$

$\frac{1}{c^2}+\frac{1}{c}=1$

$1+c=c^2$

c has to be positive as it is positive to positive so this is the well known golden ratio $\varphi$

$f(x)=\frac{x}{\varphi}$

Substitute to confirm solution.