Given F(x) = 3x+1, G(x) = 2x, H(x) = x^2F(x)=3x+1,G(x)=2x,H(x)=x2, how do you find the rule for ((F @ G) @ H) (x)((FG)H)(x)?

1 Answer
Apr 27, 2017

((FoG)oH)(x)=6x^2+1.((FoG)oH)(x)=6x2+1.

Explanation:

F(x)=3x+1, G(x)=2x, and, H(x)=x^2.F(x)=3x+1,G(x)=2x,and,H(x)=x2.

:. (FoG)(x)=F(G(x)),

=3G(x)+1,.......................[because, F(x)=3x+1,],

=3(2x)+1,.........................[because, G(x)=2x,],

:. (FoG)(x)=6x+1.

Now, ((FoG)oH)(x)=((FoG))(H(x))

=6H(x)+1,..............[because, (FoG)(x)=6x+1,],

=6(x^2)+1,................[because, H(x)=x^2,],

rArr ((FoG)oH)(x)=6x^2+1.