You are on page 1of 3

Operations Composition and Inverses of Functions Assignments

Part 1: Operations of Functions


Perform the given operations on Functions

1. Given 𝒇(𝒙) = 𝒙𝟐 + 𝟕𝒙 + 𝟏𝟐 and 𝒈(𝒙) = 𝒙𝟐 − 𝟗


𝒇
Find (𝒇 + 𝒈)(𝒙), (𝒇 − 𝒈)(𝒙), (𝒇 ∙ 𝒈)(𝒙), and (𝒈) (𝒙).

(f + g) (x) = 2x^2 + 7x +3
(f - g) (x) = 7x +21
(f*g) (x) = (x^4 + 7x^3 + 3x^2 - 63x - 108)
(f/g) (x) = (x+4)/(x-3)

2. Given 𝒇(𝒙) = 𝟐𝒙 + 𝟏 and 𝒈(𝒙) = 𝒙 − 𝟑


𝒇
Find (𝒇 + 𝒈)(𝒙), (𝒇 − 𝒈)(𝒙), (𝒇 ∙ 𝒈)(𝒙), and (𝒈) (𝒙).

(f + g) (x) = 3x -2
(f - g) (x) = x + 4
(f*g) (x) = (2x^2 - 5x - 3)
(f/g) (x) = (2x + 1)/(x-3)

Part 2: Compositions of Functions


Perform the given operations.

3. If 𝒇(𝒙) = 𝒙𝟐 , 𝒈(𝒙) = 𝟓𝒙, and 𝒉(𝒙) = 𝒙 + 𝟒, find each value.


Find 𝒇[𝒉(−𝟗)].
25

4. If 𝒇(𝒙) = 𝒙𝟐 , 𝒈(𝒙) = 𝟓𝒙, and 𝒉(𝒙) = 𝒙 + 𝟒, find each value.


Find 𝒉[𝒇(𝟒)].
20

5. If 𝒇(𝒙) = 𝒙𝟐 , 𝒈(𝒙) = 𝟓𝒙, and 𝒉(𝒙) = 𝒙 + 𝟒, find each value.


Find 𝒈[𝒉(−𝟐)].
10
𝒏 𝒇
6. The formula 𝒇 = , converts inches 𝒏 to feet 𝒇, and 𝒎 = converts feet to
𝟏𝟐 𝟓𝟐𝟖𝟎
miles 𝒎. Write a composition of functions that converts inches to miles.

M(f(n))=(n/63,360)

Part 3: Inverses of Functions


7. Find 𝒇 ° 𝒈 and 𝒈 ° 𝒇, if they exist.
𝒇 = {(−𝟒, −𝟓), (𝟎, 𝟑), (𝟏, 𝟔)} and 𝒈 = {(𝟔, 𝟏), (−𝟓, 𝟎), (𝟑, −𝟒)}.
f*g = {(6,6), (-5,3), (3,-5)}
g*f = {(-4,0), (0,-4), (1,1)}

8. Find [𝒈 ° 𝒉](𝒙) and [𝒉 ° 𝒈](𝒙), if they exist.


𝒈(𝒙) = 𝒙 + 𝟔 and 𝒉(𝒙) = 𝟑𝒙𝟐 .
g*h (x) = 3x^2 + 6
h*g (x) = 3x^2 + 36x + 108

9. Find the inverse of this relation.


{(−𝟓, −𝟒), (𝟏, 𝟐), (𝟑, 𝟒), (𝟕, 𝟖)}

Inverse is: {(-4,-5), (2,1), (4,3), (8,7)}


10. Find the inverse of each function. Then graph the function and its inverse.
𝒈(𝒙) = 𝟑 + 𝒙

Inverse: g^-1(x) = x – 3

You might also like