Suppose a,b ϵ R and a≠ 0,b≠0. Let α,β be the roots of x2+ax+b=0 . Find the equation whose roots are α2, β2.
We want to find the equation whose roots are α2, β2. We can say if x is a root of the equation x2+ax+b=0 , we want to find an equation whose root is x2. Let it be y.
⇒ y=x2
⇒ x=√y
Replace x by √y in x2 + ax + b = 0 (Because x satisfies the equation, √y also satisfies the equation)
⇒ √y2 + a √y + b = 0
⇒ y + b = - a√y
⇒ (y+b)2 = a2 y
⇒ y2 + 2by + b2 = a2 y
y2 + (2b - a2) y + b2 = 0
This is the equation whose roots are y or x2 or α2, β2
Since the changing of variable does not affect an equation, we can write it as
x2 + (2b - a2) x + b2 = 0
2nd method:
α2, β2 are roots of the required equation
α2 + β2 = (α+β)2 - 2αβ
α+β=−a
αβ=b
⇒ α2 + β2 = a2 - 2b [Sum of roots]
α2 β2 = (αβ)2 [Product of roots]
= b2
⇒ The equation is
x2 - ( a2 - 2b)x + b2=0
x2 + (2b - a2)x + b2=0