I tried to solve this problem:
Determine all function $ f : \mathbb R ^ * \to \mathbb R $ such that $ \forall x \in \mathbb R ^ * $ $$ \frac 1 x f ( - x ) + f \left( \frac 1 x \right) = x \text . $$
Basically I tried the classical way to substitute so I got this :
Let $ P ( x ) $ be the assertion above.
- $ P ( 1 ) $: we obtain $ f ( - 1 ) + f ( 1 ) = 1 $.
All what I know about this function is this information! I don't know if there's another technique to simplify it or reduce it. Some help please!
Take $x = 1/y$ to obtain
$$yf\left(- \frac1y \right) + f(y) = \frac 1y.$$
Next, take $x = -y$ to get
$$-\frac 1y f(y) + f\left( - \frac1y\right) = -y.$$
This is a system of linear equations in $f(y)$ and $f(-1/y)$. In particular, multiply both sides of the second equation by $-y$ to get
$$f(y) - yf\left(-\frac1y\right) = y^2,$$
from which adding with the first equation yields
$$2f(y) = y^2 + \frac1y,$$
or, substituting back in $x$,
$$f(x) = \frac12 \left(x^2 + \frac1x \right),$$
from which it should follow that this is the only function $f$ that satisfies the functional equation.