125k views
3 votes
EBES
Given: f(x) = x2-3 and g(x) = x+1
The composite function of is
DONE

User Peter Todd
by
5.4k points

1 Answer

1 vote

Answer:

A composite function means that you are evaluating one function into another function.

So, fog(x) can be written as:

f(g(x))

and gof(x) = g(f(x))

this means that instead of the variable "x", we are evaluating the functions with other function.

Let's solve this:

f(x) = x^2 - 3

g(x) = x + 1

then:

> gof(x) =g(f(x)) = f(x) + 1 = (x^2 - 3) + 1 = x^2 - 2

> fog(x) =f(g(x)) = g(x)^2 - 3 = (x + 1)^2 - 3 = x^2 + 2x + 1 - 3 = x^2 + 2x - 2

User Silverclaw
by
5.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.