Quiz 2
Registry Synced

Mathematics I · Week 8 — Derivatives & critical points

1150 words
6 min read
2026-08-16

Reading compass

Now · Week map

Week 8 — derivatives & critical points

Quiz 2 scope: Weeks 1–8 per IITM May 2026 foundation courses. Source baseline: IITM BS admissions important-dates calendar · May 2026 cycle. Times on assessments are operational conventions — verify hall ticket.

Week map

Derivative as rate → rules → tangent line → critical points → optimization sketch

Classify → Represent → Execute → Trap-check

  • Recognize: Ask: What does f(2)f'(2) represent geometrically?
  • Procedure: Differentiate term by term. Constants vanish; bring down exponent for powers. Rewrite roots and reciprocals as powers before differentiating.
  • Variations / traps: Watch for: Forgetting chain rule on (3x+1)5(3x+1)^5.

Formula chain (compressed)

f′(x)=limit of difference quotient → power/rule derivatives → f′=0 critical → max/min.
  1. Definitionf′(x)=lim_{h→0}(f(x+h)−f(x))/h — from first principles
  2. Power ruled/dx x^n = n x^{n−1} — polynomial terms
  3. Tangent slopem_tan = f′(a) — slope at x=a
  4. Critical pointf′(x)=0 or undefined — candidate extrema
  5. L'Hôpitallim f/g = lim f′/g′ — 0/0 or ∞/∞ indeterminate

Deep study

Mathematics I · Week 8 — Derivatives and critical points

Deep study for Quiz 2 week 8. Derivative measures instantaneous rate of change; critical points locate where slope is zero or undefined.

Week map

Derivative as slope → differentiation rules → tangent line → critical points → increasing/decreasing → local extrema sketch.

Derivative notation

  • f(x)f'(x) or dydx\frac{dy}{dx} → derivative of ff at xx → instantaneous rate of change → slope of tangent line at xx.
  • (xn)=nxn1(x^n)' = nx^{n-1} → power rule → bring exponent down, reduce power by one.
  • (cf)=cf(cf)' = c \cdot f' → constant multiple.
  • (f+g)=f+g(f + g)' = f' + g' → sum rule.
Mini-example: if f(x)=x32xf(x) = x^3 - 2x, then f(x)=3x22f'(x) = 3x^2 - 2. At x=1x = 1: f(1)=1f'(1) = 1 — tangent slope is 1.

Chain and product (when needed)

  • Chain: (f(g(x)))=f(g(x))g(x)(f(g(x)))' = f'(g(x)) \cdot g'(x) — derivative of outside × derivative of inside.
  • Product: (fg)=fg+fg(fg)' = f'g + fg'.
Mini-example: (3x2+1)4(3x^2 + 1)^4 — outer power 4, inner 3x2+13x^2+1. Derivative =4(3x2+1)36x= 4(3x^2+1)^3 \cdot 6x.

Tangent line

  • Line through (a,f(a))(a, f(a)) with slope m=f(a)m = f'(a): yf(a)=f(a)(xa)y - f(a) = f'(a)(x - a).
  • Tangent approximates curve locally near x=ax = a.
Mini-example: f(x)=x2f(x) = x^2, a=3a = 3. f(3)=9f(3) = 9, f(x)=2xf'(x) = 2x, f(3)=6f'(3) = 6. Tangent: y9=6(x3)y - 9 = 6(x - 3)y=6x9y = 6x - 9.

Critical points

  • Critical point → where f(x)=0f'(x) = 0 or f(x)f'(x) undefined.
  • First derivative test: sign of ff' changes from ++ to - at critical point → local max; - to ++ → local min.
  • Increasing: f>0f' > 0; decreasing: f<0f' < 0.
Mini-example: f(x)=x24x+3f(x) = x^2 - 4x + 3. f(x)=2x4=0f'(x) = 2x - 4 = 0x=2x = 2. ff' negative before 2, positive after → local min at x=2x = 2.

Pattern families

Easy — Power and sum rule

Differentiate term by term. Constants vanish. Rewrite roots and reciprocals as powers first: x=x1/2\sqrt{x} = x^{1/2}, 1/x=x11/x = x^{-1}.

Medium — Tangent line and evaluate derivative

Find f(a)f'(a), write tangent equation. Interpret f(a)f'(a) as rate (velocity, marginal cost) in word problems.

Hard — Critical points and extrema

Solve f(x)=0f'(x) = 0. Build sign chart. Classify max/min. Sketch behavior without full graph.

Worked mini-examples

Example 1 — Power rule.
ddx(5x43x+7)=20x33\frac{d}{dx}(5x^4 - 3x + 7) = 20x^3 - 3.
Example 2 — Rewrite then differentiate.
f(x)=1x2=x2f(x) = \frac{1}{x^2} = x^{-2}f(x)=2x3=2/x3f'(x) = -2x^{-3} = -2/x^3.
Example 3 — Tangent.
f(x)=x3f(x) = x^3, a=1a = 1. f(1)=1f(1) = 1, f(1)=3f'(1) = 3. Tangent: y=3x2y = 3x - 2.
Example 4 — Critical point.
f(x)=x2+6xf(x) = -x^2 + 6x. f(x)=2x+6=0f'(x) = -2x + 6 = 0x=3x = 3. Max (parabola opens down).
Example 5 — Chain rule.
f(x)=(2x+1)3f(x) = (2x + 1)^3. f(x)=3(2x+1)22=6(2x+1)2f'(x) = 3(2x+1)^2 \cdot 2 = 6(2x+1)^2.

Traps

  • Forgetting to multiply by inner derivative in chain rule.
  • Critical point assumed to be max/min without sign test.
  • Tangent uses wrong point — must pass through (a,f(a))(a, f(a)).
  • (fg)writtenas(fg)' written as f'g'$ — product rule differs.
  • Derivative of constant not zero in long expressions.

Diagnostic (try yourself)

  1. Find f(x)f'(x) for f(x)=4x35x2+x9f(x) = 4x^3 - 5x^2 + x - 9.
  2. Differentiate g(x)=x+1/xg(x) = \sqrt{x} + 1/x (rewrite powers first).
  3. Find the equation of the tangent line to f(x)=x2f(x) = x^2 at x=2x = -2.
  4. For f(x)=x33xf(x) = x^3 - 3x, find all critical points.
  5. If f(x)>0f'(x) > 0 on an interval, is ff increasing or decreasing there?

ChatGPT prep archive

Archived import for extra depth — complements the notes above, not official IITM material.

Core concepts

  • Derivative f(x)f'(x): instantaneous rate of change; slope of tangent at xx.
  • Rules: power, sum, product, quotient, chain for compositions.
  • Tangent line: yf(a)=f(a)(xa)y - f(a) = f'(a)(x-a).
  • Critical points: f(x)=0f'(x)=0 or undefined; test max/min with sign chart or second derivative.

Notation & vocabulary

RuleFormula
Power(xn)=nxn1(x^n)' = nx^{n-1}
Chain(f(g(x)))=f(g(x))g(x)(f(g(x)))' = f'(g(x))g'(x)
Tangentslope m=f(a)m = f'(a) at x=ax=a

Pattern families

Easy — Power and sum rule

Differentiate term by term. Constants vanish; bring down exponent for powers. Rewrite roots and reciprocals as powers before differentiating.

Medium — Tangent line problem

Find f(a)f'(a) and f(a)f(a). Plug into point-slope form. Simplify to slope-intercept if needed. Domain of tangent matches domain of derivative.

Hard — Critical points and shape

Solve f(x)=0f'(x)=0 on domain. Classify with sign chart of ff' or ff''. State intervals of increase/decrease. For Quiz 2 scope, justify max/min in words from derivative sign change.
Drill these on the pattern atlas — filter to week 8.

Traps

  • Forgetting chain rule on (3x+1)5(3x+1)^5.
  • Critical point where derivative undefined (corner, vertical tangent).
  • Confusing f(x)=0f'(x)=0 with always a max.
  • Quotient rule order in denominator squared term.

Retrieval prompts

  1. What does f(2)f'(2) represent geometrically?
  2. How do you find critical numbers of ff?
  3. When is L'Hôpital's rule relevant at a limit?

Practice loop

  1. Read Deep study (if present) or core concepts once.
  2. Recite the formula chain without looking.
  3. Open one easy pattern on the interactive atlas for week 8.
  4. Attempt without solutions; mark studied after an honest try.
  5. Say one trap aloud before closing the tab.
Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.