Aimathic
Login | English | Deutsch

Free math worksheets

Build your own math worksheets from 30,000+ problems for grades 3 to 12, from fractions to AP Calculus. Every problem comes with step-by-step solutions.

Function composition and decomposition

Click problems to add them to your worksheet.

55557211
In the composition \((f\circ g)(4)\), which function is applied to \(4\) first: \(f\) or \(g\)?

Hints

- Rewrite the composition notation using nested function notation. - The inner function acts on the original input first.

Solution

1. Composition notation means \((f\circ g)(4)=f(g(4))\). 2. Therefore, \(g\) is applied first.

Answer

\(g\) is applied first.
55557311
Suppose \(f(3)=8\) and \(g(8)=1\). Find \(g(f(3))\).

Hints

- Start with the inner function value that is already given. - Feed that output into the outer function.

Solution

1. The inner value is given directly: \(f(3)=8\). 2. Use that output as the input of \(g\): \(g(8)=1\). 3. Therefore, \(g(f(3))=1\).

Answer

\(1\)
52577011
Let \(u(x)=\sqrt{x+2}\) and \(v(x)=e^x\). Find equations for \(f=u\circ v\) and \(g=v\circ u\), including the maximal real domain of each composition.

Hints

- Substitute the entire inner function into the outer function. - Check both the domain of the inner function and the input restrictions of the outer function. - Recall the domains of exponential and square-root functions.

Solution

1. For \(f=u\circ v\), \(f(x)=u(v(x))=\sqrt{e^x+2}\). Since \(e^x>0\) for every real \(x\), the radicand is always positive. Therefore, \(D_f=\mathbb{R}\). 2. For \(g=v\circ u\), \(g(x)=v(u(x))=e^{\sqrt{x+2}}\). The square root requires \(x+2\ge0\), so \(D_g=[-2, \infty)\).

Answer

\(f(x)=\sqrt{e^x+2}\), \(D_f=\mathbb{R}\) \(g(x)=e^{\sqrt{x+2}}\), \(D_g=[-2, \infty)\)
52577511
Let \(f(x)=3x^2-4\) and \(g(x)=2-x\). Evaluate each expression. a) \(f(g(3))\) b) \(g(f(-2))\) c) \((f\circ g)(1)\) d) \((g\circ g)(5)\)

Hints

- Evaluate the inner function first. - Use the result as the input of the outer function. - The notation \(f\circ g\) means \(f(g(x))\).

Solution

1. \(g(3)=-1\), so \(f(g(3))=f(-1)=3\cdot(-1)^2-4=-1\). 2. \(f(-2)=3\cdot(-2)^2-4=8\), so \(g(f(-2))=g(8)=-6\). 3. \(g(1)=1\), so \((f\circ g)(1)=f(1)=-1\). 4. \(g(5)=-3\), so \((g\circ g)(5)=g(-3)=5\).

Answer

a) \(-1\) b) \(-6\) c) \(-1\) d) \(5\)
52577611
Let \(p(x)=e^{x-1}\) and \(q(x)=4x+1\). Evaluate each expression. a) \(p(q(0))\) b) \(q(p(1))\) c) \((p\circ q)(0.25)\) d) \(q(q(-1))\)

Hints

- Evaluate the inner function first. - Recall that \(e^0=1\). - Pay attention to the order in which the functions are applied.

Solution

1. \(q(0)=1\), so \(p(q(0))=p(1)=e^0=1\). 2. \(p(1)=1\), so \(q(p(1))=q(1)=5\). 3. \(q(0.25)=2\), so \((p\circ q)(0.25)=p(2)=e\). 4. \(q(-1)=-3\), so \(q(q(-1))=q(-3)=-11\).

Answer

a) \(1\) b) \(5\) c) \(e\) d) \(-11\)
52578511
Let \(f(x)=e^x\) and \(g(x)=x^2+2\). a) Find equations for \(u=f\circ g\) and \(v=g\circ f\). b) Show that function composition is not commutative by comparing \(u(0)\) and \(v(0)\).

Hints

- Identify the inner and outer function in each composition. - One input where the outputs differ is enough to prove that two functions are not identical.

Solution

1. Composing in the two orders gives \(u(x)=f(g(x))=e^{x^2+2}\) and \(v(x)=g(f(x))=(e^x)^2+2=e^{2x}+2\). 2. At \(x=0\), \(u(0)=e^2\) and \(v(0)=e^0+2=3\). 3. Since \(e^2\ne3\), the functions are not equal. Therefore, \(f\circ g\ne g\circ f\).

Answer

a) \(u(x)=e^{x^2+2}\) and \(v(x)=e^{2x}+2\) b) \(u(0)=e^2\) and \(v(0)=3\), so \(f\circ g\ne g\circ f\).
52580511
Let \(u(x)=3x-2\), \(v(x)=x^2\), and \(w(x)=\cos(x)\). a) Find equations for \(f=u\circ v\circ w\) and \(g=w\circ v\circ u\). b) Evaluate \(f(\pi)\).

Hints

- In a composition, work from right to left. - Replace the input of each outer function with the entire inner expression. - Trigonometric inputs are measured in radians unless stated otherwise.

Solution

1. Work from the inside out: \(f(x)=u(v(w(x)))=u(\cos^2(x))=3\cos^2(x)-2\). 2. Similarly, \(g(x)=w(v(u(x)))=w((3x-2)^2)=\cos((3x-2)^2)\). 3. Since \(\cos(\pi)=-1\), \(f(\pi)=3(-1)^2-2=1\).

Answer

a) \(f(x)=3\cos^2(x)-2\) and \(g(x)=\cos((3x-2)^2)\) b) \(f(\pi)=1\)
52580711
For each function, find an inner function \(v\) and an outer function \(u\) such that \(f=u\circ v\). a) \(f(x)=e^{3x^2-5}\) b) \(f(x)=\frac{2}{\sin(x)-4}\) c) \(f(x)=\ln\left(\frac{2x+1}{x^2}\right)\) d) \(f(x)=4(\sqrt{x}+1)^5\)

Hints

- Identify the operation performed first; it belongs to the inner function. - Replace the inner expression with a temporary variable to see the outer function. - More than one decomposition can be correct.

Solution

1. For part a, choose \(v(x)=3x^2-5\) and \(u(x)=e^x\). 2. For part b, choose \(v(x)=\sin(x)-4\) and \(u(x)=\frac{2}{x}\). 3. For part c, choose \(v(x)=\frac{2x+1}{x^2}\) and \(u(x)=\ln(x)\). 4. For part d, choose \(v(x)=\sqrt{x}+1\) and \(u(x)=4x^5\). 5. Substituting each inner function into its outer function reproduces the original expression. Other valid decompositions may also be possible.

Answer

a) \(v(x)=3x^2-5\), \(u(x)=e^x\) b) \(v(x)=\sin(x)-4\), \(u(x)=\frac{2}{x}\) c) \(v(x)=\frac{2x+1}{x^2}\), \(u(x)=\ln(x)\) d) \(v(x)=\sqrt{x}+1\), \(u(x)=4x^5\)
52580811
Consider \(h(x)=\sqrt{\cos(x^2)+2}\). a) Find functions \(f\), \(g\), and \(k\) such that \(h=f\circ g\circ k\). b) Give an alternative decomposition \(h=u\circ v\) in which \(u\) is a square-root function.

Hints

- Work from the innermost operation to the outermost operation. - In part b, the inner function must contain the entire radicand. - Check by composing your functions.

Solution

1. One three-function decomposition is \(k(x)=x^2\), \(g(x)=\cos(x)+2\), and \(f(x)=\sqrt{x}\). Composing gives \(f(g(k(x)))=\sqrt{\cos(x^2)+2}\). 2. For a two-function decomposition with a square-root outer function, choose \(v(x)=\cos(x^2)+2\) and \(u(x)=\sqrt{x}\).

Answer

a) One possible answer is \(k(x)=x^2\), \(g(x)=\cos(x)+2\), and \(f(x)=\sqrt{x}\). b) \(v(x)=\cos(x^2)+2\) and \(u(x)=\sqrt{x}\)
52581711
For each function \(f\), find an inner function \(v\) and an outer function \(u\) such that \(f=u\circ v\). a) \(f(x)=\ln(3x-4)\) b) \(f(x)=\sqrt{\cos(x)}\) c) \(f(x)=(e^x+2)^5\) d) \(f(x)=e^{\frac{1}{x}}\)

Hints

- Identify the operation performed first; that is the inner function. - Identify the final operation; that is the outer function. - Check your answer by composing the two functions.

Solution

1. For part a, choose \(v(x)=3x-4\) and \(u(x)=\ln(x)\). 2. For part b, choose \(v(x)=\cos(x)\) and \(u(x)=\sqrt{x}\). 3. For part c, choose \(v(x)=e^x+2\) and \(u(x)=x^5\). 4. For part d, choose \(v(x)=\frac{1}{x}\) and \(u(x)=e^x\).

Answer

a) \(v(x)=3x-4\), \(u(x)=\ln(x)\) b) \(v(x)=\cos(x)\), \(u(x)=\sqrt{x}\) c) \(v(x)=e^x+2\), \(u(x)=x^5\) d) \(v(x)=\frac{1}{x}\), \(u(x)=e^x\)
52950311
For each function \(f\), find functions \(u\), \(v\), and \(w\) such that \(f(x)=u(v(w(x)))\). a) \(f(x)=\frac{1}{(5x+2)^3}\) b) \(f(x)=\sqrt{\cos(x^2)}\) c) \(f(x)=\sin^4(x-\pi)\)

Hints

- Work from the innermost operation to the outermost operation. - The function applied directly to \(x\) is \(w\). - Recall that \(\sin^4(x)=(\sin(x))^4\).

Solution

1. For part a, choose \(w(x)=5x+2\), \(v(x)=x^3\), and \(u(x)=\frac{1}{x}\). 2. For part b, choose \(w(x)=x^2\), \(v(x)=\cos(x)\), and \(u(x)=\sqrt{x}\). 3. For part c, choose \(w(x)=x-\pi\), \(v(x)=\sin(x)\), and \(u(x)=x^4\).

Answer

a) \(w(x)=5x+2\), \(v(x)=x^3\), \(u(x)=\frac{1}{x}\) b) \(w(x)=x^2\), \(v(x)=\cos(x)\), \(u(x)=\sqrt{x}\) c) \(w(x)=x-\pi\), \(v(x)=\sin(x)\), \(u(x)=x^4\)
52950411
For each function \(f\), find functions \(u\), \(v\), and \(w\) such that \(f=u\circ v\circ w\). a) \(f(x)=\sqrt[3]{\sin(2x)}\) b) \(f(x)=\frac{1}{\sqrt{x^2+4x}}\) c) \(f(x)=(\cos(x)+1)^5\)

Hints

- Identify the outermost structure first. - Then separate the remaining inner operations. - Check your decomposition by recomposing the functions.

Solution

1. For part a, choose \(w(x)=2x\), \(v(x)=\sin(x)\), and \(u(x)=\sqrt[3]{x}\). 2. For part b, choose \(w(x)=x^2+4x\), \(v(x)=\sqrt{x}\), and \(u(x)=\frac{1}{x}\). 3. For part c, choose \(w(x)=\cos(x)\), \(v(x)=x+1\), and \(u(x)=x^5\).

Answer

a) \(w(x)=2x\), \(v(x)=\sin(x)\), \(u(x)=\sqrt[3]{x}\) b) \(w(x)=x^2+4x\), \(v(x)=\sqrt{x}\), \(u(x)=\frac{1}{x}\) c) \(w(x)=\cos(x)\), \(v(x)=x+1\), \(u(x)=x^5\)
52950911
Decompose \(f(x)=\left(x+\frac{1}{x}\right)^3\), where \(x\ne0\), into an inner function \(v\) and an outer function \(u\) such that \(f=u\circ v\).

Hints

- Identify the expression evaluated first. - The final operation usually defines the outer function. - Check by composing the two functions.

Solution

1. The expression inside the parentheses is evaluated first, so choose \(v(x)=x+\frac{1}{x}\). 2. The final operation is cubing, so choose \(u(x)=x^3\). 3. Then \(u(v(x))=\left(x+\frac{1}{x}\right)^3=f(x)\).

Answer

One possible answer is \(v(x)=x+\frac{1}{x}\) and \(u(x)=x^3\).
52951011
Consider \(f(x)=\sqrt{1+\sin^2(x)}\). Give a valid decomposition \(f=u\circ v\).

Hints

- More than one decomposition may be correct. - Try choosing the sine function as the inner function. - Check by recomposing the functions.

Solution

1. One natural choice is \(v(x)=\sin(x)\). 2. The outer function must square its input, add \(1\), and take the square root, so choose \(u(x)=\sqrt{1+x^2}\). 3. Then \(u(v(x))=\sqrt{1+(\sin(x))^2}=f(x)\). Other valid decompositions are possible.

Answer

One possible answer is \(v(x)=\sin(x)\) and \(u(x)=\sqrt{1+x^2}\).
53260911
The figure shows the graphs of functions \(f\) and \(g\). Define \(h=f\circ g\) and \(k=g\circ f\). Use the graphs to evaluate each expression. a) \(h(0)\) b) \(h(2)\) c) \(h(4)\) d) \(k(-2)\) e) \(k(0)\) f) \(k(2)\)
Figure for problem 532609

Hints

- Evaluate the inner function first. - Use the inner output as the x-coordinate for the outer graph. - Pay attention to the order of composition.

Solution

1. For \(h(x)=f(g(x))\), read \(g(x)\) first and then use that result as the input of \(f\). The graph gives \(g(0)=2\), \(g(2)=0\), and \(g(4)=-2\). Therefore, \(h(0)=f(2)=0\), \(h(2)=f(0)=-2\), and \(h(4)=f(-2)=0\). 2. For \(k(x)=g(f(x))\), read \(f(x)\) first. The graph gives \(f(-2)=0\), \(f(0)=-2\), and \(f(2)=0\). Therefore, \(k(-2)=g(0)=2\), \(k(0)=g(-2)=4\), and \(k(2)=g(0)=2\).

Answer

a) \(0\) b) \(-2\) c) \(0\) d) \(2\) e) \(4\) f) \(2\)
53444611
The figure shows the graphs of \(f\) and \(g\). Compare the two compositions at \(x=2\): 1) \(h_1(2)=f(g(2))\) 2) \(h_2(2)=g(f(2))\) Determine whether \(h_1(2)=h_2(2)\).
Figure for problem 534446

Hints

- Evaluate the inner function first. - Use the first output as the x-value on the second graph. - Composition is generally order-dependent.

Solution

1. From the graph, \(g(2)=0\) and \(f(0)=3\). Therefore, \(h_1(2)=f(g(2))=3\). 2. From the graph, \(f(2)=1\) and \(g(1)=-0.5\). Therefore, \(h_2(2)=g(f(2))=-0.5\). 3. Since \(3\ne-0.5\), the two compositions are not equal at \(x=2\).

Answer

1) \(h_1(2)=3\) 2) \(h_2(2)=-0.5\) \(h_1(2)\ne h_2(2)\)
53448111
The figure shows the graph of a positive function \(h\). Define \(f(x)=\ln(h(x))\). Use the graph to identify the x-value \(x_0\) where \(h\) has a local maximum. Then explain without calculation why \(f\) has a local maximum at the same x-value.
Figure for problem 534481

Hints

- Locate the peak of the displayed graph. - Recall how \(\ln(u)\) changes as a positive input \(u\) increases. - A strictly increasing outer function preserves comparisons between nearby function values.

Solution

1. The graph shows a local maximum of \(h\) at \(x_0=4\). 2. The natural logarithm is strictly increasing on its domain. Therefore, it preserves the order of positive function values: if \(h(x_1)<h(x_2)\), then \(\ln(h(x_1))<\ln(h(x_2))\). 3. Near \(x=4\), the values of \(h\) are no greater than \(h(4)\). Applying the increasing logarithm preserves that comparison, so nearby values of \(f\) are no greater than \(f(4)\). Thus \(f\) also has a local maximum at \(x_0=4\).

Answer

\(x_0=4\). Because \(\ln(u)\) is strictly increasing for \(u>0\), it preserves the location and type of the local maximum.
55555311
Function \(c\) accepts an input measured in minutes and returns an output measured in dollars. Function \(d\) accepts an input measured in dollars and returns an output measured in reward points. Starting with a ride time \(t\) measured in minutes, which composition is meaningful: \(d(c(t))\) or \(c(d(t))\)? Explain by tracking the units through the two functions.

Hints

- Track the unit entering and leaving each function. - Ask which rule can accept the original ride-time input. - The inner function must produce the kind of quantity that the outer function accepts.

Solution

1. The starting quantity is in minutes, so it can be used as an input to \(c\). 2. The output \(c(t)\) is in dollars, which is exactly the input unit required by \(d\). 3. Therefore, \(d(c(t))\) is meaningful. The expression \(c(d(t))\) is not meaningful from the stated units because \(d\) cannot take the original minute input.

Answer

\(d(c(t))\). Minutes enter \(c\), dollars come out of \(c\), and those dollars can then enter \(d\).
55555411
A robotics club uses two tables. The first function \(p\) gives the number of completed test runs after \(h\) hours of practice. The second function \(s\) converts a number of completed test runs into a score in points. <table> <tr><th>\(h\) (hours)</th><th>\(p(h)\) (test runs)</th></tr> <tr><td>2</td><td>18</td></tr> <tr><td>4</td><td>35</td></tr> <tr><td>6</td><td>51</td></tr> </table> <table> <tr><th>\(n\) (test runs)</th><th>\(s(n)\) (points)</th></tr> <tr><td>51</td><td>32</td></tr> <tr><td>18</td><td>9</td></tr> <tr><td>44</td><td>26</td></tr> <tr><td>35</td><td>20</td></tr> </table> Find \(s(p(4))\) and interpret the result, including its unit.

Hints

- Start with the innermost function and use the first table. - The output from the first lookup becomes the input for the second lookup. - Check the units as the quantity moves from one table to the next.

Solution

1. From the first table, \(p(4)=35\) test runs. 2. Use that output as the input of \(s\). From the second table, \(s(35)=20\) points. 3. Therefore, \(s(p(4))=20\), meaning that \(4\) hours of practice corresponds to a score of \(20\) points in this two-stage model.

Answer

\(s(p(4))=20\) points. In the model, \(4\) hours of practice leads to a score of \(20\) points.
52576511
Let \(f(x)=x^2-1\) and \(g(x)=\frac{2}{x+3}\). Find each function and its maximal real domain. a) \(f+g\) b) \(g\circ f\) c) \(f\circ g\)

Hints

- Identify the domain of each original function first. - For a sum, both functions must be defined. - For a composition, determine which function is applied first. - A rational expression is undefined when its denominator is zero.

Solution

1. The domains of the original functions are \(D_f=\mathbb{R}\) and \(D_g=\mathbb{R}\setminus\{-3\}\). 2. For the sum, \((f+g)(x)=x^2-1+\frac{2}{x+3}\). Both functions must be defined, so the domain is \(\mathbb{R}\setminus\{-3\}\). 3. For \(g\circ f\), \((g\circ f)(x)=\frac{2}{(x^2-1)+3}=\frac{2}{x^2+2}\). The denominator is positive for every real \(x\), so the domain is \(\mathbb{R}\). 4. For \(f\circ g\), \((f\circ g)(x)=\left(\frac{2}{x+3}\right)^2-1=\frac{4}{(x+3)^2}-1\). The only restriction is \(x\ne-3\).

Answer

a) \((f+g)(x)=x^2-1+\frac{2}{x+3}\), \(D=\mathbb{R}\setminus\{-3\}\) b) \((g\circ f)(x)=\frac{2}{x^2+2}\), \(D=\mathbb{R}\) c) \((f\circ g)(x)=\frac{4}{(x+3)^2}-1\), \(D=\mathbb{R}\setminus\{-3\}\)
52576611
Let \(u(x)=\ln(x)\) and \(v(x)=x^2-4\). Find each function and its maximal real domain. a) \(uv\) b) \(u\circ v\) c) \(v\circ u\)

Hints

- The input of a natural logarithm must be positive. - Pay attention to the order of the functions in each composition. - Solve the inequality that makes the logarithm input positive. - Squaring the output of a logarithm adds no new domain restriction.

Solution

1. The original domains are \(D_u=(0, \infty)\) and \(D_v=\mathbb{R}\). 2. For the product, \((uv)(x)=(x^2-4)\ln(x)\). Both factors must be defined, so the domain is \((0, \infty)\). 3. For \(u\circ v\), \((u\circ v)(x)=\ln(x^2-4)\). The logarithm requires \(x^2-4>0\), so the domain is \((-\infty, -2)\cup(2, \infty)\). 4. For \(v\circ u\), \((v\circ u)(x)=(\ln(x))^2-4\). The logarithm requires \(x>0\), and there are no further restrictions, so the domain is \((0, \infty)\).

Answer

a) \((uv)(x)=(x^2-4)\ln(x)\), \(D=(0, \infty)\) b) \((u\circ v)(x)=\ln(x^2-4)\), \(D=(-\infty, -2)\cup(2, \infty)\) c) \((v\circ u)(x)=(\ln(x))^2-4\), \(D=(0, \infty)\)
52576911
For each pair of functions, find \(f=u\circ v\) and \(g=v\circ u\), including the maximal real domain of each composition. a) \(u(x)=\frac{2}{x-4}\) and \(v(x)=x^2\) b) \(u(x)=x-5\) and \(v(x)=\sqrt{x}\)

Hints

- Determine the domain of the inner function first. - The output of the inner function must be in the domain of the outer function. - A denominator cannot be zero. - A square-root radicand must be nonnegative.

Solution

1. For part a, \(f(x)=u(v(x))=\frac{2}{x^2-4}\). The denominator cannot equal zero, so \(x\ne-2\) and \(x\ne2\). Thus \(D_f=\mathbb{R}\setminus\{-2, 2\}\). 2. Also, \(g(x)=v(u(x))=\left(\frac{2}{x-4}\right)^2=\frac{4}{(x-4)^2}\). The inner function is undefined at \(x=4\), so \(D_g=\mathbb{R}\setminus\{4\}\). 3. For part b, \(f(x)=u(v(x))=\sqrt{x}-5\). The square root requires \(x\ge0\), so \(D_f=[0, \infty)\). 4. Also, \(g(x)=v(u(x))=\sqrt{x-5}\). The radicand must be nonnegative, so \(x\ge5\) and \(D_g=[5, \infty)\).

Answer

a) \(f(x)=\frac{2}{x^2-4}\), \(D_f=\mathbb{R}\setminus\{-2, 2\}\); \(g(x)=\frac{4}{(x-4)^2}\), \(D_g=\mathbb{R}\setminus\{4\}\) b) \(f(x)=\sqrt{x}-5\), \(D_f=[0, \infty)\); \(g(x)=\sqrt{x-5}\), \(D_g=[5, \infty)\)
52578611
Let \(f(x)=2x+5\) and \(g(x)=3x+c\), where \(c\in\mathbb{R}\). a) Find equations for \(h=f\circ g\) and \(k=g\circ f\). b) Find the value of \(c\) for which \(h(x)=k(x)\) for every real \(x\). c) Choose any other value of \(c\) and show that the compositions are not equal.

Hints

- Substitute the entire inner function into the outer function. - Two linear functions are identical when their corresponding coefficients are equal. - Use a simple value of \(c\) for the counterexample.

Solution

1. The compositions are \(h(x)=f(g(x))=2(3x+c)+5=6x+2c+5\) and \(k(x)=g(f(x))=3(2x+5)+c=6x+15+c\). 2. The x-coefficients already agree. Equating the constant terms gives \(2c+5=15+c\), so \(c=10\). 3. For example, if \(c=0\), then \(h(x)=6x+5\) and \(k(x)=6x+15\). These functions are not equal, so the compositions are not commutative for this value. The same conclusion holds for every \(c\ne10\).

Answer

a) \(h(x)=6x+2c+5\) and \(k(x)=6x+15+c\) b) \(c=10\) c) For example, when \(c=0\), \(h(x)=6x+5\ne6x+15=k(x)\).
52578911
Let \(u(x)=\ln(x)\) and \(v(x)=\frac{1}{x^2-4}\). Find equations for \(f=u\circ v\) and \(g=v\circ u\), including the maximal real domain of each composition.

Hints

- Check the domain of the inner function first. - The input of a logarithm must be positive. - A rational expression is undefined when its denominator is zero.

Solution

1. For \(f=u\circ v\), \(f(x)=\ln\left(\frac{1}{x^2-4}\right)\). The logarithm input must be positive, so \(\frac{1}{x^2-4}>0\). This requires \(x^2-4>0\), or \(|x|>2\). Thus \(D_f=(-\infty, -2)\cup(2, \infty)\). 2. For \(g=v\circ u\), \(g(x)=\frac{1}{(\ln(x))^2-4}\). First, \(x>0\). Also, the denominator cannot be zero, so \((\ln(x))^2\ne4\). Therefore, \(x\ne e^{-2}\) and \(x\ne e^2\). 3. Hence \(D_g=(0, e^{-2})\cup(e^{-2}, e^2)\cup(e^2, \infty)\).

Answer

\(f(x)=\ln\left(\frac{1}{x^2-4}\right)\), \(D_f=(-\infty, -2)\cup(2, \infty)\) \(g(x)=\frac{1}{(\ln(x))^2-4}\), \(D_g=(0, e^{-2})\cup(e^{-2}, e^2)\cup(e^2, \infty)\)
52579011
Let \(u(x)=\sqrt{x}\) and \(v(x)=\frac{x+3}{x-1}\). Find equations for \(f=u\circ v\) and \(g=v\circ u\), including the maximal real domain of each composition.

Hints

- A square-root radicand must be nonnegative. - A denominator cannot be zero. - Use a sign chart for the rational inequality. - Begin with the domain of the inner function.

Solution

1. For \(f=u\circ v\), \(f(x)=\sqrt{\frac{x+3}{x-1}}\). The rational expression must be defined and nonnegative. A sign analysis at the critical values \(-3\) and \(1\) gives \(D_f=(-\infty, -3]\cup(1, \infty)\). 2. For \(g=v\circ u\), \(g(x)=\frac{\sqrt{x}+3}{\sqrt{x}-1}\). The square root requires \(x\ge0\), and the denominator requires \(\sqrt{x}\ne1\), so \(x\ne1\). 3. Therefore, \(D_g=[0, 1)\cup(1, \infty)\).

Answer

\(f(x)=\sqrt{\frac{x+3}{x-1}}\), \(D_f=(-\infty, -3]\cup(1, \infty)\) \(g(x)=\frac{\sqrt{x}+3}{\sqrt{x}-1}\), \(D_g=[0, 1)\cup(1, \infty)\)
52580611
Consider the function \(k(x)=\frac{4}{\ln(x^2+e)}\). a) Write \(k\) as a composition of three functions in the form \(k=f\circ g\circ h\). b) Find the range of \(k\).

Hints

- Follow the operations from the inside outward. - Find the smallest possible value of the logarithm input. - Determine how the reciprocal changes as its positive denominator increases.

Solution

1. One decomposition follows the order of operations: \(h(x)=x^2+e\), \(g(x)=\ln(x)\), and \(f(x)=\frac{4}{x}\). Then \((f\circ g\circ h)(x)=\frac{4}{\ln(x^2+e)}\). 2. Since \(x^2\ge0\), \(x^2+e\ge e\), so \(\ln(x^2+e)\ge1\). 3. The denominator takes every value in \([1, \infty)\). Therefore, \(k(x)\) is positive, has maximum value \(4\), and approaches \(0\) without reaching it. The range is \((0, 4]\).

Answer

a) One possible decomposition is \(h(x)=x^2+e\), \(g(x)=\ln(x)\), and \(f(x)=\frac{4}{x}\). b) \((0, 4]\)
52581311
The functions \(a\) and \(b\) are given by the table. <table> <tr> <td>\(x\)</td> <td>\(-3\)</td> <td>\(-2\)</td> <td>\(-1\)</td> <td>\(0\)</td> <td>\(1\)</td> </tr> <tr> <td>\(a(x)\)</td> <td>\(0\)</td> <td>\(-1\)</td> <td>\(1\)</td> <td>\(-3\)</td> <td>\(-2\)</td> </tr> <tr> <td>\(b(x)\)</td> <td>\(-1\)</td> <td>\(1\)</td> <td>\(0\)</td> <td>\(-3\)</td> <td>\(-2\)</td> </tr> </table> Create a value table for \(f(x)=(a\circ b)(x)\) and \(g(x)=(b\circ a)(x)\).

Hints

- In \((a\circ b)(x)\), evaluate \(b\) first. - Use the first output as the input for the second table lookup.

Solution

1. For \(f(x)=a(b(x))\), read the value of \(b(x)\) first and then use it as the input of \(a\). This gives \(f(-3)=1\), \(f(-2)=-2\), \(f(-1)=-3\), \(f(0)=0\), and \(f(1)=-1\). 2. For \(g(x)=b(a(x))\), read the value of \(a(x)\) first and then use it as the input of \(b\). This gives \(g(-3)=-3\), \(g(-2)=0\), \(g(-1)=-2\), \(g(0)=-1\), and \(g(1)=1\).

Answer

<table> <tr> <td>\(x\)</td> <td>\(-3\)</td> <td>\(-2\)</td> <td>\(-1\)</td> <td>\(0\)</td> <td>\(1\)</td> </tr> <tr> <td>\(f(x)\)</td> <td>\(1\)</td> <td>\(-2\)</td> <td>\(-3\)</td> <td>\(0\)</td> <td>\(-1\)</td> </tr> <tr> <td>\(g(x)\)</td> <td>\(-3\)</td> <td>\(0\)</td> <td>\(-2\)</td> <td>\(-1\)</td> <td>\(1\)</td> </tr> </table>
52581411
The functions \(u\) and \(v\) are given by the table. <table> <tr> <td>\(x\)</td> <td>\(1\)</td> <td>\(2\)</td> <td>\(3\)</td> <td>\(4\)</td> <td>\(5\)</td> </tr> <tr> <td>\(u(x)\)</td> <td>\(3\)</td> <td>\(1\)</td> <td>\(4\)</td> <td>\(5\)</td> <td>\(2\)</td> </tr> <tr> <td>\(v(x)\)</td> <td>\(2\)</td> <td>\(4\)</td> <td>\(1\)</td> <td>\(3\)</td> <td>\(5\)</td> </tr> </table> a) Evaluate \(u(v(4))\). b) Find all \(x\in\{1, 2, 3, 4, 5\}\) for which \((u\circ v)(x)=(v\circ u)(x)\).

Hints

- Evaluate the inner function first. - In part b, compute both compositions for each listed input and compare them.

Solution

1. Since \(v(4)=3\) and \(u(3)=4\), \(u(v(4))=4\). 2. Compare the two compositions at each input. They are equal at \(x=1\), where both values are \(1\), and at \(x=3\), where both values are \(3\). 3. At \(x=2\), \(x=4\), and \(x=5\), the two composition values are different. Therefore, the solution set is \(\{1, 3\}\).

Answer

a) \(4\) b) \(x\in\{1, 3\}\)
52581811
Consider \(f(x)=\sqrt{e^{2x}+1}\). a) Find functions \(u\) and \(v\) such that \(f=u\circ v\). b) Decompose \(f\) into three functions \(p\), \(q\), and \(r\) such that \(f(x)=p(q(r(x)))\). c) Let \(g(x)=\frac{1}{e^{2x}+1}\). Using your function \(v\) from part a, find a function \(w\) such that \(g=w\circ v\).

Hints

- Treat the entire radicand as one expression in part a. - Break the inner expression into smaller steps for part b. - In part c, replace the repeated inner expression with a temporary variable.

Solution

1. For part a, choose \(v(x)=e^{2x}+1\) and \(u(x)=\sqrt{x}\). 2. One three-function decomposition is \(r(x)=2x\), \(q(x)=e^x+1\), and \(p(x)=\sqrt{x}\). 3. Since \(v(x)=e^{2x}+1\) and \(g(x)=\frac{1}{v(x)}\), choose \(w(x)=\frac{1}{x}\).

Answer

a) \(v(x)=e^{2x}+1\), \(u(x)=\sqrt{x}\) b) One possible answer is \(r(x)=2x\), \(q(x)=e^x+1\), and \(p(x)=\sqrt{x}\). c) \(w(x)=\frac{1}{x}\)
52582111
Let \(p\) and \(q\) be polynomial functions of degrees \(n\) and \(m\), respectively, where \(n,m\ge1\). 1) Find the degree of \(f(x)=(p\circ q)(x)\). Justify your answer using the leading terms. 2) Eleni claims, “Composing two quadratic functions always produces another quadratic function.” Determine whether the claim is true. 3) Let \(p(x)=x^2-2\). Find \(h(x)=(p\circ p)(x)\) and state its degree.

Hints

- Track what happens to the highest power under substitution. - Use \((x^m)^n=x^{mn}\). - Expand the composition in part 3.

Solution

1. Write the leading terms as \(p(x)=a_nx^n+\cdots\) and \(q(x)=b_mx^m+\cdots\), where \(a_n\ne0\) and \(b_m\ne0\). The leading term of \(p(q(x))\) is \(a_n(b_mx^m)^n=a_nb_m^nx^{mn}\). Therefore, the degree is \(mn\). 2. Eleni's claim is false. If both functions have degree \(2\), their composition has degree \(2\cdot2=4\), not degree \(2\). 3. \(h(x)=(x^2-2)^2-2=x^4-4x^2+2\), so its degree is \(4\).

Answer

1) \(mn\) 2) The claim is false; the composition has degree \(4\). 3) \(h(x)=x^4-4x^2+2\), degree \(4\)
52593111
Let \(v(x)=2+\sin(x)\) and \(u(t)=\ln(t)\), so that \(f(x)=(u\circ v)(x)=\ln(2+\sin(x))\). a) Find the range of the inner function \(v\). b) Use that range together with the domain of \(u\) to find the maximal real domain of the composition \(f\). c) Use the fact that \(u(t)=\ln(t)\) is increasing to find the range of \(f\).

Hints

- Treat the expression as an outer function applied to an inner function rather than analyzing both layers at once. - Determine every possible output of \(v(x)=2+\sin(x)\) before checking whether those outputs are legal inputs to \(u\). - For the final range, ask what an increasing outer function does to the endpoints of the inner range.

Solution

1. Since \(-1\le\sin(x)\le1\), adding \(2\) gives \(1\le v(x)\le3\). Thus, the range of \(v\) is \([1,3]\). 2. The outer function \(u(t)=\ln(t)\) requires \(t>0\). Every output of \(v\) lies in \([1,3]\), so every real input \(x\) produces an allowed input for \(u\). Therefore, the domain of \(f=u\circ v\) is \(\mathbb{R}\). 3. Because \(u\) is increasing, it maps the interval \([1,3]\) to \([\ln(1),\ln(3)]\). Hence, the range of \(f\) is \([0,\ln(3)]\).

Answer

a) \([1,3]\) b) \(\mathbb{R}\) c) \([0,\ln(3)]\)
52594911
Let \(u(x)=\frac{3}{x-4}\) and \(v(x)=x^2+1\). Find equations for \(f=u\circ v\) and \(g=v\circ u\), including the maximal real domain of each composition.

Hints

- Substitute the entire inner function into the outer function. - A denominator cannot be zero. - Check the inner function domain before considering the outer function.

Solution

1. \(f(x)=u(v(x))=\frac{3}{(x^2+1)-4}=\frac{3}{x^2-3}\). The denominator is zero at \(x=\pm\sqrt{3}\), so \(D_f=\mathbb{R}\setminus\{-\sqrt{3}, \sqrt{3}\}\). 2. \(g(x)=v(u(x))=\left(\frac{3}{x-4}\right)^2+1=\frac{9}{(x-4)^2}+1\). The inner function is undefined at \(x=4\), so \(D_g=\mathbb{R}\setminus\{4\}\).

Answer

\(f(x)=\frac{3}{x^2-3}\), \(D_f=\mathbb{R}\setminus\{-\sqrt{3}, \sqrt{3}\}\) \(g(x)=\frac{9}{(x-4)^2}+1\), \(D_g=\mathbb{R}\setminus\{4\}\)
52595011
Let \(u(x)=\ln(x)\) and \(v(x)=4-x^2\). Find equations for \(f=u\circ v\) and \(g=v\circ u\), including the maximal real domain of each composition.

Hints

- The input of a logarithm must be positive. - Check the inner function domain first. - A polynomial outer function accepts every real input.

Solution

1. \(f(x)=u(v(x))=\ln(4-x^2)\). The logarithm requires \(4-x^2>0\), so \(-2<x<2\). Therefore, \(D_f=(-2, 2)\). 2. \(g(x)=v(u(x))=4-(\ln(x))^2\). The logarithm requires \(x>0\), while the polynomial outer function adds no restrictions. Therefore, \(D_g=(0, \infty)\).

Answer

\(f(x)=\ln(4-x^2)\), \(D_f=(-2, 2)\) \(g(x)=4-(\ln(x))^2\), \(D_g=(0, \infty)\)
52600511
Let \(u(x)=\sqrt{x+2}\) and \(v(x)=\frac{2}{x-1}\). Find equations for \(f=u\circ v\) and \(g=v\circ u\), including the maximal real domain of each composition.

Hints

- Substitute in the correct order. - A square-root radicand must be nonnegative. - A denominator cannot be zero. - Use a sign chart for the rational radicand.

Solution

1. \(f(x)=u(v(x))=\sqrt{\frac{2}{x-1}+2}=\sqrt{\frac{2x}{x-1}}\). The radicand must be nonnegative and \(x\ne1\). A sign analysis gives \(D_f=(-\infty, 0]\cup(1, \infty)\). 2. \(g(x)=v(u(x))=\frac{2}{\sqrt{x+2}-1}\). The square root requires \(x\ge-2\), and the denominator requires \(x\ne-1\). Thus \(D_g=[-2, -1)\cup(-1, \infty)\).

Answer

\(f(x)=\sqrt{\frac{2x}{x-1}}\), \(D_f=(-\infty, 0]\cup(1, \infty)\) \(g(x)=\frac{2}{\sqrt{x+2}-1}\), \(D_g=[-2, -1)\cup(-1, \infty)\)
52634011
Analyze the function \(g(x)=2^{-x^2+1}\). a) Verify algebraically whether its graph is symmetric about the y-axis. b) Find the coordinates of the highest point on the graph. c) Find the limits of \(g(x)\) as \(x\to\infty\) and as \(x\to-\infty\). Explain the geometric meaning of these limits.

Hints

- Test whether \(g(-x)=g(x)\). - First determine where the exponent \(-x^2+1\) is greatest. - Analyze the exponent as \(|x|\) becomes large.

Solution

1. \(g(-x)=2^{-(-x)^2+1}=2^{-x^2+1}=g(x)\), so \(g\) is even and its graph is symmetric about the y-axis. 2. Because the base \(2\) is greater than \(1\), \(g(x)\) is largest when the exponent \(-x^2+1\) is largest. This occurs at \(x=0\), where \(g(0)=2\). The highest point is \((0, 2)\). 3. As \(x\to\infty\) or \(x\to-\infty\), the exponent \(-x^2+1\to-\infty\). Therefore, \(g(x)\to0\) in both directions. 4. Geometrically, the x-axis, \(y=0\), is a horizontal asymptote on both ends of the graph.

Answer

a) Yes; \(g(-x)=g(x)\), so the graph is symmetric about the y-axis. b) \((0, 2)\) c) \(g(x)\to0\) as \(x\to\infty\) and as \(x\to-\infty\); \(y=0\) is a horizontal asymptote.
52950611
Let \(u(x)=\sqrt{x}\), \(v(x)=x^2+2\), and \(w(x)=\frac{1}{x}\). a) Find equations and maximal real domains for \(g(x)=u(v(w(x)))\) and \(h(x)=w(v(u(x)))\). b) Evaluate \(g(1)\) and \(h(1)\). Explain briefly why the values are different.

Hints

- Work from the inside outward. - Check the reciprocal and square-root restrictions when finding each domain. - Substitute \(x=1\) only after simplifying the compositions.

Solution

1. \(g(x)=u(v(w(x)))=\sqrt{\frac{1}{x^2}+2}\). The reciprocal requires \(x\ne0\), and the radicand is positive for every such \(x\). Therefore, \(D_g=\mathbb{R}\setminus\{0\}\). 2. \(h(x)=w(v(u(x)))=\frac{1}{(\sqrt{x})^2+2}=\frac{1}{x+2}\). The original composition requires \(x\ge0\), so \(D_h=[0, \infty)\). 3. \(g(1)=\sqrt{3}\) and \(h(1)=\frac{1}{3}\). The values differ because changing the order of function composition generally changes the result.

Answer

a) \(g(x)=\sqrt{\frac{1}{x^2}+2}\), \(D_g=\mathbb{R}\setminus\{0\}\); \(h(x)=\frac{1}{x+2}\), \(D_h=[0, \infty)\) b) \(g(1)=\sqrt{3}\) and \(h(1)=\frac{1}{3}\)
52950711
The outer function is \(u(x)=\sqrt{x}\), with domain \([0, \infty)\). For each inner function \(v\), find the largest subset of its stated domain on which \(u(v(x))\) is defined. a) \(v(x)=5-2x\), \(D_v=\mathbb{R}\) b) \(v(x)=x^2-16\), \(D_v=\mathbb{R}\) c) \(v(x)=\frac{x+4}{x-2}\), \(D_v=\mathbb{R}\setminus\{2\}\)

Hints

- The output of \(v\) must be nonnegative. - Write and solve an inequality for each part. - Use a sign chart for the rational inequality. - Preserve any exclusions from the original domain.

Solution

1. Each composition requires \(v(x)\ge0\). 2. For part a, \(5-2x\ge0\) gives \(x\le\frac{5}{2}\). The domain is \((-\infty, \frac{5}{2}]\). 3. For part b, \(x^2-16\ge0\) gives \(x\le-4\) or \(x\ge4\). The domain is \((-\infty, -4]\cup[4, \infty)\). 4. For part c, solve \(\frac{x+4}{x-2}\ge0\) using the critical values \(-4\) and \(2\). The solution is \(x\le-4\) or \(x>2\). Thus the domain is \((-\infty, -4]\cup(2, \infty)\).

Answer

a) \((-\infty, \frac{5}{2}]\) b) \((-\infty, -4]\cup[4, \infty)\) c) \((-\infty, -4]\cup(2, \infty)\)
52950811
Let the outer function be \(u(x)=\ln(x)\), whose domain is \((0, \infty)\). For each inner function \(v\), find the largest subset of its stated domain on which \(u(v(x))\) is defined. a) \(v(x)=e^x-5\), \(D_v=\mathbb{R}\) b) \(v(x)=\frac{1}{x^2-1}\), \(D_v=\mathbb{R}\setminus\{-1, 1\}\)

Hints

- The input of a logarithm must be positive. - Use logarithms to solve the exponential inequality. - A fraction with positive numerator is positive when its denominator is positive.

Solution

1. Each composition requires \(v(x)>0\). 2. For part a, \(e^x-5>0\) gives \(e^x>5\), so \(x>\ln(5)\). The domain is \((\ln(5), \infty)\). 3. For part b, \(\frac{1}{x^2-1}>0\). Since the numerator is positive, the denominator must be positive: \(x^2-1>0\). Thus \(x<-1\) or \(x>1\), and the domain is \((-\infty, -1)\cup(1, \infty)\).

Answer

a) \((\ln(5), \infty)\) b) \((-\infty, -1)\cup(1, \infty)\)
53261111
The figure shows the graphs of a quadratic function \(u\) and a linear function \(v\). Define \(f(x)=u(v(x))\) and \(g(x)=v(u(x))\). a) Use the graphs to find \(f(0)\) and \(g(2)\). Explain the order in which you read each value. b) Use the graphs to find all real zeros of \(f\) and \(g\). c) Determine equations for \(u\) and \(v\) from the graphs, and then find equations for \(f\) and \(g\).
Figure for problem 532611

Hints

- Evaluate the inner graph before the outer graph. - For a composition to equal zero, the inner output must be a zero of the outer function. - Use the vertex and intercepts to identify the quadratic equation. - Use two points to identify the linear equation.

Solution

1. Since \(v(0)=0\) and \(u(0)=-1\), \(f(0)=u(v(0))=-1\). Since \(u(2)=0\) and \(v(0)=0\), \(g(2)=v(u(2))=0\). 2. For \(f(x)=0\), the value \(v(x)\) must equal a zero of \(u\). The graph of \(u\) has zeros \(-2\) and \(2\). Since \(v(-4)=-2\) and \(v(4)=2\), the zeros of \(f\) are \(-4\) and \(4\). 3. For \(g(x)=0\), \(u(x)\) must equal the zero of \(v\), which is \(0\). Thus the zeros of \(g\) are the zeros of \(u\): \(-2\) and \(2\). 4. The graphs give \(u(x)=0.25x^2-1\) and \(v(x)=0.5x\). Therefore, \(f(x)=0.25(0.5x)^2-1=0.0625x^2-1\), and \(g(x)=0.5(0.25x^2-1)=0.125x^2-0.5\).

Answer

a) \(f(0)=-1\) and \(g(2)=0\) b) Zeros of \(f\): \(x=-4, 4\); zeros of \(g\): \(x=-2, 2\) c) \(u(x)=0.25x^2-1\), \(v(x)=0.5x\), \(f(x)=0.0625x^2-1\), and \(g(x)=0.125x^2-0.5\)
53261311
Let \(f(x)=x^2\), \(g(x)=\cos(x)\), and \(h(x)=x-1\). The figure shows three of the following compositions: \(u(x)=g(h(x))\), \(v(x)=h(g(x))\), \(w(x)=f(h(x))\), and \(z(x)=h(f(x))\). Match graphs p, q, and r to the correct compositions. Justify each match using features such as shifts, symmetry, vertices, or intercepts.
Figure for problem 532613

Hints

- Write an equation for each possible composition first. - Distinguish horizontal shifts from vertical shifts. - Compare the vertices of the two possible parabolas.

Solution

1. The four possible equations are \(u(x)=\cos(x-1)\), \(v(x)=\cos(x)-1\), \(w(x)=(x-1)^2\), and \(z(x)=x^2-1\). 2. Graph p is a cosine curve shifted \(1\) unit right, with a maximum at \(x=1\), so it represents \(u(x)=\cos(x-1)\). 3. Graph q is a cosine curve shifted \(1\) unit down, with range \([-2, 0]\), so it represents \(v(x)=\cos(x)-1\). 4. Graph r is an upward-opening parabola with vertex \((0, -1)\), so it represents \(z(x)=x^2-1\), not \(w(x)=(x-1)^2\).

Answer

Graph p: \(u(x)=g(h(x))=\cos(x-1)\); Graph q: \(v(x)=h(g(x))=\cos(x)-1\); Graph r: \(z(x)=h(f(x))=x^2-1\); unused: \(w(x)=f(h(x))=(x-1)^2\)
53261411
Let \(u(x)=e^x\), \(v(x)=x^2\), and \(w(x)=-x+2\). The figure shows graphs p and q, each produced by composing two of these functions. Identify each composition and justify your choice using symmetry, intercepts, or end behavior.
Figure for problem 532614

Hints

- Use symmetry and the vertex to identify the parabola. - Compare y-intercepts and horizontal asymptotes for the exponential graph. - Write equations for likely compositions and compare their features.

Solution

1. Graph p is a downward-opening parabola with vertex \((0, 2)\) and y-axis symmetry. The composition \(w(v(x))=-x^2+2\) has exactly these features, so graph p represents \(w\circ v\). 2. Graph q approaches the horizontal asymptote \(y=2\) as \(x\to-\infty\), passes through \((0, 1)\), and decreases without bound as \(x\to\infty\). The composition \(w(u(x))=-e^x+2\) has these features, so graph q represents \(w\circ u\).

Answer

\(p: (w\circ v)(x)=-x^2+2\); \(q: (w\circ u)(x)=-e^x+2\)
53264211
The figure shows the graph of \(f\). Define \(g(x)=e^{f(x)}\). a) Use the graph to find the exact values of \(g(0)\) and \(g(2)\). b) Determine the end behavior of \(g(x)\) as \(x\to\infty\) and as \(x\to-\infty\). c) Use the graph of \(f\) to determine where \(g\) reaches its maximum and give the coordinates of the maximum point.
Figure for problem 532642

Hints

- Read the inner-function values from the graph first. - Consider what happens to \(e^u\) as \(u\to-\infty\). - A strictly increasing outer function preserves the location of maxima.

Solution

1. The graph gives \(f(0)=1\) and \(f(2)=0\). Therefore, \(g(0)=e^1=e\) and \(g(2)=e^0=1\). 2. The graph of \(f\) is a downward-opening parabola, so \(f(x)\to-\infty\) as \(x\to\pm\infty\). Therefore, \(g(x)=e^{f(x)}\to0\) in both directions. 3. Because the exponential function is strictly increasing, \(g\) reaches its maximum at the same x-value as \(f\). The graph of \(f\) has maximum value \(1\) at \(x=0\), so the maximum point of \(g\) is \((0, e)\).

Answer

a) \(g(0)=e\) and \(g(2)=1\) b) \(\lim_{x\to\infty}g(x)=0\) and \(\lim_{x\to-\infty}g(x)=0\) c) Maximum point: \((0, e)\)
53267311
The figure shows the graph of a rational function \(f\). For \(h(x)=\ln(f(x))\), find the maximal real domain and describe the monotonic behavior of \(h\).
Figure for problem 532673

Hints

- The input of a logarithm must be positive. - Identify where the graph of \(f\) lies above the x-axis. - A strictly increasing outer function preserves monotonicity.

Solution

1. The logarithm requires \(f(x)>0\). From the graph, \(f\) is positive only for \(-1<x<3\). The point \(x=-1\) is a vertical asymptote and \(x=3\) is a zero, so neither endpoint is included. Thus \(D_h=(-1, 3)\). 2. The natural logarithm is strictly increasing, so it preserves the monotonic behavior of positive inputs. The graph of \(f\) is strictly decreasing on \((-1, 3)\). Therefore, \(h\) is strictly decreasing throughout its domain.

Answer

Domain: \((-1, 3)\) Monotonic behavior: strictly decreasing on \((-1, 3)\)
53444411
The figure shows the graphs of \(u(x)=2^x\) and \(v(x)=x-2\). Define \(f=u\circ v\) and \(g=v\circ u\). a) Use the graphs to find \(f(3)\) and \(g(1)\). b) Use the graphs to solve \(f(x)=1\) and \(g(x)=0\). c) Describe the transformation that maps the graph of \(u\) to the graph of \(f\), and the transformation that maps the graph of \(u\) to the graph of \(g\).
Figure for problem 534444

Hints

- Evaluate the inner function first. - Work backward from the output of the outer function when solving an equation. - Changes inside the exponent produce horizontal shifts; changes outside produce vertical shifts.

Solution

1. Since \(v(3)=1\) and \(u(1)=2\), \(f(3)=2\). Since \(u(1)=2\) and \(v(2)=0\), \(g(1)=0\). 2. The equation \(f(x)=1\) means \(u(v(x))=1\). Since \(u(0)=1\), solve \(v(x)=0\), which gives \(x=2\). The equation \(g(x)=0\) means \(v(u(x))=0\). Since \(v(2)=0\), solve \(u(x)=2\), which gives \(x=1\). 3. Since \(f(x)=2^{x-2}\), its graph is the graph of \(u\) shifted \(2\) units right. Since \(g(x)=2^x-2\), its graph is the graph of \(u\) shifted \(2\) units down.

Answer

a) \(f(3)=2\) and \(g(1)=0\) b) \(f(x)=1\) at \(x=2\); \(g(x)=0\) at \(x=1\) c) \(f\): shift \(2\) units right; \(g\): shift \(2\) units down
53444911
The figure shows four graphs created by composing pairs of these functions: \(f(x)=2^x\), \(g(x)=-x\), and \(h(x)=x-3\). Match graphs p–s to the following compositions: \(k_a(x)=f(g(x))\), \(k_b(x)=g(f(x))\), \(k_c(x)=f(h(x))\), and \(k_d(x)=h(f(x))\).
Figure for problem 534449

Hints

- Write an equation for each composition. - Identify reflections and horizontal or vertical shifts. - Compare y-intercepts and end behavior.

Solution

1. \(f(g(x))=2^{-x}\) is a decreasing exponential function with y-intercept \(1\), so it is graph p. 2. \(g(f(x))=-2^x\) is the graph of \(2^x\) reflected across the x-axis, so it is graph q. 3. \(f(h(x))=2^{x-3}\) is the graph of \(2^x\) shifted \(3\) units right, so it is graph r. 4. \(h(f(x))=2^x-3\) is the graph of \(2^x\) shifted \(3\) units down, so it is graph s.

Answer

p: \(k_a(x)=f(g(x))\); q: \(k_b(x)=g(f(x))\); r: \(k_c(x)=f(h(x))\); s: \(k_d(x)=h(f(x))\)
53445011
Let \(f(x)=|x|\), \(g(x)=\sin(x)\), and \(h(x)=x-2\). Match graphs p–s to these compositions: \(u_1(x)=f(g(x))\), \(u_2(x)=g(f(x))\), \(u_3(x)=h(f(x))\), and \(u_4(x)=h(g(x))\).
Figure for problem 534450

Hints

- Check whether each graph can have negative outputs. - Look for y-axis symmetry and sharp corners. - Identify vertical shifts from the basic graphs.

Solution

1. \(f(g(x))=|\sin(x)|\) is periodic and never negative, so it is graph p. 2. \(g(f(x))=\sin(|x|)\) is symmetric about the y-axis and has a corner at the origin, so it is graph q. 3. \(h(f(x))=|x|-2\) is a V-shaped graph with vertex \((0, -2)\), so it is graph r. 4. \(h(g(x))=\sin(x)-2\) is a sine curve shifted \(2\) units down, so it is graph s.

Answer

p) \(u_1(x)=f(g(x))\); q) \(u_2(x)=g(f(x))\); r) \(u_3(x)=h(f(x))\); s) \(u_4(x)=h(g(x))\)
53452711
The coordinate plane shows the graph of a linear function \(f\). Define \(g(x)=\ln(f(x))\). a) Find the domain of \(g\). b) Describe the behavior of \(g\) at both ends of its domain. c) Explain whether \(g\) is increasing or decreasing on its domain.
Figure for problem 534527

Hints

- Identify where the graph of \(f\) lies above the x-axis. - Recall the behavior of \(\ln(u)\) as \(u\to0^+\) and as \(u\to\infty\). - Consider the composition of two increasing functions.

Solution

1. From the graph, \(f(x)=0.5x+1\). The logarithm requires \(f(x)>0\), so \(0.5x+1>0\), which gives \(x>-2\). Thus, the domain is \((-2, \infty)\). 2. As \(x\to-2^+\), \(f(x)\to0^+\), so \(g(x)\to-\infty\). As \(x\to\infty\), \(f(x)\to\infty\), so \(g(x)\to\infty\). 3. The linear function \(f\) is strictly increasing, and \(\ln(x)\) is strictly increasing. Therefore, their composition \(g\) is strictly increasing on \((-2, \infty)\).

Answer

a) \((-2, \infty)\) b) \(\lim_{x\to-2^+}g(x)=-\infty\) and \(\lim_{x\to\infty}g(x)=\infty\) c) \(g\) is strictly increasing.
53459811
The graph shows a rational function \(f\). For the composite function \(g(x)=\ln(f(x))\), find the domain and describe the monotonicity on each interval of the domain.
Figure for problem 534598

Hints

- Find where the graph of \(f\) is above the x-axis. - Read the monotonicity of \(f\) on those intervals. - An increasing outer function preserves the monotonicity of the inner function.

Solution

1. The logarithm requires \(f(x)>0\). From the graph, \(f(x)>0\) for \(x<-1\) and \(x>1\). Thus, the domain is \((-\infty, -1)\cup(1, \infty)\). 2. The graph shows that \(f\) is strictly decreasing on both \((-\infty, -1)\) and \((1, \infty)\). 3. Since the natural logarithm is strictly increasing, composing with it preserves the direction of monotonicity. Therefore, \(g\) is strictly decreasing on each domain interval.

Answer

Domain: \((-\infty, -1)\cup(1, \infty)\) The function is strictly decreasing on \((-\infty, -1)\) and on \((1, \infty)\).
55555511
Let \(f(u)=\sqrt{u+2}\). Find a function \(g\), defined for \(x\ge-4\), such that \(f(g(x))=x+4\). Verify your function by composition and explain why the restriction \(x\ge-4\) matters in the verification.

Hints

- Replace the input of \(f\) by the unknown expression \(g(x)\). - Work backward from the required output while respecting the square root's nonnegative output. - In the verification, pay attention to the difference between \(\sqrt{z^2}\) and \(z\) for arbitrary real \(z\).

Solution

1. The equation \(f(g(x))=x+4\) means \(\sqrt{g(x)+2}=x+4\). 2. For \(x\ge-4\), the right side is nonnegative, so squaring gives \(g(x)+2=(x+4)^2\). 3. Therefore, \(g(x)=(x+4)^2-2\). 4. Verify: \(f(g(x))=\sqrt{(x+4)^2}=|x+4|\). Because \(x\ge-4\), \(|x+4|=x+4\), as required.

Answer

\(g(x)=(x+4)^2-2\) for \(x\ge-4\). The restriction ensures \(\sqrt{(x+4)^2}=|x+4|=x+4\).
52593211
Consider \(g(x)=\frac{2}{2\cos(x)-1}\). Find the maximal real domain and the range of \(g\).

Hints

- Find where the denominator equals zero. - Use the range of the cosine function to find the range of the denominator. - Analyze the reciprocal separately for negative and positive denominator values.

Solution

1. The denominator is zero when \(2\cos(x)-1=0\), or \(\cos(x)=\frac{1}{2}\). Thus \(x=2\pi k\pm\frac{\pi}{3}\), where \(k\in\mathbb{Z}\), must be excluded from the domain. 2. Since \(-1\le\cos(x)\le1\), the denominator \(u=2\cos(x)-1\) takes every value in \([-3, 1]\), except \(0\) when used in \(g\). 3. For \(u\in[-3, 0)\), \(\frac{2}{u}\in(-\infty, -\frac{2}{3}]\). For \(u\in(0, 1]\), \(\frac{2}{u}\in[2, \infty)\). 4. Therefore, the range is \((-\infty, -\frac{2}{3}]\cup[2, \infty)\).

Answer

Domain: \(\mathbb{R}\setminus\left\{2\pi k\pm\frac{\pi}{3}: k\in\mathbb{Z}\right\}\) Range: \((-\infty, -\frac{2}{3}]\cup[2, \infty)\)
52600611
Let \(u(x)=\ln(x^2-1)\) and \(v(x)=e^{x+1}\). Find equations for \(f=u\circ v\) and \(g=v\circ u\), including the maximal real domain of each composition.

Hints

- Apply the domain restriction of the logarithm. - Use exponential and logarithm properties to simplify. - Simplifying a formula does not restore inputs excluded by the original composition.

Solution

1. \(f(x)=u(v(x))=\ln((e^{x+1})^2-1)=\ln(e^{2x+2}-1)\). The logarithm requires \(e^{2x+2}-1>0\), which is equivalent to \(x>-1\). Thus \(D_f=(-1, \infty)\). 2. \(g(x)=v(u(x))=e^{\ln(x^2-1)+1}=e(x^2-1)\). The original composition still requires \(x^2-1>0\), even though the formula simplifies. Therefore, \(D_g=(-\infty, -1)\cup(1, \infty)\).

Answer

\(f(x)=\ln(e^{2x+2}-1)\), \(D_f=(-1, \infty)\) \(g(x)=e(x^2-1)\), \(D_g=(-\infty, -1)\cup(1, \infty)\)
52769411
Construct one function of the form \(h(x)=ae^{g(x)}+c\), where \(g\) is a polynomial and \(a,c\in\mathbb{R}\), whose graph has all three properties: - symmetry about the y-axis, - horizontal asymptote \(y=1\), and - a local minimum at \((0,-1)\). State your choices of \(a\), \(c\), and \(g(x)\), and verify the properties.

Hints

- The vertical shift determines the horizontal asymptote. - Choose an even polynomial exponent for y-axis symmetry. - Make the exponent approach \(-\infty\) at both ends. - Use the given point to determine the remaining coefficient.

Solution

1. Choose \(c=1\) so that \(y=1\) can be the horizontal asymptote. 2. Choose the even polynomial \(g(x)=-x^2\). Then \(g(x)\to-\infty\) as \(x\to\pm\infty\), so \(e^{g(x)}\to0\), and the resulting function is even. 3. Since \(g(0)=0\), the condition \(h(0)=-1\) gives \(a+1=-1\), so \(a=-2\). 4. One valid function is \(h(x)=-2e^{-x^2}+1\). It is even, approaches \(1\) as \(x\to\pm\infty\), and satisfies \(h(0)=-1\). 5. Since \(e^{-x^2}\le1\) for every real \(x\), \(-2e^{-x^2}+1\ge-1\), with equality at \(x=0\). Therefore, \((0,-1)\) is a local minimum (in fact, a global minimum).

Answer

One valid choice is \(a=-2\), \(c=1\), and \(g(x)=-x^2\), giving \(h(x)=-2e^{-x^2}+1\).
53404411
The blue graph is \(f(x)=x^2\). The red graph is a scaled version \(h\) of \(f\). Show algebraically that the red graph can be obtained both by a vertical stretch and by a horizontal compression. Find both scale factors.
Figure for problem 534044

Hints

- Use the marked point on the red graph to determine the coefficient in \(h(x)=ax^2\). - Compare \(h(x)\) with a constant multiple of \(f(x)\). - Rewrite the coefficient as a square to express \(h\) in the form \(f(cx)\).

Solution

1. The red graph passes through \((1,4)\). If \(h(x)=ax^2\), then \(4=a(1)^2\), so \(h(x)=4x^2\). 2. Since \(h(x)=4f(x)\), the graph is a vertical stretch of \(f\) by a factor of \(4\). 3. Also, \(h(x)=f(2x)=(2x)^2=4x^2\). Replacing \(x\) with \(2x\) produces a horizontal compression by a factor of \(\frac{1}{2}\).

Answer

\(h(x)=4x^2\) Vertical stretch factor: \(4\) Horizontal compression factor: \(\frac{1}{2}\)
53404611
The graph of the piecewise linear function \(f\) is shown on the domain \([-2,6]\). Use the interval convention \([-2,0)\), \([0,2)\), \([2,4)\), and \([4,6]\) for the four pieces of \(f\). a) Read the graph and write a piecewise rule for \(f(x)\). b) Let \(k(x)=f(2x)-1\). Write \(k\) as a piecewise-defined function, including the transformed interval conditions and its domain. c) Let \(p(x)=0.5f(x-1)+1\). Write \(p\) as a piecewise-defined function, including the transformed interval conditions and its domain.
Figure for problem 534046

Hints

- First recover the line rule on each visible segment before applying either transformation. - For an input transformation, transform the interval conditions as well as the formulas. - In \(f(2x)\), ask which values of \(x\) make \(2x\) land in each original interval. - In \(f(x-1)\), shift every breakpoint consistently with the input shift.

Solution

1. The four graph segments have slopes \(1,-1,1,-1\). Using the visible vertices gives \(f(x)=x+2\) on \([-2,0)\), \(f(x)=-x+2\) on \([0,2)\), \(f(x)=x-2\) on \([2,4)\), and \(f(x)=-x+6\) on \([4,6]\). 2. For \(k(x)=f(2x)-1\), transform each input interval by requiring \(2x\) to lie in the corresponding interval for \(f\). The breakpoints become \(-1,0,1,2,3\). 3. Substituting \(2x\) into each branch and subtracting \(1\) gives \(2x+1\), \(-2x+1\), \(2x-3\), and \(-2x+5\), respectively. Thus, the domain of \(k\) is \([-1,3]\). 4. For \(p(x)=0.5f(x-1)+1\), require \(x-1\) to lie in each original interval. The breakpoints become \(-1,1,3,5,7\). 5. Substituting \(x-1\) into each branch, multiplying by \(0.5\), and adding \(1\) gives \(0.5x+1.5\), \(-0.5x+2.5\), \(0.5x-0.5\), and \(-0.5x+4.5\), respectively. Thus, the domain of \(p\) is \([-1,7]\).

Answer

a) \(f(x)=\begin{cases}x+2&-2\le x<0\\-x+2&0\le x<2\\x-2&2\le x<4\\-x+6&4\le x\le6\end{cases}\) b) \(k(x)=\begin{cases}2x+1&-1\le x<0\\-2x+1&0\le x<1\\2x-3&1\le x<2\\-2x+5&2\le x\le3\end{cases}\), domain \([-1,3]\) c) \(p(x)=\begin{cases}0.5x+1.5&-1\le x<1\\-0.5x+2.5&1\le x<3\\0.5x-0.5&3\le x<5\\-0.5x+4.5&5\le x\le7\end{cases}\), domain \([-1,7]\)

All problems may be used, copied and printed free of charge for school and tutoring, including paid tutoring. Commercial adaptations as well as publication or redistribution on the internet are not permitted.