Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 4 ~40 min Functions · Path +85 XP

Domain

Every function comes with a set of inputs it will accept. Most of the time that set is all the real numbers, and the interesting part is spotting the two situations where it is not.

Today's hook: $f(x) = \dfrac{1}{x-2}$ accepts every real number you can think of, with exactly one exception. $g(x) = \sqrt{x-3}$ rejects an entire half of the number line. Two rules, two very different sets of allowable inputs, and both are found by asking a single question.
0/5QUESTS
Think First
warm-up

Try to compute $\dfrac{1}{0}$ on a calculator, and then $\sqrt{-4}$. Both refuse. Say, for each, what the refusal actually means: is the answer very large, or is there no answer at all? The difference matters for how you describe the domain.

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

The domain of a function is the set of all allowable values of the input. Unless a question says otherwise, take it to be every real number that does not break the rule — the natural domain.

$$\text{domain} = \{x : f(x) \text{ is defined}\}$$

At Year 10 only two things forbid a value: a zero denominator, and a negative under a square root. Find where each occurs, exclude those inputs, and everything else is allowed. A filled circle means the endpoint is included; an open circle means it is not.

f(x) = 1 ÷ (x − 2) 2 every real number EXCEPT 2 — one point removed g(x) = the square root of (x − 3) 3 every real number from 3 upwards — a whole half-line removed
$\{x : f(x) \text{ defined}\}$
Start from everything
Assume all real numbers, then remove what breaks. Do not try to build the domain up.
Set the denominator to zero
Solve it, and exclude the solutions. That is the whole method for fractions.
Roots need non-negative
Set what is under the root $\geq 0$ and solve the inequality.
2
What You'll Master
objectives

Know

  • That the domain is the set of all allowable values of the input
  • That a zero denominator and a negative under a square root are the two exclusions at this level
  • Three ways of writing a domain: inequality, set-builder and interval notation

Understand

  • Why the natural domain starts from all real numbers and removes exceptions
  • Why a context can restrict a domain further than the algebra does

Can Do

  • Find the natural domain of a linear, quadratic, rational or square-root function
  • Write a domain in each of the three notations
  • Restrict a domain sensibly when a function models a real situation
3
Words You Need
vocabulary
DomainThe set of all allowable input values of a function.
Natural domainThe largest set of real inputs for which the rule makes sense.
Restricted domainA smaller domain imposed by a question or by a context.
UndefinedHaving no value at all, as with division by zero.
Set-builder notationWriting a set as $\{x : \text{condition}\}$, read as "all $x$ such that".
Interval notationWriting a range of numbers with brackets, such as $[3, \infty)$.
4
Start From Everything, Then Remove
+5 XP to read

The domain of a function is the set of values the input is allowed to take.

When a question gives no restriction, the domain is understood to be the natural domain: every real number for which the rule produces a value. The method is always the same.

1. Assume the domain is all real numbers.
2. Ask what, if anything, would break.
3. Remove those inputs.

So $f(x) = 3x - 7$ has domain all real numbers: no input breaks it. So does $f(x) = x^2 + 5x$, and every polynomial from the previous focus area, since polynomials are built from multiplication and addition alone and those work for every real number.

Most functions you meet have domain all real numbers. The skill is recognising the two families that do not, and the next card names them.

Undefined is not infinite
$\dfrac{1}{0}$ is not "infinity". It has no value at all: no number multiplied by $0$ gives $1$. That is why the input is excluded rather than given an unusual output.
5
The Two Things That Break
+5 XP to read

A zero denominator. Division by zero is undefined, so any input making a denominator zero is excluded. Set the denominator equal to zero, solve, and remove the solutions.

$$f(x) = \frac{5}{x-2}: \quad x - 2 = 0 \ \Rightarrow \ x = 2 \ \text{is excluded}$$

The domain is every real number except $2$. Note that the numerator plays no part: $\dfrac{0}{x-2}$ would have the same exclusion.

A negative under a square root. No real number squares to a negative, so $\sqrt{\text{negative}}$ has no real value. Set what is under the root to be at least zero and solve the inequality.

$$g(x) = \sqrt{x-3}: \quad x - 3 \geq 0 \ \Rightarrow \ x \geq 3$$

Here the exclusion removes a whole half of the number line rather than a single point.

The $\geq$ rather than $>$ matters: $\sqrt{0} = 0$ is perfectly well defined, so the endpoint is included. A root permits zero; a denominator does not. That single difference is why one endpoint is filled and the other is hollow.

6
Three Ways to Write It
+5 XP to read

The same domain can be written three ways, and questions use all of them.

As an inequality or an exclusion. Plain and usually clearest:

$$x \geq 3 \qquad \text{or} \qquad x \neq 2$$

In set-builder notation. The colon reads as "such that":

$$\{x : x \geq 3\} \qquad \{x : x \neq 2\}$$

In interval notation. A square bracket includes the endpoint, a round bracket excludes it, and $\infty$ always takes a round bracket because it is not a number that can be reached:

$$[3, \infty) \qquad (-\infty, 2) \cup (2, \infty)$$

That last one reads "everything below $2$, together with everything above $2$", and the $\cup$ symbol means the two pieces are taken together. A domain with a single point removed always needs two intervals, because removing an interior point splits the line in two.

A few more examples: $-1 < x \leq 4$ is $(-1, 4]$; all real numbers is $(-\infty, \infty)$; and $x > 0$ is $(0, \infty)$.

7
When the Context Restricts It Further
+5 XP to read

The natural domain is the largest sensible set of inputs for the algebra. A real situation often allows fewer.

Suppose a square has side length $x$ metres and area $A(x) = x^2$. As algebra, the natural domain is all real numbers: $(-2)^2$ is a perfectly good number. As a description of a square, a negative side length is meaningless, so the domain should be restricted to $x > 0$.

Similarly, if $C(n) = 4n + 20$ gives the cost of $n$ tickets, then $n$ must be a whole number and cannot be negative. The domain is $n = 0, 1, 2, \ldots$, and the graph is a row of isolated points, not a continuous line.

Two questions decide the restriction:

Can the quantity be negative? Can it take values between whole numbers?

Answering both, and saying so explicitly, is what a full answer to a modelling question requires. Stating a domain is part of defining the function, not an optional extra.

8
Common Pitfalls
+5 XP to read
Excluding the value that makes the numerator zero.
Fix: only the denominator matters. In $\dfrac{x-5}{x-2}$, the input $5$ is perfectly fine and gives the output $0$; it is $2$ that is excluded.
Writing $x > 3$ for the domain of $\sqrt{x-3}$.
Fix: $\sqrt{0}$ is defined and equals $0$, so $x = 3$ is allowed. The condition is $x - 3 \geq 0$, giving $x \geq 3$.
Writing $[3, \infty]$ with a square bracket on the infinity.
Fix: $\infty$ is not a number and is never reached, so it always takes a round bracket: $[3, \infty)$.
Giving the natural domain when a context clearly forbids some of it.
Fix: ask whether the quantity can be negative or fractional. A count of people is a whole number and a length is positive, whatever the algebra permits.
Watch Me Solve It · A rational function
+15 XP per step
Q1
PROBLEM
Find the natural domain of $f(x) = \dfrac{x+1}{2x-6}$, writing it in all three notations.
  1. 1
    Assume everything, then look for what breaks
    There is no square root, so the only risk is a zero denominator.
  2. 2
    Set the denominator to zero and solve
    $2x - 6 = 0$
    $x = 3$
    At $x = 3$ the denominator is zero and the expression is undefined.
  3. 3
    Check the numerator plays no part
    At $x = -1$ the numerator is zero, so $f(-1) = \dfrac{0}{-8} = 0$. That is a perfectly good output, so $-1$ stays in the domain.
  4. 4
    Write the domain three ways
    $x \neq 3$
    $\{x : x \neq 3\}$
    $(-\infty, 3) \cup (3, \infty)$
    Removing an interior point splits the line into two intervals, which is why the third form needs a union.
AnswerAll real numbers except $3$, that is $(-\infty,3) \cup (3,\infty)$
Watch Me Solve It · A square-root function
+15 XP per step
Q2
PROBLEM
Find the natural domain of $g(x) = \sqrt{7 - 2x}$.
  1. 1
    Identify the restriction
    What is under the root must be at least zero, since no real number squares to a negative.
  2. 2
    Write and solve the inequality
    $7 - 2x \geq 0$
    $-2x \geq -7$
  3. 3
    Divide by a negative and reverse the sign
    $x \leq \tfrac{7}{2}$
    Dividing an inequality by a negative number reverses its direction. This is the step most often missed here.
  4. 4
    Check the answer with two test values
    At $x = 3$: $\sqrt{7-6} = \sqrt{1} = 1$, which works, and $3 \leq 3.5$. At $x = 4$: $\sqrt{7-8} = \sqrt{-1}$, undefined, and $4 > 3.5$. Both confirm the direction of the inequality.
Answer$x \leq \tfrac{7}{2}$, that is $\left(-\infty, \tfrac{7}{2}\right]$
Watch Me Solve It · Both restrictions at once, and a context
+15 XP per step
Q3
PROBLEM
(a) Find the natural domain of $h(x) = \dfrac{\sqrt{x-1}}{x-4}$. (b) A rectangular pen uses $20$ m of fencing, with one side $x$ m. Its area is $A(x) = x(10-x)$. State a sensible domain and explain each restriction.
  1. 1
    (a) Handle the root
    $x - 1 \geq 0 \ \Rightarrow \ x \geq 1$
    The numerator's root needs a non-negative argument.
  2. 2
    (a) Handle the denominator, then combine
    $x - 4 = 0 \ \Rightarrow \ x = 4 \ \text{excluded}$
    Both conditions must hold at once, so the domain is $x \geq 1$ with $4$ removed: $[1,4) \cup (4,\infty)$.
  3. 3
    (b) Ask whether the quantity can be negative
    A side length must be positive, so $x > 0$.
  4. 4
    (b) Ask what else the situation forbids
    $10 - x > 0 \ \Rightarrow \ x < 10$
    The other side is $10 - x$ and must also be positive. So a sensible domain is $0 < x < 10$, that is $(0,10)$. The algebra alone would have allowed every real number.
Answer(a) $[1,4) \cup (4,\infty)$; (b) $0 < x < 10$
D
Brain Trainer · Find the domain
5 problems

Five items on domains. Work each one, then reveal the answer.

  1. 1 State the natural domain of $f(x) = 4x - 9$.

    Nothing breaks: no denominator and no root.All real numbers
  2. 2 State the natural domain of $f(x) = \dfrac{3}{x+5}$.

    Solve $x + 5 = 0$ and exclude the answer.$x \neq -5$
  3. 3 State the natural domain of $f(x) = \sqrt{x+2}$.

    Solve $x + 2 \geq 0$.$x \geq -2$
  4. 4 Write $-3 \leq x < 8$ in interval notation.

    Square bracket includes, round bracket excludes.$[-3, 8)$
  5. 5 State the natural domain of $f(x) = x^2 - 7x + 1$.

    A polynomial accepts every real input.All real numbers
Complete in your workbook.
MC1
The definition
+10 XP

The domain of a function is:

MC2
Denominators
+10 XP

The natural domain of $f(x) = \dfrac{x-4}{x+1}$ is:

MC3
Roots
+10 XP

The natural domain of $g(x) = \sqrt{5-x}$ is:

MC4
Interval notation
+10 XP

The set $x \geq 2$ is written in interval notation as:

MC5
Context
+10 XP

A function $C(n) = 3n + 15$ gives the cost of hiring $n$ chairs. A sensible domain is:

Q6
Find and write domains
+15 XP
Q6
SHORT ANSWER
Find the natural domain of each function, and write your answer in interval notation.
(a) $f(x) = 2x^3 - x$
(b) $f(x) = \dfrac{1}{3x-12}$
(c) $f(x) = \sqrt{2x+8}$
(d) $f(x) = \dfrac{x}{x^2-9}$
Write your working in your book.
Q7
Two restrictions together
+15 XP
Q7
SHORT ANSWER
Let $f(x) = \dfrac{\sqrt{x+2}}{x-5}$.
(a) State the condition imposed by the square root, and solve it.
(b) State the condition imposed by the denominator, and solve it.
(c) Combine them and write the natural domain in interval notation.
(d) Explain why $x = -2$ is in the domain but $x = 5$ is not, even though both make part of the expression equal to zero.
Write your working in your book.
Q8
Domains in context
+15 XP
Q8
SHORT ANSWER
An open box is made from a square sheet of card of side $30$ cm by cutting a square of side $x$ cm from each corner and folding up the sides. Its volume is $V(x) = x(30-2x)^2$.
(a) State the natural domain of $V$ as an algebraic expression.
(b) State a sensible domain for the modelling situation, justifying each restriction.
(c) Evaluate $V(5)$ and state what it means.
(d) Explain why $x = 15$ is at the boundary of the sensible domain and what happens there.
Write your working in your book.
S
Stretch Challenge · When the domain is the whole answer
+25 XP
S
CHALLENGE
(a) Find the natural domain of $f(x) = \dfrac{1}{\sqrt{x-4}}$, and explain why it differs from the domain of $\sqrt{x-4}$.
(b) Find the natural domain of $g(x) = \sqrt{x^2-9}$, and describe it in words as well as in interval notation.
(c) Give a function whose natural domain is exactly $(-\infty,0) \cup (0,2) \cup (2,\infty)$, and one whose natural domain is exactly $[0,4]$.
R
Quick Review
recap

Domain

The set of allowable inputs

Two breakers

Zero denominator; negative under a root

Endpoints

Roots include zero; denominators never do

Context wins

A real situation can restrict further than the algebra

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.