Add, subtract, multiply, divide, and compose functions — find the result and its domain.
^ for powers, sqrt() for radicals, * for multiplication. Coefficients like 2x are fine.
| Notation | Definition | Domain Restriction |
|---|---|---|
| (f+g)(x) | f(x) + g(x) | Dom(f) ∩ Dom(g) |
| (f−g)(x) | f(x) − g(x) | Dom(f) ∩ Dom(g) |
| (f·g)(x) | f(x) · g(x) | Dom(f) ∩ Dom(g) |
| (f/g)(x) | f(x) / g(x) | Dom(f) ∩ Dom(g), g(x) ≠ 0 |
| (f∘g)(x) | f(g(x)) | x in Dom(g) and g(x) in Dom(f) |
(f∘g)(x) = f(g(x)) — substitute g into f
Order matters: (f∘g)(x) means apply g first, then feed the result into f. (g∘f)(x) does the opposite — so they usually give different answers.
Domain of f∘g: x must be in the domain of g, AND the output g(x) must land inside the domain of f. This means f∘g can have a smaller domain than either function alone.
Composition with polynomials: Substitute the entire expression for g(x) in place of every x in f(x), then expand and collect like terms.
One-on-one Algebra tutoring walks through composition and domain analysis on your exact homework — building the pattern recognition that makes these problems fast.