Aimathic
Login | English | Deutsch

Free Math Worksheets

Build your own math worksheets from 21,000 problems for grades 3 to 12, from fractions to calculus. Every problem includes step-by-step solutions.

Function composition and decomposition

Click problems to add them to your worksheet.

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.
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) A student 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. The 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
Consider \(f(x)=\ln(2+\sin(x))\). Find the maximal real domain and the range of \(f\).

Hints

- Determine the possible values of \(2+\sin(x)\). - The input of a logarithm must be positive. - Use the fact that \(\ln(x)\) is increasing.

Solution

1. The logarithm requires \(2+\sin(x)>0\). Since \(-1\le\sin(x)\le1\), the input satisfies \(1\le2+\sin(x)\le3\), so it is positive for every real \(x\). Thus the domain is \(\mathbb{R}\). 2. The natural logarithm is increasing. Applying it to the interval \([1, 3]\) gives outputs from \(\ln(1)=0\) through \(\ln(3)\). Therefore, the range is \([0, \ln(3)]\).

Answer

Domain: \(\mathbb{R}\) Range: \([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)\)
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\)
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)\)
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))\)
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)\)
53404411
The blue graph is \(f(x)=x^3\). 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 a point on the red graph to determine the coefficient in \(h(x)=ax^3\). - Compare \(h(x)\) with \(af(x)\). - Rewrite the coefficient \(8\) as a cube to express \(h\) in the form \(f(cx)\).

Solution

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

Answer

\(h(x)=8x^3\) Vertical stretch factor: \(8\) Horizontal compression factor: \(\frac{1}{2}\)
53404611
The graph of \(f\) has domain \(D_f=[-2, 6]\). For each function, state its domain and range, and sketch its graph. a) \(k(x)=f(2x)-1\) b) \(p(x)=0.5f(x-1)+1\)
Figure for problem 534046

Hints

- Changes inside the function affect x-coordinates; changes outside affect y-coordinates. - Determine how each endpoint of the domain moves. - Transform the vertices one coordinate at a time.

Solution

1. The original graph has vertices \((-2, 0)\), \((0, 2)\), \((2, 0)\), \((4, 2)\), and \((6, 0)\), so its range is \([0, 2]\). 2. For \(k(x)=f(2x)-1\), halve each x-coordinate and subtract \(1\) from each y-coordinate. The new vertices are \((-1, -1)\), \((0, 1)\), \((1, -1)\), \((2, 1)\), and \((3, -1)\). Thus, the domain is \([-1, 3]\) and the range is \([-1, 1]\). 3. For \(p(x)=0.5f(x-1)+1\), shift right \(1\), vertically compress by \(0.5\), and shift up \(1\). The vertices become \((-1, 1)\), \((1, 2)\), \((3, 1)\), \((5, 2)\), and \((7, 1)\). Thus, the domain is \([-1, 7]\) and the range is \([1, 2]\).

Answer

a) Domain: \([-1, 3]\); range: \([-1, 1]\); vertices \((-1, -1)\), \((0, 1)\), \((1, -1)\), \((2, 1)\), \((3, -1)\) b) Domain: \([-1, 7]\); range: \([1, 2]\); vertices \((-1, 1)\), \((1, 2)\), \((3, 1)\), \((5, 2)\), \((7, 1)\)

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.