Given f(x) = x² + 3x -3 and g(z) = 2x, find f(g(x)).
Solution
First, we need to decide which function will go inside which. Since
our function reads "f of g of z", we know that we are going to
substitute the function for g(x) into every a spot in the f(x)
function.
f(g(x))=(x
)²+3(x
)-3
Next, perform normal order of operations for each term. (Hint:
(2x)² = (2x)(2x))
f(g(x)) = 4
²+3
2-3
Let's look at how this example would be different if it was
performed in the opposite order. Given f(x) = x² + 3x - 3 and
g(x)=2x, find g(f(x)).
In this case, we'll need to plug the whole function for f(x) into the
input (2) spot in the g(x) function.
g(f(x)) = 4
(x² + 3x - 3)
Then we'll distribute to each term.
g(f(x)) = 4(x²)+2(3x)-3 3
Simplify to get the final answer.

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