GEN MATH 11 - Lecture Note - Operations On Functions
GEN MATH 11 - Lecture Note - Operations On Functions
Definition: Composing functions means applying one function to the result of another.
Notation:
o (f∘g)(x)=f(g(x))
Example:
o Given f(x)=2x+1 and g(x)=x²−3:
(f∘g)(x)=f(g(x))=f(x²−3)=2(x²−3)+1=2x2−5
(g∘f)(x)=g(f(x))=g(2x+1)=(2x+1)2−3=4x²+4x−2
Evaluating Composition:
o To evaluate (f∘g)(4), find g(4) first, then use the result as input for f.
Important Considerations
Domain and Range: When performing operations, especially division and composition,
consider the domain and range of the involved functions.
o Division by zero is undefined.
o The domain of a composite function is restricted by the inner function.
Challenge Problem: Finding f(x) and g(x) such that (f∘g)(x)=x²+4x+3 requires creative
thinking and factorization skills.
By understanding these concepts and practicing the problems, you will develop a strong
foundation in operations on functions.
I. operations on functions
(f + g)(x)
(f – g)(x)
(f * g)(x)
(f / g)(x)
(f + g)(-2)
(f – g)(3)
(f * g)(1)
(f / g)(0)
(f ∘ g)(x)
(g ∘ f)(x)
(f ∘ f)(x)
(g ∘ g)(x)
(f ∘ g)(4)
(g ∘ f)(9)
Challenge Problem: Find two functions f(x) and g(x) such that (f ∘ g)(x) = x² + 4x + 3.