If f ( x + y ) = f ( x ) ⋅ f ( y ) for all real x and y and f ( 0 ) = 0 , then the function g ( x ) = 1 + ( f ( x ) ) 2 f ( x ) is:
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I also did the same!
Log in to reply
Nice! Tom's solution was cool too but i wanted it to be solved without assuming that f is differentiable.
Assuming f ( x ) is differentiable over its entire domain, let us differentiate the above functional equation with respect to x and y respectively:
f ′ ( x + y ) = f ′ ( x ) f ( y ) and f ′ ( x + y ) = f ( x ) f ′ ( y )
which results in the ODE:
f ( x ) f ′ ( x ) = f ( y ) f ′ ( y ) = A ⇒ l n f ( x ) = A x + B ⇒ f ( x ) = e A x + B ; where A , B ∈ R .
If we now take into account x = y = 0 and substitute these values into our functional equation, we now obtain:
f ( 0 + 0 ) = f ( 0 ) f ( 0 ) ⇒ 0 = f 2 ( 0 ) − f ( 0 ) ⇒ f ( 0 ) = 0 , 1
but since we are given f ( 0 ) = 0 , only f ( 0 ) = 1 will be permitted. Using this boundary condition gives 1 = e B ⇒ B = 0 , or f ( x ) = e A x .
We now find that g ( x ) is an even function, that is g ( − x ) = g ( x ) . This can be shown as:
g ( − x ) = 1 + f 2 ( − x ) f ( − x ) = 1 + e − 2 A x e − A x = e A x 1 ⋅ 1 + e 2 A x e 2 A x = 1 + e 2 A x e A x = g ( x )
Problem Loading...
Note Loading...
Set Loading...
For x = y = 0 we have:
f ( 0 ) = f 2 ( 0 ) ( f ( 0 ) = 0 )
1 = f ( 0 )
For y = − x we have:
f ( 0 ) = f ( x ) ⋅ f ( − x )
f ( x ) ⋅ f ( − x ) = 1
f ( − x ) = f ( x ) 1
g ( − x ) =
1 + ( f ( − x ) ) 2 f ( − x ) =
1 + ( f ( x ) 1 ) 2 f ( x ) 1 =
f 2 ( x ) f 2 ( x ) + 1 f ( x ) 1 =
1 + f 2 ( x ) f ( x ) =
g ( x )
Thus:
g ( − x ) = g ( x )
and g is an e v e n function.