Introduction: The Power of Pairs

Welcome to the chapter on simultaneous equations! In your previous math studies, you probably spent a lot of time solving equations for one mystery number, like \(x\). But in the real world, things often depend on more than one thing at a time.

Think of simultaneous equations as a mathematical "meeting point." You have two different rules (equations), and you are looking for the specific values of \(x\) and \(y\) that make both rules happy at the same time. Whether you're calculating where two flight paths cross or figuring out the price of items in a bundle, you're using simultaneous equations. Don't worry if this seems tricky at first—we'll break it down into easy, repeatable steps!

1. What are Simultaneous Equations?

When we talk about simultaneous equations in H240, we are looking at two equations with two variables (usually \(x\) and \(y\)). To solve them, we need to find a pair of values that works for both.

According to your OCR syllabus, you need to be able to solve these using two main methods:

  • Elimination: "Killing off" one variable so you can solve for the other.
  • Substitution: "Swapping" one variable for an equivalent expression.

The Goal

By the end of this, you will be able to handle cases where both equations are linear (straight lines) and cases where one is linear and the other is quadratic (curves like parabolas or circles).

Quick Takeaway: Solving simultaneously is just finding the coordinates \((x, y)\) where two graphs intersect.

2. The Substitution Method: The "Replacement" Strategy

Substitution is often the most reliable method for A Level, especially when dealing with quadratic equations.

Step-by-Step Guide

1. Rearrange: Take the simplest equation (usually the linear one) and get one variable by itself (e.g., \(y = ...\) or \(x = ...\)).

2. Substitute: Replace that variable in the other equation with your new expression. Now you have an equation with only one type of variable!

3. Solve: Solve this new equation to find the value of that variable.

4. Back-Substitute: Plug your answer back into your original rearranged equation to find the second variable.

Analogy: The Replacement Player

Imagine a football team. If the star striker (let’s call him \(y\)) gets injured, you replace him with a substitute who does the exact same job. In math, if we know \(y = 2x + 1\), we simply "bench" the \(y\) in the other equation and put "\(2x + 1\)" in its place.

Key takeaway: Substitution works by turning a two-variable problem into a one-variable problem.

3. The Elimination Method: The "Cancel Out" Strategy

This method is fantastic when you have two linear equations. The goal is to make the coefficients (the numbers in front of the letters) of one variable the same so you can add or subtract the equations to make that variable disappear.

Memory Aid: SSS (Same Sign Subtract)

If the terms you want to eliminate have the Same Sign (both positive or both negative), you Subtract the equations. If they have different signs, you add them.

Example:

\(2x + 3y = 9\)
\(2x - y = 1\)

Because the \(2x\) terms have the same sign (both positive), we subtract the second equation from the first:
\((2x - 2x) + (3y - (-y)) = 9 - 1\)
\(4y = 8\)
\(y = 2\)

Key takeaway: Elimination is often faster for linear equations, but harder to use if one equation has squared terms like \(x^2\).

4. Linear Meets Quadratic: The A Level Special

The OCR syllabus specifically requires you to solve a system where one equation is linear (like \(y = 4 - 3x\)) and the other is quadratic (like \(y = x^2 + 2x - 2\)).

Important: Expect Two Pairs of Answers!

When a straight line crosses a curve, it usually hits it in two places. This means you will often end up with a quadratic equation to solve, giving you two \(x\) values and two corresponding \(y\) values.

Step-by-Step Example

Solve: \(y = 4 - 3x\) and \(y = x^2 + 2x - 2\)

1. Since both expressions equal \(y\), we can set them equal to each other:
\(x^2 + 2x - 2 = 4 - 3x\)

2. Move everything to one side to make it equal to zero:
\(x^2 + 5x - 6 = 0\)

3. Factorise the quadratic:
\((x + 6)(x - 1) = 0\)
So, \(x = -6\) and \(x = 1\).

4. Find the \(y\) values by plugging these into the linear equation:
If \(x = -6, y = 4 - 3(-6) = 22\)
If \(x = 1, y = 4 - 3(1) = 1\)

Final Answers: \((-6, 22)\) and \((1, 1)\).

Did you know? If you solve a linear and quadratic system and only get one solution, it means the line is a tangent—it just perfectly kisses the curve at one single point!

Key takeaway: Always look for two sets of solutions when dealing with quadratics. Don't stop once you find the first \(x\)!

5. Dealing with Brackets and Fractions

Sometimes the examiners will give you "messy" equations to test your algebraic stamina. The syllabus mentions equations containing brackets and fractions (e.g., \(2xy + y^2 = 4\)).

Top Tips for Messy Equations:

  • Clear the Fractions First: If you see a fraction like \(\frac{x}{2}\), multiply the entire equation by 2 to get rid of it.
  • Expand Brackets Early: Multiply out any brackets to see the individual terms clearly.
  • Substitution is King: In complex cases like \(2xy + y^2 = 4\), always rearrange the other (simpler) equation for \(x\) or \(y\) and substitute it in.

Example of a Complex Substitution:

If you have \(2x + 3y = 9\), you can rearrange for \(x\):
\(2x = 9 - 3y\)
\(x = \frac{9 - 3y}{2}\)
Then, substitute this whole fraction into the other equation wherever you see an \(x\).

Key takeaway: Simplify "messy" equations before you try to solve them. "Clean the room before you start the work!"

6. Common Mistakes to Avoid

Even the best students make these slips. Keep an eye out for them:

  • The Half-Finished Job: Finding \(x\) and forgetting to find \(y\). Always provide pairs of values.
  • Sign Errors: Being careless with negatives when subtracting equations or expanding brackets. (e.g., \(-(x - 3)\) is \(-x + 3\), not \(-x - 3\)).
  • Wrong Pairing: If you have two \(x\) values and two \(y\) values, make sure you pair the correct \(x\) with the \(y\) it actually produced.
  • Squaring wrongly: Remember that \((2x + 1)^2\) is \((2x + 1)(2x + 1) = 4x^2 + 4x + 1\), NOT \(4x^2 + 1\).

7. Quick Review Checklist

1. Linear + Linear? Use Elimination (SSS: Same Sign Subtract).
2. Linear + Quadratic? Use Substitution. Expect two pairs of answers.
3. Fractions or Brackets? Expand and simplify before doing anything else.
4. Finished? Plug your answers back into the original equations to see if they actually work!

Don't worry if this seems like a lot to juggle. Like any skill, it gets much easier with practice. Start with the simple linear ones and work your way up to the quadratic "boss levels"!