How do you find (f@g)(x) given g(x) = (2x) (1/2), f(x) = x^2 + 1 ?

2 Answers
Oct 21, 2016

See below.

Explanation:

(f@g)(x)=f(g(x))=g(x)^2-1=x^2-1=f(x)

Not weird,

because g(x)=x is the identity transformation.

Oct 21, 2016

(f@g)(x) = f(x).

Explanation:

Let's start by simplifying function g.

g(x) = 2x(1/2) = (2x)/2 = x

Now, we can rewrite (f @ g)(x) as f(g(x)).

f(g(x)) = (x)^2 + 1

So, f(g(x)) = f(x).

Hopefully this helps!