Compositions of functions: How to assign functions $f(x), g(x)$ so that $f(g(x))=\tan(x^3) $

41 Views Asked by At

How can we define $\tan(x^3)$ with $f(g(x))$ composite function. I tried to do it this way but it didn't work.

$$g(x)=\sin(x)/\cos(x)$$

$$f(x)=x^3$$


Editor's note: he is trying to pick an appropriate $f$ and $g$ so that $f(g(x))$ is the desired outcome. $f$ and $g$ are not fixed

2

There are 2 best solutions below

0
On

$f(x)=\tan(x)=\frac{\sin(x)}{\cos(x)}$ , $g(x)=x^3$ , hence $\tan(x^3)=\frac{\sin(x^3)}{\cos(x^3)}$ , hence $\tan(x^3)=f(g(x))$

0
On

You had the right choice of which functions to use, but you named them incorrectly. In other words,

We want $$\color{green}{f}(\color{blue}{g(x)}) = \color{green}{\tan}(\color{blue}{x^3})$$

So let's name $\color{blue}{g(x) = x^3}$, and so $\color{green}{f(x) = \tan(x)}$