JEE Main & Advanced

Quadratic Equations

Quadratic Equations & Theory of Equations

1
Module 1

Fundamental Concepts

Definition & Basic Core FormTopic 1

A quadratic equation in one variable is a second-degree polynomial equation of the mathematical form $ax^2 + bx + c = 0$, where the leading coefficient $a \neq 0$ and $a, b, c \in \mathbb{R}$ (or $\mathbb{C}$). If $a=0$, the expression degenerates into a linear format. The roots represent the x-coordinates where the corresponding parabolic functional graph $y = ax^2+bx+c$ crosses the horizontal x-axis. In complex number configurations, if coefficients are non-real, the roots are no longer guaranteed to emerge as conjugate pairs.

Worked Examples
1

Solve for $x \in \mathbb{R}$: $(x^2 - 5x + 7)^2 - (x-2)(x-3) = 1$.

Show solution
Let us expand the product term inside the subtraction section: \[ (x-2)(x-3) = x^2 - 5x + 6 \] Substitute this back into our original expression setup: \[ (x^2 - 5x + 7)^2 - (x^2 - 5x + 6) = 1 \] Let a dummy operational variable be $y = x^2 - 5x + 6$. Then the term $x^2 - 5x + 7 = y + 1$. Rewrite the equation in terms of $y$: \[ (y+1)^2 - y = 1 \implies y^2 + 2y + 1 - y = 1 \implies y^2 + y = 0 \] This factors cleanly to give $y(y+1) = 0$, which yields two branches: $y = 0$ or $y = -1$. Now substitute back $x^2 - 5x + 6 = y$:
  • Branch 1: $x^2 - 5x + 6 = 0 \implies (x-2)(x-3) = 0 \implies x = 2, 3$
  • Branch 2: $x^2 - 5x + 6 = -1 \implies x^2 - 5x + 7 = 0$. Let us analyze its discriminant: $D = (-5)^2 - 4(1)(7) = 25 - 28 = -3 < 0$. This branch produces no real roots.
Final Answer: $x = 2, 3$.
2

Find all real values of $m$ for which the equation $(m-1)x^2 - 2(m+1)x + m = 0$ has exactly one unique solution.

Show solution
A common conceptual trap is to only set the discriminant $D = 0$. We must also analyze the possibility where the expression stops being quadratic entirely (leading coefficient vanishes).
  • Case 1: The equation is linear. Set the leading coefficient to zero: $m - 1 = 0 \implies m = 1$. Substitute $m = 1$ back into the equation: $-4x + 1 = 0 \implies x = 0.25$. This gives exactly one unique solution, so $m = 1$ is valid.
  • Case 2: The equation is quadratic ($m \neq 1$) and has equal roots ($D = 0$): \[ D = [-2(m+1)]^2 - 4(m-1)m = 4(m^2 + 2m + 1) - 4(m^2 - m) = 4(3m + 1) \] Set $D = 0 \implies 4(3m + 1) = 0 \implies m = -\frac{1}{3}$. Since $-\frac{1}{3} \neq 1$, this value is also completely valid.
Final Answer: $m \in \{1, -\frac{1}{3}\}$.
3

Find the roots of the quadratic equation with complex coefficients: $x^2 - 2ix - 3 = 0$.

Show solution

Apply the standard quadratic formula directly, noting that $a = 1$, $b = -2i$, and $c = -3$: \[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} = \frac{-(-2i) \pm \sqrt{(-2i)^2 - 4(1)(-3)}}{2(1)} \] Calculate the values inside the radical sign: $(-2i)^2 = 4i^2 = -4$. Thus: \[ x = \frac{2i \pm \sqrt{-4 + 12}}{2} = \frac{2i \pm \sqrt{8}}{2} = \frac{2i \pm 2\sqrt{2}}{2} = i \pm \sqrt{2} \] Notice that because the coefficients are complex, the roots ($ \sqrt{2} + i $ and $-\sqrt{2} + i$) are not complex conjugates of each other. Final Answer: $x = \sqrt{2} + i, -\sqrt{2} + i$.

✎ Self-Check — 5 questions0 / 5
Q1.The number of real solutions of the equation $|x^2 + 4x + 3| + 2x + 5 = 0$ is:
Q2.If the equation $(k^2 - 3k + 2)x^2 + (k^2 - 1)x + k^2 - 4 = 0$ is satisfied for more than two distinct real values of $x$, then the value of $k$ is:
Q3.The roots of the equation $ax^2 + bx + c = 0$ are non-real conjugates if and only if:
Q4.The equation $\sqrt{x+1} - \sqrt{x-1} = \sqrt{4x-1}$ has:
Q5.If $x^2 - 3x + 2 = 0$ and $x^2 - x - 2 = 0$ share a root, the value of that shared parameter is:

The Discriminant ($D$) & Nature of RootsTopic 2

The structural identity of the roots of a real-coefficient quadratic equation is dictated entirely by its discriminant, $D = b^2 - 4ac$. If $D > 0$, the roots are real and distinct; if $D = 0$, they are real and coincident (forming a perfect square graph). If $D < 0$, they form non-real complex conjugate pairs $p \pm iq$. A critical JEE-level corollary states that if $a, b, c$ are rational numbers ($\mathbb{Q}$) and $D$ is a perfect square, the roots are rational. Otherwise, irrational roots will always emerge as surd conjugate pairs $p \pm \sqrt{q}$.

Worked Examples
1

If $a, b, c$ are distinct odd integers, prove that the roots of the equation $ax^2 + bx + c = 0$ cannot be rational.

Show solution

For the roots to be rational when the coefficients are integers, the discriminant $D = b^2 - 4ac$ must be a perfect square of an integer. Let $D = k^2$ for some integer $k$.
Since $a, b, c$ are odd integers, let us look at the expression modulo 8: Any odd integer squared is always congruent to 1 modulo 8 ($1^2 \equiv 1, 3^2 \equiv 9 \equiv 1, 5^2 \equiv 25 \equiv 1, 7^2 \equiv 49 \equiv 1$). Thus, $b^2 \equiv 1 \pmod 8$.
Now let us look at the second term, $4ac$: since both $a$ and $c$ are odd, their product $ac$ is also odd. Multiplying an odd number by 4 always yields: \[ 4ac = 4(\text{odd}) \equiv 4 \pmod 8 \] Now evaluate the full discriminant modulo 8: \[ D = b^2 - 4ac \equiv 1 - 4 \equiv -3 \equiv 5 \pmod 8 \] However, a perfect square integer $k^2$ can only be congruent to $0, 1,$ or $4$ modulo 8. It can never be congruent to $5 \pmod 8$. This is a contradiction, which proves that $D$ cannot be a perfect square. Therefore, the roots cannot be rational. Final Answer: Proved.

2

Find all values of the parameter $p$ for which the quadratic expression $(p+4)x^2 - 2px + (p-3) = 0$ has real roots.

Show solution

For the equation to have real roots, its discriminant must be non-negative ($D \ge 0$), and we must ensure the leading coefficient does not vanish ($p+4 \neq 0 \implies p \neq -4$). \[ D = (-2p)^2 - 4(p+4)(p-3) \ge 0 \] Expand the terms: \[ 4p^2 - 4(p^2 + p - 12) \ge 0 \implies 4p^2 - 4p^2 - 4p + 48 \ge 0 \] Simplify the linear inequality: \[ -4p + 48 \ge 0 \implies 4p \le 48 \implies p \le 12 \] Combine this with the quadratic condition $p \neq -4$ to write the final set: \[ p \in (-\infty, -4) \cup (-4, 12] \] Final Answer: $p \in (-\infty, -4) \cup (-4, 12]$.

3

If the roots of the equation $(b-c)x^2 + (c-a)x + (a-b) = 0$ are equal, prove that $2b = a+c$.

Show solution

Notice that the sum of the coefficients equals zero: $(b-c) + (c-a) + (a-b) = 0$. This means that $x = 1$ is automatically a root of this equation.
The problem states that the roots are equal ($D=0$), which means both roots must be exactly 1. Using the product of roots formula ($\alpha\beta = \frac{\text{constant term}}{\text{leading coefficient}}$): \[ 1 \times 1 = \frac{a-b}{b-c} \implies b-c = a-b \] Rearranging the terms gives: \[ 2b = a + c \] This proves that the coefficients $a, b, c$ form an Arithmetic Progression (AP). Final Answer: Proved.

✎ Self-Check — 5 questions0 / 5
Q1.If $a, b, c \in \mathbb{Q}$ and the roots of $(a+2b-3c)x^2 + (b+2c-3a)x + (c+2a-3b) = 0$ are rational, then the roots are always:
Q2.If the discriminant of a quadratic equation satisfies $D < 0$, and one root is $3 - 4i$, then the other root is unconditionally $3 + 4i$ provided:
Q3.The number of values of $k$ for which the equation $x^2 - 2(1+3k)x + 7(3+2k) = 0$ has equal roots is:
Q4.If the expression $x^2 + 2(a+1)x + (a^2 - 1) = 0$ has real roots, the range of the value $a$ is:
Q5.If $D_1$ and $D_2$ are the discriminants of two quadratic equations $x^2 + ax + b = 0$ and $x^2 + cx + d = 0$, and $ac = 2(b+d)$, then:
2
Module 2

Advanced Theory of Roots

Newton's Sums RelationTopic 1

Newton’s Sums identity provides a powerful recursive method to solve high-power symmetric root expressions without ever calculating the individual roots. If $\alpha$ and $\beta$ are the roots of the quadratic equation $ax^2 + bx + c = 0$, and we define a power sum function $S_n = \alpha^n + \beta^n$ (or $S_n = \gamma\alpha^n + \delta\beta^n$), then for any integer $n \ge 2$, the following linear recurrence relation holds true: $aS_n + bS_{n-1} + cS_{n-2} = 0$. This formula can save a massive amount of time on complex high-power matrix calculations in JEE Advanced.

Worked Examples
1

Let $\alpha, \beta$ be the roots of $x^2 - 6x - 2 = 0$. If $a_n = \alpha^n - \beta^n$ for $n \ge 1$, evaluate the value of the expression $E = \frac{a_{10} - 2a_8}{2a_9}$.

Show solution

Notice that $a_n = \alpha^n - \beta^n$ matches the exact operational structure of Newton's Sums. The base coefficients of our quadratic equation are $a = 1$, $b = -6$, and $c = -2$.
Write out the Newton's Sums recurrence relation for $n = 10$: \[ 1a_{10} - 6a_{10-1} - 2a_{10-2} = 0 \implies a_{10} - 6a_9 - 2a_8 = 0 \] Isolate the terms that appear in our target expression ($a_{10} - 2a_8$): \[ a_{10} - 2a_8 = 6a_9 \] Now substitute this identity directly into the numerator of our expression $E$: \[ E = \frac{6a_9}{2a_9} \] Since $\alpha \neq \beta$, $a_9 \neq 0$, so we can cancel $a_9$ from both the top and bottom: \[ E = \frac{6}{2} = 3 \] Final Answer: $3$.

2

If $\alpha, \beta$ are the roots of the equation $x^2 - x - 1 = 0$, find the value of $S_5 = \alpha^5 + \beta^5$ using recursive strategies.

Show solution
The coefficients of our quadratic equation are $a = 1$, $b = -1$, and $c = -1$. The recursive formula is: \[ S_n - S_{n-1} - S_{n-2} = 0 \implies S_n = S_{n-1} + S_{n-2} \] Let us calculate the primary initial values for the sequence manually:
  • $S_0 = \alpha^0 + \beta^0 = 1 + 1 = 2$
  • $S_1 = \alpha^1 + \beta^1 = -\frac{b}{a} = -\frac{-1}{1} = 1$
Now apply the recursive rule step-by-step to find higher powers:
  • $S_2 = S_1 + S_0 = 1 + 2 = 3$
  • $S_3 = S_2 + S_1 = 3 + 1 = 4$
  • $S_4 = S_3 + S_2 = 4 + 3 = 7$
  • $S_5 = S_4 + S_3 = 7 + 4 = 11$
This recursive chain is much faster than attempting to raise golden ratio fractions to the fifth power. Final Answer: $11$.
3

If $\alpha$ and $\beta$ are the roots of $5x^2 + 3x - 7 = 0$, and $V_n = \alpha^n + \beta^n$, write the structural connection link isolating $V_{12}$ using $V_{11}$ and $V_{10}$.

Show solution

Identify the base coefficients from the given equation: $a = 5, b = 3, c = -7$.
Apply the Newton's Sums recurrence relation formula by choosing $n = 12$: \[ aV_{12} + bV_{11} + cV_{10} = 0 \] Substitute the values of the coefficients: \[ 5V_{12} + 3V_{11} - 7V_{10} = 0 \] Isolate $5V_{12}$ to complete the structural connection statement: \[ 5V_{12} = 7V_{10} - 3V_{11} \] Final Answer: $5V_{12} + 3V_{11} - 7V_{10} = 0$.

✎ Self-Check — 5 questions0 / 5
Q1.Let $\alpha, \beta$ be the roots of $x^2 - 5x + 3 = 0$. If $S_n = \alpha^n + \beta^n$, then the value of $\frac{S_6 + 3S_4}{S_5}$ is:
Q2.If $\alpha, \beta$ are the roots of $2x^2 + 5x + 4 = 0$ and $A_n = \alpha^n + \beta^n$, then the value of $2A_8 + 5A_7 + 4A_6$ is exactly:
Q3.For the equation $x^2 - \sqrt{2}x - 1 = 0$, with roots $p$ and $q$, if $U_n = p^n + q^n$, then $U_4$ equals:
Q4.Newton's sums recurrence relation $\sum aS_n + bS_{n-1} + cS_{n-2} = 0$ is valid for:
Q5.If $\alpha, \beta$ are roots of $x^2 - x - 3 = 0$ and $P_n = \alpha^n - \beta^n$, then the value of $P_5 - P_4$ is:

Location of Roots ConstraintsTopic 2

Location of Roots involves finding conditions on a parameter such that the roots of a quadratic equation fall within specified real intervals. Let $f(x) = ax^2 + bx + c$. The three fundamental conditions used to build constraints are the sign of the discriminant ($D$), the position of the vertex ($-\frac{b}{2a}$), and the values of the function at the interval endpoints ($f(k)$). For example, both roots are strictly greater than a threshold $k$ if and only if $D \ge 0$, $a \cdot f(k) > 0$, and $-\frac{b}{2a} > k$ simultaneously.

Worked Examples
1

Find all real values of the parameter $a$ for which both roots of the quadratic equation $x^2 - 6ax + (9a^2 - 2a + 2) = 0$ are strictly greater than 3.

Show solution
Let $f(x) = x^2 - 6ax + 9a^2 - 2a + 2$. The target threshold is $k = 3$. Since the leading coefficient is $1 > 0$, the parabola opens upward. Enforce the three conditions simultaneously:
  1. Discriminant condition ($D \ge 0$): \[ D = (-6a)^2 - 4(1)(9a^2 - 2a + 2) \ge 0 \implies 36a^2 - 36a^2 + 8a - 8 \ge 0 \implies 8a \ge 8 \implies a \ge 1 \]
  2. Endpoint functional metric ($1 \cdot f(3) > 0$): \[ f(3) = 3^2 - 6a(3) + 9a^2 - 2a + 2 > 0 \implies 9 - 18a + 9a^2 - 2a + 2 > 0 \] Combine terms into a standard quadratic inequality: \[ 9a^2 - 20a + 11 > 0 \implies (9a - 11)(a - 1) > 0 \] This inequality is satisfied for: $a \in (-\infty, 1) \cup (\frac{11}{9}, \infty)$.
  3. Vertex position condition ($-\frac{b}{2a} > 3$): \[ -\frac{-6a}{2(1)} > 3 \implies 3a > 3 \implies a > 1 \]
Now find the intersection of all three conditions: Condition (i) requires $a \in [1, \infty)$. Condition (iii) refines this to $a \in (1, \infty)$. Intersecting with Condition (ii) removes the values between 1 and $\frac{11}{9}$. Thus, the valid interval is $a \in (\frac{11}{9}, \infty)$. Final Answer: $a \in (\frac{11}{9}, \infty)$.
2

Find the range of $k$ for which exactly one root of the equation $x^2 - kx + 4 = 0$ lies inside the open interval $(1, 3)$.

Show solution

The condition for exactly one root to lie inside an open interval $(k_1, k_2)$ is that the values of the function at the endpoints must have opposite signs: $f(k_1) \cdot f(k_2) < 0$.
Let $f(x) = x^2 - kx + 4$. Calculate the values at the endpoints $x = 1$ and $x = 3$: \[ f(1) = 1^2 - k(1) + 4 = 5 - k \] \[ f(3) = 3^2 - k(3) + 4 = 13 - 3k \] Set up the product inequality: \[ (5 - k)(13 - 3k) < 0 \] Multiply by $-1$ twice to change the signs of both linear factors, which leaves the direction of the inequality sign unchanged: \[ (k - 5)(3k - 13) < 0 \] Using the wavy-curve method, the product is negative between the two roots $k = \frac{13}{3}$ and $k = 5$. Thus, $k \in (\frac{13}{3}, 5)$. (Note: We must double-check that the endpoints do not create a condition where a root lands exactly on an endpoint, which is excluded by the open interval). Final Answer: $k \in (\frac{13}{3}, 5)$.

3

Find the conditions on $m$ such that both roots of $x^2 - 2mx + m^2 - 1 = 0$ lie inside the interval $(-2, 4)$.

Show solution
Let $f(x) = x^2 - 2mx + m^2 - 1$. The parabola opens upward since the leading coefficient is 1. Enforce the required conditions:
  1. Discriminant condition ($D \ge 0$): \[ D = (-2m)^2 - 4(1)(m^2 - 1) = 4m^2 - 4m^2 + 4 = 4 > 0 \] Since $D = 4$, the roots are real and distinct for all values of $m$.
  2. Endpoint values must be positive ($f(-2) > 0$ and $f(4) > 0$): \[ f(-2) = (-2)^2 - 2m(-2) + m^2 - 1 = m^2 + 4m + 3 > 0 \implies (m+1)(m+3) > 0 \] This gives the interval: $m \in (-\infty, -3) \cup (-1, \infty)$. \[ f(4) = 4^2 - 2m(4) + m^2 - 1 = m^2 - 8m + 15 > 0 \implies (m-3)(m-5) > 0 \] This gives the interval: $m \in (-\infty, 3) \cup (5, \infty)$. Intersecting these two intervals yields: $m \in (-\infty, -3) \cup (-1, 3) \cup (5, \infty)$.
  3. Vertex position condition ($-2 < -\frac{b}{2a} < 4$): \[ -2 < -\frac{-2m}{2(1)} < 4 \implies -2 < m < 4 \]
Now find the final intersection of all the conditions: We must intersect the valid vertex interval $m \in (-2, 4)$ with our endpoint values set from step (ii). The values that overlap are: $m \in (-1, 3)$. Final Answer: $m \in (-1, 3)$.
✎ Self-Check — 5 questions0 / 5
Q1.If both roots of the equation $x^2 - 2kx + k^2 - 1 = 0$ are less than 5, then the parameter $k$ must satisfy:
Q2.If $\alpha, \beta$ are the roots of $x^2 - 2mx + m^2 - 4 = 0$, and $\alpha < 0 < \beta$, then the range of $m$ is:
Q3.The number of integral values of $m$ for which the roots of $x^2 - 2mx + m^2 - 1 = 0$ lie between $-1$ and $3$ is:
Q4.If the roots of $x^2 - 4x + a = 0$ are real and distinct, and exactly one root lies in $(1, 2)$, then:
Q5.For the upward parabola $f(x) = ax^2 + bx + c$, the condition $f(k_1) \cdot f(k_2) < 0$ guarantees that:
3
Module 3

Rational Functions and Range

Range of Quadratic-over-Quadratic ExpressionsTopic 1

To find the range of a rational expression of the form $y = \frac{a_1x^2 + b_1x + c_1}{a_2x^2 + b_2x + c_2}$ for real values of $x$, cross-multiply and rearrange the terms into a standard quadratic equation in $x$: $(a_1 - ya_2)x^2 + (b_1 - yb_2)x + (c_1 - yc_2) = 0$. Since $x$ is real, set its discriminant to be non-negative ($D \ge 0$). This forms a quadratic inequality in terms of $y$, which can be solved to find the range. Always check the boundary values where the leading coefficient of $x^2$ vanishes ($a_1 - ya_2 = 0$) to see if they yield valid real values for $x$.

Worked Examples
1

Find the range of the rational expression $y = \frac{x^2 - x + 1}{x^2 + x + 1}$ for all $x \in \mathbb{R}$.

Show solution

First, verify that the denominator $x^2 + x + 1$ is never zero. Its discriminant is $1^2 - 4(1)(1) = -3 < 0$, so the denominator is strictly positive for all real $x$. The function is well-defined everywhere.
Cross-multiply to rearrange the expression: \[ y(x^2 + x + 1) = x^2 - x + 1 \implies yx^2 + yx + y = x^2 - x + 1 \] Group the terms into a standard quadratic equation in terms of $x$: \[ (y - 1)x^2 + (y + 1)x + (y - 1) = 0 \] Since $x$ is a real number ($x \in \mathbb{R}$), the discriminant of this quadratic equation must be non-negative ($D \ge 0$): \[ D = (y + 1)^2 - 4(y - 1)(y - 1) \ge 0 \] Expand the terms: \[ (y^2 + 2y + 1) - 4(y^2 - 2y + 1) \ge 0 \implies y^2 + 2y + 1 - 4y^2 + 8y - 4 \ge 0 \] Combine like terms to simplify the inequality: \[ -3y^2 + 10y - 3 \ge 0 \] Multiply by $-1$ and flip the direction of the inequality sign: \[ 3y^2 - 10y + 3 \le 0 \implies (3y - 1)(y - 3) \le 0 \] Using the wavy-curve method, the inequality is satisfied for values of $y$ between the two roots: \[ y \in \left[ \frac{1}{3}, 3 \right] \] We must check the boundary value where the leading coefficient vanishes ($y - 1 = 0 \implies y = 1$). If $y = 1$, the equation becomes $2x = 0 \implies x = 0$, which is a valid real number. Therefore, $y = 1$ is included in the range. Final Answer: Range $\in [\frac{1}{3}, 3]$.

2

Find the maximum and minimum values of the function $f(x) = \frac{x}{x^2 - 5x + 9}$ for real $x$.

Show solution

Set the function equal to $y$: \[ y = \frac{x}{x^2 - 5x + 9} \implies y(x^2 - 5x + 9) = x \] Rearrange the terms into a standard quadratic equation in $x$: \[ yx^2 - (5y + 1)x + 9y = 0 \] Since $x \in \mathbb{R}$, enforce the condition $D \ge 0$: \[ D = [-(5y + 1)]^2 - 4(y)(9y) \ge 0 \] Expand and simplify the terms: \[ (25y^2 + 10y + 1) - 36y^2 \ge 0 \implies -11y^2 + 10y + 1 \ge 0 \] Multiply by $-1$ and flip the inequality sign: \[ 11y^2 - 10y - 1 \le 0 \implies (11y + 1)(y - 1) \le 0 \] Using the wavy-curve method, the interval is: \[ y \in \left[ -\frac{1}{11}, 1 \right] \] Thus, the minimum value is $-\frac{1}{11}$ and the maximum value is $1$. Final Answer: Minimum = $-\frac{1}{11}$, Maximum = $1$.

3

Find the range of $y = \frac{x^2 + 2x + c}{x^2 + 4x + 3c}$ if the expression can take all real values ($y \in \mathbb{R}$).

Show solution

Cross-multiply and rearrange into a quadratic equation in $x$: \[ (y - 1)x^2 + (4y - 2)x + (3cy - c) = 0 \] Enforce the condition $D \ge 0$ for real $x$: \[ D = (4y - 2)^2 - 4(y - 1)c(3y - 1) \ge 0 \] Divide the inequality by 4: \[ (2y - 1)^2 - c(y - 1)(3y - 1) \ge 0 \] Expand the terms to form a quadratic inequality in terms of $y$: \[ (4y^2 - 4y + 1) - c(3y^2 - 4y + 1) \ge 0 \implies (4 - 3c)y^2 - 4(1 - c)y + (1 - c) \ge 0 \] The problem states that this inequality must hold true for all real values of $y$ ($y \in \mathbb{R}$). For a quadratic expression to be non-negative for all real values, its leading coefficient must be positive ($4 - 3c > 0 \implies c < \frac{4}{3}$) and its discriminant relative to $y$ must be less than or equal to zero ($D_y \le 0$): \[ D_y = [-4(1-c)]^2 - 4(4-3c)(1-c) \le 0 \] Divide by 4 and factor out $(1-c)$: \[ 4(1-c)^2 - (4-3c)(1-c) \le 0 \implies (1-c)[4(1-c) - (4-3c)] \le 0 \] Simplify the inner expression: \[ (1-c)[4 - 4c - 4 + 3c] \le 0 \implies (1-c)(-c) \le 0 \implies c(c-1) \le 0 \] This inequality is satisfied for the interval $c \in [0, 1]$. Since this entire interval is strictly less than $\frac{4}{3}$, it is completely valid. Final Answer: $c \in [0, 1]$.

✎ Self-Check — 5 questions0 / 5
Q1.The range of the function $f(x) = \frac{x^2 + 34x - 71}{x^2 + 2x - 7}$ for real values of $x$ is:
Q2.If $y = \frac{x^2 - 2x + 4}{x^2 + 2x + 4}$ for $x \in \mathbb{R}$, then the range of $y$ is:
Q3.If the expression $y = \frac{x+2}{2x^2 + 3x + 6}$ is real, its maximum possible value is:
Q4.While finding the range of a rational function, if the condition $D \ge 0$ yields $y^2 - 4 \le 0$, we must include the value where the leading coefficient of $x^2$ is 0 if it yields:
Q5.If $y = \frac{x^2 + ax + 1}{x^2 + x + 1}$ can take all real values ($y \in \mathbb{R}$), then the parameter $a$ must satisfy:
4
Module 4

Theory of Equations (Higher Degree)

Descartes' Rule & Intermediate Value TheoremTopic 1

Descartes' Rule of Signs sets an upper limit on the number of real roots a polynomial equation can have. The maximum number of positive real roots equals the number of sign changes between consecutive coefficients in $P(x)$. Similarly, the maximum number of negative real roots equals the number of sign changes in $P(-x)$. The Intermediate Value Theorem (IVT) proves the existence of roots within an interval: if a polynomial function satisfies $P(a) \cdot P(b) < 0$, the curve must cross the x-axis at least once, meaning there is at least one real root inside the open interval $(a, b)$.

Worked Examples
1

Analyze the nature of the roots of the higher-degree polynomial equation $P(x) = x^5 - x + 1 = 0$ using Descartes' Rule of Signs.

Show solution
Let us count the sign changes in the coefficients of $P(x)$: The signs of the terms are: $+1$ (for $x^5$), $-1$ (for $-x$), and $+1$ (for $+1$).
  • First change: from $+1$ to $-1$ (1 sign change).
  • Second change: from $-1$ to $+1$ (1 sign change).
There are a total of 2 sign changes in $P(x)$. By Descartes' Rule, the maximum number of positive real roots is 2.
Now let us analyze $P(-x)$ to find the limit on negative real roots: \[ P(-x) = (-x)^5 - (-x) + 1 = -x^5 + x + 1 \] The signs of the terms are: $-1, +1, +1$. There is exactly 1 sign change (from $-1$ to $+1$). Therefore, the equation has exactly 1 negative real root.
Let us use calculus to find the exact number of positive real roots: $P'(x) = 5x^4 - 1$. Setting $P'(x) = 0 \implies x = \pm(0.2)^{-1/4}$. Analyzing the local minimum shows it is positive, which means the graph never dips below the x-axis in the positive domain. Thus, the equation has exactly 0 positive real roots, 1 negative real root, and 4 complex roots. Final Answer: 1 negative real root and 4 complex roots.
2

Prove that the cubic equation $x^3 - 3x + 1 = 0$ has at least one real root lying inside the open interval $(0, 1)$.

Show solution

Let $P(x) = x^3 - 3x + 1$. Since $P(x)$ is a polynomial function, it is continuous everywhere. Let us evaluate the value of the function at the interval endpoints $x = 0$ and $x = 1$: \[ P(0) = 0^3 - 3(0) + 1 = 1 \quad (\text{which is } > 0) \] \[ P(1) = 1^3 - 3(1) + 1 = -1 \quad (\text{which is } < 0) \] Calculate the product of the endpoint values: \[ P(0) \cdot P(1) = 1 \times (-1) = -1 < 0 \] Since the function values at the endpoints have opposite signs, the Intermediate Value Theorem (IVT) guarantees that the continuous curve must cross the x-axis at least once inside the interval. Therefore, there is at least one real root in $(0, 1)$. Final Answer: Proved.

3

Show that the polynomial equation $x^7 + x^5 + x^3 + x = 0$ has exactly one real root.

Show solution
Factor out $x$ from the polynomial expression: \[ x(x^6 + x^4 + x^2 + 1) = 0 \] This splits the equation into two branches:
  • Branch 1: $x = 0$. This is a valid real root.
  • Branch 2: $x^6 + x^4 + x^2 + 1 = 0$.
Let us analyze Branch 2: For any real value of $x$, even powers are always non-negative ($x^6 \ge 0, x^4 \ge 0, x^2 \ge 0$). Adding 1 means the expression is strictly positive ($x^6 + x^4 + x^2 + 1 \ge 1$) for all real $x$. Therefore, Branch 2 cannot produce any real roots. The only real root of the equation is $x = 0$. Final Answer: Exactly 1 real root ($x = 0$).
✎ Self-Check — 5 questions0 / 5
Q1.The maximum possible number of real roots for the equation $x^4 - x^3 - x^2 + 1 = 0$ is:
Q2.If $P(x) = 0$ is a polynomial equation with real coefficients, and $P(1) = -5$ and $P(2) = 10$, then the interval $(1, 2)$ contains:
Q3.The total number of positive real solutions to the equation $x^9 + 5x^4 + 2x^2 + 7 = 0$ is:
Q4.According to Descartes' Rule, if a polynomial $P(x)$ has 3 sign changes, the actual number of positive real roots can be:
Q5.The equation $x^5 + 2x - 7 = 0$ has:
5
Module 5

Common Roots

One or Both Roots Common ConditionsTopic 1

When two quadratic equations share roots, specific algebraic conditions must be met. If both roots are common, the equations are completely identical, meaning their corresponding coefficients are directly proportional: $\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}$. If exactly one root $\alpha$ is shared, we substitute $\alpha$ into both equations ($\mathstrut a_1\alpha^2 + b_1\alpha + c_1 = 0$ and $a_2\alpha^2 + b_2\alpha + c_2 = 0$) and use Cramer's Rule to eliminate $\alpha$. This yields the one-common-root condition formula: $(a_1c_2 - a_2c_1)^2 = (a_1b_2 - a_2b_1)(b_1c_2 - b_2c_1)$.

Worked Examples
1

Find the value of the parameter $k$ for which the quadratic equations $x^2 - kx - 21 = 0$ and $x^2 - 3kx + 35 = 0$ share exactly one common root.

Show solution

Let $\alpha$ be the shared common root. Substitute $\alpha$ into both equations: \[ \alpha^2 - k\alpha - 21 = 0 \quad \text{--- (Equation 1)} \] \[ \alpha^2 - 3k\alpha + 35 = 0 \quad \text{--- (Equation 2)} \] Subtract Equation 1 from Equation 2 to eliminate the quadratic $\alpha^2$ term: \[ (\alpha^2 - 3k\alpha + 35) - (\alpha^2 - k\alpha - 21) = 0 \implies -2k\alpha + 56 = 0 \] Isolate the common root $\alpha$ in terms of $k$: \[ 2k\alpha = 56 \implies \alpha = \frac{28}{k} \] Now substitute this expression for $\alpha$ back into Equation 1: \[ \left(\frac{28}{k}\right)^2 - k\left(\frac{28}{k}\right) - 21 = 0 \implies \frac{784}{k^2} - 28 - 21 = 0 \] Simplify the equation: \[ \frac{784}{k^2} = 49 \implies k^2 = \frac{784}{49} = 16 \implies k = \pm 4 \] Both values of $k$ are valid and create exactly one common root. Final Answer: $k = \pm 4$.

2

If the equations $x^2 + 2x + 3 = 0$ and $ax^2 + bx + c = 0$ (where $a,b,c \in \mathbb{R}$) share at least one common root, find the value of the ratio $a:b:c$.

Show solution

Let us analyze the nature of the roots of the first equation, $x^2 + 2x + 3 = 0$: Its discriminant is $D = 2^2 - 4(1)(3) = 4 - 12 = -8 < 0$. This means the roots are non-real complex conjugates. Since the problem states that the second equation has real coefficients ($a,b,c \in \mathbb{R}$), its imaginary roots must also emerge as conjugate pairs.
Therefore, if the two equations share one imaginary root, they must share the other root as well. This means both roots are common, so the equations are identical. Equate the ratios of their coefficients: \[ \frac{a}{1} = \frac{b}{2} = \frac{c}{3} \implies a:b:c = 1:2:3 \] This is a standard trap question on both the JEE Main and Advanced exams. Final Answer: $1:2:3$.

3

Find the condition on $a$ and $b$ such that $x^2 + ax + b = 0$ and $x^2 + bx + a = 0$ have a common root (given $a \neq b$).

Show solution

Let $\alpha$ be the shared common root. Substitute $\alpha$ into both equations: \[ \alpha^2 + a\alpha + b = 0 \] \[ \alpha^2 + b\alpha + a = 0 \] Subtract the two equations to eliminate $\alpha^2$: \[ (a - b)\alpha + (b - a) = 0 \implies (a - b)\alpha = a - b \] Since the problem states $a \neq b$, we can divide both sides by $(a - b)$ to find the common root: \[ \alpha = 1 \] Now substitute the value $\alpha = 1$ back into the first equation: \[ 1^2 + a(1) + b = 0 \implies 1 + a + b = 0 \] This gives the required condition: $a + b + 1 = 0$. Final Answer: $a + b + 1 = 0$.

✎ Self-Check — 5 questions0 / 5
Q1.If $x^2 - kx - 6 = 0$ and $x^2 - 5x - k = 0$ share a common root, the number of possible values of the parameter $k$ is:
Q2.If the equations $2x^2 + kx + 5 = 0$ and $x^2 - 3x - 4 = 0$ share exactly one common root, that shared root must belong to which set?
Q3.If $x^2 + 3x + 5 = 0$ and $ax^2 + bx + c = 0$ share a root and $a,b,c \in \mathbb{R}$, then $\frac{a+c}{b}$ is:
Q4.The condition for both roots of $a_1x^2 + b_1x + c_1 = 0$ and $a_2x^2 + b_2x + c_2 = 0$ to be common requires:
Q5.If $x^2 - 11x + a = 0$ and $x^2 - 14x + 2a = 0$ share a non-zero common root, the value of $a$ is:
6
Module 6

Maximum and Minimum Values

Parabolic Extrema Vertex Coordinate PropertiesTopic 1

The graph of a real quadratic function $f(x) = ax^2 + bx + c$ forms a vertical parabola. The direction the parabola opens depends on the sign of its leading coefficient $a$, and its turning point (vertex) occurs at $x = -\frac{b}{2a}$. If $a > 0$, the parabola opens upward, so the function has a global minimum value equal to $-\frac{D}{4a}$ at $x = -\frac{b}{2a}$. If $a < 0$, the parabola opens downward, so the function has a global maximum value equal to $-\frac{D}{4a}$ at $x = -\frac{b}{2a}$.

Worked Examples
1

Find the minimum value of the quadratic function $f(x) = 3x^2 - 4x + 7$ over the domain $x \in \mathbb{R}$.

Show solution

Identify the coefficients of the quadratic function: $a = 3$, $b = -4$, and $c = 7$. Since the leading coefficient is $a = 3 > 0$, the parabola opens upward, meaning the function has a global minimum value at its vertex.
Let us first calculate the discriminant $D$: \[ D = b^2 - 4ac = (-4)^2 - 4(3)(7) = 16 - 84 = -68 \] Now evaluate the minimum value using the formula $-\frac{D}{4a}$: \[ \text{Minimum Value} = -\frac{-68}{4(3)} = \frac{68}{12} = \frac{17}{3} \] This minimum value occurs at the vertex x-coordinate: \[ x = -\frac{b}{2a} = -\frac{-4}{2(3)} = \frac{4}{6} = \frac{2}{3} \] Final Answer: Minimum value is $\frac{17}{3}$, which occurs at $x = \frac{2}{3}$.

2

Find the maximum value of the expression $y = 5 + 8x - 4x^2$ for real values of $x$.

Show solution

Rearrange the expression into standard form: $y = -4x^2 + 8x + 5$. Identify the coefficients: $a = -4$, $b = 8$, and $c = 5$.
Since the leading coefficient is $a = -4 < 0$, the parabola opens downward, meaning the function has a global maximum value at its vertex. Calculate the discriminant $D$: \[ D = b^2 - 4ac = 8^2 - 4(-4)(5) = 64 + 80 = 144 \] Evaluate the maximum value using the vertex formula $-\frac{D}{4a}$: \[ \text{Maximum Value} = -\frac{144}{4(-4)} = \frac{144}{16} = 9 \] This peak value occurs at the x-coordinate: \[ x = -\frac{b}{2a} = -\frac{8}{2(-4)} = \frac{-8}{-8} = 1 \] Final Answer: Maximum value is $9$, which occurs at $x = 1$.

3

Find the range of the function $f(x) = x^2 - 2x + 5$ when the domain is restricted to the closed interval $x \in [0, 3]$.

Show solution

A common mistake is to only calculate the values at the endpoints of the interval. We must also check if the vertex falls inside the restricted domain interval. Identify the vertex x-coordinate: \[ x_v = -\frac{b}{2a} = -\frac{-2}{2(1)} = 1 \] Since $1 \in [0, 3]$, the vertex lies inside the restricted domain. Since $a = 1 > 0$, the function achieves its global minimum value at this vertex: \[ \text{Minimum Value} = f(1) = 1^2 - 2(1) + 5 = 4 \] Now evaluate the value of the function at the domain endpoints $x = 0$ and $x = 3$ to find the maximum value: \[ f(0) = 0^2 - 2(0) + 5 = 5 \] \[ f(3) = 3^2 - 2(3) + 5 = 9 - 6 + 5 = 8 \] Comparing the endpoint values ($5$ and $8$), the maximum value of the function on this interval is $8$.
Therefore, the range of the function over the restricted domain is $[4, 8]$. Final Answer: Range $\in [4, 8]$.

✎ Self-Check — 5 questions0 / 5
Q1.The minimum value of the expression $x^2 - x + 1$ for all real $x$ is:
Q2.The maximum value of the function $f(x) = -2x^2 + 6x - 1$ occurs at:
Q3.The range of the function $y = x^2 + 4x + 7$ over the unrestricted domain $x \in \mathbb{R}$ is:
Q4.If a quadratic expression $f(x) = ax^2 + bx + c$ has a negative leading coefficient ($a < 0$), its minimum value over $x \in \mathbb{R}$ is:
Q5.The minimum value of $f(x) = x^2 - 6x + 10$ over the restricted interval $x \in [4, 6]$ is:

Ready to test yourself?

Attempt the full timed mock tests — Main & Advanced level.

Start Mock Test 1 →