Where Education is Learned, Knowledge is Gained, Wisdom is Applied

Home > Class 11 > Mathematics > Algebra > Quadratic Equations
Quadratic Equation

For an interactive study experience with progress tracking, bookmarks, and solutions, try our reader.

Open in Interactive Reader
Chapter Overview
Namaste students! Today we are diving into one of the most fundamental pillars of Algebra: Quadratic Equations. In simpler terms, we are moving from basic arithmetic to a world where we use variables (like $x$) to solve for unknowns. A polynomial is essentially a mathematical 'sentence' made of terms, and when we set that sentence equal to zero, it becomes an equation that we can solve.

Importance of the Chapter: This chapter is the 'bread and butter' of the NEB Class 11 Mathematics syllabus. It's not just a standalone topic; the concepts of roots, factors, and discriminants you learn here will be used in Calculus, Coordinate Geometry, and even complex numbers. In the NEB Board Exams, you can expect a mix of MCQs, short conceptual questions, and long analytical problems from this section.

Real-life Applications: Ever wondered how engineers calculate the path of a rocket? Or how architects design the curve of a bridge? The path followed by a projectile (like a football kicked in the air) is a Parabola, which is the graph of a quadratic equation. It is also used in business to find the 'break-even' point where profit equals zero.
What this chapter covers
Classification of Polynomials by DegreeThe Remainder Theorem and Factor TheoremQuadratic Equations and the Quadratic FormulaThe Discriminant and Nature of RootsSymmetric Functions of RootsRelation between Roots and CoefficientsCommon Roots Conditions between Quadratic Equations
Learning Objectives
1
Define and classify polynomials by their degree and identify leading coefficients.
2
Apply the Remainder Theorem and Factor Theorem to solve algebraic division and factorization problems.
3
Derive and apply the Quadratic Formula using the method of completing the square.
4
Determine the Nature of Roots of quadratic equations using the discriminant.
5
Establish and utilize the relation between roots and coefficients ($\alpha + \beta$ and $\alpha\beta$) to simplify expressions.
6
Solve problems involving symmetric functions of roots and construct new equations with modified roots.
7
Analyze and apply the conditions for common roots between two quadratic equations.
The Essence of Quadratics: Geometry and Roots
Key Insight
At its core, a quadratic equation $ax^2 + bx + c = 0$ is the algebraic representation of a parabola. The roots of the equation correspond to the points where this parabola intersects the $x$-axis. This bridge between algebra (solving equations) and geometry (graphical intercepts) is a fundamental connection in coordinate mathematics.

Think of it this way: Calculating the discriminant $D = b^2 - 4ac$ allows you to predict the exact geometric behavior of the parabola without actually drawing it. If $D > 0$, the parabola cuts the $x$-axis at two distinct points. If $D = 0$, it merely touches the $x$-axis at a single point (vertex). If $D < 0$, the parabola floats entirely above or below the $x$-axis, meaning it has no real intercepts (imaginary roots).
In NEB exams, the nature of roots is a heavily tested concept. Understanding this geometric connection makes remembering the three states of the discriminant intuitive and straightforward.
Key Definitions
Polynomial
An algebraic expression of the form $a_{0}+a_{1}x+a_{2}x^{2}+...+a_{n}x^{n}$ where $n$ is a non-negative integer and $a_n \neq 0$. The powers of the variable must be non-negative integers.
Degree
The highest power of the variable $x$ in a polynomial. It dictates the maximum number of roots the polynomial equation can have.
Leading Coefficient
The coefficient $a_n$ associated with the term of the highest power ($x^n$) in a polynomial.
Zero of a Polynomial
A value $a$ such that substituting $x = a$ into the polynomial yields $p(a) = 0$. Geometrically, it is the $x$-intercept of the polynomial's graph.
Quadratic Equation
A polynomial equation of degree 2, generally written in the standard form $ax^2 + bx + c = 0$, where $a, b, c$ are real coefficients and $a \neq 0$.
Identity
An equation that is true for every possible value of the variable within its domain. Unlike conditional equations, an identity has infinitely many solutions (e.g., $(x-2)^2 = x^2 - 4x + 4$).
Remainder Theorem vs. Factor Theorem
The Remainder and Factor theorems are closely related tools used to simplify polynomial expressions and find roots without performing full polynomial long division.
Remainder Theorem
$$Remainder = $f(a)$$$
Purpose: Calculates the remainder when a polynomial $f(x)$ is divided by a linear divisor of the form $(x - a)$.
Condition: The remainder $f(a)$ can be any real value, positive, negative, or zero.
Core Rule: If polynomial $f(x)$ is divided by $(x - a)$, the remainder is simply the value $f(a)$.
Example: Dividing $f(x) = x^2 + 3x + 5$ by $(x - 1)$ gives remainder $f(1) = 9$.
VS
Factor Theorem
$$$f(a) = 0 \iff (x-a)$ is a factor$$
Purpose: Determines whether a given linear term $(x - a)$ is an exact divisor (factor) of the polynomial $f(x)$.
Condition: The remainder must be exactly equal to zero.
Core Rule: $(x - a)$ is a factor of $f(x)$ if and only if $f(a) = 0$.
Example: For $f(x) = x^2 - 3x + 2$, we find $f(1) = 0$, proving $(x-1)$ is an exact factor.
Relationship: The Factor Theorem is a special case of the Remainder Theorem. When the remainder evaluated by the Remainder Theorem is exactly zero, it confirms factorization.
Formula Sheet & Key Properties
General Quadratic Form
$$ax^2 + bx + c = 0, \quad a \neq 0$$
The standard representation of a quadratic equation with real coefficients.
Quadratic Formula
$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
Used to calculate the roots of any quadratic equation.
Discriminant and Nature of Roots
$$D = b^2 - 4ac$$
Indicates whether the roots are real, equal, or imaginary.
Relation between Roots and Coefficients
$$\alpha + \beta = -\frac{b}{a}, \quad \alpha\beta = \frac{c}{a}$$
Formulates the sum and product of roots in terms of the coefficients.
Quadratic Equation Formation
$$x^2 - (\alpha + \beta)x + \alpha\beta = 0$$
Builds a quadratic equation if its roots $\alpha$ and $\beta$ are known.
Symmetric Functions of Roots
$$\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta, \quad \alpha^3 + \beta^3 = (\alpha + \beta)^3 - 3\alpha\beta(\alpha + \beta)$$
Symmetric identities used to evaluate algebraic combinations of roots.
Common Root Condition
$$(bc' - b'c)(ab' - a'b) = (ca' - c'a)^2$$
The strict algebraic condition for two equations $ax^2 + bx + c = 0$ and $a'x^2 + b'x + c' = 0$ to share a common root.
Step-by-Step: Solving Polynomial and Quadratic Problems
Use this structured decision sequence to determine the appropriate mathematical tool for any polynomial or quadratic question.
Is the problem asking to find a remainder or check divisibility?
Yes
Apply the Remainder Theorem ($R = f(a)$) or Factor Theorem ($f(a) = 0$).
No
Continue to next step ↓
Does the question ask about the nature of roots (real, equal, complex)?
Yes
Compute the discriminant $D = b^2 - 4ac$ and analyze its sign relative to zero.
No
Continue to next step ↓
Does the problem require relating roots to algebraic coefficients?
Yes
Write down $\alpha + \beta = -b/a$ and $\alpha\beta = c/a$, and use symmetric identities to solve.
No
Continue to next step ↓
Does the question involve common roots between two equations?
Yes
Substitute a shared root variable $\alpha$ into both equations, or directly apply the common root condition formula.
No
If you need to find the roots directly, apply the quadratic formula: $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$.
Top 5 Memory Tricks for Quadratics
Trick: These structural associations and rules-of-thumb help prevent algebraic slips during examinations.
Steps to Remember:
  1. Trick 1 - Vowel Rule for Roots: Sum corresponds to the Second term coefficient (with a negative sign): $-\frac{b}{a}$. Product corresponds to the Past (constant) term: $\frac{c}{a}$.
  2. Trick 2 - Nature of Roots Placement: Think of the discriminant $D$ relative to a horizontal scale: $D = 0$ is the 'Dead center' boundary (equal roots); $D > 0$ means 'Greater is Real' (two distinct roots); $D < 0$ means 'Less is Imaginary' (no real roots).
  3. Trick 3 - Reciprocal Coefficient Flip: If a quadratic equation has coefficients where the first equals the last ($a = c$), its roots are reciprocals of each other (i.e., $\alpha$ and $\frac{1}{\alpha}$). Remember: 'First equals Last $\rightarrow$ Flip the roots.'
  4. Trick 4 - Sum of Coefficients Shortcut: If you notice that the coefficients of $ax^2 + bx + c = 0$ sum up to zero ($a + b + c = 0$), then $x = 1$ is always one of the roots, and the other root is $\frac{c}{a}$.
  5. Trick 5 - Symmetric Square Formation: When finding $\alpha^2 + \beta^2$, visualize a square area: you take the whole sum square $(\alpha + \beta)^2$ and subtract the two rectangular products $-2\alpha\beta$ to clean up the middle.
Mnemonic: Remember: Discriminant checks nature. Sum is negative second over first. Product is last over first. If coefficients sum to zero, 1 is a root.
Common Mistakes in NEB Polynomial Exams

Avoid these typical algebraic pitfalls to preserve maximum credit on your solutions.

  • Mistake 1 - Sign Errors in Sum of Roots: Forgetting the negative sign in the relation $\alpha + \beta = -b/a$. For example, in $x^2 - 5x + 6 = 0$, the sum is $+5$, not $-5$. Always explicitly write out $b$ with its sign before applying the formula.
  • Mistake 2 - Non-Polynomial Identification: Classifying expressions with negative or fractional exponents (such as $x + 1/x$ or $\sqrt{x} + 2$) as polynomials. Polynomial powers must exclusively be non-negative integers ($0, 1, 2, \dots$).
  • Mistake 3 - Discriminant Calculation with Negative 'c': Computing $b^2 - 4ac$ when $c$ is negative and forgetting to convert the operation to addition. For $x^2 + 2x - 8 = 0$, the calculation is $2^2 - 4(1)(-8) = 4 + 32 = 36$, not $4 - 32$.
  • Mistake 4 - Confusing Identical Roots with Single Root: Stating a quadratic equation with $D = 0$ has only 'one root'. It technically has two real roots that happen to be equal (repeated roots). This distinction is critical in higher-level algebra.
  • Mistake 5 - Misinterpreting Common Root Conditions: Using the common root formula with arbitrary coefficient orders. Always align both quadratic equations into the standard $ax^2 + bx + c = 0$ format before identifying $a, b, c$ and $a', b', c'$.
Solved Examples (Easy → Medium → Hard)
1
Determine the nature of the roots of the quadratic equation $x^2 - 8x + 16 = 0$.
Easy
2
If the equation $x^2 + (k+3)x + 3k = 0$ has equal roots, find the value of $k$.
Medium
3
Prove that the equation $(x-p)(x-q) + (x-q)(x-r) + (x-r)(x-p) = 0$ has equal roots if and only if $p = q = r$.
Hard
MCQ Practice
Mixed Level — MCQ
1
Which of the following algebraic expressions is NOT a polynomial?
Correct!
Incorrect. Correct: $x + \frac{1}{x}$
2
What is the degree of the polynomial $f(x) = (x-1)(x-2)(x-3)$?
Correct!
Incorrect. Correct: 3
3
If the roots of the quadratic equation $2x^2 - kx + 8 = 0$ are equal, what is the value of $k$?
Correct!
Incorrect. Correct: $\pm 8$
4
If one root of the quadratic equation $ax^2 + bx + c = 0$ is zero, which of the following must be true?
Correct!
Incorrect. Correct: $c = 0$
5
The sum of the roots of the quadratic equation $3x^2 + 9x - 5 = 0$ is:
Correct!
Incorrect. Correct: -3
6
If the roots of a quadratic equation are equal in magnitude but opposite in sign, then:
Correct!
Incorrect. Correct: $b = 0$
7
The roots of a quadratic equation are imaginary if its discriminant is:
Correct!
Incorrect. Correct: Negative
8
Which quadratic equation has roots of 2 and -5?
Correct!
Incorrect. Correct: $x^2 + 3x - 10 = 0$
9
If one root of the quadratic equation $ax^2 + bx + c = 0$ is $2 + i$, what is the other root?
Correct!
Incorrect. Correct: $2 - i$
10
What is the algebraic condition for two quadratic equations to share both roots in common?
Correct!
Incorrect. Correct: $\frac{a}{a'} = \frac{b}{b'} = \frac{c}{c'}$
Short Questions (2-4 Marks Each)
1
Find the remainder when $2x^3 - 3x^2 + x - 5$ is divided by $(x-2)$.
[2 marks]
2
If $(x+1)$ is a factor of $x^3 + kx^2 - x + 2$, find the value of $k$.
[2 marks]
3
Form the quadratic equation whose roots are $3 \pm \sqrt{2}$.
[2 marks]
4
Find the value of $m$ if the product of the roots of the equation $mx^2 - 5x + 12 = 0$ is 3.
[2 marks]
5
Discuss the nature of the roots of the quadratic equation $3x^2 - 5x + 4 = 0$.
[2 marks]
6
Find the sum of the squares of the roots of the quadratic equation $x^2 - 5x + 6 = 0$.
[3 marks]
7
If the roots of the quadratic equation $4x^2 + px + 9 = 0$ are equal, find the value of $p$.
[2 marks]
8
If one root of the quadratic equation $ax^2 + bx + c = 0$ is the reciprocal of the other, what is the relation between $a, b, c$?
[2 marks]
9
Determine if $x = 3$ is a zero of the polynomial $p(x) = x^2 - 2x - 3$.
[2 marks]
10
Find the value of $k$ if the quadratic equation $x^2 - 5x + k = 0$ has one root equal to zero.
[2 marks]
Long Questions (5-8 Marks Each)
1
If $\alpha$ and $\beta$ are the roots of the quadratic equation $ax^2 + bx + c = 0$, find the algebraic value of $\frac{\alpha^2}{\beta} + \frac{\beta^2}{\alpha}$.
[5 marks]
2
Prove that the roots of $(a-b)x^2 + 2(a+b)x - (a-b) = 0$ are always real and unequal for real $a \neq b$.
[6 marks]
3
If the roots of the quadratic equation $x^2 + px + q = 0$ differ by 1, prove that $p^2 = 4q + 1$.
[5 marks]
4
Find the values of $k$ such that the equations $x^2 + kx + 1 = 0$ and $x^2 + x + k = 0$ have a common root.
[6 marks]
5
If the ratio of the roots of the equation $ax^2 + bx + c = 0$ is $3:4$, prove that $12b^2 = 49ac$.
[5 marks]
6
If one root of the quadratic equation $ax^2 + bx + c = 0$ is the square of the other, prove that $b^3 + a^2c + ac^2 = 3abc$.
[8 marks]
7
Form the quadratic equation whose roots are the cubes of the roots of the equation $x^2 - px + q = 0$.
[5 marks]
8
If the equations $x^2 + ax + bc = 0$ and $x^2 + bx + ca = 0$ have a common root, show that their other roots satisfy the equation $x^2 + cx + ab = 0$ (assume $a \neq b$).
[8 marks]
9
Prove that the roots of the equation $(x-a)(x-b) = k^2$ are always real for all real values of $a, b, k$.
[5 marks]
10
Solve the equation $x^2 - 6|x| + 8 = 0$ for real values of $x$.
[6 marks]
One-Page Revision Cheat Sheet
1
Polynomial Definition: Algebraic expression with non-negative integer powers only. Expressions containing $\sqrt{x}$ or $1/x$ are not polynomials.
2
Remainder Theorem: Dividing a polynomial $f(x)$ by $(x-a)$ yields a remainder equal to $f(a)$ directly without requiring long division.
3
Factor Theorem: A binomial $(x-a)$ is a factor of $f(x)$ if and only if the evaluated value $f(a) = 0$.
4
Standard Quadratic Form: $ax^2 + bx + c = 0$ where $a \neq 0$.
5
The Quadratic Formula: Derived by completing the square, yielding $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$.
6
The Discriminant ($D = b^2 - 4ac$): Tells the nature of roots. $D > 0 \rightarrow$ Real & Unequal; $D = 0 \rightarrow$ Real & Equal; $D < 0 \rightarrow$ Imaginary conjugate pairs.
7
Root-Coefficient Relations: Sum of roots $\alpha + \beta = -b/a$. Product of roots $\alpha\beta = c/a$. Always pay close attention to signs.
8
Forming New Equations: If sum of roots is $S$ and product is $P$, the corresponding equation is $x^2 - Sx + P = 0$.
9
Symmetric Identities: Expressions like $\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta$ allow computing root structures without solving for roots.
10
Common Root Condition: Two quadratics share a single root when $(bc' - b'c)(ab' - a'b) = (ca' - c'a)^2$. If both roots are common, then $\frac{a}{a'} = \frac{b}{b'} = \frac{c}{c'}$.
11
Imaginary Conjugate Rule: Complex roots of equations with real coefficients always arrive in pairs. If $p + iq$ is a root, $p - iq$ is guaranteed to be a root.
12
The $a+b+c=0$ Shortcut: If sum of coefficients in $ax^2 + bx + c = 0$ is zero, then $x = 1$ is a root and $x = c/a$ is the other.
Previous
Static SEO Version
Next