Comprehensive Study Guide for Differential Calculus and Mean Value Theorems
Foundations of Differential Calculus
- Differential calculus addresses the mathematical study of change, motion, growth, and decay.
- It involves investigating the derivative, which represents the change of functions relative to varied inputs.
Successive Differentiation and Notation
- If a function y=f(x) is differentiable, its first derivative provides the rate of change and is denoted as dxdy, y1, y′(x), or Dy.
- If the first derivative is itself differentiable, the resulting derivative is termed the second-order derivative, denoted as dx2d2y, y2, y′′(x), or D2y.
- This process continues for nth order derivatives, represented by symbols such as:
- dxndny
- Dny, where D=dxd
- yn(x) or yn
- f(n)(x)
- The value of the nth differential coefficient evaluated at a specific point x=a is represented as (yn)a or f(n)(a).
nth Order Derivatives of Standard Functions
- Power Functions of the form (ax+b)m:
- The nth derivative is given by yn=m(m−1)(m−2)×...×(m−n+1)an(ax+b)m−n.
- In factorial notation: yn=(m−n)!m!an(ax+b)m−n.
- Negative Power Functions (ax+b)−m:
- The nth derivative is yn=(m−1)!(−1)n(m+n−1)!(ax+b)m+nan.
- A specific case for m=1: dxndn(ax+b1)=(ax+b)n+1(−1)nn!an.
- Logarithmic Functions log(ax+b):
- The first derivative is y1=ax+ba.
- The nth derivative follows the pattern: yn=(ax+b)n(−1)n−1(n−1)!an.
- Exponential Functions:
- For y=eax, the nth derivative is yn=aneax.
- For y=amx, the nth derivative is yn=mnamx(log(a))n.
- Trigonometric Functions:
- For y=sin(ax+b), the nth derivative is yn=ansin(ax+b+2n×pi).
- For y=cos(ax+b), the nth derivative is yn=ancos(ax+b+2n×pi).
- Exponential Product with Trigonometric Functions:
- For y=eaxcos(bx+c), the derivative is yn=rneaxcos(bx+c+nθ).
- For y=eaxsin(bx+c), the derivative is yn=rneaxsin(bx+c+nθ).
- In these cases, constants are defined as r=sqrt(a2+b2) and θ=tan−1(ab).
Leibnitz's Theorem for Product Differentiation
- This theorem provides a method to find the nth derivative of a product of two functions, u and v.
- Statement: If y=uv, where u and v are functions of x, then:
- yn=unv+(1n)un−1v1+(2n)un−2v2+...+(rn)un−rvr+...+uvn
- The proof is established via mathematical induction, demonstrating validity for n=1,2 and then assuming truth for n=m to prove it for n=m+1.
Continuity and Differentiability
- Continuity Analysis: A function f(x) is continuous at x=a if the limit as x approaches a from both sides equals the finite value f(a).
- Differentiability Analysis: A function is differentiable at x=a if the Right-Hand Derivative (RHD) equals the Left-Hand Derivative (LHD).
- RHD=limh→0hf(a+h)−f(a)
- LHD=limh→0−hf(a−h)−f(a)
- Key Principles:
- All differentiable functions are continuous, though the reverse is not always true.
- Common algebraic, trigonometric, logarithmic, and exponential functions are typically continuous and differentiable within their domains.
Rolle's Theorem
- Conditions:
- f(x) is continuous in the closed interval [a,b].
- f(x) is differentiable in the open interval (a,b).
- f(a)=f(b).
- Conclusion: There exists at least one point c where a<c<b such that f′(c)=0.
- Geometrical Interpretation: If the endpoints of a continuous, smooth curve have the same y-coordinates, there is at least one point between them where the tangent is parallel to the x-axis.
- Algebraic Interpretation: Between any two roots of the equation f(x)=0, there exists at least one root of the derivative equation f′(x)=0.
Lagrange's Mean Value Theorem (LMVT)
- Conditions:
- f(x) is continuous in [a,b].
- f(x) is differentiable in (a,b).
- Conclusion: There exists at least one point c where a<c<b such that b−af(b)−f(a)=f′(c).
- Geometrical Interpretation: There is a point on the curve where the tangent is parallel to the chord joining the points (a,f(a)) and (b,f(b)).
- Function Trends:
- If f′(x)>0 in the interval, the function is strictly increasing.
- If f′(x)<0 in the interval, the function is strictly decreasing.
Cauchy's Mean Value Theorem (CMVT)
- Conditions: Functions f(x) and g(x) are continuous in [a,b] and differentiable in (a,b), with g′(x)=0 in the interval.
- Conclusion: There exists at least one point c in (a,b) such that:
- g(b)−g(a)f(b)−f(a)=g′(c)f′(c).
Taylor's and Maclaurin's Series
- Taylor's Series: Expands a function around a point x=a:
- f(x)=f(a)+(x−a)f′(a)+2!(x−a)2f′′(a)+...+n!(x−a)nf(n)(a)+...
- Maclaurin's Series: A Taylor series centered at zero (a=0):
- f(x)=f(0)+xf′(0)+2!x2f′′(0)+3!x3f′′′(0)+...
- Standard Maclaurin Expansions:
- ex=1+x+2!x2+3!x3+...
- sin(x)=x−3!x3+5!x5−...
- cos(x)=1−2!x2+4!x4−...
- log(1+x)=x−2x2+3x3−4x4+...
- tan(x)=x+3x3+152×x5+...
Questions & Discussion
- Exercise 2.1 Focus: Finding nth derivatives for complex rational functions, often involving partial fraction expansion before applying standard formulae. For example, for y=(x−1)(x−2)(x−3)x, the strategy is to split the term into simpler fractions to compute the nth derivative.
- Example 17 (Taylor Series): Proving that log(sin(x+h))=log(sin(x))+h×cot(x)−2!h2×cosec2(x)+... involves calculating successive derivatives of log(sin(x)): y1=cot(x), y2=−cosec2(x), and y3=2×cosec2(x)×cot(x).
- Numerical Applications: Using series to approximate values like sqrt(1.02). By setting f(x)=sqrt(x), a=1, and h=0.02 in the Taylor series, one obtains 1+0.01−0.00005...×approx.=1.0099.