A problem I'm facing involves three given functions. I need to compose two of them to obtain $2^{x+1}-1$. The three functions I'm allowed to use are
- $f(x) = 2x-1$
- $g(x) = 1/x$
- $h(x) = 2^x$
It would be great if there was a detailed explanation as to how you got the answer too. Thanks!
Here's the detailed explanation as to how to get the answer:
Compute all applicable compositions, i.e., $f(g(x))$, $g(f(x))$, $f(h(x))$, $h(f(x))$, $g(h(x))$, $h(g(x))$. Then check if any of these equals (or can be simplified to) the desired function of $x$.