OMPT Practice

OMPT drill — Functions

Function basics

Domain, range, and reading f(x) notation without flinching. Domain restrictions from roots and denominators are a reliable source of test questions. Attempt each problem before opening the solution; the notation only becomes automatic by writing it yourself.

Tested inOMPT-AOMPT-BOMPT-DOMPT-EOMPT-FOMPT-G

Lesson

A function is a machine with one strict promise: feed it an input and it returns exactly one output. The notation names the machine and describes what it does to whatever you put in the slot. That last phrase matters more than it looks. means "put 5 in the slot": . And means put the whole package in the slot, brackets and all: everywhere an appeared.

Two vocabulary words carry the rest of the topic. The domain is the set of inputs the machine accepts; the range is the set of outputs it can produce. On the OMPT, domain questions are the reliable ones, and they almost always come down to the same two hazards: you cannot divide by zero, and you cannot take an even root of a negative number. Find where those hazards live, exclude them, and the domain is whatever survives.

Problem 1Numeric answer

Let . Compute .

Show the worked solution

Answer: 10

I substitute carefully with brackets: . The brackets matter twice here — squaring the negative gives , and subtracting a negative product adds 6.

Problem 2Multiple choice

What is the domain of ?

  1. A
  2. B
  3. C
  4. Dall real numbers
Show the worked solution

Answer: A

A square root needs a non-negative input, so I require , which gives . The boundary is included, since is perfectly fine.

Problem 3Numeric answer

Let . Solve for .

Show the worked solution

Answer: 6

Solving means finding the input that produces output 17: , so and . This is the reverse question of evaluation — I am asked for the input, not the output.

Problem 4Multiple choice

Which point lies on the graph of ?

  1. A
  2. B
  3. C
  4. D
Show the worked solution

Answer: A

A point lies on the graph exactly when . Testing: , so is on the graph. The others fail: , , .

Problem 5Spot the error

A student finds the domain of . Step 1: the denominator may not be zero. Step 2: when . Step 3: domain is all reals except . Which step contains the error?

Show the worked solution

Answer: Step 2

Step 1 states the right principle. Step 2 solves the equation wrong: means , so or , not . The domain is all real numbers except . At the function is fine: .

Problem 6Numeric answer

What is the minimum value of ?

Show the worked solution

Answer: 2

The square is never negative and equals zero at . So the smallest can be is , reached at . Every other input adds a positive square on top of 2.