A linear function f ( x ) = b x + a has the property that f ( f ( x ) ) = d x + c is another linear function such that a , b , c , d are integers that are consecutive terms in an arithmetic sequence. Find the last three digits of the sum of all possible values of f ( 2 0 1 3 ) .
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.
It should have been specified that they were in that order. Otherwise it wasnt hard
Note that the 0 function also works, but returns 0 for f ( 2 0 1 3 ) .
Log in to reply
Its given linear func 0 shall be a constant func
Log in to reply
Linear functions usually include constants, since the graph of a constant function is a straight line. This is a matter of convention though.
Excellent
May I ask how did you get b − a = 2 a b in your 5th line of solution? Thanks.
Log in to reply
Oh wait, I got it :) But just for those who are confused about this as well, from b − a = a b + a − b , we get 2 b − 2 a = a b . So, b − a = 2 a b .
I don't get why I get a wrong answer when I do the following:
c = a ( b + 1 ) ⟹ a = b + 1 c , d = b 2
Since a , b , c , d are in an arithmetic progression,we can write
a = a , b = a + k , c = b + k , d = c + k
for some k.Substituting values of a and d ,we get
b = b + 1 c + k , b + k = c , c + k = b 2
Solving gives me the wrong values for some reason.Why?
Elegant, i feel dumb right now lol!
Exactly same :-)
How do we come to know that the common difference in the arithmetic sequence is 1?
f f ( x ) = b ( b x + a ) + a = d x + c b 2 x + a b + a = d x + c b 2 = d . . . ( 1 ) , a b + a = c . . . ( 2 ) Since a , b , c , d are consecutive terms in an arithmetic sequence, lets denote a = A , b = A + D , c = A + 2 D , d = A + 3 D . From (2), A ( A + D ) + A = A + 2 D A 2 + A D − 2 D = 0 A = − 2 D ± 2 D 2 + 8 D Since A must be an integer, D 2 + 8 D must be a perfect square. Let D 2 + 8 D = k 2 where k is an integer, D = − 4 ± 4 2 + k 2 Since D must also be an integer, 4 2 + k 2 must be a perfect square. From Pythagoras Theorem, the only value of k which fulfills is when k = 3 . (Set of ( 3 , 4 , 5 ) ) ⇒ D = − 4 ± 5 D = 1 , − 9 For D = 1 , A = − 2 1 ± 2 9 A = 1 , − 2 For D = − 9 , A = 2 9 ± 2 9 A = 6 , 3 From (1), ( A + D ) 2 = A + 3 D A 2 + ( 2 D − 1 ) A + D 2 − 3 D = 0 A = 2 − 2 D + 1 ± 2 8 D + 1 When D = 1 , A = − 2 1 ± 2 9 A = 1 , − 2 ⇒ True for both equation (1) and (2).
When D = − 9 , A = 2 1 8 + 1 ± 2 − 7 1 ⇒ A will not be a real number, so D = − 9 is rejected.
For D = 1 , A = 1 , f ( x ) = 2 x + 1 f ( 2 0 1 3 ) = 4 0 2 7 For D = 1 , A = − 2 , f ( x ) = − x − 2 f ( 2 0 1 3 ) − 2 0 1 5 So the sum of all possible values is 4 0 2 7 + ( − 2 0 1 5 ) = 2 0 1 2 where the last three digits are 0 1 2 .
Let a,b,c,d be respectively a,a+d,a+2d,a+3d . Now Replace these values in f(x)=bx+a and f(f(x))=dx+c. Now we will end up getting two equations as p = ( 2 − a ) a 2 and a + 3 p = a + p 2 . Solving these equations, we get a=(-2) or (1) and respectively p=1 . Now we calculate the value of x from * 2013=bx+a * in both cases. Now we put that value of x in * f(f(x))=dx+c * . So we get 2 values as 4027 and (-2015). finally the total value of f(2013) in total is 2012
f ( x ) = b x + a ⟹ f ( f ( x ) ) = b ( b x + a ) + a = b 2 x + a b + a But according to the question, b 2 x + a b + a = d x + a So, b 2 = d and ( b + 1 ) a = c . Let b = a + m , c = a + 2 m , d = a + 3 m where m is the common difference.
So, ( b + 1 ) a = c ⟹ ( a + m + 1 ) a = a + 2 m ⟹ a 2 + a m − 2 m = 0 ....................(1)
b 2 = d ⟹ ( a + m ) 2 = a + 3 m ⟹ a 2 + m 2 + 2 a m − a − 3 m = 0 ⟹ ( a 2 + a m − 2 m ) + m 2 + a m − a − m = 0 [from (1)] ⟹ m 2 + a m − a − m = 0 ⟹ ( a + m ) ( m − 1 ) = 0
So, either a = − m or m = 1 . But a = − m makes b = 0 and d = − 2 m which means f ( x ) is a constant function as well as a non- constant function which is not true. Even if we try to make the function constant, we end up with m = 0 which violates the statement " a , b , c , d a r e i n A P " . So, m = 1 .
Putting
m
=
1
in (1) we get
a
2
+
a
−
2
=
0
⟹
(
a
+
2
)
(
a
−
1
)
=
0
⟹
a
=
−
2
,
1
. Thus, we get two sets of values for
a
,
b
,
c
,
d
. The sets are
−
2
,
−
1
,
0
,
1
and
1
,
2
,
3
,
4
.
Hence, f ( x ) = − x − 2 or f ( x ) = 2 x + 1 . Putting x = 2 0 1 3 in bot functions and adding them, we get the last 3 digits of the result as 0 1 2 .
f ( f ( x ) ) = f ( b x + a ) = b ( b x + a ) + a = b 2 x + a b + a ⟹ d = b 2 ∧ c = a b + a
since a , b , c , d is an arithmetic sequence we can represent it as:
a = a
b = a + k
c = a + 2 k
d = a + 3 k
and this can be written as
b = a + k
a b + a = a + 2 k ⟹ a b = 2 k
b 2 = a + 3 k
by solving this system we get three possibilities:
a = − 2 ∧ b = − 1 ∧ k = 1 ⟹ f ( x ) = − x − 2 ⟹ f ( 2 0 1 3 ) = − 2 0 1 5
a = 0 ∧ b = 0 ∧ k = 0 ⟹ f ( x ) = 0 x + 0 ⟹ f ( 2 0 1 3 ) = 0
a = 1 ∧ b = 2 ∧ k = − 1 ⟹ f ( x ) = 2 x + 1 ⟹ f ( 2 0 1 3 ) = 4 0 2 7
so the sum of the values of f ( 2 0 1 3 ) is − 2 0 1 5 + 0 + 4 0 2 7 = 2 0 1 2
Let, a,b,c,d =a,a+e,a+2e,a+3e. f(bx+a) =dx+c implies b bx+ab+a=dx+c. implies b b=d & a(b+1)=c implies (a+e).(a+e)=a+3e &a(a+e+1)=a+2e this gives e=1; a=1,-2; then f(2013)=4027; f(2013)=-2015 then 4027+(-2015)=2012
Problem Loading...
Note Loading...
Set Loading...
f ( f ( x ) ) = b ( b x + a ) + a = b 2 x + a b + a ∴ c = a b + a , d = b 2 Using condition for them being in arithmetic progression:- b − a = a b + a − b = b 2 − a b − a ∴ b − a = 2 a b , 2 a ( b + 1 ) = ( b + 1 ) b b + 1 = 0 or 2 a = b
If b = − 1 the series turns out to be { − 2 , − 1 , 0 , 1 }
If 2 a = b it comes as { 1 , 2 , 3 , 4 }
Thus S = 4 0 2 6 + 1 − 2 0 1 3 − 2 = 2 0 1 2