Basic Algebra

Algebra is a branch of mathematics that uses symbols and letters (called variables) to represent numbers and express general relationships and rules.

It bridges arithmetic with advanced math by allowing you to:

  • Represent unknown values with letters (like x, y)
  • Form equations to describe real-world situations
  • Simplify complex expressions using rules

Think of Algebra as arithmetic with placeholders. Instead of solving specific numbers, you solve for general cases.


Key Concepts

Variables and Constants

  • Variable: A symbol (usually x, y, etc.) representing an unknown or changing quantity.
  • Constant: A fixed value (like 2, –7, ½, etc.).

Terms, Expressions, and Equations

  • Term: A single quantity (e.g., 3x, –5, 7y²).
  • Expression: A combination of terms using +, –, ×, ÷ (e.g., 3x + 5).
  • Equation: An expression that equals another (e.g., 3x + 5 = 11).

Types of Algebraic Expressions

TypeExampleNotes
Monomial5xSingle term
Binomialx + 3Two terms
Trinomialx² + 3x + 2Three terms
Polynomialx³ + 2x² – x + 1Multiple terms

Key Formulas & Identities

Fundamental Algebraic Identities

(x+y)2=x2+2xy+y2(x + y)^2 = x^2 + 2xy + y^2 (xy)2=x22xy+y2(x - y)^2 = x^2 - 2xy + y^2 (x+y)(xy)=x2y2(x + y)(x - y) = x^2 - y^2 (a+b+c)2=a2+b2+c2+2ab+2bc+2ca(a + b + c)^2 = a^2 + b^2 + c^2 + 2ab + 2bc + 2ca

Cube Identities

x3+y3=(x+y)(x2xy+y2)x^3 + y^3 = (x + y)(x^2 - xy + y^2) x3y3=(xy)(x2+xy+y2)x^3 - y^3 = (x - y)(x^2 + xy + y^2)

Special Identities for Mental Calculations

(x+a)(x+b)=x2+(a+b)x+ab(x + a)(x + b) = x^2 + (a + b)x + ab

Algebraic Manipulations

Like Terms

Terms with the same variables and exponents can be combined.

Example:
3x + 5x = 8x

Distributive Law

a(b+c)=ab+aca(b + c) = ab + ac

Factorization (Basic)

Factoring means expressing an expression as a product of its factors.

Common Factor:

2x+4=2(x+2)2x + 4 = 2(x + 2)

Grouping:

ax+ay+bx+by=(a+b)x+(a+b)y=(a+b)(x+y)ax + ay + bx + by = (a + b)x + (a + b)y = (a + b)(x + y)

Conceptual Tips

MistakeCorrection
Confusing x2+y2x^2 + y^2 with (x+y)2(x + y)^2(x+y)2=x2+2xy+y2(x + y)^2 = x^2 + 2xy + y^2, not just x2+y2x^2 + y^2
Trying to combine unlike termsCombine only like terms (same variable & power)
Skipping signs during simplificationTrack + and – signs with each term
Ignoring distributive property in equationsAlways apply it before combining like terms

Visual Explanation

Think of an equation like balancing a scale:

  • Whatever you do to one side, must be done to the other.
  • Simplifying means grouping like shapes (terms) to make the scale readable.

Identity Visuals:

  • (x+y)2(x + y)^2 is like a square with side length x+yx + y
  • x2y2x^2 - y^2 is the difference of two squares

Examples

Example 1: Simplify an Expression

Q: Simplify:
3x+42x+53x + 4 - 2x + 5

A:
Group like terms:
= (3x2x)+(4+5)=x+9(3x - 2x) + (4 + 5) = x + 9


Example 2: Use an Identity

Q: Evaluate (a+b)2(a + b)^2 when a=2,b=3a = 2, b = 3

(a+b)2=a2+2ab+b2=4+12+9=25(a + b)^2 = a^2 + 2ab + b^2 = 4 + 12 + 9 = 25

Example 3: Expand Using Identity

Q: Expand (x2)2(x - 2)^2

x24x+4x^2 - 4x + 4

Example 4: Factor Using Identity

Q: Factor: x225x^2 - 25

x252=(x5)(x+5)x^2 - 5^2 = (x - 5)(x + 5)

Example 5: Solve a Linear Equation

Q: Solve: 3x+5=143x + 5 = 14

3x=145=9x=33x = 14 - 5 = 9 \Rightarrow x = 3