You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

1.4 Composition of Functions

3 min readjune 24, 2024

Functions are like building blocks that can be combined in various ways. We can add, subtract, multiply, and divide them, creating new functions with unique properties. This algebraic manipulation allows us to model complex relationships and solve real-world problems.

is a special way of combining functions, where one function's output becomes another's input. This nested structure creates new functions with interesting behaviors. Understanding composition helps us break down complex functions and analyze their properties.

Composition of Functions

Combining functions algebraically

Top images from around the web for Combining functions algebraically
Top images from around the web for Combining functions algebraically
  • Add functions together point-wise (f+g)(x)=f(x)+g(x)(f + g)(x) = f(x) + g(x) (sum of ff and gg at each input value xx)
  • Subtract functions point-wise (fg)(x)=f(x)g(x)(f - g)(x) = f(x) - g(x) (difference between ff and gg at each input value xx)
  • Multiply functions point-wise (fg)(x)=f(x)g(x)(f \cdot g)(x) = f(x) \cdot g(x) (product of ff and gg at each input value xx)
  • Divide functions point-wise (fg)(x)=f(x)g(x)(\frac{f}{g})(x) = \frac{f(x)}{g(x)} (quotient of ff and gg at each input value xx), where g(x)0g(x) \neq 0 to avoid division by zero

Construction of composite functions

  • Construct a composite function (fg)(x)(f \circ g)(x) by substituting the output of the g(x)g(x) as the input of the ff
  • Evaluate the inner function g(x)g(x) first, then use the result as the input for the outer function ff to obtain [f(g(x))](https://www.fiveableKeyTerm:f(g(x)))[f(g(x))](https://www.fiveableKeyTerm:f(g(x)))
  • Order matters in composition (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x)) is not always equal to (gf)(x)=g(f(x))(g \circ f)(x) = g(f(x)) (composition is not commutative)
  • If f(x)=2x+1f(x) = 2x + 1 and g(x)=x2g(x) = x^2, then (fg)(x)=f(g(x))=2x2+1(f \circ g)(x) = f(g(x)) = 2x^2 + 1 and (gf)(x)=g(f(x))=(2x+1)2(g \circ f)(x) = g(f(x)) = (2x + 1)^2
  • are a common way to represent composite functions, where one function is contained within another (e.g., f(g(x))f(g(x)))

Values of composite functions

  • Calculate the value of a composite function (fg)(x)(f \circ g)(x) at a specific input xx by first evaluating the inner function g(x)g(x), then using the result as the input for the outer function ff
  • If (fg)(x)=(3x2)2(f \circ g)(x) = (3x - 2)^2 and x=1x = 1, first evaluate g(1)=3(1)2=1g(1) = 3(1) - 2 = 1, then evaluate f(1)=12=1f(1) = 1^2 = 1, so (fg)(1)=1(f \circ g)(1) = 1
  • Composition can be extended to more than two functions (fgh)(x)=f(g(h(x)))(f \circ g \circ h)(x) = f(g(h(x))) (evaluate from innermost to outermost)
  • involves determining the output of a function for a given input, which is crucial in working with composite functions

Domain of composite functions

  • The of a composite function (fg)(x)(f \circ g)(x) consists of all values of xx that are in the domain of gg and for which g(x)g(x) is in the domain of ff
  • If f(x)=xf(x) = \sqrt{x} (domain: x0x \geq 0) and g(x)=x24g(x) = x^2 - 4 (domain: all real numbers), then for (fg)(x)(f \circ g)(x) to be defined, g(x)0g(x) \geq 0, so x240x^2 - 4 \geq 0, which gives x2x \leq -2 or x2x \geq 2
  • The domain of (fg)(x)(f \circ g)(x) is the intersection of the domain of gg and the set of xx values for which g(x)g(x) is in the domain of ff

Components of composite functions

  • Identify the outer function ff and inner function gg in a composite function (fg)(x)(f \circ g)(x)
  • The inner function gg is evaluated first, and its output becomes the input of the outer function ff
  • In the composite function (fg)(x)=2x1(f \circ g)(x) = \sqrt{2x - 1}, the outer function is f(x)=xf(x) = \sqrt{x} and the inner function is g(x)=2x1g(x) = 2x - 1
  • Decomposing a composite function into its component functions helps in understanding its structure and behavior

Function Notation and Relationships

  • (e.g., f(x)f(x)) is used to represent the output of a function for a given input xx
  • The in functions describes how the input values are mapped to output values
  • is the process of replacing a variable in a function with a specific value or expression
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary