Skip to main content
Newsletter signup
All Articles
Math

Functions: Domain, Range & the Meaning of f(x)

A function is a reliable machine: put a number in, get exactly one number out. Master the notation, the inputs it accepts (domain), and the outputs it produces (range), and a huge slice of the SAT and ACT opens up.

The Short Version

  • A function takes each input to exactly one output — one in, one out.
  • f(x) just names the output for input x; f(3) means "plug in 3."
  • The domain is the set of allowed inputs; the range is the set of possible outputs.
  • The vertical line test decides whether a graph is a function — tested on the SAT, ACT, and SSAT.

The word "function" intimidates students far more than the idea deserves. A function is just a rule that pairs each input with one output, like a vending machine: press B4, get one specific snack — never two, never a surprise. Once you read f(x) as "the output when the input is x," the notation stops being scary and starts being shorthand that makes problems faster.

This guide unpacks notation, evaluation, composition, domain and range, and graph-reading, with worked and practice problems matched to the difficulty you'll see at Northside Tutoring.

Why Functions Matter

Functions are the language of the modern SAT and ACT. Equations, graphs, tables, and word problems are all framed in function terms. Students who are fluent with f(x) notation read these questions faster and avoid the panic that the symbols cause everyone else.

What a Function Is

A relationship is a function when every input produces exactly one output. An input can't lead to two different results. (Two different inputs can share an output — that's fine.) This "one output per input" rule is the entire definition.

Function Notation: Reading f(x)

The notation f(x) is read "f of x" and simply names the output of function f for the input x. It does not mean f times x. So if f(x) = 2x + 1, then f is the rule "double it and add one."

f(x) = 2x + 1

Evaluating & Composing

To evaluate a function, substitute the input wherever x appears. With f(x) = 2x + 1, f(3) = 2(3) + 1 = 7. To compose functions, feed one function's output into another. f(g(x)) means "do g first, then f":

f(g(2)) → compute g(2), then apply f to the result

Composition is just nesting: always work from the inside out.

Domain & Range

The domain is every input the function is allowed to take; the range is every output it can produce. Most functions accept all real numbers, but two situations restrict the domain:

  • You can't divide by zero, so any input that makes a denominator zero is excluded.
  • You can't take the square root of a negative (over the reals), so the inside of a square root must be ≥ 0.

Finding a restricted domain

For f(x) = 1/(x − 4), set the denominator to zero: x − 4 = 0 gives x = 4. The domain is all real numbers except 4. That exclusion is exactly what the test asks for.

Functions as Graphs

On a graph, the domain is how far the curve spreads left-to-right (x-values) and the range is how far it spreads up-and-down (y-values). To check whether a graph even is a function, use the vertical line test: if any vertical line hits the graph more than once, it fails — that input would have two outputs.

one hit → OK

A vertical line crosses this parabola once, so it passes the vertical line test — it's a function.

Where You'll See This — Test by Test

Function notation is assumed knowledge — nothing is provided. The SAT is especially function-heavy, the ACT tests evaluation and domain regularly, and the SSAT Upper Level introduces basic input-output rules.

Watch the Lesson

Sometimes a diagram needs a voice. In the short video below, one of our Northside tutors walks through the core idea and works through test-style problems in real time.

Video Lesson

Functions — In Plain English

A live walkthrough from our tutoring team.

Today's lesson: Input goes in, one output comes out. • Concept, explained simply • Two worked test problems • The shortcut graders look for

— Featuring a Northside Tutoring instructor

For the developer / editor

Replace the SVG thumbnail above with your actual video embed. A YouTube example: <iframe src="https://www.youtube.com/embed/YOUR_VIDEO_ID" allowfullscreen></iframe>. The wrapper div maintains the 16:9 aspect ratio automatically.

Worked Example Problems

These problems are calibrated to the difficulty you'll actually see on test day. Try each one before opening the solution.

1
SAT · Algebra

If f(x) = 3x − 5, what is f(4)?

Show solution

Substitute 4 for x: f(4) = 3(4) − 5 = 12 − 5 = 7.

Answer: f(4) = 7
2
ACT · Algebra

If f(x) = x² + 1 and g(x) = 2x, what is f(g(3))?

Show solution

Inside first: g(3) = 2(3) = 6.

Then f(6) = 6² + 1 = 37.

Answer: f(g(3)) = 37
3
SSAT Upper Level · Algebra

A function adds 4 to the input and then doubles it. What is the output when the input is 5?

Show solution

Add 4: 5 + 4 = 9. Double: 9 × 2 = 18.

Answer: 18
4
SAT · Algebra

What is the domain of f(x) = 1/(x − 7)?

Show solution

The denominator can't be zero: x − 7 ≠ 0, so x ≠ 7.

Answer: all real numbers except 7
5
ACT · Algebra

What is the domain of f(x) = √(x − 2)?

Show solution

The inside of a square root must be ≥ 0: x − 2 ≥ 0, so x ≥ 2.

Answer: x ≥ 2

Common Mistakes to Avoid

Three traps that catch students every year

  • Reading f(x) as multiplication. f(3) means "evaluate f at 3," not f times 3. This misreading derails the whole problem.
  • Composing in the wrong order. f(g(x)) means do g first. Always work from the innermost parentheses outward.
  • Forgetting domain restrictions. Denominators can't be zero and square roots can't be negative. These are exactly the values the test asks you to exclude.

Practice Problems — You Try

Three problems below. Work each before checking the solution.

P1
Practice

If f(x) = 5 − 2x, what is f(−3)?

Show solution

f(−3) = 5 − 2(−3) = 5 + 6 = 11.

Answer: f(−3) = 11
P2
Practice

If g(x) = x² and h(x) = x + 1, what is h(g(2))?

Show solution

g(2) = 4, then h(4) = 4 + 1 = 5.

Answer: 5
P3
Practice — Challenge

If f(x) = (x + 3)/(x² − 4), what values must be excluded from the domain?

Show solution

Set the denominator to zero: x² − 4 = 0 → (x + 2)(x − 2) = 0 → x = −2 or x = 2.

Exclude both.

Answer: x ≠ 2 and x ≠ −2

The Northside Method — How We Teach This 1-on-1

Reading a blog is a great starting point. But there's a meaningful gap between understanding a concept and reflexively applying it under timed conditions. That gap is exactly what our tutors close.

Every Northside student works through a four-step framework:

  1. Assessment. We diagnose which specific skills are slowing your student down — not just whether they "get it" in the abstract.
  2. Perfect-match coach. We pair them with an elite tutor (we accept only the top 1% of applicants) whose teaching style fits how your student actually learns.
  3. Bespoke plan. A roadmap built around your student's target score, target timeline, and current pacing data.
  4. Data-driven adjustment. Every session ends with a check on whether the student's accuracy and speed are moving in the right direction.

And if a student meets all eligibility requirements but doesn't hit the defined score improvement? We provide 5 additional hours of cohort learning at no cost. That's the Northside guarantee — built on 25 years of measured outcomes.

Ready to Turn This Concept Into Points?

Join a Northside cohort. Small-group instruction with our elite tutors, structured around your student's exact test or subject. Backed by our guarantee: hit your target, or earn 5 additional hours of cohort learning at no cost.

Online nationwide · In-person within 10 miles of Atlanta · Average SAT gain: 120+ points

NT

The Northside Tutoring Team

Founded in Atlanta in 2000. Trusted by families nationwide. Our tutors scored in the top 1% of their respective tests and bring a combined 250+ years of teaching experience to every session.

Ready to begin?

Start tutoring with Northside.

Book a Free Consultation
Northside Tutoring

Ready to see real results?

Book a free consultation and we will match your student with the perfect tutor.