NCF 2023 Alignment: Conceptual Clarity, Procedural Accuracy & Error Analysis
The Common Mistake: Canceling $x$ from both sides to get $x = 5$, concluding that $x = 5$ is the only root.
The Reality: When you divide by $x$, you implicitly assume $x \neq 0$. Doing this completely destroys one of the valid roots ($x = 0$). Quadratic equations must always yield up to 2 roots.
💡 Board Exam Tip: Never cancel variables across the equals sign. Move all terms to one side so the equation equals zero, then factorize.
The Common Mistake: Forgetting the negative root when taking the square root to solve an equation.
The Reality:
The principal square root symbol $\sqrt{16}$ evaluated arithmetic-wise is $+4$.
However, solving the algebraic equation $x^2 = 16$ means finding all values whose square is 16. Since both $(+4)^2 = 16$ and $(-4)^2 = 16$, there are two distinct real solutions.
The Common Mistake: Evaluating $b^2$ incorrectly when $b$ is negative (e.g., writing $-3^2 = -9$ instead of $(-3)^2 = +9$).
The Reality: Squaring any real number (positive or negative) always yields a positive result. A sign error in calculating the discriminant ($D$) completely flips the nature of the roots!
| Given Equation | Parameter | Incorrect Calculation | Correct Calculation |
| $x^2 - 6x + 5 = 0$ | $a=1, b=-6, c=5$ | $D = -6^2 - 4(1)(5) = -9 \quad \text{(Wrong!)}$ | $D = (-6)^2 - 4(1)(5) = 36 - 20 = 16 \quad \text{(Right!)}$ |
The Common Mistake: Writing "no solution" on the answer sheet when $D < 0$.
The Reality: The CBSE marking scheme explicitly requires the word REAL. $D < 0$ means there are no REAL roots (the roots are complex/imaginary, which is covered in Class 11).
The Common Mistake: Presenting two values (e.g., $x = 15$ and $x = -5$) as the final answer for a physical quantity.
The Reality: Quadratic equations arising from word problems often yield two mathematical solutions, but physical constraints dictate which one is valid. Speed, age, distance, and time cannot be negative.
⚠️ The Golden Rule: Mathematically solve for both roots first, then explicitly state: "Rejecting $x = -5$ because speed/age/length cannot be negative. Therefore, $x = 15$."
Q: Find the value(s) of $k$ for which the quadratic equation $kx^2 - 6x + k = 0$ has real and equal roots.
Identify coefficients: $a = k$, $b = -6$, $c = k$. (Note: $k \neq 0$ for this to remain a quadratic equation).
Condition for real and equal roots: $D = b^2 - 4ac = 0$.
Substitute values:
Solve for $k$:
(Common student error: Writing only $k = 3$ loses 1 mark on the CBSE marking scheme!)