f ( x + y ) = f ( x ) + f ( y ) + α
Let f : Q → Q , where Q is the set of all rational numbers, be such that the above functional equation holds true for all x , y ∈ Q . If f ( β ) = α , find the value of f ( α ) when β = 4 0 3 , α = 2 0 1 5 .
Note - α , β ∈ N .
Bonus - Also generalize the value of f ( α ) in terms of α and β .
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.
Well, @Harsh Shrivastava Good Work! :D My motive behind the problem was not this. I framed the problem a little wrong probably. What if the problem is like this:
f ( x + y ) = f ( x ) + f ( y ) + α
Let f : Q → Q , where Q is the set of all rational numbers, be such that the above functional equation holds true for all x , y ∈ Q . If f ( β ) = α , find the value of f ( α ) .
Note : α , β ∈ N
Can you solve this problem with your approach? For your info, I can certainly say that this problem can be solved by your approach :)
Log in to reply
Well your solution to this prob is too good 😀!
BTW I m getting the answer to your problem as 2a^2 - a, is it correct?
Log in to reply
@Harsh Shrivastava Look at this. A solution involving the idea of your approach;
I looked for a general pattern of f ( n x ) by substituting certain integers n = 2 , 3 , . . and came upto something.
First of all, we claim that f ( n x ) = n f ( x ) + α ( n − 1 ) . . . ( 1 ) . For n = 1 , it's trivial. Assume it holds for some integer n . To prove our claim, let's go for induction. We have: f ( ( n + 1 ) x ) = f ( n x + x ) = f ( n x ) + f ( x ) + α ⇒ f ( ( n + 1 ) x ) = n f ( x ) + α ( n − 1 ) + f ( x ) + α = ( n + 1 ) f ( x ) + α ( ( n + 1 ) − 1 ) hereby, completing the proof of our claim.
Now, in ( 1 ) , put n = α , x = β to obtain: f ( α β ) = α f ( β ) + α ( α − 1 )
Again in ( 1 ) , put n = β , x = α to obtain: f ( α β ) = β f ( α ) + α ( β − 1 )
Equating the above two equations, we get; α f ( β ) + α ( α − 1 ) = β f ( α ) + α ( β − 1 )
Since f ( β ) = α , substituting it, ⇒ α 2 + α 2 − α = β f ( α ) + α β − α ⇒ β f ( α ) = 2 α 2 − α β ⇒ f ( α ) = β 2 α 2 − α
f ( 4 0 3 ) f ( 8 0 6 ) f ( 1 6 1 2 ) f ( 2 0 1 5 ) = 2 0 1 5 = f ( 4 0 3 + 4 0 3 ) = f ( 4 0 3 ) + f ( 4 0 3 ) + 2 0 1 5 = 6 0 4 5 = f ( 8 0 6 + 8 0 6 ) = f ( 8 0 6 ) + f ( 8 0 6 ) + 2 0 1 5 = 1 4 1 0 5 = f ( 1 6 1 2 + 4 0 3 ) = f ( 1 6 1 2 ) + f ( 4 0 3 ) + 2 0 1 5 = 1 8 1 3 5
Problem Loading...
Note Loading...
Set Loading...
We have f ( x + y ) = f ( x ) + f ( y ) + α .
Let g ( x ) = f ( x ) + α . . . ( 1 ) .
⟹ g ( x + y ) = f ( x + y ) + α = f ( x ) + f ( y ) + α + α = ( f ( x ) + α ) + ( f ( y ) + α ) = g ( x ) + g ( y )
Therefore, it's obvious that g ( x ) = λ x for some λ ∈ Q .
Now put x = β in ( 1 ) to obtain; g ( β ) = f ( β ) + α = α + α = 2 α But g ( β ) = λ ⋅ β ⇒ λ ⋅ β = 2 α ⟹ λ = β 2 α ⟹ g ( x ) = β 2 α x
Now put x = α in ( 1 ) to obtain; g ( α ) = f ( α ) + α ⟹ β 2 α 2 = f ( α ) + α ⟹ f ( α ) = β 2 α 2 − α
The generalized value of f ( α ) would be β 2 α 2 − α .
Substituting, α = 2 0 1 5 , β = 4 0 3 , we obtain f ( 2 0 1 5 ) = 1 8 1 3 5 .
Note : To check out another generalized solution involving another approach, please visit my another solution in the comments section of @Harsh Shrivastava 's solution.