x i y 2 + 2 ( − 1 ) i + 1 x i + 1 y + x i + 2 = 0
For each i ∈ Z , 1 ≤ i ≤ n − 2 and x i = 0 , the quadratic equation in y above has exactly one root, then find the value of the following expression.
n = 2 ∑ 5 1 k = 1 ∑ n − 1 x k x 2 x 1 x k + 1
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.
For the quadratic equation in y to have only one root, the discriminant ( b 2 − 4 a c ) is equal to zero, that is:
( 2 ( − 1 ) i + 1 x i + 1 ) 2 − 4 x i x i + 2 ⟹ 4 x i + 1 2 x i + 1 2 x i x i + 1 ⟹ x i x i + 1 = 0 = 4 x i x i + 2 = x i x i + 2 = x i + 1 x i + 2 = constant = x 1 x 2
Now, we have:
n = 2 ∑ 5 1 k = 1 ∑ n − 1 x k x 2 x 1 x k + 1 = n = 2 ∑ 5 1 k = 1 ∑ n − 1 x 1 x 2 x 1 x 2 = n = 2 ∑ 5 1 k = 1 ∑ n − 1 1 = n = 2 ∑ 5 1 ( n − 1 ) = n = 1 ∑ 5 0 n = 2 5 0 ( 5 1 ) = 1 2 7 5
When you say determinant, do you mean discriminant? It made me a bit confused.
Log in to reply
Yes, sorry.
Log in to reply
Sorry for always making inquiries about your excellent solutions.
Log in to reply
@Sal Gard – It is okay. I made a mistake. I learned it as b 2 − 3 a c without the name.
Log in to reply
@Chew-Seong Cheong – You mean b^2-4ac (XDD) nice soln otherwise =).
Problem Loading...
Note Loading...
Set Loading...
A quadratic( a x 2 + b x + c = 0 ) has only one root when its discriminant is zero( i.e b 2 = 4 a c ). Thus:-
( 2 ( − 1 ) i + 1 x i + 1 ) 2 = 4 x i x i + 2 ⟹ x i + 1 2 = x i x i + 2
⟹ x i , x i + 1 , x i + 2 are in GP ∀ i ∈ [ 1 , n − 2 ] . Hence x 1 , x 2 , x 3 , ⋯ , x n form a GP such that x i x i + 1 = Constant = x 1 x 2 ⟹ x k x 2 x 1 x k + 1 = 1
Hence summation is simply:-
n = 2 ∑ 5 1 k = 1 ∑ n − 1 ( 1 )
= n = 2 ∑ 5 1 ( n − 1 ) = 2 5 0 ( 5 1 ) = 1 2 7 5