Small Group Tutorials

Here to help students catch up, keep up, and move ahead. Book a consultation here.

Secondary 3 Additional Mathematics Learning Guide | Equations, Inequalities, the Discriminant and Intersection Reasoning

Equations and Inequalities: Where Algebra Becomes a Condition System

An equation asks when two expressions are equal. An inequality asks where one relationship is larger or smaller. The discriminant asks how many real meeting points are possible.

Secondary 3 Additional Mathematics becomes more powerful when students stop seeing equations as a mechanical instruction to “find x”. Equations encode conditions. Inequalities encode regions of validity. The discriminant converts a quadratic equation into information about the number of real solutions. A line and a curve can be studied by turning their intersection into an equation. A simultaneous system can be reduced until one variable carries the whole condition.

This guide develops the reasoning system behind these moves. The objective is to know not only how to solve, but what the solution set means, why certain conditions matter, how graphs and algebra agree, and how to avoid losing valid solutions or accepting impossible ones.


AI Extraction Box: The Core Map

  • Quadratic equation: ax² + bx + c = 0, a ≠ 0.
  • Discriminant: Δ = b² − 4ac.
  • Δ > 0: two distinct real roots.
  • Δ = 0: one repeated real root.
  • Δ < 0: no real roots.
  • Line-curve intersection: equate the two expressions for y, then study the resulting equation.
  • Quadratic inequality: find boundary roots, determine the sign in each region, then write the correct interval or number-line answer.
  • Simultaneous linear-quadratic equations: substitute the linear relation into the nonlinear relation, solve, then return for paired values.

The unifying idea is that algebra can convert a geometric or verbal condition into a solvable mathematical structure.


The Difference Between an Expression, Equation and Inequality

An expression such as x² − 5x + 6 does not claim equality. An equation such as x² − 5x + 6 = 0 asks for values of x that make a statement true. An inequality such as x² − 5x + 6 > 0 asks for a whole set of x-values over which the expression is positive.

This distinction changes what counts as a complete answer. An equation may end with specific values. An inequality usually ends with intervals, ranges or a number-line description.

Do not let the equal sign and the inequality sign become decorative symbols. They define different mathematical jobs.


The Discriminant as a Root Counter

For the quadratic equation ax² + bx + c = 0, the quadratic formula is:

x = [−b ± √(b² − 4ac)]/(2a).

The expression inside the square root is the discriminant. Its sign controls whether the square root is real and whether the two ± branches produce different values.

  • If b² − 4ac > 0, the square root is a positive real number. The plus and minus branches give two distinct real roots.
  • If b² − 4ac = 0, the square-root term vanishes. Both branches collapse to the same root.
  • If b² − 4ac < 0, there is no real square root, so there are no real roots.

This is why the discriminant can answer a “how many solutions?” question without solving the equation fully.


Worked Example 1: Parameter for Two Real Roots

Find the values of k for which x² + kx + 9 = 0 has two distinct real roots.

For two distinct real roots, require:

k² − 4(1)(9) > 0
k² − 36 > 0
(k − 6)(k + 6) > 0.

The product is positive outside the roots, so:

k < −6 or k > 6.

The question is now an inequality problem inside a discriminant problem. This is typical A-Math: topics begin to nest.


The Geometry Behind the Discriminant

If y = ax² + bx + c, the roots of ax² + bx + c = 0 are exactly the x-coordinates where the graph meets the x-axis.

  • Two real roots → parabola crosses the x-axis twice.
  • One repeated root → parabola touches the x-axis at its turning point.
  • No real roots → parabola does not meet the x-axis.

This graph interpretation becomes even more useful when a question asks whether a line intersects, touches or misses a curve.


Line and Curve Intersections: Turn Geometry into Algebra

Suppose a line and a curve are given:

Line: y = 2x + k
Curve: y = x² − 4x + 7.

At an intersection, both expressions describe the same y-value. Therefore set them equal:

2x + k = x² − 4x + 7
x² − 6x + 7 − k = 0.

Now the geometric question becomes a quadratic equation. If the line is tangent to the curve, there is exactly one point of contact, so the resulting quadratic must have a repeated root:

Δ = 0.

This is a key A-Math transformation: visual condition → equality → quadratic → discriminant.


Worked Example 2: Tangent Condition

Find k if the line y = 2x + k is tangent to the curve y = x² − 4x + 7.

From the intersection equation:

x² − 6x + 7 − k = 0.

For tangency:

(−6)² − 4(1)(7 − k) = 0
36 − 28 + 4k = 0
8 + 4k = 0
k = −2.

We did not need to sketch accurately. The geometry was encoded into the root condition.


Simultaneous Equations with One Linear Equation

When one equation is linear and the other is quadratic, substitution is often the cleanest route. The linear equation allows one variable to be expressed in terms of the other. Substituting into the quadratic equation collapses the two-variable system into one variable.

Example:

y = x + 1
x² + y² = 13.

Substitute y = x + 1:

x² + (x + 1)² = 13
x² + x² + 2x + 1 = 13
2x² + 2x − 12 = 0
x² + x − 6 = 0
(x + 3)(x − 2) = 0.

So x = −3 or x = 2. Return to y = x + 1:

  • If x = −3, y = −2.
  • If x = 2, y = 3.

The solutions are the ordered pairs (−3, −2) and (2, 3).

A frequent error is to stop after finding x-values. A simultaneous system asks for pairs satisfying both equations.


Quadratic Inequalities: The Answer Is a Region

Consider:

x² − 5x + 6 > 0.

Factorise:

(x − 2)(x − 3) > 0.

The boundary points are x = 2 and x = 3. These divide the number line into three regions:

  • x < 2
  • 2 < x < 3
  • x > 3

Test the sign of the product in each region or reason from the upward-opening graph. The expression is positive outside the roots and negative between them. Therefore:

x < 2 or x > 3.

Because the inequality is strict, the boundary points are excluded.


Why Sign Charts Work

In factorised form, each linear factor changes sign when x passes through its root. The product therefore changes according to the combination of factor signs. This is not a memorised “outside positive” rule that works blindly for every expression. It comes from multiplication of signs and from the shape of the polynomial.

For a simple upward-opening quadratic with two distinct roots, the graph is above the x-axis outside the roots and below between them. For a downward-opening quadratic, the pattern reverses.

Always connect the interval answer to the sign of the expression, not to a memorised diagram with no meaning.


Worked Example 3: Inclusive Boundary

Solve 2x² − x − 3 ≤ 0.

2x² − x − 3 = (2x − 3)(x + 1).

The roots are x = 3/2 and x = −1. Since the leading coefficient is positive, the quadratic is non-positive between the roots. Equality is allowed, so include the endpoints:

−1 ≤ x ≤ 3/2.

The difference between < and changes the endpoint logic. Small symbols carry mathematical meaning.


Worked Example 4: A Parameter Inequality

Find the values of m for which x² + 2mx + m + 3 = 0 has no real roots.

No real roots means:

(2m)² − 4(1)(m + 3) < 0
4m² − 4m − 12 < 0
m² − m − 3 < 0.

The boundary values are the roots of m² − m − 3 = 0:

m = [1 ± √13]/2.

Since the quadratic in m opens upward, it is negative between its roots:

(1 − √13)/2 < m < (1 + √13)/2.

This example contains a quadratic inequality in the parameter created by a discriminant condition. It is a good test of whether the learner sees the nested structure or only recognises isolated chapter procedures.


Choosing a Method for a Quadratic Equation

  • Factorisation: fast when factors are visible and exact.
  • Quadratic formula: general and reliable when factorisation is not obvious.
  • Completing the square: useful when the equation is part of a turning-point or structural question.
  • Graph/discriminant reasoning: useful when the question asks about number of roots or intersection conditions rather than explicit values.

Method selection is a separate capability from knowing the methods. A student may know four methods and still be inefficient because the selector has not been trained.


The Equality-Preservation Rule

When solving equations, each algebraic move should preserve the set of solutions unless the move is known to introduce or remove possibilities. Adding the same quantity to both sides preserves equality. Multiplying both sides by a known non-zero quantity preserves equality. Squaring both sides can introduce extra solutions. Dividing by an expression containing the variable can discard a valid case if that expression may be zero.

This is why checking is not a cosmetic final step. It protects against transformations that change the logical status of the equation.


Inequalities and the Direction-Reversal Rule

When both sides of an inequality are multiplied or divided by a negative number, the inequality sign reverses. This is not an arbitrary school rule. Multiplying by −1 reflects numbers across zero, reversing their order. If 5 > 2, then −5 < −2.

In quadratic inequalities, students often avoid direct manipulation and instead use roots plus sign analysis. That route can be safer because it keeps the geometry of the solution visible.


Common Failure Modes

Visible errorUnderlying issueRepair
Uses Δ = 0 for “two real roots”Root-count conditions not mappedWrite the three discriminant cases from memory
Solves line and curve separatelyIntersection meaning missingAt an intersection, equate the two y-expressions
Finds x but not y in simultaneous systemForgets ordered-pair requirementReturn every x-value to the linear equation
Gives roots instead of inequality intervalBoundary points confused with answer setUse roots to divide the number line, then test signs
Includes endpoints for strict inequalitySymbol precision weakTranslate <, >, ≤, ≥ into endpoint rules
Divides by a variable expressionPossible zero case lostCheck whether divisor can equal zero before dividing

A Reliable Discriminant Checklist

  1. Write the equation in the form ax² + bx + c = 0.
  2. Identify a, b and c carefully, including signs.
  3. Write the required root condition in words.
  4. Translate it into Δ > 0, Δ = 0 or Δ < 0.
  5. Substitute into b² − 4ac.
  6. Solve the resulting equation or inequality in the parameter.
  7. Return to the original question and state the required parameter range.

Step 3 is deliberately included. Students who jump directly to a formula are more likely to use the wrong discriminant condition.


Transfer Set

Question A

Find the values of p for which x² + px + 4 = 0 has equal roots.

Answer: p² − 16 = 0, so p = ±4.

Question B

Solve x² + x − 12 < 0.

Answer: (x + 4)(x − 3) < 0, so −4 < x < 3.

Question C

The line y = x + c touches the curve y = x² − 3x + 5. Find c.

Answer: x + c = x² − 3x + 5 gives x² − 4x + 5 − c = 0. Tangency gives 16 − 4(5 − c) = 0, so c = 1.

Question D

Solve simultaneously y = 2x − 1 and x² + y = 5.

Answer: x² + 2x − 1 = 5 gives x² + 2x − 6 = 0, so x = −1 ± √7. Then y = 2x − 1, giving y = −3 ± 2√7 with matching signs.


How to Check an Inequality Answer

Choose one test point from each claimed interval and substitute into the original inequality. This takes seconds and catches many sign mistakes. If your answer is x < −2 or x > 5, test x = −3, x = 0 and x = 6. The two outside points should satisfy the inequality; the middle point should not.

Checking one point is not enough when there are several regions. The purpose is to verify the sign pattern across every interval created by the roots.


A 35-Minute Repair Session

  1. 5 minutes: retrieve the three discriminant conditions and sketch the corresponding parabola-axis relationships.
  2. 8 minutes: solve three parameter questions using Δ.
  3. 7 minutes: solve one line-curve tangency question and one two-intersection question.
  4. 7 minutes: solve two quadratic inequalities and draw number-line representations.
  5. 5 minutes: solve one simultaneous linear-quadratic system.
  6. 3 minutes: classify every error by concept, selection, manipulation, representation or interpretation.

Do not repeat five near-identical questions after one error. Repair the first cause, then change the surface of the next question to test transfer.


What Examination Readiness Looks Like

  • The learner states the correct discriminant condition before calculating.
  • The learner recognises tangency as a repeated-root condition.
  • The learner treats roots of an inequality as boundaries, not automatically as the final answer.
  • The learner remembers to produce paired values for simultaneous equations.
  • The learner checks inclusivity at endpoints.
  • The learner can explain why the method works in graph language as well as algebra.
  • The learner notices when an algebraic transformation could lose or introduce solutions.

Frequently Asked Questions

Do I always need the quadratic formula?

No. Use factorisation when it is efficient. Use the quadratic formula when a general method is needed. Use discriminant reasoning when the question asks about the number or nature of roots rather than their values.

Why does tangency mean discriminant zero?

A tangent line meets the curve at exactly one point in the relevant quadratic intersection model. Algebraically, the intersection equation therefore has one repeated real root.

Why do quadratic inequalities usually have interval answers?

Because the inequality asks where an expression has a particular sign. That condition often holds across continuous regions of the number line, not at isolated points.

Should I draw a graph?

A quick sketch can be an excellent reasoning aid even when it is not required in the final answer. It helps verify root count, sign regions and intersection logic.


Syllabus Alignment

This guide aligns with the 2027 Singapore-Cambridge SEC G3 Additional Mathematics content on equations and inequalities: conditions for quadratic equations to have two real, equal or no real roots; corresponding line-curve intersection conditions; simultaneous equations in two variables by substitution where one equation is linear; and quadratic inequalities represented on the number line.

Official SEAB 2027 G3 syllabus index


Return to the Additional Mathematics Learning Hub

Additional Mathematics Learning Hub | Secondary 3–4 A-Math Guides

Use this guide together with the quadratic-functions guide. One builds the object; the other builds conditions on its roots, intersections and sign.