Chain Rule & Generalized Power Rule — Comprehensive Lecture Notes
Revisiting Derivative Rules & Their Limitations
- Opening remark: previously-covered rules (sum, product, quotient, basic power) all fail when the expression looks like “a function inside a function raised to a power.”
- The new scenario: expressions such as (3x+1)0.1 cannot be tackled by naïve application of earlier rules.
- Motivation: need a systematic way to differentiate composite functions (i.e.
one function plugged into another).
Composite‐Function Language
- Let u(x)=3x+1 (the “inside” or inner function).
- Let h(x)=x0.1 (the “outside” or outer power function).
- Then f(x)=h(u(x))=(3x+1)0.1.
- Terminology: “f is the composite of h and u.”
- Key insight: Differentiating f requires accounting for both layers of variation—how h changes and how u changes.
- For any composition f(x)=h(u(x)):
f′(x)=h′(u(x))u′(x). - Words: “Differentiate the outside, keep the inside unchanged, then multiply by the derivative of the inside.”
- Significance: Unifies the treatment of all nested expressions, is the backbone for more sophisticated techniques (implicit, inverse, substitutions in integration, etc.).
Example 1 — f(x)=(3x+1)0.1
- Identify components:
- u(x)=3x+1⇒u′(x)=3
- h(x)=x0.1⇒h′(x)=0.1x−0.9 (power rule)
- Apply chain rule:
f′(x)=h′(u(x))u′(x)=0.1(3x+1)−0.9⋅3=0.3(3x+1)−0.9. - Interpretation: outer power term produces the fractional exponent and negative power; inner linear term supplies the factor 3.
Generalized Power Rule (Quick-Use Version)
- Derived directly from chain rule.
- For any differentiable u(x) and real n:
dxd[u(x)n]=nu(x)n−1u′(x). - Memorization recommended; drastically reduces algebraic overhead.
Example 2 — y=(x3+x)100
- Using generalized power rule:
- u(x)=x3+x,u′(x)=3x2+1,n=100.
- y′=100(x3+x)99(3x2+1).
- Emphasized caution: order matters (outer power, inner base). Interchanging would misidentify u,h and yield wrong derivative.
- Rewrite as (3x+1)1/2 so n=1/2,u(x)=3x+1,u′(x)=3.
- Derivative:
f′(x)=21(3x+1)−1/2⋅3=23(3x+1)−1/2.
Example 4 — Nested Sum & Negative Power: g(x)=[(x+1)−2.5+3x]−3
- Outer structure: n=−3,u(x)=(x+1)−2.5+3x.
- Outer derivative via generalized power rule: −3u(x)−4u′(x).
- Compute u′(x):
- Two-term sum ⇒ use sum rule.
- First term: inner v(x)=x+1,v′(x)=1,m=−2.5⇒−2.5(x+1)−3.5.
- Second term derivative is 3.
- Thus u′(x)=−2.5(x+1)−3.5+3.
- Assemble final answer:
g′(x)=−3[(x+1)−2.5+3x]−4[−2.5(x+1)−3.5+3].
- Highlight: multi-layer compositions may involve repeated chain-rule invocations inside sums/products.
Business Application — Marginal Product (Profit vs. Workers)
- Profit function (consultant): P(q)=4000q−0.46q2−0.00001q3. (Coefficients combined in lecture to 4000−0.92q−0.00003q2 when differentiated.)
- Output–labor link: q(n)=100n. (Each worker produces $100$ lasers.)
- Goal: dndP — “marginal product” of an additional worker.
- Chain-rule setup: dndP=dqdP⋅dndq=P′(q)q′(n).
- P′(q)=4000−0.92q−0.00003q2.
- q′(n)=100.
- Substitute q=100n afterward to express in labor units:
dndP=100(4000−0.92⋅100n−0.00003⋅1002n2). - Interpretation: predicts incremental profit for each additional assembly-line worker; vital for hiring decisions and cost-benefit analysis.
- Physical setup: Oil spill forms a circle with radius r(t) growing at dtdr=2 mi/h.
- Area function: A=πr2.
- Differentiate implicitly with respect to t:
dtdA=2πrdtdr. - Plug known rate and evaluate at r=3 mi:
dtdA=2π(3)(2)=12π mi2/h. - Significance: Chain rule links geometric growth (area) to directly measurable linear growth (radius), a common pattern in physics & engineering.
Conceptual Connections & Practical Notes
- Chain rule unifies all previous derivative techniques; the product, quotient, and basic power rules are special-case outer layers.
- Evident across disciplines:
- Economics (marginal analysis, elasticity).
- Physics (kinematics with multi-stage dependencies).
- Biology (population models with layered environmental factors).
- Ethical/Philosophical aside: In modeling real-world systems, ensure each composed function is valid in its domain; incorrect nesting may misrepresent realities (e.g., negative production levels or radii).
Numerical & Notational Reminders
- Always keep LaTeX negative exponents in parentheses—e.g.
(3x+1)−0.9 vs. 3x+1−0.9 (latter is ambiguous). - Avoid swapping inner/outer roles; u(h(x))=h(u(x)).
- For fractional/negative powers, rewriting radicals as powers makes chain rule mechanical.
Study Checklist
- Memorize generalized power rule nun−1u′.
- Practice layered compositions where more than two functions nest.
- Reproduce the business & oil-slick examples without notes; these integrate conceptual recognition, rule application, and contextual interpretation.
- Cross-verify results via alternative methods (e.g., expand simple powers once, differentiate, match with chain-rule output).
- Stay mindful of domain constraints and units when applying to real data.