f ( x + 2 ) − 5 f ( x + 1 ) + 6 f ( x ) = 0 .
Given f(0)=2, f(3)=35, and f(1) is a prime number, then find f(2).
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.
Let's express the above functional equation in terms of the characteristic equation:
f ( x + 2 ) − 5 ⋅ f ( x + 1 ) + 6 ⋅ f ( x ) = 0 ⇒ r 2 − 5 r + 6 = 0 ⇒ ( r − 2 ) ( r − 3 ) = 0 ⇒ r = 2 , 3
This in turns yields:
f ( x ) = A ⋅ 2 x + B ⋅ 3 x ; f ( 0 ) = 2 , f ( 3 ) = 3 5
for real constants A and B. We now solve for A & B using the supplied initial conditions:
2 = A + B ; 3 5 = 8 A + 2 7 B ⇒ A = B = 1
hence, we finally obtain f ( x ) = 2 x + 3 x (which f ( 1 ) = 5 is a prime number!) Thus, f ( 2 ) = 2 2 + 3 2 = 1 3 .
Nice approach
Problem Loading...
Note Loading...
Set Loading...
By the functional equation, f ( x + 2 ) − 5 f ( x + 1 ) + 6 f ( x ) = 0
Putting x = 0 , we have
f ( 2 ) − 5 f ( 1 ) + 6 f ( 0 ) = 0 ⟹ f ( 2 ) − 5 f ( 1 ) + 6 × 2 = 0 ⟹ f ( 2 ) − 5 f ( 1 ) + 1 2 = 0 ( 1 )
Putting x = 1 , we have
f ( 3 ) − 5 f ( 2 ) + 6 f ( 1 ) = 0 ⟹ 3 5 − 5 f ( 2 ) + 6 f ( 1 ) = 0 ( 2 )
Eliminating equations ( 1 ) and ( 2 ) , we have f ( 1 ) = 5 and f ( 2 ) = 1 3