InterviewSolution
Saved Bookmarks
| 1. |
why b^2 – 4ac is called the discriminant of quadratic equation |
| Answer» The number of roots of a\xa0polynomial equation\xa0is equal to its degree. Hence, a quadratic equation has 2 roots. Let α and β be the roots of the general form of the quadratic equation :ax2\xa0+ bx + c = 0. We can write:α = (-b-√b2-4ac)/2a and β = (-b+√b2-4ac)/2aHere a, b, and c are real and rational. Hence, the nature of the roots α and β of equation ax2\xa0+ bx + c = 0 depends on the quantity or expression (b2\xa0– 4ac) under the square root sign. We say this because the root of a negative number can’t be any real number. Say x2\xa0= -1 is a quadratic equation. There is no\xa0real number\xa0whose square is negative. Therefore for this equation, there are no real number solutions.Hence, the expression (b2\xa0– 4ac) is called the discriminant of the quadratic equation ax2\xa0+ bx + c = 0. Its value determines the nature of roots as we shall see. Depending on the values of the discriminant, we shall see some cases about the nature of roots of different quadratic equations | |