L
LLLOS.ai
Learn
L

Chapter 6 — Applications Of Derivatives

Class 12 · Mathematics

Overview

Chapter 6 — Applications Of Derivatives Cover Poster

Chapter: Applications of Derivatives (Class 12 NCERT) — Introduction: This chapter develops techniques to use derivatives beyond computation: to analyse how functions change, to locate and classify maxima/minima, to draw accurate sketches of curves, to find tangents and normals, and to approximate small changes. Importance: These tools are essential for solving real-world optimization problems in physics, engineering, economics and everyday modelling; they deepen understanding of the geometric and physical meaning of the derivative and prepare students for advanced mathematics. Key themes: rate of change and its interpretation, monotonicity (increasing/decreasing functions), critical points and stationary points, first- and second-derivative tests for local maxima/minima, Rolle's theorem and the Mean Value Theorem, concavity and points of inflection, equation of tangent and normal, linear (first-order) approximation, and applied optimization problems. What the student will learn: identify and interpret critical points, apply derivative tests to classify extrema, use Rolle's and MVT to reason about function behaviour, sketch curves using sign of first and second derivatives,…

Learning Objectives

  • Define the derivative of a function and interpret it as the instantaneous rate of change and the slope of the tangent.
  • State Rolle's Theorem and Lagrange's Mean Value Theorem and explain the geometric significance of each.
  • Apply Rolle's and Lagrange's theorems to show existence of stationary points and to solve related existence problems.
  • Determine intervals of increase and decrease of a function using the first derivative and identify local extrema.
  • Use the second derivative to test for concavity, points of inflection and to classify local maxima and minima.
  • Solve single-variable optimization problems (including applied real-life models) to find global and local maxima/minima.
  • Compute equations of tangents and normals to curves at given points and find points where tangents are horizontal or vertical.
  • Sketch the graph of a function using derivative information: critical points, monotonicity, concavity and asymptotic behavior.

Topics in this chapter

8 topics · tap a topic title to jump straight to it.

🔢1

Rate of Change of Quantities

Fig 1 — Educational Diagram: Rate of Change of Quantities

Fig 1 — Educational Diagram: Rate of Change of Quantities

📐 MATHEMATICAL FORMULA

Rate of Change of Quantities

Core Principle: Derivative (instantaneous rate): f'(x) = lim_{h→0} [f(x+h) - f(x)]/h

What it means
The rate of change of a quantity describes how that quantity changes with respect to another (usually time or space). In calculus this is measured by the derivative. If y = f(x), then dy/dx gives the instantaneous rate of change of y with respect to x. Units of dy/dx are (units of y)/(units of x).

Average vs Instantaneous rate

  • Average rate of change of y between x = a and x = b: (f(b) - f(a)) / (b - a).
  • Instantaneous rate of change at x: limit of average rates as b → a, i.e. f'(x) = lim(h→0) [f(x+h)-f(x)]/h.

Interpretation of sign and value

  • f'(x) > 0: y is increasing at x. f'(x) < 0: y is decreasing.
  • f'(x) = 0: horizontal tangent (possible max/min or inflection).
  • Magnitude |f'(x)| gives steepness; large value means rapid change.

Related rates
Many problems involve two or more quantities that depend on a common variable (often time t). If z = g(x,y,...) and x, y depend on t, differentiate each relation with respect to t using the chain rule: dz/dt = (∂g/∂x)(dx/dt) + (∂g/∂y)(dy/dt) + ... . Implicit differentiation is used when variables are not solved explicitly.

Key methods used

  • Direct differentiation: apply power, product, quotient and chain rules to get dy/dx or d/dt.
  • Implicit differentiation: differentiate both sides of an equation containing x and y, then solve for dy/dx.
  • Chain rule for rates: if y = f(u) and u = u(t), then dy/dt = f'(u)·du/dt.
  • Higher derivatives: second derivative d2y/dx2 gives rate of change of the rate (e.g., acceleration = d2s/dt2).

Physical meaning & units
Always attach units: if s(t) is distance in metres and t in seconds, ds/dt (m/s) is velocity; d2s/dt2 (m/s2) is acceleration. Sign tells direction (positive/negative).

Common pitfalls

  • Differentiate with respect to the correct variable (dx/dt vs dy/dx).
  • When using geometry relations (e.g., volume vs radius), remember to differentiate the relation linking the quantities before substituting rates.

Summary
Rate-of-change problems reduce to: identify dependent quantities, write an equation relating them, differentiate with respect to the common variable (often t) using chain/implicit rules, then plug known values to find the unknown rate.

📌 Examples
  • Distance & velocity: If s(t) = t^3 + 2t (distance in m, time in s), velocity v(t) = ds/dt = 3t^2 + 2. At t = 2 s, v = 3*4 + 2 = 14 m/s.
  • Sphere volume: V = (4/3)πr^3. If radius r grows at dr/dt = 0.01 m/s and r = 5 m, then dV/dt = 4πr^2 dr/dt = 4π*25*0.01 = π m^3/s.
  • Related rates – ladder sliding: A ladder 5 m long leans against a wall. If bottom moves away at dx/dt = 1 m/s when bottom is x = 3 m, then y = sqrt(25 - x^2). Differentiate: x dx/dt + y dy/dt = 0 ⇒ dy/dt = - (x/y) dx/dt. Here y = 4 m, so dy/dt = - (3/4)*1 = -0.75 m/s (top sliding down).
  • Conical tank filling: For an inverted cone V = (1/3)πr^2h. With geometry r = (R/H)h (similar triangles), express V in h only, differentiate: dV/dt = (dV/dh) dh/dt to find dh/dt given inflow dV/dt.
  • Shadow problem: A man of height h walks away from a lamp post height H. If distance from lamp to man is x(t), shadow length is s. Using similar triangles H/(x+s) = h/s, differentiate w.r.t. t to relate dx/dt and ds/dt and find rate of change of shadow.
  • Economics – marginal cost: If C(x) is cost to produce x units, marginal cost ≈ C'(x) gives the instantaneous rate of change of cost per unit; used to approximate cost change when production increases by 1 unit.
🧮 Formulas
  1. \[Derivative (instantaneous rate): f'(x) = lim_{h→0} [f(x+h) - f(x)]/h\]
  2. \[Average rate: (f(b)-f(a))/(b-a)\]
  3. \[Chain rule: if y = f(u) and u = u(t)\]
    \[dy/dt = f'(u)·du/dt\]
  4. \[Related rates (general): if F(x,y,...) = 0 then d/dt[F]=F_x dx/dt + F_y dy/dt + ... = 0\]
  5. \[Implicit differentiation example: x^2 + y^2 = r^2 ⇒ 2x + 2y dy/dx = 0 ⇒ dy/dx = -x/y\]
  6. \[Volume of sphere: V = (4/3)πr^3 ⇒ dV/dt = 4πr^2 dr/dt\]
🔢2

Increasing and Decreasing Functions

Fig 2 — Educational Diagram: Increasing and Decreasing Functions

Fig 2 — Educational Diagram: Increasing and Decreasing Functions

📐 MATHEMATICAL FORMULA

Increasing and Decreasing Functions

Core Principle: If f'(x) > 0 on interval I ⇒ f is increasing on I.

Definition: Let f be a real-valued function defined on an interval I. f is called increasing on I if for every x1, x2 in I with x1 < x2 we have f(x1) < f(x2). It is called decreasing on I if for every x1 < x2 we have f(x1) > f(x2). (If < or > are replaced by ≤ or ≥, we say non-decreasing or non-increasing.)

Derivative test (differentiable functions):

  • If f is differentiable on an interval and f'(x) > 0 for every x in that interval, then f is increasing on that interval.
  • If f is differentiable on an interval and f'(x) < 0 for every x in that interval, then f is decreasing on that interval.

Notes and subtleties:

  • If f is increasing, then wherever f'(x) exists we must have f'(x) ≥ 0, but the converse need not be strict: f'(x) can be 0 at isolated points while f remains increasing (example: f(x)=x^3 has f'(0)=0 but is increasing everywhere).
  • Critical points are points in the domain where f'(x)=0 or f'(x) does not exist. These points partition the domain into intervals on which the derivative sign is constant; this sign determines monotonicity on each interval.
  • First derivative test for local extrema: If f' changes sign from + to − at c, f has a local maximum at c. If f' changes sign from − to + at c, f has a local minimum at c. If no sign change occurs, there is no local extremum at c (it might be a saddle/inflection point).

Procedure to determine increasing/decreasing intervals:

  1. Find domain of f.
  2. Compute f'(x) and solve f'(x)=0 and find where f' is undefined to get critical points.
  3. Make a sign chart (number line) using the critical points and test the sign of f' on each subinterval.
  4. Conclude: f is increasing where f'>0 and decreasing where f'<0. Mark local extrema using sign change.

Common pitfalls: Don't conclude f is decreasing at a point where f' is negative only at isolated points; monotonicity is about intervals. Also check domain—log, root, rational functions may have restricted domains.

📌 Examples
  • f(x) = x^3 - 3x^2 + 2. Compute f'(x) = 3x^2 - 6x = 3x(x-2). Critical points: x = 0, 2. Sign chart: for x < 0, f' &gt; 0 (increasing); 0 &lt; x &lt; 2, f' &lt; 0 (decreasing); x &gt; 2, f' &gt; 0 (increasing). So f increases on (-∞,0) ∪ (2,∞) and decreases on (0,2).
  • f(x) = x^3. f'(x) = 3x^2 ≥ 0 for all x and f'(0)=0. Although derivative is zero at x=0, f is increasing for all real x (strictly increasing since x1&lt;x2 ⇒ x1^3&lt;x2^3). This shows derivative can vanish at points without destroying monotonicity.
  • f(x) = ln x (domain x>0). f'(x) = 1/x &gt; 0 for all x>0, so ln x is increasing on (0, ∞).
  • f(x) = e^{-x}. f'(x) = -e^{-x} &lt; 0 for all x, so e^{-x} is decreasing on (-∞, ∞).
🧮 Formulas
  1. \[If f'(x) &gt\]
    \[0 on interval I ⇒ f is increasing on I.\]
  2. \[If f'(x) &lt\]
    \[0 on interval I ⇒ f is decreasing on I.\]
  3. \[Critical points: f'(c) = 0 or f' undefined\]
    \[Use them to partition the domain for sign analysis.\]
  4. \[First derivative test: f' changes +→− at c ⇒ local maximum at c\]
    \[f' changes −→+ at c ⇒ local minimum at c.\]
  5. \[If f'(x) = 0 for all x in I (and f is differentiable) ⇒ f is constant on I (by Mean Value Theorem).\]
  6. \[If f is increasing on I then f'(x) ≥ 0 wherever f' exists (converse need not be strict).\]
🔢3

Tangents and Normals

Fig 3 — Educational Diagram: Tangents and Normals

Fig 3 — Educational Diagram: Tangents and Normals

📐 MATHEMATICAL FORMULA

Tangents and Normals

Core Principle: Slope of tangent at x1: m_t = f'(x1)

Overview: A tangent to a curve at a point is the straight line that best approximates the curve near that point. The slope of the tangent equals the derivative of the function at that point. A normal at the same point is the line perpendicular to the tangent.

Tangent (for y = f(x)): If the curve y = f(x) is differentiable at x = x1, the slope of the tangent at P(x1, y1), where y1 = f(x1), is m_t = f'(x1). The equation of the tangent line is

y - y1 = f'(x1) (x - x1)

Normal: The normal is perpendicular to the tangent. If f'(x1) is finite and nonzero, the slope of the normal is m_n = -1 / f'(x1). The equation of the normal is

y - y1 = -1/f'(x1) (x - x1)
If f'(x1) = 0, the tangent is horizontal and the normal is vertical. If the derivative is infinite (vertical tangent), the normal is horizontal.

Implicit and parametric forms:

  • Implicit curve F(x,y)=0: use implicit differentiation. dy/dx = -F_x / F_y (provided F_y ≠ 0).
  • Parametric curve x = x(t), y = y(t): slope dy/dx = (dy/dt) / (dx/dt) and then use tangent/normal equations in parametric form.

Geometric/analytic facts:

  • Angle between two lines with slopes m1 and m2: tan(theta) = (m2 - m1)/(1 + m1 m2) when denominator ≠ 0.
  • For a level curve g(x,y)=c, the gradient vector ∇g = (g_x, g_y) is normal to the curve at each point.
  • Linear approximation (tangent as best linear estimate): f(x) ≈ f(x1) + f'(x1)(x - x1) for x near x1.

Applications: instant velocity (position-time graph tangent), small-change approximations in physics and economics, normal direction in optics (law of reflection uses normal to surface), normals in computer graphics for shading, and normals for machining/surface design.

📌 Examples
  • Example 1 (polynomial): For y = x^2 at x1 = 1. y1 = 1, f'(x) = 2x so f'(1) = 2. Tangent: y - 1 = 2(x - 1) => y = 2x - 1. Normal: slope = -1/2, so y - 1 = -1/2(x - 1) => y = -x/2 + 3/2.
  • Example 2 (implicit curve - circle): For x^2 + y^2 = 25 at point (3,4). Differentiate: 2x + 2y dy/dx = 0 => dy/dx = -x/y. At (3,4) slope = -3/4. Tangent: y - 4 = -3/4 (x - 3). Normal: slope = 4/3, y - 4 = 4/3 (x - 3). Note: tangent is perpendicular to radius (0,0)->(3,4).
  • Example 3 (exp and linearization): y = e^x at x1 = 0. f'(x) = e^x so f'(0) = 1. Tangent: y - 1 = 1*(x - 0) => y = x + 1. Use this line to approximate e^x near 0: e^x ≈ 1 + x for small x.
🧮 Formulas
  1. \[Slope of tangent at x1: m_t = f'(x1)\]
  2. \[Equation of tangent: y - y1 = f'(x1) (x - x1)\]
  3. \[Slope of normal: m_n = -1 / f'(x1) (when f'(x1) ≠ 0)\]
  4. \[Equation of normal: y - y1 = -1/f'(x1) (x - x1)\]
  5. \[Implicit differentiation (F(x,y)=0): dy/dx = -F_x / F_y (if F_y ≠ 0)\]
  6. \[Parametric: if x = x(t)\]
    \[y = y(t)\]
    \[then dy/dx = (dy/dt) / (dx/dt)\]
🔢4

Approximations Using Differentials (Linearization)

Fig 4 — Educational Diagram: Approximations Using Differentials (Linearization)

Fig 4 — Educational Diagram: Approximations Using Differentials (Linearization)

📐 MATHEMATICAL FORMULA

Approximations Using Differentials (Linearization)

Core Principle: Linearization: L(x) = f(a) + f'(a)(x - a)

Idea: If a function f is differentiable at a point a, then for small changes x = a + dx the function value f(x) can be approximated by the value of the tangent line to f at a. This first‑order approximation is called linearization.

Linearization formula: Let L(x) denote the linearization of f at a. Then

L(x) = f(a) + f'(a)(x - a).

Writing dx = x - a and dy to denote the differential change in y, we get the differential relation

dy = f'(a) dx, so f(a + dx) ≈ f(a) + dy = f(a) + f'(a) dx.

When it holds: This approximation is good when dx is small and f is differentiable at a. The linearization is the first two terms of the Taylor expansion of f around a.

Error and bound: By Taylor's theorem with remainder (Lagrange form), for some ξ between a and a + dx,

f(a + dx) = f(a) + f'(a) dx + (1/2) f''(ξ) (dx)^2.

Hence the error (actual − linear) satisfies

|Error| = |f(a + dx) − L(a + dx)| = |(1/2) f''(ξ)| |dx|^2.

If M is a bound for |f''(t)| on the interval between a and a+dx, then

|Error| ≤ (M/2) (dx)^2. This shows error is of order (dx)^2, so for very small dx the linear approximation is accurate.

Relative change: For nonzero f(a), the relative change approximately satisfies

Δf / f(a) ≈ f'(a)/f(a) · dx.

Use in practice: Linearization is used to estimate values that are difficult to compute exactly, to estimate measurement-induced changes (propagation of errors), and to simplify nonlinear relationships in engineering, physics and economics for small perturbations.

📌 Examples
  • Approximate sqrt(50): take f(x)=√x, a=49 (so dx=1). f'(x)=1/(2√x) so f'(49)=1/(2·7)=1/14. Linearization gives √50 ≈ √49 + f'(49)·1 = 7 + 1/14 = 7.071428... Actual √50 ≈ 7.071067..., error ≈ 0.000361.
  • Approximate cube root 8.125: f(x)=x^(1/3), a=8 (dx=0.125). f'(x)=(1/3)x^(−2/3), f'(8)=(1/3)·(8^(−2/3))=(1/3)·(4^(−1))=1/12. So 8.125^(1/3) ≈ 2 + (1/12)·0.125 = 2 + 0.0104167 = 2.0104167.
  • Change in area of a circle if radius changes slightly: A=πr^2. dA = 2πr dr. If r=10 cm and radius increases by 0.2 cm, dA ≈ 2π·10·0.2 = 4π cm^2 ≈ 12.566 cm^2. Real change ΔA = π[(10.2)^2 − 10^2] = π(20.04) = 20.04π; linearization gives very close value.
  • Approximate sin(0.12) radians using linearization at 0: f(x)=sin x, f'(x)=cos x, at a=0, f(0)=0, f'(0)=1, so sin(0.12) ≈ 0 + 1·0.12 = 0.12. Actual sin(0.12) ≈ 0.119712, error ≈ 0.000288.
  • Estimate percentage error: If a measured quantity L = 100 ± 0.5 cm and volume V = L^3, approximate relative change in V for dL = 0.5: dV/V ≈ 3 dL/L = 3·0.5/100 = 0.015 = 1.5%.
🧮 Formulas
  1. \[Linearization: L(x) = f(a) + f'(a)(x - a)\]
  2. \[Differentials: dx = x - a\]
    \[dy = f'(a) dx\]
    \[and f(a + dx) ≈ f(a) + dy\]
  3. \[Taylor remainder (first order): f(a + dx) = f(a) + f'(a) dx + (1/2) f''(ξ) (dx)^2 for some ξ between a and a + dx\]
  4. \[Error bound: |f(a + dx) − L(x)| ≤ (M/2) (dx)^2 where M = max_{t between a and a+dx} |f''(t)|\]
  5. \[Relative approximation: Δf / f(a) ≈ f'(a)/f(a) · dx\]
🔢5

Maxima and Minima

Fig 5 — Educational Diagram: Maxima and Minima

Fig 5 — Educational Diagram: Maxima and Minima

📐 MATHEMATICAL FORMULA

Maxima and Minima

Core Principle: Necessary condition for interior extremum: f'(c) = 0 or f' undefined

What are maxima and minima? For a real-valued function f(x), a point x = c is a local maximum if f(c) ≥ f(x) for x near c, and a local minimum if f(c) ≤ f(x) for x near c. A global (absolute) maximum or minimum holds for all x in the domain. Points where f'(x)=0 or f' does not exist are called critical points.

Steps to find extrema (single-variable):

  • Determine the domain of f. If the interval is closed and bounded, endpoints must be checked for absolute extrema.
  • Compute f'(x) and solve f'(x)=0 and note where f' is undefined — these are critical points.
  • Use a test to classify each critical point:
    • Second derivative test: If f''(c)>0 → local minimum; if f''(c)<0 → local maximum; if f''(c)=0 → test inconclusive (use higher derivative test or sign chart).
    • First derivative (sign) test: Check sign of f' to left and right of c: +→- gives max, -→+ gives min, no sign change gives no extremum.
  • For constrained optimization (e.g. with a condition g(x,y)=0), use substitution or Lagrange multipliers: ∇f = λ∇g along with the constraint.
  • Compare values of f at all candidate points (critical points and boundaries) to determine global maxima/minima.

Important remarks: f'(c)=0 is only a necessary condition for interior extrema, not sufficient. Inflection points (where concavity changes) may have f'(c)=0 but not extrema (example: f(x)=x^3 at 0).

Higher-derivative test (brief): If f'(c)=f''(c)=...=f^{(n-1)}(c)=0 and f^{(n)}(c)≠0, then if n is even: f has a local minimum at c if f^{(n)}(c)>0 and a local maximum if f^{(n)}(c)<0; if n is odd, no extremum (inflection).

📌 Examples
  • Quadratic: f(x)=x^2. f'(x)=2x → critical point x=0. f''(0)=2>0 so x=0 is local and global minimum with value 0. Graph: parabola opening up.
  • Cubic (inflection): f(x)=x^3. f'(x)=3x^2 → critical point x=0. f''(0)=0 so second derivative test fails; using sign of f' (nonnegative both sides) shows no change of sign → x=0 is a point of inflection, not an extremum.
  • Optimization (rectangle): Maximize area A=xy given perimeter P fixed: 2(x+y)=P → y=(P/2)-x. Then A(x)=x(P/2 - x)= (P/2)x - x^2. f'(x)= (P/2) - 2x = 0 ⇒ x = P/4, and y=P/4. So area is maximum when rectangle is a square.
  • Practical (open-top box): From a square sheet side s, cut equal squares of side x at corners and fold to form open box. Volume V(x)= (s-2x)^2 x. Find x maximizing V on 0<x<s/2. Compute V'(x)=0, test V'' or endpoints to get optimal x.
  • Distance minimization: Shortest distance from a point (a,b) to a curve y=f(x) can be found by minimizing square distance D(x)=(x - a)^2 + (f(x) - b)^2. Solve D'(x)=0 to find nearest point(s).
  • Constrained: Maximize area of rectangle under curve y=4-x^2 and above x-axis. Use area A=∫ or by geometry with constraint; or Lagrange multipliers for problems with algebraic constraints like maximizing xy given x+y=constant.
🧮 Formulas
  1. \[Necessary condition for interior extremum: f'(c) = 0 or f' undefined\]
  2. \[Second derivative test: if f'(c)=0 then f''(c)>0 ⇒ local min\]
    \[f''(c)<0 ⇒ local max\]
    \[f''(c)=0 ⇒ inconclusive\]
  3. \[Higher-derivative test: if first nonzero derivative at order n is f^{(n)}(c) then n even ⇒ extremum (sign decides min/max)\]
    \[n odd ⇒ no extremum\]
  4. \[Closed interval rule: evaluate f at critical points and at endpoints\]
    \[largest value ⇒ absolute maximum\]
    \[smallest ⇒ absolute minimum\]
  5. \[Lagrange multipliers (for constraint g(x,y)=0): ∇f(x,y) = λ ∇g(x,y)\]
    \[plus g(x,y)=0\]
🔢6

Curve Sketching Using Derivatives

Fig 6 — Educational Diagram: Curve Sketching Using Derivatives

Fig 6 — Educational Diagram: Curve Sketching Using Derivatives

📐 MATHEMATICAL FORMULA

Curve Sketching Using Derivatives

Core Principle: First derivative f'(x) = limit_{h→0} [f(x+h)−f(x)]/h (rate of change; sign gives increase/decrease).

Overview

Curve sketching using derivatives is the process of using first and second derivatives of a function f(x) to determine its important qualitative features — domain, intercepts, symmetry, asymptotes, intervals of increase/decrease, local maxima/minima, concavity, and points of inflection — and then drawing an accurate graph.

Step-by-step procedure

  1. Domain and intercepts: Find the domain of f, x- and y-intercepts.
  2. Symmetry: Check f(−x)=f(x) (even) or f(−x)=−f(x) (odd) to simplify sketching.
  3. Asymptotes and end behaviour: Vertical asymptotes where f blows up (denominator = 0 for rational functions). Horizontal asymptote if lim_{x→±∞} f(x)=L. Oblique asymptote y=mx+c when f(x)≈mx+c as |x|→∞; compute m=lim_{x→∞} f(x)/x and c=lim_{x→∞} (f(x)-mx).
  4. First derivative f'(x): Solve f'(x)=0 or undefined to find critical points. Use sign chart of f' to determine intervals of increase (f'>0) and decrease (f'<0) and to classify stationary points via the first derivative test.
  5. Second derivative f''(x): Use f'' to determine concavity: f''>0 means concave up, f''<0 concave down. If f''(c)>0 at a stationary point c, it is a local minimum; if f''(c)<0, a local maximum (second derivative test).
  6. Points of inflection: Solve f''(x)=0 or undefined and check for change of sign in f'' across the point.
  7. Put together: Mark intercepts, critical points, inflection points, asymptotes and sketch with correct end behaviour and concavity. Use a derivative sign chart to support the sketch.

Useful remarks

  • Stationary point with f'(c)=0 but no sign change in f' is a saddle point or point of inflection (example: x^3 at 0).
  • Always check one-sided limits near vertical asymptotes to know whether the curve goes to +∞ or −∞.
  • For rational functions, polynomial long division gives oblique asymptotes when degree(numerator) ≥ degree(denominator).
📌 Examples
  • f(x) = x^3 − 3x + 1. Domain: all reals. f'(x)=3x^2−3=3(x^2−1) ⇒ critical points at x=±1. f''(x)=6x ⇒ f''(−1)=−6 (<0) → local maximum at x=−1; f''(1)=6 (>0) → local minimum at x=1. Point of inflection where f''(x)=0 ⇒ x=0 (inflection point at (0,1)). Sketch: cubic with a local max at (−1,3), local min at (1,−1), inflection at (0,1), ends → −∞ as x→−∞ and +∞ as x→+∞.
  • f(x) = x^2/(x−1). Domain: x≠1 (vertical asymptote x=1). Long division: x^2/(x−1) = x + 1 + 1/(x−1) ⇒ oblique asymptote y = x + 1. f'(x) = x(x−2)/(x−1)^2 ⇒ critical points x=0 and x=2 (check sign of f' to classify). f(0)=0 (x-intercept), f(2)=4. One-sided limits near x→1± indicate ±∞. Sketch: curve approaching line y=x+1 for large |x|, vertical blow-up at x=1, intercept at (0,0), turning point near x=2.
🧮 Formulas
  1. \[First derivative f'(x) = limit_{h→0} [f(x+h)−f(x)]/h (rate of change\]
    \[sign gives increase/decrease).\]
  2. \[Critical points: solve f'(x)=0 or f'(x) undefined.\]
  3. \[Second derivative test: if f'(c)=0 then f''(c)>0 ⇒ local minimum at c\]
    \[f''(c)<0 ⇒ local maximum at c\]
    \[f''(c)=0 ⇒ test inconclusive (use higher derivatives or sign chart).\]
  4. \[Point of inflection: f''(x)=0 or undefined and f'' changes sign at that point.\]
  5. \[Horizontal asymptote: y = L if lim_{x→±∞} f(x) = L.\]
  6. \[Oblique asymptote (degree numerator = degree denominator + 1 for rational f): m = lim_{x→±∞} f(x)/x\]
    \[c = lim_{x→±∞} (f(x) − m x)\]
    \[so asymptote y = mx + c.\]
🔢7

Optimization and Applications

Fig 7 — Educational Diagram: Optimization and Applications

Fig 7 — Educational Diagram: Optimization and Applications

📐 MATHEMATICAL FORMULA

Optimization and Applications

Core Principle: Necessary condition (single variable): If f has a local extremum at c and f is differentiable at c, then f'(c)=0 (critical point).

What is optimization? Optimization is the process of finding the largest or smallest value (maximum or minimum) of a function subject to given conditions. In Calculus, we use derivatives to locate and classify these extreme values.

Basic idea / steps to solve optimization problems (single variable)

  • 1. Model the problem: express the quantity to be optimized as a function f(x) of one variable x and determine the domain.
  • 2. Find critical points: compute f'(x) and solve f'(x)=0 and include points where f' is undefined but f is defined.
  • 3. Test each candidate: use the second derivative test (if f''(c)>0 then local min, if f''(c)<0 then local max) or use the first derivative sign change. Also evaluate endpoints of a closed interval.
  • 4. Interpret the result in the context of the problem (units, feasibility).

Two-variable optimization (unconstrained)

  • Find stationary points by solving f_x(x,y)=0 and f_y(x,y)=0.
  • Use the second derivative (Hessian) test: D = f_xx * f_yy - (f_xy)^2. If D>0 and f_xx>0, local minimum; if D>0 and f_xx<0, local maximum; if D<0, a saddle point; if D=0, test is inconclusive.

Constrained optimization (one constraint)

  • Substitution: if constraint allows, express variables in terms of one variable and reduce to single-variable problem.
  • Lagrange multipliers: solve ∇f = λ∇g together with g(x,y)=constant (useful when substitution is inconvenient).

Important practical notes

  • Always check domain and endpoints (global maxima/minima on closed intervals may occur at endpoints).
  • If second derivative test fails (f''=0), use higher derivatives or inspect sign change of f'.
  • For physical problems include constraints such as non-negativity and integer requirements if applicable.
📌 Examples
  • 1) Maximize area of rectangle with fixed perimeter 100. Let sides x and y, 2x+2y=100 => y=50-x. Area A(x)=x(50-x)=50x-x^2. A'(x)=50-2x=0 => x=25, y=25. Max area = 625 (square).
  • 2) Minimize surface area of a closed right circular cylinder of fixed volume V. Volume V = π r^2 h. Surface area S = 2π r^2 + 2π r h. Express h = V/(π r^2). Then S(r)=2π r^2 + 2V/r. Differentiate: S'(r)=4π r - 2V/r^2 =0 => r^3 = V/(2π). So r = (V/(2π))^(1/3) and h = 2r (optimal cylinder has height = diameter).
  • 3) Revenue maximum: Suppose price p decreases linearly with quantity x: p=100-0.5x. Revenue R(x)=p x = 100x - 0.5 x^2. R'(x)=100 - x =0 => x=100. Maximum revenue at x=100 units; p=50.
  • 4) Two-variable unconstrained: f(x,y)= -x^2 - y^2 + 4x + 6y. Compute f_x = -2x + 4 = 0 => x=2; f_y = -2y + 6 = 0 => y=3. Hessian: f_xx = -2, f_yy = -2, f_xy = 0 => D = (-2)(-2)-0 =4>0 and f_xx<0 so (2,3) is a local (and global) maximum. f(2,3)= ( -4 -9 +8 +18)=13.
  • 5) Constrained (Lagrange): Maximize f(x,y)=xy subject to x+2y=12. Use substitution: x=12-2y => g(y)= (12-2y)y =12y -2y^2. g'(y)=12 -4y =0 => y=3 => x=6. Max product = 18. (Lagrange approach gives same result.)
🧮 Formulas
  1. \[Necessary condition (single variable): If f has a local extremum at c and f is differentiable at c\]
    \[then f'(c)=0 (critical point).\]
  2. \[Second derivative test (single variable): If f'(c)=0 and f''(c)>0 => local minimum\]
    \[f''(c)<0 => local maximum\]
    \[f''(c)=0 => inconclusive.\]
  3. \[Closed interval method: For continuous f on [a,b]\]
    \[evaluate f at critical points in (a,b) and at endpoints a,b to find global extrema.\]
  4. \[Two-variable stationary condition: f_x(x,y)=0 and f_y(x,y)=0.\]
  5. \[Hessian test (2 variables): D = f_xx * f_yy - (f_xy)^2\]
    \[If D>0 and f_xx>0 => local min\]
    \[D>0 and f_xx&lt\]
    \[0 => local max\]
    \[D&lt\]
    \[0 => saddle point.\]
  6. \[Lagrange multipliers (one constraint g(x,y)=c): solve ∇f = λ ∇g together with g(x,y)=c (i.e.\]
    \[f_x = λ g_x\]
    \[f_y = λ g_y\]
    \[g(x,y)=c).\]
🔢8

Rolle's Theorem and Mean Value Theorem (MVT)

Fig 8 — Educational Diagram: Rolle's Theorem and Mean Value Theorem (MVT)

Fig 8 — Educational Diagram: Rolle's Theorem and Mean Value Theorem (MVT)

📜 THEOREM / LAW

Rolle's Theorem and Mean Value Theorem (MVT)

Core Principle: Rolle's theorem: If f is continuous on [a,b], differentiable on (a,b) and f(a)=f(b), then exists c in (a,b) with f'(c)=0.

Overview: Rolle's Theorem and the Mean Value Theorem (MVT) are fundamental results in differential calculus that relate the behaviour of a function on an interval to the existence of points where its derivative takes specific values. They are widely used in proving inequalities, analysing functions and solving real-world problems involving rates.

Rolle's Theorem (statement): Let f be a function such that

  • f is continuous on the closed interval [a, b],
  • f is differentiable on the open interval (a, b),
  • f(a) = f(b).

Then there exists at least one c in (a, b) such that f'(c) = 0 (i.e., a horizontal tangent exists).

Mean Value Theorem (MVT) (statement): Let f be a function such that

  • f is continuous on [a, b],
  • f is differentiable on (a, b).

Then there exists at least one c in (a, b) such that

f'(c) = (f(b) - f(a)) / (b - a).

Interpretation: some instantaneous rate of change (derivative) equals the average rate of change over [a, b].

Sketch of proof (MVT using Rolle):

  1. Consider the secant line joining (a, f(a)) and (b, f(b)). Define g(x) = f(x) - L(x), where L(x) is the equation of this secant line.
  2. Then g(a) = g(b). Also g is continuous on [a,b] and differentiable on (a,b).
  3. By Rolle's theorem there exists c in (a,b) with g'(c) = 0. But g'(x) = f'(x) - L'(x), and L'(x) = (f(b)-f(a))/(b-a). Rearranging gives the MVT result.

Why the hypotheses matter:

  • If continuity fails on [a,b], the function could jump and no guarantee of point c holds.
  • If differentiability fails inside (a,b), like a sharp corner, the derivative may not exist at the required point (e.g., f(x)=|x| on [-1,1]; f(-1)=f(1) but no point with f'(c)=0).

Useful consequences and applications:

  • Prove that if f'(x)=0 for all x in an interval, then f is constant on that interval.
  • Estimate function growth and bound errors (Taylor remainder estimation uses MVT ideas).
  • Relate average and instantaneous velocities in physics and engineering.
📌 Examples
  • Mathematical example (Rolle): f(x) = x^2 - 1 on [-1, 1]. f is continuous and differentiable everywhere and f(-1)=f(1)=0. f'(x) = 2x. So f'(c)=0 gives c=0, which lies in (-1,1).
  • Mathematical example (MVT): f(x) = x^2 on [1,3]. Average slope = (f(3)-f(1))/(3-1) = (9-1)/2 = 4. Solve f'(x)=2x = 4 => x = 2 in (1,3). So instantaneous slope equals average slope at x=2.
  • Counterexample (necessity of differentiability): f(x) = |x| on [-1,1]. f(-1)=f(1)=1 so Rolle's condition on endpoints holds and function is continuous, but it is not differentiable at 0. There is no c in (-1,1) with f'(c)=0, showing differentiability is essential.
  • Real-life example (driving speed): A car travels from point A to B in 2 hours covering 120 km. Average speed = 60 km/h. By MVT, at some instant the car's instantaneous speed was exactly 60 km/h.
  • Real-life example (temperature): If the temperature at 8 am and 4 pm is the same, Rolle's theorem implies there was at least one time between when the instantaneous rate of temperature change was zero (a local extremum or pause in increase/decrease).
🧮 Formulas
  1. \[Rolle's theorem: If f is continuous on [a,b]\]
    \[differentiable on (a,b) and f(a)=f(b)\]
    \[then exists c in (a,b) with f'(c)=0.\]
  2. \[Mean Value Theorem: If f is continuous on [a,b] and differentiable on (a,b)\]
    \[then exists c in (a,b) with f'(c) = (f(b)-f(a))/(b-a).\]
  3. \[MVT special case consequence: If f'(x)=0 for all x in (a,b)\]
    \[then f is constant on [a,b].\]
  4. \[Cauchy's Mean Value Theorem (extension): If f and g are continuous on [a,b] and differentiable on (a,b)\]
    \[then exists c in (a,b) with (f'(c))/(g'(c)) = (f(b)-f(a))/(g(b)-g(a))\]
    \[provided g'(c) != 0 and g(b) != g(a).\]

Key Concepts

Derivative
The limit of the difference quotient representing the instantaneous rate of change of a function: f'(x)=lim_{h->0} (f(x+h)-f(x))/h.
Differentiability
A function is differentiable at a point if its derivative exists there; differentiability implies local linearity and continuity at that point.
Instantaneous rate of change
The derivative value at a point giving how fast the dependent variable changes with respect to the independent variable at that point.
Critical point
A point in the domain where f'(x)=0 or f' is undefined; candidates for local extrema or points of inflection.
Stationary point
A critical point where the derivative is zero (f'(x)=0); may be a local max, min, or point of inflection.
Singular point
A point where a function is defined but its derivative does not exist (f' undefined); also a candidate for extrema or inflection.
Local (relative) maximum
A point where f(x0) is greater than or equal to f(x) for all x in some neighbourhood of x0.
Local (relative) minimum
A point where f(x0) is less than or equal to f(x) for all x in some neighbourhood of x0.
Absolute (global) extrema
Largest or smallest function values on the entire domain: absolute maximum or absolute minimum.
Monotonicity (Increasing/Decreasing)
A function is increasing where f'(x)>0 and decreasing where f'(x)<0 (on an interval).
First derivative test
Determine local extrema by sign changes of f' around a critical point: + to − gives max, − to + gives min.
Second derivative test
If f'(x0)=0 and f''(x0)>0 then local min; if f''(x0)<0 then local max; if f''(x0)=0 test is inconclusive.
Concavity
A function is concave up where f''(x)>0 (cup-shaped) and concave down where f''(x)<0 (cap-shaped).
Point of inflection
A point where concavity changes sign (f'' changes sign); the curve changes from concave up to down or vice versa.
Rolle's Theorem
If f is continuous on [a,b], differentiable on (a,b), and f(a)=f(b), then there exists c in (a,b) with f'(c)=0.
Mean Value Theorem (Lagrange)
If f is continuous on [a,b] and differentiable on (a,b), there exists c in (a,b) with f'(c)=(f(b)-f(a))/(b-a).
Linear approximation (Tangent line approximation)
Approximate f(x) near a by L(x)=f(a)+f'(a)(x-a); useful for small changes.
Taylor polynomial (Taylor's theorem)
Approximation of f near a by polynomial using derivatives at a; remainder estimates error of approximation.
Optimization problem
A problem of finding maxima or minima of a function subject to conditions, solved using derivatives and critical points.
Newton–Raphson method
An iterative root-finding method using derivatives: x_{n+1}=x_n - f(x_n)/f'(x_n).

Practice Questions

  1. The radius of a sphere increases at 0.01 m/s. Find dV/dt when r = 5 m. / एक गोले की त्रिज्या 0.01 m/s की दर से बढ़ती है। r = 5 m पर dV/dt ज्ञात कीजिए।
    Show answer

    V = (4/3)πr^3, so dV/dt = 4πr^2·dr/dt = 4π(25)(0.01) = π m^3/s. / V = (4/3)πr^3, अतः dV/dt = 4πr^2·dr/dt = 4π(25)(0.01) = π m^3/s।

  2. Find the intervals in which f(x) = x^3 − 3x^2 + 2 is increasing or decreasing. / वे अंतराल ज्ञात कीजिए जिनमें f(x) = x^3 − 3x^2 + 2 वर्धमान या ह्रासमान है।
    Show answer

    f'(x) = 3x(x − 2); f' > 0 on (−∞,0)∪(2,∞) so increasing there, and f' < 0 on (0,2) so decreasing there. / f'(x) = 3x(x − 2); (−∞,0)∪(2,∞) पर f' > 0 अतः वर्धमान, और (0,2) पर f' < 0 अतः ह्रासमान।

  3. Find the equation of the tangent and normal to y = x^2 at the point (1,1). / बिंदु (1,1) पर y = x^2 की स्पर्श रेखा तथा अभिलंब का समीकरण ज्ञात कीजिए।
    Show answer

    f'(1) = 2, so tangent: y − 1 = 2(x − 1) i.e. y = 2x − 1; normal slope = −1/2, normal: y − 1 = −(1/2)(x − 1). / f'(1) = 2, अतः स्पर्श रेखा: y − 1 = 2(x − 1) अर्थात y = 2x − 1; अभिलंब प्रवणता = −1/2, अभिलंब: y − 1 = −(1/2)(x − 1)।

  4. Using differentials, approximate √50. / अवकलजों का प्रयोग करके √50 का सन्निकट मान ज्ञात कीजिए।
    Show answer

    Take f(x) = √x, a = 49, dx = 1; f'(49) = 1/14, so √50 ≈ 7 + 1/14 ≈ 7.0714. / f(x) = √x, a = 49, dx = 1 लीजिए; f'(49) = 1/14, अतः √50 ≈ 7 + 1/14 ≈ 7.0714।

  5. State the second derivative test and apply it to f(x) = x^2 at x = 0. / द्वितीय अवकलज परीक्षण बताइए तथा f(x) = x^2 पर x = 0 के लिए लागू कीजिए।
    Show answer

    If f'(c) = 0: f''(c) > 0 gives local minimum, f''(c) < 0 gives local maximum. Here f'(0) = 0 and f''(0) = 2 > 0, so x = 0 is a local (and global) minimum. / यदि f'(c) = 0 हो: f''(c) > 0 स्थानीय निम्निष्ठ, f''(c) < 0 स्थानीय उच्चिष्ठ देता है। यहाँ f'(0) = 0 और f''(0) = 2 > 0, अतः x = 0 स्थानीय (व निरपेक्ष) निम्निष्ठ है।

  6. Find the dimensions of the rectangle of maximum area with a fixed perimeter of 100 units. / 100 इकाई के निश्चित परिमाप वाले अधिकतम क्षेत्रफल के आयत की विमाएँ ज्ञात कीजिए।
    Show answer

    With y = 50 − x, A(x) = 50x − x^2; A'(x) = 50 − 2x = 0 gives x = 25, y = 25 (a square) with maximum area 625. / y = 50 − x के साथ A(x) = 50x − x^2; A'(x) = 50 − 2x = 0 से x = 25, y = 25 (एक वर्ग), अधिकतम क्षेत्रफल 625।

  7. State Rolle's Theorem and verify it for f(x) = x^2 − 1 on [−1, 1]. / रोल प्रमेय बताइए तथा [−1, 1] पर f(x) = x^2 − 1 के लिए सत्यापित कीजिए।
    Show answer

    If f is continuous on [a,b], differentiable on (a,b) and f(a)=f(b), then some c∈(a,b) has f'(c)=0. Here f(−1)=f(1)=0 and f'(x)=2x=0 at c=0∈(−1,1). / यदि f [a,b] पर संतत, (a,b) पर अवकलनीय और f(a)=f(b) हो, तो किसी c∈(a,b) के लिए f'(c)=0। यहाँ f(−1)=f(1)=0 तथा f'(x)=2x=0 पर c=0∈(−1,1)।

  8. State the Mean Value Theorem and find c for f(x) = x^2 on [1, 3]. / माध्य मान प्रमेय बताइए तथा [1, 3] पर f(x) = x^2 के लिए c ज्ञात कीजिए।
    Show answer

    MVT: there exists c∈(a,b) with f'(c) = (f(b)−f(a))/(b−a). Average slope = (9−1)/2 = 4; f'(c) = 2c = 4 gives c = 2 ∈ (1,3). / MVT: कोई c∈(a,b) ऐसा है कि f'(c) = (f(b)−f(a))/(b−a)। औसत प्रवणता = (9−1)/2 = 4; f'(c) = 2c = 4 से c = 2 ∈ (1,3)।

Related Laws & Principles

Explore all

Foundational laws & principles connected to this chapter — tap to open in the Laws Explorer.

Loading related laws…
Sourced from 117 content files · LLOS Learn · browse all chapters