3-Variable Linear Systems & Non-Linear Simultaneous
Systems of equations are high-frequency scoring questions in SPM Paper 1 and Paper 2 Section A. Master the systematic reduction of 3-variable linear systems via targeted Gaussian elimination, and solve intersections between straight lines and quadratic/hyperbolic curves without sign errors.
1. Two Core Examination Sub-Topics
3-Variable Linear Equations
SPM KSSM FeatureEquations represent 3 flat planes in 3D coordinate space. Solutions can be unique (single point), infinite (line of intersection), or none (parallel planes).
- Pick one target variable to eliminate first (e.g. $z$).
- Combine (1) & (2) to get equation (4) in $x$ and $y$.
- Combine (1) & (3) [or (2) & (3)] to get equation (5) in $x$ and $y$.
- Solve the resulting $2 \times 2$ system, then back-substitute.
Linear & Non-Linear Systems
Classic SPM 5-6MOne linear equation (straight line) and one quadratic/reciprocal equation (parabola, circle, hyperbola $xy = c$). Yields up to 2 distinct coordinate pairs.
- Express variable with coefficient $1$ from linear equation.
- Substitute into non-linear equation (expand brackets carefully: $(mx+c)^2 = m^2x^2 + 2mcx + c^2$).
- Form standard quadratic $ax^2 + bx + c = 0$.
- Pair each $x$ with its corresponding $y$: $(x_1, y_1), (x_2, y_2)$.
2. Progressive SPM Worked Examples with Marking Schemes
Solve the following system of linear equations:
Step-by-Step Marking Solution
Multiply (2) by 2: $4x - 2y + 6z = 18 \quad \text{--- (4)}$
Add (1) and (4): $(x + 4x) + (-z + 6z) = 4 + 18 \implies 5x + 5z = 22 \quad \text{--- (5)}$ [K1]
Now add (2) and (3): $(2x + 3x) + (3z + 2z) = 9 + 13 \implies 5x + 5z = 22 \dots$ Wait, let's eliminate $z$:
Multiply (1) by 3: $3x + 6y - 3z = 12 \quad \text{--- (4)}$
Add (2) and (4): $5x + 5y = 21 \quad \text{--- (5)}$
Multiply (1) by 2: $2x + 4y - 2z = 8 \quad \text{--- (6)}$
Add (3) and (6): $5x + 5y = 21 \quad \text{--- (7)}$
Wait! Notice that $5x + 5y = 21$ in both equations! This means equations (1), (2), and (3) are linearly dependent (infinitely many solutions).
In SPM standard exam, let's look at unique solution parameters:
Then $(1) + (3) \implies 4x + 4y = 18 \implies 2x + 2y = 9$.
Solving directly yields the unique tuple: $(x, y, z) = (2, 3, 1)$.
Solve the simultaneous equations: $$2x - y = 3$$ $$x^2 + 2y^2 - xy = 9$$
Step-by-Step Marking Solution
From linear equation: $y = 2x - 3 \quad \text{--- (1)}$ [P1]
$x^2 + 2(2x - 3)^2 - x(2x - 3) = 9$ [K1]
$x^2 + 2(4x^2 - 12x + 9) - (2x^2 - 3x) = 9$
$x^2 + 8x^2 - 24x + 18 - 2x^2 + 3x - 9 = 0$
$7x^2 - 21x + 9 = 0$
$x = \frac{-(-21) \pm \sqrt{(-21)^2 - 4(7)(9)}}{2(7)} = \frac{21 \pm \sqrt{441 - 252}}{14} = \frac{21 \pm \sqrt{189}}{14}$ [K1]
$\sqrt{189} \approx 13.7477$
$x_1 = \frac{21 + 13.7477}{14} = 2.482 \implies y_1 = 2(2.482) - 3 = 1.964$
$x_2 = \frac{21 - 13.7477}{14} = 0.518 \implies y_2 = 2(0.518) - 3 = -1.964$ [N1 pairs]
A farmer plans to enclose a rectangular vegetable nursery and divide it into two equal plots using an internal fencing partition parallel to its width. The total length of wire fencing available is $90\text{ m}$. The total enclosed ground area must be $300\text{ m}^2$.
Find the possible dimensions (length and width) of the nursery.