Quadratic Equation Notes For JEE, NIMCET, CUET, NDA With Formulas, Discriminant, Nature Of Roots, Shortcuts, Solved Examples And Important Tricks For Exams.
A quadratic equation is a polynomial equation of degree 2 in one variable and can be written as:
$ax^2 + bx + c = 0$
where $a, b, c$ are real numbers and $a \neq 0$.
Example: $3x^2 - 5x + 2 = 0$
$ax^2 + bx + c = 0$
When $b = 0$: $ax^2 + c = 0$
Example: $5x^2 - 20 = 0$
Sometimes equation can be reduced to quadratic form by substitution.
Example: $t^4 - 5t^2 + 4 = 0$
Let $y = t^2$ then $y^2 - 5y + 4 = 0$ (quadratic in $y$).
The values of $x$ which satisfy $ax^2 + bx + c = 0$ are called the roots or solutions.
Steps:
Example: Solve $x^2 - 7x + 12 = 0$.
$x^2 - 7x + 12 = 0$
Split $-7$ as $-3 - 4$:
$x^2 - 3x - 4x + 12 = 0$
$x(x - 3) - 4(x - 3) = 0$
$(x - 3)(x - 4) = 0$
$\Rightarrow x = 3, 4$
Idea: Convert quadratic expression into a perfect square.
Example: Solve $x^2 + 6x + 5 = 0$.
$x^2 + 6x + 5 = 0$
$x^2 + 6x = -5$
Add $\left(\frac{6}{2}\right)^2 = 9$ on both sides:
$x^2 + 6x + 9 = 4$
$(x + 3)^2 = 4$
$x + 3 = \pm 2$
$x = -3 + 2 = -1$ or $x = -3 - 2 = -5$
For $ax^2 + bx + c = 0, a \neq 0$ the roots are given by:
$x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}$
Example: Solve $2x^2 + 3x - 2 = 0$.
Here $a = 2, b = 3, c = -2$
$D = b^2 - 4ac = 3^2 - 4(2)(-2) = 9 + 16 = 25$
$x = \dfrac{-3 \pm \sqrt{25}}{2 \times 2} = \dfrac{-3 \pm 5}{4}$
$x_1 = \dfrac{-3 + 5}{4} = \dfrac{2}{4} = \dfrac{1}{2}$
$x_2 = \dfrac{-3 - 5}{4} = \dfrac{-8}{4} = -2$
For $ax^2 + bx + c = 0$, the discriminant is:
$D = b^2 - 4ac$
| Value of $D$ | Nature of Roots |
|---|---|
| $D > 0$ and perfect square | Two real, distinct and rational roots |
| $D > 0$ but not a perfect square | Two real, distinct and irrational roots |
| $D = 0$ | Two real and equal roots (repeated root) |
| $D < 0$ | No real roots, two complex conjugate roots |
Example: $x^2 - 4x + 4 = 0$
$a = 1, b = -4, c = 4$
$D = (-4)^2 - 4(1)(4) = 16 - 16 = 0$
Roots are real and equal.
Let $ax^2 + bx + c = 0$ have roots $\alpha$ and $\beta$. Then:
If roots are $\alpha$ and $\beta$, then equation is:
$x^2 - (\alpha + \beta)x + \alpha \beta = 0$
Example: Roots are $3$ and $5$.
$\alpha + \beta = 8, \ \alpha \beta = 15$
Equation: $x^2 - 8x + 15 = 0$
For equal (repeated) roots, $D = 0$ i.e. $b^2 - 4ac = 0$.
For real roots (distinct or equal), $D \geq 0$.
Equation: $ax^2 + bx = 0$
$x(ax + b) = 0 \Rightarrow x = 0$ or $x = -\dfrac{b}{a}$
Equation: $ax^2 + c = 0$
$ax^2 = -c \Rightarrow x^2 = -\dfrac{c}{a}$
If $-\dfrac{c}{a} > 0$ roots are real; if $-\dfrac{c}{a} < 0$ roots are imaginary.
Equations like $x^4 + 5x^2 + 4 = 0$ can be solved by substitution $y = x^2$.
The graph of $y = ax^2 + bx + c$ is a parabola.
Vertex of parabola $y = ax^2 + bx + c$ is given by:
$x_v = -\dfrac{b}{2a}$, and $y_v = f(x_v)$
Line $x = -\dfrac{b}{2a}$ is the axis of symmetry of the parabola.
For $y = ax^2 + bx + c$:
The extremum (max or min) value is given by:
$y_{\min/\max} = c - \dfrac{b^2}{4a}$
Example: Find minimum value of $y = x^2 - 4x + 7$.
Here $a = 1 > 0$ so minimum exists.
$x_v = -\dfrac{b}{2a} = -\dfrac{-4}{2} = 2$
$y_{\min} = 1(2)^2 - 4(2) + 7 = 4 - 8 + 7 = 3$
Example (Number Problem):
The product of two consecutive natural numbers is $156$. Find the numbers.
Let numbers be $n$ and $n+1$.
$n(n+1) = 156 \Rightarrow n^2 + n - 156 = 0$
Solve using formula or factorisation to get $n = 12$ or $n = -13$ (reject negative).
So numbers are $12$ and $13$.
Example (Area Problem):
A rectangle has length $(x+3)$ and breadth $(x-2)$. If area is $80$, find $x$.
$(x+3)(x-2) = 80$
$x^2 + x - 6 = 80$
$x^2 + x - 86 = 0$
Solve using quadratic formula.
Consider the quadratic equation $ax^2 + bx + c = 0$ with real roots $\alpha$ and $\beta$. We know:
For any real number $k$, define $f(x) = ax^2 + bx + c$. Then: $$(\alpha - k)(\beta - k) = \dfrac{f(k)}{a} = \dfrac{ak^2 + bk + c}{a}$$ This helps to decide where the roots lie on the number line.
Both roots $\alpha, \beta > 0$ if:
Both roots $\alpha, \beta < 0$ if:
One root positive and one root negative if:
(i) Roots on Opposite Sides of $k$
One root less than $k$ and the other greater than $k$ (i.e. $\alpha < k < \beta$ or $\beta < k < \alpha$) if:
In coefficient form: roots lie on opposite sides of $k$ if $$f(k) = ak^2 + bk + c \text{ and } f(k)\cdot a < 0.$$
(ii) Both Roots Greater Than $k$
Both $\alpha, \beta > k$ if:
So the conditions are: $$D \ge 0,\quad \dfrac{f(k)}{a} > 0,\quad -\dfrac{b}{a} > 2k.$$
(iii) Both Roots Less Than $k$
Both $\alpha, \beta < k$ if:
So the conditions are: $$D \ge 0,\quad \dfrac{f(k)}{a} > 0,\quad -\dfrac{b}{a} < 2k.$$
Exactly One Root Equal to $k$
Both Roots on One Side of $k$
Let $p < q$. For both roots $\alpha, \beta$ to lie in $(p, q)$:
In summary, for both roots in $(p, q)$: $$p < -\dfrac{b}{2a} < q,\quad f(p)\cdot a > 0,\quad f(q)\cdot a > 0.$$
A cubic equation is a polynomial equation of degree 3 and is written as:
$ax^3 + bx^2 + cx + d = 0$
where $a, b, c, d$ are real numbers and $a \neq 0$.
Example: $2x^3 - 3x^2 - 11x + 6 = 0$
$ax^3 + bx^2 + cx + d = 0$
A cubic without the $x^2$ term is called a depressed cubic. It can be obtained using substitution $x = y - \dfrac{b}{3a}$.
Form: $y^3 + py + q = 0$
If one obvious root is found, divide the cubic by $(x - \alpha)$.
Example:
Solve $x^3 - 6x^2 + 11x - 6 = 0$
Try small values: $x = 1$ is a root.
Divide by $(x - 1)$:
$x^3 - 6x^2 + 11x - 6 = (x - 1)(x^2 - 5x + 6)$
Factorise quadratic:
$x^2 - 5x + 6 = (x - 2)(x - 3)$
Roots: $x = 1, 2, 3$
Possible rational roots are factors of constant term $d$ divided by factors of leading term $a$.
Example: For $2x^3 - 3x^2 - 11x + 6 = 0$
Possible roots = $\pm 1, \pm 2, \pm 3, \pm 6, \pm \dfrac{1}{2}, \pm \dfrac{3}{2}$
Testing gives $x = 3$ as a root.
Once one root is known, divide the cubic to reduce it to quadratic.
For the depressed cubic: $y^3 + py + q = 0$ Roots are given by:
$y = \sqrt[3]{-\dfrac{q}{2} + \sqrt{\Delta}} + \sqrt[3]{-\dfrac{q}{2} - \sqrt{\Delta}}$ where $\Delta = \left(\dfrac{q}{2}\right)^2 + \left(\dfrac{p}{3}\right)^3$
Not used at school level due to complexity.
The discriminant of a cubic is:
$\Delta = 18abcd - 4b^3d + b^2c^2 - 4ac^3 - 27a^2d^2$
Let roots be $\alpha, \beta, \gamma$ of $ax^3 + bx^2 + cx + d = 0$.
If roots are $\alpha, \beta, \gamma$ then the equation is:
$x^3 - (\alpha + \beta + \gamma)x^2 + (\alpha\beta + \beta\gamma + \gamma\alpha)x - \alpha\beta\gamma = 0$
Example:
Roots are $1, 2, 3$
Sum = 6
Sum of pairwise products = $1\cdot2 + 2\cdot3 + 3\cdot1 = 11$
Product = 6
Equation:
$x^3 - 6x^2 + 11x - 6 = 0$
The graph of $y = ax^3 + bx^2 + cx + d$ is called a cubic curve.
Given by solving $y' = 0$ for $y = ax^3 + bx^2 + cx + d$.
$y' = 3ax^2 + 2bx + c$
Example (Volume Problem):
A box has a volume of 120 cm³. If its length is $(x+1)$, breadth $(x-2)$ and height $x$, then: $x(x+1)(x-2) = 120$ which leads to a cubic equation.
Rolle's Theorem is a fundamental result in calculus. It states that for a function $f(x)$ defined on the closed interval $[a, b]$, if:
Then there exists at least one $c$ in $(a, b)$ such that: $$f'(c) = 0$$
If a smooth curve starts and ends at the same height at $x=a$ and $x=b$, then there must be at least one point between them where the tangent is horizontal (slope = 0).
Verify Rolle's Theorem for $f(x) = x^2 - 4x + 3$ on $[1, 3]$.
Step 1: Check continuity and differentiability
$f(x)$ is a polynomial → continuous and differentiable everywhere.
Step 2: Check $f(a) = f(b)$
$f(1) = 1 - 4 + 3 = 0$
$f(3) = 9 - 12 + 3 = 0$
So $f(1) = f(3)$.
Step 3: Find $c$ such that $f'(c) = 0$
$f'(x) = 2x - 4$
Set $f'(c) = 0$:
$2c - 4 = 0$ → $c = 2$
Answer: Rolle’s theorem verified, $c = 2$.
Verify Rolle's Theorem for $f(x) = \sin x$ on $[0, \pi]$.
Step 1: $\sin x$ is continuous and differentiable everywhere.
Step 2: $f(0) = 0$, $f(\pi) = 0$ → equal.
Step 3:
$f'(x) = \cos x$
Set $\cos c = 0$ → $c = \frac{\pi}{2}$
Answer: $c = \dfrac{\pi}{2}$.
Verify Rolle's Theorem for $f(x) = x^3 - 3x$ on $[-\sqrt{3}, \sqrt{3}]$.
Step 1: Polynomial → continuous and differentiable.
Step 2:
$f(-\sqrt{3}) = -3\sqrt{3} + 3\sqrt{3} = 0$
$f(\sqrt{3}) = 3\sqrt{3} - 3\sqrt{3} = 0$
Step 3:
$f'(x) = 3x^2 - 3$
$3c^2 - 3 = 0$ → $c^2 = 1$ → $c = \pm 1$
Answer: $c = -1, 1$.
Verify Rolle's Theorem for $f(x) = x \ln x$ on $[1, e]$.
Step 1: Function continuous on $[1, e]$, differentiable on $(1, e)$.
Step 2:
$f(1) = 1 \ln 1 = 0$
$f(e) = e \ln e = e(1) = e$
Not equal → Rolle's Theorem NOT applicable.
Conclusion: Rolle's theorem fails since $f(1) \neq f(e)$.
Verify Rolle's Theorem for $f(x) = |x|$ on $[-1, 1]$.
Step 1: $|x|$ is continuous everywhere → OK.
Step 2: $f(-1) = 1$, $f(1) = 1$ → equal.
Step 3: Check differentiability:
$f(x)$ is not differentiable at $x = 0$
Conclusion: Rolle's theorem does NOT apply because $|x|$ is not differentiable on $(a, b)$.
Two algebraic equations are said to have a common root if there exists at least one value of $x$ that satisfies both equations simultaneously.
Example: If $x = 2$ satisfies both equations, then 2 is a common root.
Method 1: Elimination (Subtract the equations)
Method 2: Using Resultant
If two quadratic equations share a common root, their resultant = 0. But this method is rarely used at school level.
Method 3: Express $x$ from one equation and substitute in the other
Useful for linear–quadratic combinations.
Method 4: Using Sum and Product of Roots
If $\alpha$ is common root of two quadratics:
$ax^2 + bx + c = 0$ and $px^2 + qx + r = 0$,
then plugging $\alpha$ in both gives:
$$a\alpha^2 + b\alpha + c = 0$$
$$p\alpha^2 + q\alpha + r = 0$$
Subtract to eliminate $\alpha^2$:
$$(b - q)\alpha + (c - r) = 0$$
Solve for $\alpha$.
For two quadratics $ax^2 + bx + c = 0$ $px^2 + qx + r = 0$ to have a common root, the determinant must vanish:
$$ \begin{vmatrix} a & b & c \\ p & q & r \\ a+p & b+q & c+r \end{vmatrix} = 0 $$
But for exams like JEE/NIMCET, simpler elimination is preferred.
Find the common root of
$x^2 - 5x + 6 = 0$ and $x^2 - 7x + 12 = 0$.
Step 1: Subtract equations
$(x^2 - 5x + 6) - (x^2 - 7x + 12) = 0$
$2x - 6 = 0$
Step 2: Solve
$2x = 6$ → $x = 3$
Answer: Common root = 3 Check: In first eq → $3^2 - 15 + 6 = 0$ In second eq → $9 - 21 + 12 = 0$
Find common root of
$2x^2 - 9x + 4 = 0$ and $3x^2 - 14x + 8 = 0$.
Subtract:
$(2x^2 - 9x + 4) - (3x^2 - 14x + 8) = 0$
$-x^2 + 5x - 4 = 0$
Factor:
$-(x^2 - 5x + 4) = 0$
$x^2 - 5x + 4 = 0$
$x = 1, 4$
Check which one is common:
$x = 1$ does NOT satisfy second equation. $x = 4$ gives: $2(16) - 36 + 4 = 0$ $3(16) - 56 + 8 = 0$ So common root = 4
Find common root of:
$x^2 - 4 = 0$ and $x^2 - 9x + 20 = 0$.
First equation: $x^2 - 4 = 0$ → $x = 2, -2$
Check in second equation:
For $x = 2$: $4 - 18 + 20 = 6 \neq 0$ For $x = -2$: $4 + 18 + 20 = 42 \neq 0$
Conclusion: No common root.
Find common root of
$x^2 + 3x - 10 = 0$ and $2x^2 + x - 15 = 0$.
Subtract:
$(x^2 + 3x - 10) - (2x^2 + x - 15)$
$-x^2 + 2x + 5 = 0$ → $x^2 - 2x - 5 = 0$
Quadratic formula:
$x = \dfrac{2 \pm \sqrt{4 + 20}}{2}$ $x = 1 \pm \sqrt{6}$
Check which is common root (substitute back): Only $1 + \sqrt{6}$ satisfies both equations.
Answer: Common root = $1 + \sqrt{6}$
Find common root of
$x^2 - 3x + 2 = 0$ and $x^2 - 5x + 6 = 0$.
Factor first: $(x-1)(x-2)=0$ → roots: 1 and 2
Factor second: $(x-2)(x-3)=0$ → roots: 2 and 3
Common root: 2
Transformation of an equation means converting an existing algebraic equation into another equation whose roots are related to the roots of the original equation in a specific way (such as increased, decreased, multiplied, divided, reciprocals, squared, etc.).
If an original equation is:
$ax^n + bx^{n-1} + cx^{n-2} + \cdots + k = 0$
and its roots are $\alpha_1, \alpha_2, \ldots, \alpha_n$,
then after transformation we obtain a new equation whose roots are
some function of these roots.
If new roots = $\alpha + h$, then substitute:
$x = y - h$
Replace $x$ in the original equation with $(y - h)$ and simplify to get the new equation in $y$.
Example:
Transform $x^2 - 5x + 6 = 0$ so roots become $(\alpha + 2)$.
Use $x = y - 2$:
$(y - 2)^2 - 5(y - 2) + 6 = 0$
$y^2 - 4y + 4 - 5y + 10 + 6 = 0$
$y^2 - 9y + 20 = 0$
New roots = $\alpha - h$ Use substitution:
$x = y + h$
New roots = $k\alpha$ Use substitution:
$x = \frac{y}{k}$ Multiply by $k^n$ to clear denominator.
Example:
Roots multiplied by 3 for $x^2 - 4x + 1 = 0$:
Use $x = y/3$:
$(y/3)^2 - 4(y/3) + 1 = 0$
Multiply by 9:
$y^2 - 12y + 9 = 0$
New roots = $\dfrac{\alpha}{k}$ Substitution:
$x = ky$
Expand and simplify.
Take original equation: $ax^n + bx^{n-1} + \cdots + k = 0$
Substitute $x = \frac{1}{y}$:
$a(1/y)^n + b(1/y)^{n-1} + \cdots + k = 0$
Multiply by $y^n$ to get new equation in $y$.
Shortcut:
Reverse the coefficients if leading coefficient = constant term (for monic symmetric polynomials).
Example:
Find equation whose roots are reciprocals of $x^2 - 5x + 6 = 0$:
$6x^2 - 5x + 1 = 0$ (reverse coefficients: 6, -5, 1)
If original roots = $\alpha, \beta$ then new quadratic has roots $\alpha^2$ and $\beta^2$.
Formula:
Example:
Original: $x^2 - 5x + 6 = 0$
Sum = 5, Product = 6
New roots: $\alpha^2, \beta^2$
Sum = $5^2 - 2(6) = 25 - 12 = 13$
Product = $6^2 = 36$
New equation: $x^2 - 13x + 36 = 0$
Works only when original roots are positive. If roots are $\alpha, \beta$ then new equation has roots $\sqrt{\alpha}, -\sqrt{\alpha}, \sqrt{\beta}, -\sqrt{\beta}.$
Degree becomes doubled.
Substitution: $x = -y$
Example:
Transform $x^2 - 4x + 3 = 0$ so roots become $-\alpha$:
$x = -y$:
$(-y)^2 - 4(-y) + 3 = 0$
$y^2 + 4y + 3 = 0$
| New Roots | Substitution | Method |
|---|---|---|
| $\alpha + h$ | $x = y - h$ | Expand |
| $\alpha - h$ | $x = y + h$ | Expand |
| $k\alpha$ | $x = y/k$ | Multiply by $k^n$ |
| $\alpha/k$ | $x = ky$ | Expand |
| $1/\alpha$ | $x = 1/y$ | Reverse coefficients |
| $\alpha^2$ | Use sum/product formulas | New quadratic |
Transform $x^2 - 7x + 10 = 0$ so that roots become $(\alpha + 3)$.
$x = y - 3$:
$(y - 3)^2 - 7(y - 3) + 10 = 0$
$y^2 - 6y + 9 - 7y + 21 + 10 = 0$
$y^2 - 13y + 40 = 0$
Find equation whose roots are triple the roots of $x^2 - 4x + 1 = 0$.
$x = y/3$:
$(y/3)^2 - 4(y/3) + 1 = 0$
Multiply by 9:
$y^2 - 12y + 9 = 0$
Find equation whose roots are reciprocals of $2x^2 - 5x + 3 = 0$.
Reverse coefficients:
$3x^2 - 5x + 2 = 0$
Disclaimer : This Information is Only Immediate Information. Complete Caution has been Taken to Create This Notification, But if There are Any Errors, We will not be Responsible. Therefore, Before filling the Form, Please Visit the Relevant Official Website and Read the Entire Information Carefully. We are Looking Forward to Updating From Time to Time but Still You Should Match the Official Website. If There is a Change in Date or Information, Contact us. In Case of Any Loss, the Student can not Submit the Information Given on This Website's Page as a Legal Document.