I came across the following problem concerning functional equations.
Let $ f : \mathbb R \to \mathbb R $ be an additive function such that $ f \left( \frac 1 x \right) = \frac { f ( x ) } { x ^ 2 } $. Prove that $ f ( x ) = c x $, $ c \in \mathbb R $.
The following solution was given.
Since $ f $ is an additive function we have $ f ( x - y ) = f ( x ) - f ( y ) $ for all $ x , y \in \mathbb R $. Let $ x \ne 0 , 1 $. Then $$ \frac 1 { x - 1 } - \frac 1 x = \frac 1 { x ( x - 1 ) } \text , $$ and we get $$ f \left( \frac 1 { x - 1 } \right) - f \left( \frac 1 x \right) = f \left( \frac 1 { x ( x - 1 ) } \right) \text . $$ Hence $$ \frac { f ( x - 1 ) } { ( x - 1 ) ^ 2 } - \frac { f ( x ) } { x ^ 2 } = \frac { f \big( x ( x - 1 ) \big) } { x ^ 2 ( x - 1 ) ^ 2 } \text , $$ which is equivalent to the identity $$ x ^ 2 f ( x - 1 ) - ( x - 1 ) ^ 2 f ( x ) = f \left( x ^ 2 - x \right) \text . $$ Thus $$ x ^ 2 \big( f ( x ) - f ( 1 ) \big) - ( x - 1 ) ^ 2 f ( x ) = f \left( x ^ 2 \right) - f ( x ) \text , $$ and therefore $$ f \left( x ^ 2 \right) = 2 x f ( x ) - x ^ 2 f ( 1 ) \text . \tag 1 \label 1 $$ Now, replace $ x $ by $ x + x ^ { - 1 } $ in this identity to obtain $$ f \left( x ^ 2 + x ^ { - 2 } + 2 \right) = 2 \left( x + x ^ { - 1 } \right) \left( x + x ^ { - 1 } \right) - \left( x ^ 2 + x ^ { - 2 } + 2 \right) f ( 1 ) \text . $$ Thus $$ f \left( x ^ 2 \right) + x ^ { - 4 } f \left( x ^ 2 \right) + f ( 2 ) = \\ 2 x f ( x ) + 4 x ^ { - 1 } f ( x ) + 2 x ^ { - 3 } f ( x ) - \left( x ^ 2 + x ^ { - 2 } + 2 \right) f ( 1 ) \text , $$ and using \eqref{1} again we get $$ f ( x ) = \left( \frac { f ( 2 ) + 2 f ( 1 ) } 4 \right) x $$ for $ x \ne 0 , 1 $. But $ f ( 2 ) = 2 f ( 1 ) $ and therefore $ f ( x ) = f ( 1 ) x $, which holds also for $ x = 0 , 1 $.
I am actually not able to understand the following:
- Since $ f $ is additive, why did the author choose to consider $ f ( x - y ) = f ( x ) - f ( y ) $ rather than $ f ( x + y ) = f ( x ) + f ( y ) $?
- How did the author conclude from $ \frac 1 { x - 1 } - \frac 1 x = \frac 1 { x ( x - 1 ) } $ that $ f \left( \frac 1 { x - 1 } \right) - f \left( \frac 1 x \right) = f \left( \frac 1 { x ( x - 1 ) } \right) $?
I spent a considerable amount of time to understand the aforementioned, but failed. A detailed and easiest possible explanation would really be helpful.