Questions: Given (f(x)=2x+4) and (g(x)=5x^2) then find:
a) ((f circ g)(x)=)
b) ((g circ f)(x)=)
Transcript text: Given $f(x)=2 x+4$ and $g(x)=5 x^{2}$ then find:
a) $(f \circ g)(x)=$ $\square$
b) $(g \circ f)(x)=$ $\square$
Solution
Solution Steps
To solve the given problem, we need to find the composition of two functions \( f(x) \) and \( g(x) \). The composition of functions involves substituting one function into another.
a) For \( (f \circ g)(x) \), we substitute \( g(x) \) into \( f(x) \).
b) For \( (g \circ f)(x) \), we substitute \( f(x) \) into \( g(x) \).
Solution Approach
Define the functions \( f(x) \) and \( g(x) \).
Compute \( (f \circ g)(x) \) by substituting \( g(x) \) into \( f(x) \).
Compute \( (g \circ f)(x) \) by substituting \( f(x) \) into \( g(x) \).
Step 1: Define the Functions
We are given the functions:
\[
f(x) = 2x + 4
\]
\[
g(x) = 5x^2
\]
Step 2: Compute \( (f \circ g)(x) \)
To find \( (f \circ g)(x) \), we substitute \( g(x) \) into \( f(x) \):
\[
(f \circ g)(x) = f(g(x)) = f(5x^2) = 2(5x^2) + 4 = 10x^2 + 4
\]
Evaluating this at \( x = 1 \):
\[
(f \circ g)(1) = 10(1)^2 + 4 = 10 + 4 = 14
\]