Welcome to the World of Algebra!
Hello there! Today, we are diving into Algebraic Expressions and Formulae. Think of Algebra as a "secret code" where we use letters to represent numbers we don't know yet. It’s one of the most powerful tools in Mathematics because it allows us to solve puzzles and describe how the world works using symbols.
Don't worry if it looks like an alphabet soup at first. By the end of these notes, you’ll be translating real-life situations into math and manipulating equations like a pro!
1. The Language of Algebra (Notation)
In Algebra, we have a specific way of writing things to keep them neat. Here is how to read the "code":
• \(ab\) means \(a \times b\). When letters are side-by-side, they are multiplying!
• \(\frac{a}{b}\) means \(a \div b\).
• \(a^2\) means \(a \times a\). The small "2" (exponent) tells you how many times to multiply the letter by itself.
• \(3y\) means \(y + y + y\). It’s just 3 groups of \(y\).
• \(3(x + y)\) means \(3 \times (x + y)\). Everything inside the bracket is multiplied by 3.
Quick Review:
Example: If \(x = 2\) and \(y = 5\), what is the value of \(3x + y^2\)?
Step 1: Replace the letters with numbers: \(3(2) + (5)^2\)
Step 2: Calculate: \(6 + 25 = 31\).
Key Takeaway: Letters are just placeholders for numbers. Follow the rules of BIDMAS/PEMDAS when calculating values!
2. Adding and Subtracting: The "Like Terms" Rule
You can only add or subtract Like Terms.
Analogy: Imagine you have 3 apples and 2 oranges. You can't say you have "5 appranges." You still have 3 apples and 2 oranges.
In Algebra:
• \(3x + 2x = 5x\) (These are Like Terms because they both have '\(x\)')
• \(3x + 2y\) cannot be simplified further! (These are Unlike Terms).
Common Mistake to Avoid:
Students often think \(x^2 + x = x^3\). This is wrong! \(x^2\) and \(x\) are "Unlike Terms" because their powers are different. Think of \(x^2\) as a square and \(x\) as a line—you can't add them together into one piece.
3. Expansion: Breaking Down the Walls
Expansion means removing brackets by multiplying. We use the Distributive Law.
Step-by-Step Example:
Simplify \(-2(3x - 5) + 4x\)
1. Multiply \(-2\) by \(3x\): \(-6x\)
2. Multiply \(-2\) by \(-5\): \(+10\) (Remember: Negative \(\times\) Negative = Positive!)
3. Put it together: \(-6x + 10 + 4x\)
4. Group like terms: \(-6x + 4x + 10 = -2x + 10\)
Did you know? The word "Algebra" comes from the Arabic word al-jabr, which means "reunion of broken parts."
4. Factorisation: Putting Brackets Back
Factorisation is the opposite of expansion. It’s about finding Common Factors and pulling them out.
Method A: Common Factors
Factorise \(6ab + 9a\):
1. What number divides both 6 and 9? 3.
2. What letter is in both terms? \(a\).
3. The common factor is \(3a\).
4. Result: \(3a(2b + 3)\)
Method B: Grouping (For 4 terms)
If you see four terms like \(ax + bx + kay + kby\), group them in pairs!
Example: \(ax + ay + 2x + 2y\)
1. Group: \((ax + ay) + (2x + 2y)\)
2. Factorise each pair: \(a(x + y) + 2(x + y)\)
3. Notice \((x + y)\) is now a common factor!
4. Final answer: \((x + y)(a + 2)\)
5. Special Algebraic Identities
There are three "shortcuts" you must memorize for your O-Levels. They make expansion and factorisation much faster!
1. Square of a Sum: \((a + b)^2 = a^2 + 2ab + b^2\)
2. Square of a Difference: \((a - b)^2 = a^2 - 2ab + b^2\)
3. Difference of Two Squares: \(a^2 - b^2 = (a + b)(a - b)\)
Memory Aid:
For the "Difference of Two Squares," think of it as "Plus and Minus." If you see two squares with a minus sign in between (like \(x^2 - 9\)), you can immediately write \((x + 3)(x - 3)\).
6. Factorising Quadratic Expressions: \(ax^2 + bx + c\)
When you see an expression like \(x^2 + 5x + 6\), we usually use the "Cross Method" or "Frame Method."
The Goal: Find two numbers that multiply to give \(c\) (the last number) and add to give \(b\) (the middle number).
Example: \(x^2 + 5x + 6\)
• Factors of 6: (1, 6) or (2, 3).
• Which pair adds up to 5? 2 and 3.
• Answer: \((x + 2)(x + 3)\)
7. Changing the Subject of a Formula
"Changing the subject" means rearranging a formula so that a different letter stands alone on the left side.
The Golden Rule: Whatever you do to one side, you must do to the other. Think of it like a balanced scale.
Step-by-Step: Make \(x\) the subject of \(y = 3x - 5\)
1. We want \(x\) alone. First, get rid of \(-5\) by adding 5 to both sides:
\(y + 5 = 3x\)
2. Now, get rid of the 3 by dividing both sides by 3:
\(\frac{y + 5}{3} = x\)
3. Final look: \(x = \frac{y + 5}{3}\)
Key Takeaway: Use inverse operations! Addition \(\leftrightarrow\) Subtraction, Multiplication \(\leftrightarrow\) Division, Square \(\leftrightarrow\) Square Root.
8. Algebraic Fractions
Working with algebraic fractions is just like working with normal fractions!
Multiplication and Division
• Multiply: Multiply tops together and bottoms together. Simplify by cancelling common factors.
• Divide: "Flip and Multiply." Turn the second fraction upside down and multiply.
Addition and Subtraction (The Tricky Part!)
You must have a Common Denominator.
Example: \(\frac{1}{x-2} + \frac{2}{x-3}\)
1. The common denominator is \((x - 2)(x - 3)\).
2. Change the first fraction: \(\frac{1(x - 3)}{(x - 2)(x - 3)}\)
3. Change the second fraction: \(\frac{2(x - 2)}{(x - 2)(x - 3)}\)
4. Combine: \(\frac{x - 3 + 2x - 4}{(x - 2)(x - 3)} = \frac{3x - 7}{(x - 2)(x - 3)}\)
Quick Review:
If the denominator is a quadratic like \(x^2 - 9\), always factorise it first (to \((x+3)(x-3)\)) before looking for a common denominator!
9. Patterns and the \(n\)-th Term
Sometimes math asks you to find a rule for a sequence of numbers.
Example: 4, 7, 10, 13...
1. Find the difference between terms: It is +3.
2. This means the rule starts with \(3n\).
3. Test \(n = 1\): \(3(1) = 3\). But our first number is 4!
4. How do we get from 3 to 4? Add 1.
5. The \(n\)-th term is \(3n + 1\).
Key Takeaway: The \(n\)-th term allows you to find any number in the sequence (like the 100th number) without writing them all out!
Summary Checklist
• Can you identify "Like Terms"?
• Do you remember the "Big Three" identities?
• Can you factorise by grouping?
• Do you remember to "Flip and Multiply" for fraction division?
• Can you keep the "Scale Balanced" when changing the subject?
Don't worry if this seems like a lot! Algebra is a skill that gets better with practice. Keep trying different problems, and soon these "codes" will be second nature to you!