SOLUTION: Use the function to evaluate the indicated expressions and simplify. f(x)=x^2+1; f(x+2),f(x)+f(2) I'm getting the correct answer for the first part of the equation X^2+4x+5

Algebra ->  Functions -> SOLUTION: Use the function to evaluate the indicated expressions and simplify. f(x)=x^2+1; f(x+2),f(x)+f(2) I'm getting the correct answer for the first part of the equation X^2+4x+5      Log On


   



Question 822132: Use the function to evaluate the indicated expressions and simplify.
f(x)=x^2+1; f(x+2),f(x)+f(2)
I'm getting the correct answer for the first part of the equation X^2+4x+5, It's just the second part that is giving me problems. The book is getting x^2+6. I am not getting anything near that. Can you please help.

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
In function notation, the expression between the parentheses represents the input to the function. So in "f(x)" the expression between the parentheses, the x, represents the input to the function.

And when you're given a formula for a function, like f(x) = x^2 + 1, the x still represents the input and the right side shows what the function will do with that input as it determines the output: It will square the input and add 1.

So f(2) means: "Use 2 as the input to function f." And when we use the 2 as the input, the function will do what it does to all of its inputs: It will square the input and add 1. So:
f(2) = (2)^2 + 1 = 4 + 1 = 5

It should now be clear that f(x), x^2+1, plus f(2), 5, will add up to x^2 + 6.