πŸŽ“ BookMCQ
← Back to 3. The Derivation

πŸ“ Chain rule for derivatives (19 MCQs)

πŸ“– From Calculus β€’ 3. The Derivation β€’ 19 questions available

What is Chain rule for derivatives?

Definition:
The chain rule states that the derivative of a composite function f(g(x))f(g(x)) is the derivative of the outer function evaluated at the inner function times the derivative of the inner function, expressed as ddxf(g(x))=fβ€²(g(x))gβ€²(x)\frac{d}{dx}f(g(x)) = f'(g(x))g'(x).

Example:
For f(x)=(x2+1)3f(x) = (x^2 + 1)^3, let u=x2+1u = x^2 + 1, then fβ€²(x)=3u2β‹…2x=6x(x2+1)2f'(x) = 3u^2 \cdot 2x = 6x(x^2 + 1)^2.

Reason:
The chain rule is indispensable for differentiating nested functions, which are ubiquitous in real-world models, allowing breakdown of complex compositions into manageable differentiation steps.

6
Easy
8
Medium
5
Hard

πŸ“ All Chain rule for derivatives MCQs

Q1. If a car travels at 30 miles per gallon and gasoline costs $5 per gallon, what is the rate of miles per dollar?

A.5 miles per dollar
B.6 miles per dollar βœ…
C.150 miles per dollar
D.0.6 miles per dollar
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: Using the chain rule, the mileage per dollar equals (30 miles per gallon)β€―Γ—β€―(1 gallonβ€―/β€―5 dollars)β€―=β€―30β€―Γ—β€―0.2β€―=β€―6 miles per dollar. The calculation treats the two rates as multiplicative factors, giving the correct answer of 6 miles per dollar.

Q2. Let f(u)=u2f(u)=u^{2} and g(x)=3x+1g(x)=3x+1. What is dydx\frac{dy}{dx} at x=2x=2 for y=f(g(x))y=f(g(x))?

A.12
B.21
C.36
D.42 βœ…
πŸ’‘ Difficulty: easy | βœ… Correct: D

πŸ“– Explanation: First compute g(2)=7g(2)=7. Then f'(u)=2u gives f'(7)=14. The derivative of gg is g'(x)=3. By the chain rule, \frac{dy}{dx}=f'(g(x))g'(x)=14\cdot3=42. Thus the correct value is 42.

Q3. Given dydu=4u\frac{dy}{du}=4u and dudx=3x2\frac{du}{dx}=3x^{2}, find dydx\frac{dy}{dx} when u=2u=2 and x=1x=1.

A.24 βœ…
B.12
C.8
D.6
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Apply the chain rule: dydx=dydududx=4uβ‹…3x2\frac{dy}{dx}=\frac{dy}{du}\frac{du}{dx}=4u\cdot3x^{2}. Substituting u=2u=2 and x=1x=1 yields 4β‹…2β‹…3β‹…12=244\cdot2\cdot3\cdot1^{2}=24. Hence the derivative at the specified point is 24.

Q4. Suppose temperature TT depends on pressure PP via T=f(P)T=f(P) and pressure depends on altitude hh via P=g(h)P=g(h). If f'(P)=0.5 and g'(h)=-0.02, what is the sign of dTdh\frac{dT}{dh}?

A.Positive
B.Negative βœ…
C.Zero
D.Undefined
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The chain rule gives \frac{dT}{dh}=f'(P)g'(h)=0.5\cdot(-0.02)=-0.01. The product of a positive and a negative number is negative, so the rate of change of temperature with respect to altitude is negative.

Q5. If y=sin⁑(u)y=\sin(u) with u=exu=e^{x}, which expression correctly represents dydx\frac{dy}{dx}?

A.cos⁑(ex)\cos(e^{x})
B.cos⁑(ex)β‹…ex\cos(e^{x})\cdot e^{x} βœ…
C.sin⁑(ex)β‹…ex\sin(e^{x})\cdot e^{x}
D.βˆ’cos⁑(ex)-\cos(e^{x})
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: First differentiate the outer function: dydu=cos⁑u\frac{dy}{du}=\cos u. Then differentiate the inner function: dudx=ex\frac{du}{dx}=e^{x}. The chain rule multiplies these results, giving dydx=cos⁑(ex)β‹…ex\frac{dy}{dx}=\cos(e^{x})\cdot e^{x}.

Q6. For the composition y=f(g(h(x)))y=f(g(h(x))) where f'(u)=2u, g'(v)=\frac{1}{v}, and h'(x)=\ln x, find dydx\frac{dy}{dx} at x=ex=e given h(e)=1h(e)=1 and g(1)=2g(1)=2.

A.2
B.6
C.8
D.4 βœ…
πŸ’‘ Difficulty: hard | βœ… Correct: D

πŸ“– Explanation: Compute each derivative: h'(e)=\ln e=1. Then g'(h(e))=1/1=1. Next f'(g(h(e)))=2\cdot2=4. Multiplying via the chain rule gives dydx=4β‹…1β‹…1=4\frac{dy}{dx}=4\cdot1\cdot1=4. Thus the correct answer is 4.

Q7. Which statement best describes the chain rule?

A.It applies only to sums
B.It can be derived from the product rule
C.It relates derivatives of compositions βœ…
D.It is the same as the quotient rule
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: The chain rule specifically addresses how to differentiate a composite function f(g(x))f(g(x)). It states that the derivative of the outer function evaluated at the inner function, multiplied by the derivative of the inner function, yields the derivative of the composition. This distinguishes it from rules for sums, products, or quotients.

Q8. Which function is NOT suitable for direct application of the chain rule because it is not a composition of differentiable functions?

A.x2+1\sqrt{x^{2}+1}
B.ln⁑(sin⁑x)\ln(\sin x)
C.ex3e^{x^{3}}
D.x2+3x^{2}+3 βœ…
πŸ’‘ Difficulty: easy | βœ… Correct: D

πŸ“– Explanation: The expression x2+3x^{2}+3 is a simple polynomial, not a composition of two functions; therefore the chain rule is unnecessary. The other options each involve an inner function (e.g., x2x^{2}, sin⁑x\sin x, x3x^{3}) wrapped by an outer function, making the chain rule applicable.

Q9. Given f(x)=x2f(x)=x^{2} and g(x)=xg(x)=\sqrt{x}, which expression equals ddx[f(g(x))]\frac{d}{dx}[f(g(x))]?

A.2x2\sqrt{x}
B.1 βœ…
C.1x\frac{1}{\sqrt{x}}
D.2x2x
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: First compute the composition: f(g(x))=(x)2=xf(g(x))=(\sqrt{x})^{2}=x. The derivative of xx with respect to xx is 1. Thus ddx[f(g(x))]=1\frac{d}{dx}[f(g(x))]=1, matching option B.

Q10. For y=ln⁑(cos⁑(5x))y=\ln(\cos(5x)), which expression correctly represents dydx\frac{dy}{dx}?

A.βˆ’5sin⁑(5x)cos⁑(5x)-5\frac{\sin(5x)}{\cos(5x)} βœ…
B.βˆ’5cos⁑(5x)sin⁑(5x)-5\frac{\cos(5x)}{\sin(5x)}
C.5sin⁑(5x)cos⁑(5x)5\frac{\sin(5x)}{\cos(5x)}
D.5cos⁑(5x)sin⁑(5x)5\frac{\cos(5x)}{\sin(5x)}
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Differentiate the outer ln⁑\ln to get 1cos⁑(5x)\frac{1}{\cos(5x)} and multiply by the derivative of the inner cos⁑(5x)\cos(5x), which is βˆ’5sin⁑(5x)-5\sin(5x). The product yields βˆ’5sin⁑(5x)/cos⁑(5x)-5\sin(5x)/\cos(5x), i.e., βˆ’5tan⁑(5x)-5\tan(5x), matching option A.

Q11. Suppose y=(3x2+2)5y=(3x^{2}+2)^{5}. Using the chain rule, what is d2ydx2\frac{d^{2}y}{dx^{2}} at x=1x=1?

A.108750 βœ…
B.54375
C.216000
D.54000
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: First derivative: y' =5(3x^{2}+2)^{4}\cdot6x =30x(3x^{2}+2)^{4}. Second derivative uses product and chain rules, giving y'' =30(3x^{2}+2)^{4}+30x\cdot4(3x^{2}+2)^{3}\cdot6x. At x=1x=1, 3x2+2=53x^{2}+2=5. Substituting yields 30β‹…54+30β‹…1β‹…4β‹…53β‹…6=10875030\cdot5^{4}+30\cdot1\cdot4\cdot5^{3}\cdot6 =108750.

Q12. Let h(x)=tanβ‘βˆ’1(esin⁑x)h(x)=\tan^{-1}(e^{\sin x}). Find dhdx\frac{dh}{dx} at x=0x=0.

A.12\frac12 βœ…
B.1
C.0
D.2
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Derivative of tanβ‘βˆ’1u\tan^{-1}u is \frac{1}{1+u^{2}}\,u'. Here u=esin⁑xu=e^{\sin x}, so u' = e^{\sin x}\cos x. At x=0x=0, sin⁑0=0\sin0=0 gives u=1u=1 and cos⁑0=1\cos0=1. Thus dhdx=11+12β‹…1β‹…1=12\frac{dh}{dx}= \frac{1}{1+1^{2}}\cdot1\cdot1 =\frac12.

Q13. Why can the chain rule be viewed as β€œmultiplying” rates of change?

A.Because derivatives are fractions βœ…
B.Because composition adds rates
C.Because integration does that
D.None of the above
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Derivatives can be interpreted as infinitesimal ratios, such as dydu\frac{dy}{du} and dudx\frac{du}{dx}. When these ratios are multiplied, the intermediate variable uu cancels, leaving dydx\frac{dy}{dx}. This cancellation mirrors the algebraic manipulation of fractions, justifying the description of the chain rule as multiplying rates.

Q14. Which scenario best illustrates the chain rule?

A.Adding distances
B.Multiplying speeds
C.Changing temperature with altitude βœ…
D.Counting objects
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: When temperature depends on pressure and pressure depends on altitude, the overall change of temperature with altitude involves the composition of two relationships. Applying the chain rule captures this nested dependence, making the temperature‑altitude example a clear illustration of the rule.

Q15. In the chain rule, what does the intermediate variable uu represent?

A.The final output
B.The independent variable
C.A placeholder for the inner function βœ…
D.The derivative itself
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: The symbol uu is introduced to denote the inner function g(x)g(x) when expressing a composition y=f(g(x))y=f(g(x)) as y=f(u)y=f(u). It serves as a convenient placeholder that isolates the inner relationship, allowing the derivative dydu\frac{dy}{du} to be computed before re‑substituting u=g(x)u=g(x).

Q16. If y=f(g(x))y=f(g(x)) is differentiable, which must be true?

A.Both ff and gg are differentiable at relevant points βœ…
B.Only ff is differentiable
C.Only gg is differentiable
D.Neither need be differentiable
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The chain rule requires that the inner function gg be differentiable at the point xx and that the outer function ff be differentiable at the value g(x)g(x). Without both derivatives existing, the product dydududx\frac{dy}{du}\frac{du}{dx} cannot be formed, so differentiability of both is essential.

Q17. Consider y=1+sin⁑2(x)y=\sqrt{1+\sin^{2}(x)}. Using the chain rule, which expression is the derivative?

A.sin⁑xcos⁑x1+sin⁑2x\frac{\sin x\cos x}{\sqrt{1+\sin^{2}x}} βœ…
B.2sin⁑xcos⁑x1+sin⁑2x\frac{2\sin x\cos x}{\sqrt{1+\sin^{2}x}}
C.sin⁑xcos⁑x21+sin⁑2x\frac{\sin x\cos x}{2\sqrt{1+\sin^{2}x}}
D.2sin⁑xcos⁑x1+sin⁑2x\frac{2\sin x\cos x}{1+\sin^{2}x}
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Let u=1+sin⁑2xu=1+\sin^{2}x; then y=u=u1/2y=\sqrt{u}=u^{1/2}. Derivative dy/du=12uβˆ’1/2dy/du=\frac12 u^{-1/2}. Next du/dx=2sin⁑xcos⁑xdu/dx=2\sin x\cos x. Multiplying gives dydx=12uβˆ’1/2β‹…2sin⁑xcos⁑x=sin⁑xcos⁑x1+sin⁑2x\frac{dy}{dx}=\frac12 u^{-1/2}\cdot2\sin x\cos x =\frac{\sin x\cos x}{\sqrt{1+\sin^{2}x}}.

Q18. For F(x)=ln⁑((x2+1)3)F(x)=\ln\big((x^{2}+1)^{3}\big), which expression correctly applies the chain rule before simplifying?

A.3β‹…2xx2+1\frac{3\cdot2x}{x^{2}+1} βœ…
B.6x(x2+1)3\frac{6x}{(x^{2}+1)^{3}}
C.2xx2+1\frac{2x}{x^{2}+1}
D.32x(x2+1)\frac{3}{2x(x^{2}+1)}
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Write F(x)=ln⁑(u)F(x)=\ln(u) with u=(x2+1)3u=(x^{2}+1)^{3}. Then F' = \frac{1}{u}\cdot u'. Differentiate uu: u' =3(x^{2}+1)^{2}\cdot2x =6x(x^{2}+1)^{2}. Substituting gives F' =\frac{6x(x^{2}+1)^{2}}{(x^{2}+1)^{3}} =\frac{3\cdot2x}{x^{2}+1}, which matches option A.

Q19. According to the chain rule theorem, if gg is differentiable at xx and ff is differentiable at g(x)g(x), then the composition f∘gf\circ g is differentiable at...

A.g(x)g(x)
B.xx βœ…
C.f(x)f(x)
D.None of the above
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The theorem states that the composition

πŸ”— Related Topics (MCQs)