Skip to main content
Mathovia

Math Practice

Function Operations and Composition Practice Problems

Fifteen hand-built problems covering both ways of building a new function from two old ones: arithmetic combination and composition. They drill the sum, difference, product and quotient at a point and as a formula, the extra domain restriction on a quotient, evaluating f(g(x)) inside out, why the order matters, and decomposing a function back into two pieces.

M
Written by
Mathovia Team
Editorial Team

Function Operations and Composition Practice Problems

Two lessons feed this set: Combining Functions and Function Composition. They are practised together because textbooks test them together, and because the fastest way to stop confusing with is to meet both in the same sitting.

How to use this set

There are two distinct operations here and it is worth naming which one you are doing before you start each problem.

Combining evaluates both functions at the same input and then does arithmetic on the two results.

Composing runs one function and feeds its output into the other as an input.

Evaluate compositions inside out, in two written steps. Trying to do both at once is where the bracket errors come from.

Common mistakes to watch for

Dropping the bracket when subtracting. is .

Running the outer function first. In , goes first.

Assuming . They differ in almost every case — problems 4 and 5 are the same two functions in opposite orders.

Forgetting the extra condition on a quotient. Zeros of leave the domain.

Letting a restriction vanish on simplification. It survives the algebra.

Where to go next

Function Notation is the evaluation skill these build on, Domain and Range goes deeper on the restrictions, and Inverse Functions uses composition as its verification step.

Frequently Asked Questions

What does (f + g)(x) mean?+

It means : evaluate both functions at the same input and add the results. The brackets on the left name a new function; they are not multiplication.

What is the difference between (fg)(x) and f(g(x))?+

multiplies the two outputs. is composition — the output of becomes the input of . They give different answers, and mixing them up is the most common error on this topic.

Which function runs first in f(g(x))?+

The inner one, , even though is written on the left. It is the same reading order as brackets in arithmetic: innermost first.

What is the domain of a combined function?+

The intersection of the two domains. For a quotient you must also exclude every input where .

What is the domain of a composition?+

The input must be in the domain of the inner function, **and** the value it produces must be in the domain of the outer one. Checking only the simplified formula can miss the inner restriction.

Does simplifying remove a domain restriction?+

No. simplifies to , but was never allowed and still is not — the original had a hole there.

More practice problems