Respuesta :
The composition of the functions f(x) and g(x) gives the equation:
[tex]f(g(x)) = 4x^2 + 6x - 3[/tex]
How to get the composition of functions?
Here we want to get the composition of the two functions:
[tex]f(x) = x^2 + 3x - 3\\\\g(x) = 2x[/tex]
f(x) is a quadratic and g(x) is a linear equation.
Now we want to get the composition:
[tex]f(g(x))[/tex]
This means that we need to evaluate function f(x) in g(x), so we can replace all the "x" in the function f(x) by the notation "g(x)"
[tex]f(g(x)) = g(x)^2 + 3*g(x) - 3[/tex]
Now we replace all the "g(x)" by the actual function g(x) = 2x, we wll get:
[tex]f(g(x)) = g(x)^2 + 3*g(x) - 3 = (2x)^2 + 3*(2x) - 3[/tex]
finally, we can simplify this to get the composition, which is a quadratic function just like f(x).
[tex]f(g(x)) = 4x^2 + 6x - 3[/tex]
If you want to learn more about the composition of functions:
https://brainly.com/question/10687170
#SPJ1