Expressions Formula

The Formula

ax^2 + bx + c

When to use: A recipe for calculating a value: '2x + 3' tells you to double x and add 3.

Quick Example

3x + 5 evaluates to 11 when x = 2; x^2 - 4 evaluates to 0 when x = 2.

Notation

Expressions use standard arithmetic symbols: +, -, \cdot or juxtaposition for multiplication, \frac{a}{b} for division, and x^n for exponents.

What This Formula Means

A combination of numbers, variables, and operations with no equals sign โ€” it represents a value but makes no claim.

A recipe for calculating a value: '2x + 3' tells you to double x and add 3.

Formal View

An algebraic expression over \mathbb{R} is a well-formed combination of constants c \in \mathbb{R}, variables x_1, \ldots, x_n, and operations \{+, -, \cdot, \div, \wedge\}, defining a function E: D \subseteq \mathbb{R}^n \to \mathbb{R}.

Worked Examples

Example 1

easy
Simplify the expression 4x + 3x - 2.

Solution

  1. 1
    Identify like terms: 4x and 3x both contain x.
  2. 2
    Combine like terms: 4x + 3x = 7x.
  3. 3
    The simplified expression is 7x - 2.

Answer

7x - 2
Like terms have the same variable raised to the same power. They can be combined by adding their coefficients while keeping the variable part unchanged.

Example 2

medium
Evaluate 2a^2 - 3a + 1 when a = 3.

Common Mistakes

  • Trying to 'solve' an expression
  • Forgetting distribution

Why This Formula Matters

Expressions are the building blocks for equations, functions, and all algebraic reasoning about quantities.

Frequently Asked Questions

What is the Expressions formula?

A combination of numbers, variables, and operations with no equals sign โ€” it represents a value but makes no claim.

How do you use the Expressions formula?

A recipe for calculating a value: '2x + 3' tells you to double x and add 3.

What do the symbols mean in the Expressions formula?

Expressions use standard arithmetic symbols: +, -, \cdot or juxtaposition for multiplication, \frac{a}{b} for division, and x^n for exponents.

Why is the Expressions formula important in Math?

Expressions are the building blocks for equations, functions, and all algebraic reasoning about quantities.

What do students get wrong about Expressions?

Expressions can be simplified but not 'solved' (no = sign).

What should I learn before the Expressions formula?

Before studying the Expressions formula, you should understand: variables, order of operations.