Let f : R → R be a real, continuous, and differentiable function. For all x , y ∈ R , how many such functions exist that satisfy:
f ( 2 x ) + 2 f ( y ) = f ( f ( x + y ) ) ?
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.
Differentiating with respect to x :
2 f ′ ( 2 x ) = f ′ ( f ( x + y ) ) f ′ ( x + y )
Differentiating with respect to y : 2 f ′ ( y ) = f ′ ( f ( x + y ) ) f ′ ( x + y )
⟹ f ′ ( y ) = f ′ ( 2 x )
Plugging x = y = 0 into the given equation: f ( 0 ) + 2 f ( 0 ) = f ( f ( 0 ) ) ⟹ 3 f ( 0 ) = f ( f ( 0 ) )
Let f ( 0 ) = p .
Now: 2 f ′ ( 2 x ) = f ′ ( f ( x + y ) ) f ′ ( x + y ) ⟹ 2 f ′ ( 0 ) = f ′ ( f ( 0 ) ) f ′ ( 0 ) ⟹ f ′ ( p ) = 2
Using: ⟹ f ′ ( y ) = f ′ ( 2 x )
Plugging x = p / 2 gives:
f ′ ( y ) = f ′ ( p ) = 2 ⟹ f ( y ) = 2 y + p
∵ f ( 0 ) = p
And the condition 3 f ( 0 ) = f ( f ( 0 ) ) is also satisfied. Therefore, since p can be any real number, an infinite number of functions satisfy the given equation.
Let's differentiate the equation:
2 f ′ ( 2 x ) = f ′ ( f ( x + y ) ) ∗ f ′ ( x + y ) , for any x and y .
Consider y = x :
2 f ′ ( 2 x ) = f ′ ( f ( 2 x ) ) ∗ f ′ ( 2 x ) , for any x .
If f ′ ( 2 x ) = 0 :
f ′ ( f ( x ) ) = 2
That would mean that initial differentiated equation looks like this:
2 f ′ ( 2 x ) = 2 f ′ ( x + y )
f ′ ( 2 x ) = 2 f ′ ( x + y )
For x = 0 :
f ′ ( y ) = f ′ ( 0 ) meaning f ′ ( x ) = 2 .
So f ( x ) = 2 x + C . And if we input this in initial equation we conclude that any real C fits, so we have infinite functions. (We didn't even consider f ′ ( 2 x ) = 0 case)
Problem Loading...
Note Loading...
Set Loading...
Let us test whether a linear function f ( z ) satisfies this property. That is, it satisfies the superposition principle, so it is both homogenous and additive. Then we can write the identity given as 2 f ( x ) + 2 f ( y ) = f ( f ( x ) + f ( y ) ) ⟶ 2 ( f ( x ) + f ( y ) ) = f ( f ( x ) + f ( y ) ) Clearly, the function f carries out a multiplication by 2, so f ( z ) = 2 z . It is also real, differentiable and continuous, while satisfying the identity for all x , y ∈ R , so this is a valid function. This is shown to be true below. f ( 2 x ) + 2 f ( y ) = 4 x + 4 y = 4 ( x + y ) f ( f ( x + y ) ) = 2 ( 2 ( x + y ) ) = 4 ( x + y ) However, since f ( z ) is linear, f ( a z ) = a f ( z ) = 2 a z for a ∈ R will also satisfy this property. Therefore, there are an infinite number of functions which satisfy these conditions.
Edit: I found a flaw in my last statement. It only works if a = a 2 so a = 0 or a = 1 . There must be other functions out there that satisfy this.