Composition Chains Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

easy
Given f(x)=3xโˆ’1f(x)=3x-1 and g(x)=x2g(x)=x^2, find (fโˆ˜g)(x)(f\circ g)(x) and evaluate it at x=2x=2.

Solution

  1. 1
    (fโˆ˜g)(x)=f(g(x))=f(x2)=3(x2)โˆ’1=3x2โˆ’1(f\circ g)(x)=f(g(x))=f(x^2)=3(x^2)-1=3x^2-1.
  2. 2
    (fโˆ˜g)(2)=3(4)โˆ’1=12โˆ’1=11(f\circ g)(2)=3(4)-1=12-1=11.

Answer

(fโˆ˜g)(x)=3x2โˆ’1(f\circ g)(x)=3x^2-1; (fโˆ˜g)(2)=11(f\circ g)(2)=11
To compose fโˆ˜gf\circ g, replace every occurrence of xx in ff with the entire expression g(x)g(x). Here f(x)=3xโˆ’1f(x)=3x-1 becomes f(g(x))=3(x2)โˆ’1=3x2โˆ’1f(g(x))=3(x^2)-1=3x^2-1.

About Composition Chains

A composition chain is a sequence of functions applied one after another: (fโˆ˜gโˆ˜h)(x)=f(g(h(x)))(f \circ g \circ h)(x) = f(g(h(x))), evaluated inside-out from right to left.

Learn more about Composition Chains โ†’

More Composition Chains Examples