If f ( x + y + 1 ) = ( f ( x ) + f ( y ) ) 2 and f ( 0 ) = 1 , find the sum of digits of f ( 2 0 1 4 ) .
Also try Play with functions 4
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.
Adding to that:
2 0 1 5 2 = 4 0 6 0 2 2 5
4 + 0 + 6 + 0 + 2 + 2 + 5 = 1 9
Log in to reply
wow amazing mathematics lol........
Putting x = y in f ( x + y + 1 ) = ( f ( x ) + f ( y ) ) 2 , we have:
f ( 2 x + 1 ) f ( 1 ) f ( 3 ) f ( 7 ) f ( 1 5 ) = 4 f ( x ) = 4 f ( 0 ) = 4 = 4 f ( 1 ) = 4 2 = 4 f ( 3 ) = 4 3 = 4 f ( 7 ) = 4 4 Putting x = 0 Given that f ( 0 ) = 1 for x = 1 for x = 3 for x = 7
⟹ f ( 2 u − 1 ) f ( x ) ⟹ f ( x ) = 4 u = 4 lo g 2 ( x + 1 ) = 2 2 lo g 2 ( x + 1 ) = ( x + 1 ) 2 where u is a non-negative integer. Let x = 2 u − 1 ⟹ u = lo g 2 ( x + 1 )
Let us prove that f ( x ) = ( x + 1 ) 2 is true for all real x .
f ( x + y + 1 ) ⟹ f ( x ) = ( f ( x ) + f ( y ) ) 2 = 4 f ( 2 x − 1 ) = 4 ( 2 x − 1 − 1 ) 2 = ( x + 1 ) 2 ■ Replace x and y with 2 x − 1
Therefore, f ( 2 0 1 4 ) = 2 0 1 5 2 = 4 0 6 0 2 2 5 and its sum of digits is 1 9 .
by inducation,we get f(n)=sqr(n+1).then f(2014)=sqr(2014+1)=4060225 ans:4+0+6+0+2+2+5=19
Problem Loading...
Note Loading...
Set Loading...
f ( 0 + 0 + 1 ) = ( f ( 0 ) + f ( 0 ) ) 2
so f ( 1 ) = 2 2 . Similarly f ( n ) = ( n + 1 ) 2 (can be proved by induction)