Find number of quadratic equations of the form that remain unchanged after squaring their roots.
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 try to make things simple. Let α , β be the roots of the equation y = a x 2 + b x + c . The problem requires that α 2 , β 2 are also the roots of the same equation. This is possible if we have the following:
α + β = α 2 + β 2
⟹ ( α + β ) 2 − 2 α β = α + β − ( i ) and
α β = α 2 β 2 − ( i i )
From ( i i ) we have, α β ( α β − 1 ) = 0 . This gives rise to the following cases:
C A S E I :
α = 0 ⟹ β = 0 , 1 . So the equations are:
y = { x 2 − x + 0 x 2 + 0 ⋅ x + 0 when α = β = 0 when α = 0 , β = 1
C A S E I I :
β = 0 ⟹ α = 0 , 1 . This yields same equations as CASE I .
C A S E I I I :
α β = 1 . Substituting this in ( i ) we get
( α + β ) 2 − ( α + β ) − 2 = 0
⟹ α + β = − 1 , 2
So the equations are:
y = { x 2 + x + 1 x 2 − 2 x + 1 when α + β = − 1 , α β = 1 when α + β = 2 , α β = 1
So we have a total of 4 different quadratic equations of the form y = a x 2 + b x + c with the given conditions.