Learned, but then forgot: how do you solve for [f o g](x)?

Just an example:

If f(x)=(x^4)-(20-x)

and

g(x)=(x^8-1)

solve for

[f o g](x)

and

[g of f](x)
fg(x)=f(g(x)) & gf(x)=g(f(x))\displaystyle f\circ g(x)=f(g(x))~\&~g\circ f(x)=g(f(x))

EXAMPLE a(x)=x3+sin(x) & b(x)=2x\displaystyle a(x)=x^3+\sin(x)~\&~b(x)=2-|x|

then ab(x)=(2x)3+sin(2x)\displaystyle a\circ b(x)=(2-|x|)^3+\sin(2-|x|)

and ba(x)=2x3+sin(x)\displaystyle b\circ a(x)=2-|x^3+\sin(x)|
 
Last edited:
f(x)=(x^4)-(20-x)

g(x)=(x^8-1)

solve for

[f o g](x)
Hello. Function [f◦g](x) is called a 'composite function' because it is a composition of two functions: The output from function g becomes the input to function f.

g(x) = x^8 - 1

Symbol x represents the input, and the expression x^8 - 1 represents the output.

f(x) = x^4 + x - 20

Symbol x represents the input, so how do we show the output of function g as the input to function f? By replacing each input symbol x with the expression x^8-1.

As pka's other example shows: [f◦g](x) = f(x^8 - 1)

?
 
Top