Use a composition of functions to define $\frac{1}{4x^4-12x^3+9x^2}$

41 Views Asked by At

$\frac{1}{4x^4-12x^3+9x^2}$

The functions available are

$f(x) = 2x$

$g(x) = x-1$

$h(x) = x^2$

$i(x) = 2x^2-3x$

$j(x) =\sqrt x$

$k(x) = \frac1x$

I can only get as far as $k(i(x))$ and not really sure how to even go from there. Any solutions or help appreciated. :)

2

There are 2 best solutions below

0
On BEST ANSWER

$$\frac1{4x^4-12x^3+9x^2}=k(4x^4-12x^3+9x^2)$$ $$=k(h(2x^2-3x))=k(h(i(x))$$

0
On

Your idea to use $k,i$ is correct, however you need one more function. This would be $h$, now $$k(h(i(x)) = \frac{1}{(h(i(x))}= \frac{1}{i^2(x)}=\frac{1}{(2x^2-3x)^2}=\frac{1}{((2x^2)^2-2(2x^2)(3x)+(3x)^2)} = \frac{1}{4x^4-12x^3+9x^2}$$