Concept:For a quadratic equation with given roots, use the relation: x2−(sum of roots)x+(product of roots)=0.Explanation:Let the roots be α and α1.Sum of roots: α+α1=αα2+1.Product of roots: α⋅α1=1.The quadratic equation is x2−αα2+1x+1=0.Multiplying both sides by α: αx2−(α2+1)x+α=0.Answer:Comparing with the options, option A matches perfectly.