Find the number of ordered pairs of real numbers ( a , b ) such that whenever γ is a root of x 2 + a x + b = 0 , γ 2 − 2 is also a root of the same equation.
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 y and y^2-2 to be a root of the equation, (y^2-2)+y=a (sum of roots of an equation) and (y^2-2)*y=b (product of roots of an equation)
For both results we can have 2 and 3 roots(possible values) respectively Thus the no of sets can be 2*3= 6
Your solution doesn't make sense. If y = y 2 − 2 , then we do not need the sum of these two numbers to be the sum of roots of the equation.
Log in to reply
Could you please provide a solution to this question, Sir?
But it makes sense to me , you cant just call someones solution as nonsense ! You hurt my feelings !
Log in to reply
Sorry, I didn't intend to hurt your feelings. I didn't understand your solution, or what you were trying to say.
Please see Snehdeep's solution above for how to explain this problem clearly.
You could have also said the same thing in a gentle way !! : (
Problem Loading...
Note Loading...
Set Loading...
First let us assume the two roots of the equation to be α and β .Now we will consider the different cases:
Case 1 : α = β or α is a double root.Since α 2 − 2 is also a root we get α = α 2 − 2 or α = − 1 or α = 2 .
Using Vieta's formulas we get a = − 2 α and b = α 2 which gives ( a , b ) = ( 2 , 1 ) o r ( − 4 , 4 )
Case 2 : α = α 2 − 2 and β = β 2 − 2
which gives ( α , β ) = ( − 1 , 2 ) o r ( 2 , − 1 ) as discussed in case 1.(Note that (-1,-1) and (2,2) aren't taken because they are already in case 1.)
⇒ ( a , b ) = ( − ( α + β ) , α β ) = ( − 1 , − 2 )
Case 3 : α = β 2 − 2 and β = α 2 − 2
⇒ α − β = β 2 − α 2 = ( β − α ) ( β + α )
as α = β we get α + β = − 1
also α + β = β 2 + α 2 − 4 = ( β + α ) 2 − 2 α β − 4
which gives α β = − 1 as α + β = − 1
Hence ( a , b ) = ( − ( α + β ) , α β ) = ( 1 , − 1 )
Case 4 : α 2 − 2 = β 2 − 2 = α ( o r β ) and α = β
⇒ α 2 = β 2
⇒ α = − β (as α = β )
Thus, ( α , β ) = ( 2 , − 2 ) o r ( − 1 , 1 ) (using α 2 − 2 = α )
⇒ ( a , b ) = ( 0 , − 4 ) or ( 0 , − 1 )
Hence, Total number of ordered pairs = 6 which are ( a , b ) = ( − 4 , 4 ) , ( 2 , 1 ) , ( − 1 , − 2 ) , ( 1 , − 1 ) , ( 0 , − 1 ) , ( 0 , − 4 )