A quadratic equation in the variable x is an equation of the form ax^2 + bx + c = 0, where a, b, and c are real numbers and a is not equal to zero. The name comes from the Latin word "quadratus", meaning square, because the equation contains the square of the variable. This chapter develops systematic methods to solve such equations and to analyse the nature of their solutions.
The chapter begins with the method of factorisation, which expresses the quadratic as a product of two linear factors and equates each factor to zero. It then presents the method of completing the square, which prepares the groundwork for deriving the famous quadratic formula. The quadratic formula gives the roots of any quadratic equation in terms of its coefficients and is the most general and reliable method of solution.
Beyond solving, the chapter introduces the discriminant D = b^2 - 4ac, which determines the nature of the roots without actually computing them. Quadratic equations find wide application in physics, engineering, and economics, and in this chapter they are used to solve word problems involving areas, distances, numbers, and time-speed situations.
A quadratic equation in standard form is written as ax^2 + bx + c = 0, with a not equal to zero. A solution or root of the equation is a value of x that satisfies the equation, i.e., the value for which the left side becomes zero.
A quadratic equation has at most two real roots. This is consistent with the fundamental theorem of algebra and the fact that the graph of a quadratic is a parabola, which can cross the x-axis at most twice.
Example: The equation 2x^2 - 5x + 3 = 0 has a = 2, b = -5, c = 3. Substituting x = 1 gives 2 - 5 + 3 = 0, so 1 is a root. Substituting x = 3/2 gives 2(9/4) - 5(3/2) + 3 = 9/2 - 15/2 + 3 = 0, so 3/2 is the other root.
Example: Solve x^2 - 5x + 6 = 0. We need two numbers whose product is 6 and sum is -5: they are -2 and -3. x^2 - 5x + 6 = (x - 2)(x - 3) = 0 Hence x = 2 or x = 3.
For ax^2 + bx + c, find two numbers p and q with p + q = b and p x q = a x c. Then split bx as px + qx and factor by grouping.
This method transforms the equation into the form (x + m)^2 = n, from which the roots can be extracted by taking square roots.
Example: Solve x^2 + 4x - 5 = 0. x^2 + 4x = 5 x^2 + 4x + 4 = 5 + 4 (x + 2)^2 = 9 x + 2 = 3 or x + 2 = -3 x = 1 or x = -5.
The quantity added, (b/2a)^2, is always half the coefficient of x, squared.
By completing the square on the general equation ax^2 + bx + c = 0, we derive the quadratic formula: x = [-b +/- sqrt(b^2 - 4ac)]/2a
Example: Solve 2x^2 - 5x + 3 = 0 using the formula. a = 2, b = -5, c = 3. x = [5 +/- sqrt(25 - 24)]/4 = [5 +/- 1]/4 x = 6/4 = 3/2 or x = 4/4 = 1.
The quadratic formula works for every quadratic equation, whether factorable or not, and it is the method that always succeeds.
The expression D = b^2 - 4ac is called the discriminant of the quadratic equation ax^2 + bx + c = 0.
Example: For x^2 - 5x + 6 = 0, D = 25 - 24 = 1 > 0, so two distinct real roots. For x^2 + 4x + 4 = 0, D = 16 - 16 = 0, so equal roots x = -2, -2. For x^2 + x + 1 = 0, D = 1 - 4 = -3 < 0, so no real roots.
The discriminant is a powerful tool because it answers questions about the number of roots instantly without solving the equation.
Quadratic word problems follow a consistent approach:
Common problems involve finding unknown numbers whose product and sum are given, the dimensions of a rectangle given area and perimeter, time taken for journeys, and the price of articles when the total amount is given.
| Method | Idea | Best Used When |
|---|---|---|
| Factorisation | Split middle term, set factors to zero | Roots are simple integers/fractions |
| Completing the Square | Form (x + m)^2 = n | Asked explicitly or a is 1 and b is even |
| Quadratic Formula | x = [-b +/- sqrt(b^2 - 4ac)]/2a | Any equation; always works |
| Discriminant D = b^2 - 4ac | Nature of Roots | Example |
|---|---|---|
| D > 0 | Two distinct real roots | x^2 - 5x + 6 = 0, D = 1 |
| D = 0 | Two equal real roots | x^2 + 4x + 4 = 0, D = 0 |
| D < 0 | No real roots | x^2 + x + 1 = 0, D = -3 |
Quadratic equations are a cornerstone of algebra, and this chapter provides every tool needed to solve them completely. From factorisation to completing the square to the universal quadratic formula, each method reinforces an understanding of how the coefficients of a quadratic determine its roots. The discriminant gives an elegant way to predict the nature of the roots, and word problems connect the algebra to practical situations such as areas, speeds, and numbers. Mastering this chapter ensures readiness for the applications that follow in trigonometry and geometry, and it is a consistent source of high-scoring questions in board examinations.