If α , β are the roots of 2 x 2 − 5 x + 1 = 0 and S n = ( α ) 2 n + ( β ) 2 n then S 2 0 1 6 4 S 2 0 1 7 + S 2 0 1 5 is:
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.
This is just a slight modification of the solution. Upon finding out that the quadratic equation 4 x 2 − 2 1 x + 1 = 0 has roots that are square of the given quadratic equation, one may see that the problem is equivalent to the recurrence relation 4 S n + 2 = 2 1 S n + 1 − S n such that 4 S 2 0 1 7 = 2 1 S 2 0 1 6 − S 2 0 1 5 from which it becomes evident that: S 2 0 1 6 4 S 2 0 1 7 + S 2 0 1 5 = 2 1
Log in to reply
Yes, that's a shorter and nice path to the solution.
How we get : 4x^2 - 21x +1 because in the question it is different.
Log in to reply
It is equation having roots alpha squared and beta squared.
The required quantity is α 4 0 3 2 + β 4 0 3 2 4 α 4 0 3 4 + 4 β 4 0 3 4 + α 4 0 3 0 + β 4 0 3 0 . In the numerator, we can pull out common factors in both alpha and beta and it becomes α 4 0 3 2 + β 4 0 3 2 α 4 0 3 0 ( 4 α 4 + 1 ) + β 4 0 3 0 ( 4 β 4 + 1 ) .
Now given alpha and beta satisfy that quadratic equation, we have 2 α 2 − 5 α + 1 = 0 . Taking 5 α to the RHS and squaring and simplifying the expression, we get 4 α 4 + 1 = 2 1 α 2 and a similar expression for beta. Substitute this in the "factored" expression and note that the alpha and beta powers will cancel each other leaving behind 21
From Vieta's formulas, we have: { α + β = 2 5 α β = 2 1
Using Newton's sums method, we have:
α 4 0 3 2 + β 4 0 3 2 ⇒ S 2 0 1 6 = ( α + β ) ( α 4 0 3 1 + β 4 0 3 1 ) − α β ( α 4 0 3 0 + β 4 0 3 0 ) = 2 5 ( α 4 0 3 1 + β 4 0 3 1 ) − 2 1 S 2 0 1 5
⇒ 5 ( α 4 0 3 1 + β 4 0 3 1 ) = 2 S 2 0 1 6 + S 2 0 1 5
α 4 0 3 4 + β 4 0 3 4 ⇒ S 2 0 1 7 2 S 2 0 1 7 4 S 2 0 1 7 4 S 2 0 1 7 4 S 2 0 1 7 ⇒ S 2 0 1 6 4 S 2 0 1 7 + S 2 0 1 5 = ( α + β ) ( α 4 0 3 3 + β 4 0 3 3 ) − α β ( α 4 0 3 2 + β 4 0 3 2 ) = 2 5 ( α 4 0 3 3 + β 4 0 3 3 ) − 2 1 S 2 0 1 6 = 5 ( 2 5 S 2 0 1 6 − 2 1 ( α 4 0 3 1 + β 4 0 3 1 ) ) − S 2 0 1 6 = 2 5 S 2 0 1 6 − 5 ( α 4 0 3 1 + β 4 0 3 1 ) − S 2 0 1 6 = 2 5 S 2 0 1 6 − 2 S 2 0 1 6 − S 2 0 1 5 − S 2 0 1 6 = 2 1 S 2 0 1 6 − S 2 0 1 5 = 2 1
4S(n)=21S (n-1)-S (n-2)....prove it by breaking a^k+b^k=(a^(k-1)+b^(k-1))(a+b)-ab (a^(k-2)+b^(k-2))... Then the problem is trivial.
Problem Loading...
Note Loading...
Set Loading...
Let's find an equation with roots c = α 2 and d = β 2 , to do this let y = x 2 , so x = y :
2 y − 5 y + 1 = 0 2 y + 1 = 5 y 4 y 2 + 4 y + 1 = 2 5 y 4 y 2 − 2 1 y + 1 = 0
Now, S n = ( c ) n + ( d ) n , and since they are roots:
4 c 2 − 2 1 c + 1 = 0 4 d 2 − 2 1 d + 1 = 0
We can multiply both sides of each equation by c 2 0 1 5 and d 2 0 1 5 :
4 c 2 0 1 7 − 2 1 c 2 0 1 6 + c 2 0 1 5 = 0 4 d 2 0 1 7 − 2 1 d 2 0 1 6 + d 2 0 1 5 = 0
Finally, add them:
4 ( c 2 0 1 7 + d 2 0 1 7 ) − 2 1 ( c 2 0 1 6 + d 2 0 1 6 ) + c 2 0 1 5 + d 2 0 1 5 = 0 4 S 2 0 1 7 − 2 1 S 2 0 1 6 + S 2 0 1 5 = 0 4 S 2 0 1 7 + S 2 0 1 5 = 2 1 S 2 0 1 6 S 2 0 1 6 4 S 2 0 1 7 + S 2 0 1 5 = 2 1