Composite functions:
Let $g(x)=3x+1$. Express $g^2(x)$ in terms of $x$.
I have tried squaring $3x+1$, but I think I'm going about it the wrong way... Help is much appreciated. Thanks.
Composite functions:
Let $g(x)=3x+1$. Express $g^2(x)$ in terms of $x$.
I have tried squaring $3x+1$, but I think I'm going about it the wrong way... Help is much appreciated. Thanks.
The expression $g^2(x)$ means $g(g(x))$. To write this out with your specific $g$, we get $$g(g(x)) = 3g(x) + 1$$Now we substitute again. $$g(g(x)) = 3g(x) + 1 = 3(3x+1) + 1$$Then simplify that.