Given composition of functions find the "inner"

49 Views Asked by At

If $f(g(x)) = 4x^2 – 8x$ and $f(x) = x^2 – 4$, then $g(x) = ?$

2

There are 2 best solutions below

0
On

Hint

You can try this:

$$f(g(x))=[g(x)]^2-4$$

can you finish?

1
On

$$f(g(x))=(g(x))^2 - 4 = 4x^2 -4x$$

so

$$g(x)^2 = 4x^2 - 4x + 4 = (2x-2)^2$$

So $g(x)=2x-2$ will work.