1. Design a function $f(x)$ that requires exactly three applications of the chain rule to differentiate. Which of the following qualifies?
- A.$\sin(x^2 + 1)$
- B.$e^{\cos(\ln(x))}$
- C.$\sin(e^{\cos(x^3)})$
- D.$\ln(x) \cdot \cos(x)$
View Answer
Answer: $\sin(e^{\cos(x^3)})$
Count the composition layers: Each application of the chain rule corresponds to one layer of composition beyond the outermost. Three applications means four nested layers. Analyze each option: $\sin(x^2+1)$ has two layers: one chain rule application. $e^{\cos(\ln(x))}$ has three layers ($e$, $\cos$, $\ln(x)$): two chain rule applications. $\sin(e^{\cos(x^3)})$ has four layers ($\sin$, $e$, $\cos$, $x^3$): three chain rule applications. $\ln(x) \cdot \cos(x)$ is a product, not a composition. Why the correct answer works: Differentiating $\sin(e^{\cos(x^3)})$ requires: (1) derivative of $\sin$ at $e^{\cos(x^3)}$, (2) derivative of $e$ at $\cos(x^3)$, (3) derivative of $\cos$ at $x^3$, each multiplied by the next inner derivative, plus $\frac{d}{dx}[x^3] = 3x^2$. That is exactly three chain rule applications.