Composition of Functions

Olivia King
6 min read
Study Guide Overview
This study guide covers composite functions, including their definition, notation (f(g(x))
or f β g(x)
), and properties (order of operations, identity function). It explains how to work with composite functions analytically, numerically, and graphically, as well as function decomposition. Finally, it touches upon how composite functions relate to function transformations (additive and multiplicative).
#π AP Pre-Calculus: Composition of Functions - Your Night-Before-Exam Guide! π
Hey there! Let's make sure you're totally prepped for the exam. This guide is designed to be your quick, high-impact review for composite functions. We'll keep it engaging, clear, and focused on what you really need to know. Let's dive in!
#π§© What Are Composite Functions?
Composite functions are like a function sandwich π₯ͺβyou take the output of one function and feed it as the input to another. It's all about chaining functions together.
#The Basics
- Notation:
f(g(x))
means you first applyg
tox
, and then you applyf
to the result. Think of it as working from the inside out. - Key Idea: The output of the inner function becomes the input of the outer function.
Example: If g(x) = xΒ² and f(x) = x + 3, then f(g(x)) = f(xΒ²) = xΒ² + 3
#Graphical Approach
You can also find composite function values using graphs. Find the output of g(x)
from its graph, and then use that output as the input for f(x)
on its graph. π
#π Notation and Properties
#Function Notation
f(g(x))
is the same asf β g(x)
, which means "f of g of x."
Order Matters! Composition is not commutative. Usually, f(g(x)) β g(f(x))
. Always be mindful of the order of operations. π‘
#Identity Function
- The identity function is
f(x) = x
. When you compose it with any other functiong(x)
, you getg(x)
back. Think of it like adding 0 or multiplying by 1βit doesn't change the original function. π€―
Think of the identity function f(x) = x
as a mirror: whatever you put in, it reflects back unchanged. This is why g(f(x)) = f(g(x)) = g(x)
.
#π§πΏβπ» Working with Composite Functions
#Analytic Representation
- To find
f(g(x))
analytically, substitute the entire functiong(x)
for everyx
inf(x)
. This is function composition in action!
#Numerical and Graphical Methods
- Numerical: Use a table of values for
g(x)
as inputs forf(x)
. - Graphical: Use the graph of
g(x)
to find outputs, then use those as inputs for the graph off(x)
.
Visualizing f(g(x)) using graphs
#π¨ Function Decomposition
- Decomposition: Breaking a complex function into simpler parts. Itβs like taking apart a machine to see how it works. π§Έ
- Substitution Property: Ensure the variable in one function replaces each instance of the function it was composed with.
When decomposing, make sure you're replacing every instance of the variable. It's easy to miss one!
#π¦Έπ½ Transformation Time!
Composite functions can also help us understand transformations of functions. Let's explore additive and multiplicative transformations. π
#Additive Transformations
- Vertical Translation:
g(x) = x + k
composed withf(x)
shiftsf(x)
up or down byk
units. Ifk
is positive, it shifts up; ifk
is negative, it shifts down.
#Multiplicative Transformations
- Horizontal Dilation:
g(x) = kx
composed withf(x)
stretches or shrinksf(x)
horizontally by a factor ofk
. Ifk > 1
, it shrinks; if0 < k < 1
, it stretches. π
Remember: Transformations are all about how the input to f(x)
is being changed. Additive changes shift, and multiplicative changes stretch or shrink.
#π― Final Exam Focus
- High-Value Topics: Function composition, order of operations, and transformations.
- Common Question Types: Finding
f(g(x))
andg(f(x))
analytically, using graphs, and function decomposition. - Time Management: Practice quick substitutions and graphical analysis.
- Common Pitfalls: Forgetting the order of operations and missing variables during substitutions.
#π Practice Questions
Practice Question
#Multiple Choice Questions
-
Given
f(x) = 2x - 3
andg(x) = xΒ² + 1
, findf(g(2))
. (A) 6 (B) 7 (C) 9 (D) 11 -
If
h(x) = β(x)
andk(x) = 4x + 5
, what ish(k(x))
? (A)2β(x) + β(5)
(B)β(4x + 5)
(C)2x + β(5)
(D)4β(x) + 5
-
The graphs of
f(x)
andg(x)
are shown below. What is the approximate value off(g(1))
?(A graph would be provided here showing f(x) and g(x) and their values at x=1)
(A) 1 (B) 2 (C) 3 (D) 4
#Free Response Question
Let f(x) = 3x + 2
and g(x) = xΒ² - 4
.
(a) Find f(g(x))
.
(b) Find g(f(x))
.
(c) Find f(g(2))
.
(d) Find x
such that f(g(x)) = 29
.
Scoring Breakdown:
(a) 2 points: 1 point for correct substitution, 1 point for correct simplification. f(g(x)) = 3(xΒ² - 4) + 2 = 3xΒ² - 12 + 2 = 3xΒ² - 10
(b) 2 points: 1 point for correct substitution, 1 point for correct simplification. g(f(x)) = (3x + 2)Β² - 4 = 9xΒ² + 12x + 4 - 4 = 9xΒ² + 12x
(c) 2 points: 1 point for correct substitution, 1 point for correct evaluation. f(g(2)) = 3(2Β²) - 10 = 3(4) - 10 = 12 - 10 = 2
(d) 3 points: 1 point for setting up the equation, 1 point for algebraic manipulation, 1 point for the correct answer. 3xΒ² - 10 = 29
=> 3xΒ² = 39
=> xΒ² = 13
=> x = Β±β13
Remember, you've got this! Focus on understanding the process of function composition, and you'll be well-prepared for anything the AP exam throws your way. Good luck! π
Explore more resources

How are we doing?
Give us your feedback and let us know how we can improve