Algebra and Functions- Essential Concepts Explained

What Algebra and Functions Actually Are

Most people freeze up when they hear "algebra." Here's the truth: algebra is just math with placeholders. Instead of knowing every number, you use letters to represent values you might not have yet—or values that can change.

Functions take this further. A function is a relationship between two sets of values where every input produces exactly one output. That's it. No magic, no mystery.

This guide cuts through the confusion and gives you what actually matters.

Core Algebra Concepts You Need to Know

Variables and Expressions

A variable is a symbol (usually a letter) that stands in for a number. x, y, n—it doesn't matter which letter you pick. The point is flexibility.

An expression combines numbers, variables, and operations. 3x + 7 is an expression. It has no equals sign, so you can't solve it—it's just a statement of relationship.

Common operations in expressions:

Equations vs. Expressions

Equations have equals signs. Expressions don't. This distinction matters because equations can be solved. You're looking for the value(s) that make both sides equal.

Linear equations (where variables have an exponent of 1) look like ax + b = c. Quadratic equations have an x² term and typically require factoring or the quadratic formula.

Key Algebra Rules

Understanding Functions

A function is a specific type of relationship. Think of it like a machine: you put something in, something comes out, and the process is consistent.

The formal definition: for every input (x), there is exactly one output (y). If you put in 5 and get two different results, it's not a function.

Function Notation

You'll see functions written as f(x). This isn't multiplication—it's notation meaning "f of x," or the output of function f when x is the input.

Example: if f(x) = 2x + 3, then:

Domain and Range

Domain is all possible inputs. Range is all possible outputs.

Most basic functions accept any real number, but restrictions exist. Fractions with variables in the denominator can't have the denominator equal zero. Square roots of negative numbers don't produce real results.

Types of Functions

Different function types behave differently. Here's what you need to recognize:

Type Form Key Feature
Linear f(x) = mx + b Straight line, constant rate of change
Quadratic f(x) = ax² + bx + c Parabola shape, one turning point
Polynomial f(x) = axⁿ + ... Sum of terms with non-negative integer exponents
Exponential f(x) = aˣ Constant ratio between successive values
Logarithmic f(x) = logₐ(x) Inverse of exponential functions

Linear Functions

Linear functions graph as straight lines. The slope (m) tells you how steep the line is and whether it's increasing or decreasing. The y-intercept (b) tells you where the line crosses the y-axis.

Slope formula: m = (y₂ - y₁) / (x₂ - x₁)

A positive slope goes up as you move right. Negative slope goes down. Zero slope is horizontal.

Quadratic Functions

Quadratics create a U-shaped curve called a parabola. The vertex is the minimum (if the parabola opens up) or maximum (if it opens down).

The axis of symmetry runs through the vertex and splits the parabola in half.

You can find x-intercepts (where the graph crosses the x-axis) by factoring, using the quadratic formula, or completing the square.

Exponential Functions

Exponential functions have the variable in the exponent. They grow (or shrink) by a constant percentage each step, not by a constant amount.

This is why exponential growth feels slow at first, then explodes. Compound interest, population growth, and radioactive decay all follow exponential patterns.

Function Operations

You can combine functions just like you combine numbers:

Inverse Functions

An inverse function f⁻¹(x) reverses whatever f(x) does. If f takes you from 2 to 5, f⁻¹ takes you from 5 back to 2.

Not all functions have inverses. Only one-to-one functions (where each output comes from exactly one input) have true inverses.

Graphing Essentials

Graphs translate functions into visual information:

Understanding the graph helps you understand the function. Don't just memorize—visualize.

How To: Solving Algebra Problems Step by Step

Here's a practical approach that works for most algebra problems:

Solving Linear Equations

  1. Simplify both sides (distribute, combine like terms)
  2. Move variable terms to one side using addition/subtraction
  3. Move constant terms to the other side
  4. Divide or multiply to isolate the variable
  5. Check your answer by plugging it back in

Example: Solve 3x - 7 = 14

  1. Add 7 to both sides: 3x = 21
  2. Divide by 3: x = 7
  3. Check: 3(7) - 7 = 21 - 7 = 14 ✓

Evaluating Functions

  1. Identify the function definition
  2. Replace every x with the given input value
  3. Simplify using order of operations

Example: If f(x) = x² - 4x + 3, find f(5)

  1. Replace x: f(5) = 5² - 4(5) + 3
  2. Simplify: f(5) = 25 - 20 + 3
  3. Result: f(5) = 8

Finding Intercepts

Y-intercept: Plug in x = 0, solve for y

X-intercept(s): Plug in y = 0, solve for x

Example: For f(x) = 2x - 6, y-intercept is f(0) = -6. X-intercept is 2x - 6 = 0, so x = 3.

Common Mistakes to Avoid

Quick Reference: Key Formulas

Concept Formula
Slope of a line m = (y₂ - y₁) / (x₂ - x₁)
Point-slope form y - y₁ = m(x - x₁)
Slope-intercept form y = mx + b
Quadratic formula x = (-b ± √(b² - 4ac)) / 2a
Discriminant b² - 4ac (tells number of solutions)
Distance formula d = √((x₂ - x₁)² + (y₂ - y₁)²)

What Comes Next

Once you're solid on these fundamentals, you can move into:

Each builds directly on what you just learned. Don't skip the foundation.