SOLUTION: Consider the functions {{{f(x) = 3x^2 + 1}}} and {{{g(x) = x + 3}}}. What is the value of f[g(-1)]?

Algebra ->  Linear-equations -> SOLUTION: Consider the functions {{{f(x) = 3x^2 + 1}}} and {{{g(x) = x + 3}}}. What is the value of f[g(-1)]?       Log On


   



Question 465784: Consider the functions f%28x%29+=+3x%5E2+%2B+1 and g%28x%29+=+x+%2B+3. What is the value of f[g(-1)]?

Answer by kingme18(98) About Me  (Show Source):
You can put this solution on YOUR website!
f[g(-1)] is called a composition of functions, and it's read "f of g of -1". I like to say to myself, "what letter is closest to -1?" That's g, so we'll deal with g first. We're going to find g(-1), which means we're going to plug -1 into the g function--wherever we see x, we're going to write -1. g%28x%29=x%2B3, so g%28-1%29=-1%2B3=2. So, g(-1)=2.

The original question said f[g(-1)]. We just found out that g(-1)=2, so instead of saying f[g(-1)], we could just say f(2). This means that we're going to plug 2 into the f function. f%28x%29=3x%5E2%2B1, so f%282%29=3%2A2%5E2%2B1=3%2A4%2B1=12%2B1=13. So, f(2)=13, which is your final answer.

When you see a composition of functions like this, work your way out; each time, plug the answer you get into the next function out. Here, we started with the g function, then we took our answer and plugged that into the f function.