Composite functions occur when we take two functions and input one into the other as x.
Example:
[tex]f(x) = 2x[/tex]
[tex]g(x) = 3x^2[/tex]
[tex](f\circ g)(x)=f(g(x))[/tex]
[tex](f\circ g)(x) = 2(3x^2)[/tex]
We're given:
To find [tex](f\circ g)(x)[/tex], input g into f as x:
[tex]f(x)= 3x +2[/tex]
[tex](f\circ g)(x)=3(x^2+1) +2\\(f\circ g)(x)=3x^2+3 +2\\(f\circ g)(x)=3x^2+5[/tex]
[tex](f\circ g)(x)=3x^2+5[/tex]