Find the fundamental period of the non-zero function f ( x ) satisfying the equation f ( x + 1 ) + f ( x − 1 ) = 3 f ( x )
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.
Sir what is the method u have used? I actually do not know application of matrices in this way. Will u give a link to learn?
Log in to reply
f is given by a linear recursion, like the Fibonacci sequence. The matrix I'm using is analogous to the Q-matrix .
The first component of the product is the given equation, and the second is just f ( x ) = f ( x )
3 f ( x ) = f ( x + 1 ) + f ( x − 1 ) 3 f ( x + 2 ) = f ( x + 3 ) + f ( x + 1 )
3 ( f ( x + 2 ) + f ( x ) ) = f ( x + 3 ) + 2 f ( x + 1 ) + f ( x − 1 ) 3 ( 3 f ( x + 1 ) ) = f ( x + 3 ) + 2 f ( x + 1 ) + f ( x − 1 ) 3 f ( x + 1 ) = f ( x + 3 ) + 2 f ( x + 1 ) + f ( x − 1 ) f ( x + 1 ) = f ( x + 3 ) + f ( x − 1 ) f ( x + 3 ) = f ( x + 5 ) + f ( x + 1 )
f ( x + 1 ) + f ( x + 3 ) = f ( x + 3 ) + f ( x − 1 ) + f ( x + 5 ) + f ( x + 1 ) f ( x + 5 ) + f ( x − 1 ) = 0 f ( x + 1 1 ) + f ( x + 5 ) = 0
f ( x + 1 1 ) + f ( x + 5 ) = f ( x + 5 ) + f ( x − 1 ) f ( x + 1 1 ) = f ( x − 1 )
f ( x + 1 2 ) = f ( x )
Hence, period of f ( x ) = 1 2
Since the equation given is a linear recurrence relation , we can find f ( x ) by solving the characteristic polynomial which is as follows:
x 2 − 3 x + 1 ⇒ x = 0 = 2 3 ± i = e ± i 6 π where i 2 = − 1
Therefore, the function is of the form
f ( x ) ⇒ f ( x + 1 2 ) = a e i 6 π x + b e − i 6 π x = ( a + b ) cos ( 6 π x ) + i ( a − b ) sin ( 6 π x ) = ( a + b ) cos ( 6 π ( x + 1 2 ) ) + i ( a − b ) sin ( 6 π ( x + 1 2 ) ) = ( a + b ) cos ( 6 π x + 2 π ) + i ( a − b ) sin ( 6 π x + 2 π ) = ( a + b ) cos ( 6 π x ) + i ( a − b ) sin ( 6 π x ) = f ( x )
Therefore, the fundamental period of the function is 1 2 .
Problem Loading...
Note Loading...
Set Loading...
[ f ( x + 1 ) f ( x ) ] = [ 3 1 − 1 0 ] [ f ( x ) f ( x − 1 ) ]
The eigenvalues of the matrix A are e ± π i / 6 , twelfth roots of unity, so that A 1 2 = I 2 , while A m fails to have nonzero fixed points for 0 < m < 1 2 . Thus f ( x + 1 2 ) = f ( x ) for all x , and the fundamental period is 1 2 .