Expanding and Simplifying Algebraic Expressions
To expand brackets, we apply specific formulas. For example, the square of a binomial is given by:
- (a ± b)² = a² ± 2ab + b²
For the product of two binomials, we use:
- (a + b)(a - b) = a² - b²
Let’s look at how to apply these formulas:
-
Expanding (x + 3)²:
- Using the formula: (x + 3)² = x² + 2(x)(3) + 3²
- This simplifies to: x² + 6x + 9.
-
Expanding (x + 2)(x - 2):
- Using the formula: (x + 2)(x - 2) = x² - 2²
- This simplifies to: x² - 4.
After expanding, we can simplify expressions by collecting like terms. For example:
- 3x + 5x - 2 simplifies to 8x - 2.
Remember to always look for and combine like terms to achieve the simplest form of your expression.
Key points to remember
- Expand (a ± b)² using a² ± 2ab + b².
- Expand (a + b)(a - b) to get a² - b².
- Collect like terms to simplify algebraic expressions.
- Always check for opportunities to factor or further simplify.
Worked example
Expand and simplify (2x + 1)².
- (2x + 1)² = (2x)² + 2(2x)(1) + (1)² = 4x² + 4x + 1.