137k views
0 votes
Suppose that the funcation p and q are defined as follows

Suppose that the funcation p and q are defined as follows-example-1
User Dvelopp
by
3.5k points

1 Answer

1 vote

Given the functions p(x) and q(x) defined as:


\begin{gathered} p(x)=x^2+3 \\ q(x)=\sqrt[]{x+2} \end{gathered}

We can use the definition of composite functions:


(f\circ g)(x)=f(g(x))

Then, to calculate (p o q)(2) = p(q(2)), we need to calculate q(2) first:


q(2)=\sqrt[]{2+2}=\sqrt[]{4}=2

Using this result on the composition:


\begin{gathered} (p\circ q)(2)=p(q(2))=p(2)=2^2+3=4+3 \\ \Rightarrow(p\circ q)(2)=7 \end{gathered}

Now, for (q o p)(2) = q(p(2)), we already calculate p(2) = 7. Then:


\begin{gathered} (q\circ p)(2)=q(p(2))=q(7)=\sqrt[]{7+2}=\sqrt[]{9} \\ \Rightarrow(q\circ p)(2)=3 \end{gathered}

User Lu Yuan
by
4.3k points