Algebra & Equations
Master solving linear, simultaneous, and quadratic equations and applying them to real-world scenarios.
### Introduction to Algebra & Equations
Algebra is the language of mathematics that uses letters (like x and y) to represent unknown values. It allows us to build mathematical models of real-world situations, from calculating a shop's profit to planning a satellite's orbit. This topic focuses on solving different types of equations, which are the fundamental tools for finding these unknown values.
### 1. Linear Equations and Inequalities
A linear equation involves one or more variables raised to the power of 1. The goal is to find the value of the unknown that makes the equation true.
Solving a Linear Equation (e.g., 5(x - 2) = 2x + 8):
`5x - 10 = 2x + 8`
`5x - 2x - 10 = 8`
`3x - 10 = 8`
`3x = 8 + 10`
`3x = 18`
`x = 18 / 3`
`x = 6`
Linear Inequalities work similarly, but use symbols like < (less than), > (greater than), ≤ (less than or equal to), and ≥ (greater than or equal to).
Key Rule for Inequalities: The process for solving is the same as for equations, with one critical exception. If you multiply or divide both sides of an inequality by a negative number, you must reverse the direction of the inequality sign.
### 2. Rearranging Formulae
This skill involves changing the subject of a formula. It uses the same principles as solving equations: apply inverse operations to both sides to isolate the desired variable.
### 3. Simultaneous Linear Equations
These are pairs of equations with two unknowns (e.g., x and y). The solution is the pair of values that satisfies *both* equations at the same time. Graphically, this is the point where two straight lines intersect.
Method 1: Elimination
Use this when the coefficients of one variable are the same or multiples of each other.
(1) `3x + 2y = 18`
(2) `5x - 2y = 14`
`(3x + 5x) + (2y - 2y) = (18 + 14)`
`8x = 32` → `x = 4`
`3(4) + 2y = 18` → `12 + 2y = 18` → `2y = 6` → `y = 3`
Method 2: Substitution
Use this when one equation can be easily rearranged to make one variable the subject.
(1) `y = 2x - 1`
(2) `4x + 3y = 23`
`4x + 3(2x - 1) = 23`
`4x + 6x - 3 = 23` → `10x = 26` → `x = 2.6`
`y = 2(2.6) - 1` → `y = 5.2 - 1` → `y = 4.2`
Common Exam Trap: When subtracting equations in the elimination method, remember to subtract *every* term, paying close attention to negative signs. For example, `(4y) - (-y)` becomes `5y`.
### 4. Quadratic Equations (ax² + bx + c = 0)
A quadratic equation is an equation of degree 2. It can have up to two distinct real solutions (roots).
Method 1: Factorising
This is the quickest method if the quadratic expression can be factored.
We need two numbers that multiply to `+6` and add to `-5`. These are `-2` and `-3`.
`(x - 2)(x - 3) = 0`
For the product to be zero, one of the brackets must be zero.
`x - 2 = 0` or `x - 3 = 0`
Solutions: `x = 2` or `x = 3`
Method 2: Completing the Square
This method converts one side of the equation into a perfect square trinomial.
`x² + 6x + 9 = 5 + 9`
Method 3: The Quadratic Formula
This formula solves any quadratic equation. It is essential to memorise.
For `ax² + bx + c = 0`, the solution is: `x = (−b ± √(b² − 4ac)) / 2a`
The Discriminant (b² - 4ac)
The part inside the square root, `b² - 4ac`, is the discriminant. It tells us about the nature of the roots without fully solving:
### Real-World Applications
Algebraic equations are used to model problems in finance, engineering, and daily life. The key is to translate a word problem into a mathematical equation.
Key Points to Remember
- 1FOIL: (a+b)(c+d) = ac + ad + bc + bd
- 2Factorising quadratics: find two numbers that multiply to c and add to b
- 3Quadratic formula works when factorising is difficult
- 4Flip inequality sign when multiplying/dividing by a negative
Pakistan Example
Profit Maximisation — A Karachi Shopkeeper's Algebra
A Saddar shopkeeper sells umbrellas. Each costs Rs. 200 and sells for Rs. 200 + p. Daily sales are (300 − p) umbrellas. Profit = p(300 − p) = 300p − p². To maximise: complete the square or use vertex formula → p = 150. Optimal profit = 150 × 150 = Rs. 22,500/day. Forming and solving quadratic equations solves real business problems every day in Karachi.
Quick Revision Infographic
Mathematics — Quick Revision
Algebra & Equations
Key Concepts
Formulas to Know
OIL: (a+b)(c+d) = ac + ad + bc + bdlip inequality sign when multiplying/dividing by a negativeProfit Maximisation — A Karachi Shopkeeper's Algebra
A Saddar shopkeeper sells umbrellas. Each costs Rs. 200 and sells for Rs. 200 + p. Daily sales are (300 − p) umbrellas. Profit = p(300 − p) = 300p − p². To maximise: complete the square or use vertex formula → p = 150. Optimal profit = 150 × 150 = Rs. 22,500/day. Forming and solving quadratic equations solves real business problems every day in Karachi.