Why this topic matters · 9 min read
Algebra is one of the highest-weightage topics in CDS Maths, typically contributing 15-25 questions per paper. Questions cover simplification of algebraic expressions, linear and quadratic equations, inequalities, polynomials, and identities. The difficulty is moderate — Class 10 level — but speed and accuracy are critical. Mastering standard identities and equation-solving shortcuts can save 3-5 minutes per paper.
Algebraic Identities
These are the building blocks of CDS algebra. Most simplification questions are solved by recognising which identity to apply rather than expanding everything manually. The standard identities appear directly in questions disguised as numerical or expression problems. If you see numbers like 998 or 1001, think (a+b) or (a-b) identities immediately.
- (a+b)^2 = a^2 + 2ab + b^2
- (a-b)^2 = a^2 - 2ab + b^2
- (a+b)(a-b) = a^2 - b^2
- (a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3
- (a-b)^3 = a^3 - 3a^2b + 3ab^2 - b^3
- a^3 + b^3 = (a+b)(a^2 - ab + b^2) and a^3 - b^3 = (a-b)(a^2 + ab + b^2)
Key formulas
Sum of cubes
a^3 + b^3 = (a+b)(a^2 - ab + b^2)
When: Use when you see sum or difference of cube numbers like 27, 64, 125
Difference of squares
a^2 - b^2 = (a+b)(a-b)
When: Use when expression has two perfect squares being subtracted
Worked examples
Find value of 103^2 - 97^2. Use (a+b)(a-b): a=103, b=97 so (103+97)(103-97) = 200 x 6 = 1200. Done in 5 seconds.
If x + 1/x = 5, find x^2 + 1/x^2. Square both sides: (x + 1/x)^2 = x^2 + 2 + 1/x^2 = 25. So x^2 + 1/x^2 = 23.
Linear Equations in One and Two Variables
CDS regularly tests word-problem-based linear equations — ages, money, mixtures, and work problems. For two-variable systems, you must choose between substitution and elimination. Elimination is faster in exam conditions. Watch out for inconsistent systems (no solution) and dependent systems (infinite solutions) — conceptual MCQs on these appear occasionally.
- For ax + b = 0, solution is x = -b/a
- For two equations, use elimination: multiply equations to make one coefficient equal, then subtract
- If a1/a2 = b1/b2 not equal to c1/c2, the system is inconsistent — no solution
- If a1/a2 = b1/b2 = c1/c2, infinite solutions (dependent lines)
- If a1/a2 not equal to b1/b2, unique solution — lines intersect once
Key formulas
Cramer's Rule shortcut
x = (b2c1 - b1c2) / (a1b2 - a2b1)
When: Use when eliminating variables manually takes too long — works for 2x2 systems
Worked example
2x + 3y = 12 and 4x - y = 10. Multiply second by 3: 12x - 3y = 30. Add to first: 14x = 42, x = 3. Back-substitute: y = 2.
Quadratic Equations
Quadratic questions in CDS usually involve finding roots, the sum and product of roots, or forming a new equation from given roots. The discriminant tells you the nature of roots — memorise the three cases. Questions also appear as: given sum and product of roots, find the equation. Think of it backwards from Vieta's formulas.
- Standard form: ax^2 + bx + c = 0
- Roots by formula: x = (-b +/- sqrt(b^2 - 4ac)) / 2a
- Sum of roots = -b/a, Product of roots = c/a (Vieta's formulas)
- If D = b^2 - 4ac > 0: two real distinct roots
- If D = 0: two equal real roots (roots are repeated)
- If D < 0: no real roots (complex/imaginary)
Key formulas
Discriminant
D = b^2 - 4ac
When: Use to determine nature of roots before solving
Quadratic formula
x = (-b +/- sqrt(D)) / 2a
When: Use when factorisation is not obvious
Equation from roots
x^2 - (sum of roots)x + (product of roots) = 0
When: Use when you are given sum and product and must form the equation
Worked example
If roots of x^2 - 5x + 6 = 0 are alpha and beta, find alpha^2 + beta^2. Sum = 5, Product = 6. alpha^2 + beta^2 = (alpha+beta)^2 - 2(alpha*beta) = 25 - 12 = 13.
Polynomials and Remainder/Factor Theorem
CDS asks direct applications of the Remainder and Factor theorems. Remainder theorem: when polynomial p(x) is divided by (x - a), remainder is p(a). Factor theorem: if p(a) = 0, then (x - a) is a factor. These questions are quick once you remember to just substitute the value directly instead of doing long division.
- Remainder when p(x) is divided by (x - a) = p(a)
- If p(a) = 0 then (x - a) is a factor of p(x)
- For divisor (ax - b), substitute x = b/a into p(x)
- Degree of remainder is always less than degree of divisor
- A polynomial of degree n has at most n real roots
Worked example
Find remainder when p(x) = x^3 - 4x + 6 is divided by (x - 2). Substitute x = 2: 8 - 8 + 6 = 6. Remainder = 6. No long division needed.
Special Algebraic Results and Surds
CDS frequently tests expressions involving x + 1/x type problems and rationalisation of surds. If you know x + 1/x = k, you can chain-derive x^2 + 1/x^2, x^3 + 1/x^3 etc. by squaring or cubing. For surds, multiply numerator and denominator by the conjugate to rationalise. These questions look hard but follow a fixed pattern.
- If x + 1/x = k then x^2 + 1/x^2 = k^2 - 2
- If x + 1/x = k then x^3 + 1/x^3 = k^3 - 3k
- Rationalise 1/(a + sqrt(b)) by multiplying by (a - sqrt(b))/(a - sqrt(b))
- sqrt(a) x sqrt(b) = sqrt(ab) but sqrt(a) + sqrt(b) is NOT sqrt(a+b) — common error
- Order of surds: compare by squaring both sides when needed
Key formulas
Cube from sum
x^3 + 1/x^3 = (x + 1/x)^3 - 3(x + 1/x)
When: Chain formula — use when x + 1/x is given and cube expression is asked
Worked example
If x - 1/x = 3, find x^3 - 1/x^3. Use: x^3 - 1/x^3 = (x - 1/x)^3 + 3(x - 1/x) = 27 + 9 = 36.
Inequalities
Linear inequalities appear in CDS as straightforward solve-and-shade problems. The critical rule is: when you multiply or divide both sides by a negative number, flip the inequality sign. This is the most common trap. Number line representation may be tested conceptually.
- Add or subtract any number from both sides without changing the sign
- Multiply or divide by positive number — sign stays same
- Multiply or divide by NEGATIVE number — sign FLIPS
- For combined inequalities like a < x < b, treat each part separately
- Absolute value inequality: |x| < a means -a < x < a
Key formulas
Absolute inequality
|x - a| < r means a - r < x < a + r
When: Use for absolute value based inequality questions
⚠ Common mistakes to avoid
- Forgetting to flip the inequality sign when multiplying or dividing by a negative number — this single mistake causes wrong answers in inequality MCQs
- Confusing sum of roots (-b/a) with product of roots (c/a) in quadratic Vieta formulas — note the negative sign is on the SUM not the product
- Writing sqrt(a+b) = sqrt(a) + sqrt(b) — this is WRONG and surds questions are designed to catch this exact error
- In remainder theorem, using the wrong substitution value: for (x + a) the substitution is x = -a, not +a
- In cube identity questions, using (a+b)^3 pattern but forgetting the middle terms 3a^2b and 3ab^2 — always verify with a simple number before applying
🧠 Memory aids
- SPOON for Vieta: S = Sum of roots = -b/a (S starts negative), P = Product = c/a (P is positive with no negative sign)
- DIP for discriminant conditions: D positive = two different roots, D is zero = identical roots, D is negative = no real roots — think DIP into the number line
- For x + 1/x chain: Square it and minus 2, Cube it and minus 3 times itself — Square minus 2, Cube minus 3x
- Remainder theorem shortcut: PLUG and CHUG — just plug the zero of the divisor into the polynomial and chug out the answer, no long division
🎯 CDS exam tips
- In CDS, identity-based simplification questions (especially using a^2 - b^2 and a^3 +/- b^3) appear almost every paper — spend 30 seconds max by spotting the pattern, not expanding
- Quadratic roots questions often come in pairs: nature of roots (use discriminant) and value of expression using roots (use Vieta) — expect 2-3 such questions per paper
- Word problems on linear equations (age, money, mixture) are framed in simple English — read twice, assign variables clearly, and write equations before solving to avoid setup errors
- Surds rationalisation questions are usually 1-step — identify conjugate, multiply, simplify. If your answer has a surd in denominator, you have not finished
- Timing guide: identity questions should take under 45 seconds, quadratic root questions under 90 seconds, word problem linear equations under 2 minutes. If a question exceeds this, mark and move on
Q1 · medium · PYQ 2023
If p = a²/((b−a)(c−a)), q = b²/((c−b)(a−b)), r = c²/((a−c)(b−c)), then what is (p+q+r)² equal to?
- 0
- 1
- 4
- 9
Q2 · medium · AI-verified
The number of terms in the expansion of (x + y + z)⁶ is:
- 21
- 28
- 35
- 56
Q3 · medium · AI-verified
If the sum of the roots of the quadratic equation 3x² - kx + 12 = 0 is 8, then the value of k is:
- 24
- 36
- 12
- 18
Q4 · medium · PYQ 2022
8 men or 12 women can do a piece of work in 24 days. In how many days can the work be done by 8 men and 12 women?
- Cannot be determined due to insufficient data
- 24 days
- 12 days
- 18 days
Q5 · medium · PYQ 2022
If x = 7 + 4√3, then what is the value of √x + 1/√x?
- 2
- 4
- 1
- 3