A Precalculus Question...

38 Views Asked by At

If f(x)=x^2+1, then (f o f)(x)=?

1

There are 1 best solutions below

0
On

$\begin{array}{ccc} (f\circ f)(x) = f(f(x)) &=& (f(x))^2 + 1 \\ &=& (x^2 +1)^2 +1 \\ &=& x^4 + 2x^2 + 1 + 1 \\ &=& x^4 + 2x^2 + 2 \end{array}$