Operations With Functions
Operations With Functions
Addition
Subtraction
Multiplication
Division
(f/g)(x) = (2x+3)/x2
Function Composition
There is another special operation called Function Composition,
read that page to find out more!
(g º f)(x)
Domains
It has been very easy so far, but now we must consider the Domains of the
functions.
The function must work for all values we give it, so it is up to us to make sure
we get the domain correct!
We can't have the square root of a negative number (unless we use imaginary
numbers, but we aren't doing that here), so we must exclude negative
numbers:
{x | x ≥ 0}
"the set of all x's that are a member of the Real Numbers,
such that x is greater than or equal to zero"
[0,+∞)
If we choose any other value, then one or the other part of the new function
won't work.
Note: we can put this whole idea into one line using Set Builder Notation:
Dom(f+g) = { x | x Dom(f) and x Dom(g) }
Which says "the domain of f plus g is the set of all Real Numbers that are in the
domain of f AND in the domain of g"
The same rule applies when we add, subtract, multiply or divide, except divide
has one extra rule.
Here is an example:
(f/g)(x) = √x / √(3−x)
1. The domain for f(x)=√x is from 0 onwards:
Summary
To add, subtract, multiply or divide functions just do as the operation
says.
The domain of the new function will have the restrictions of both functions
that made it.
Divide has the extra rule that the function we are dividing by cannot be
zero.