Comprehensive Study Guide for Differential Calculus: Fundamentals, Rules, and Applications

The Definition of the Derivative and the Limit Process

  • The derivative of a function represents the instantaneous rate of change of the function with respect to its variable. Geometrically, it represents the slope of the tangent line to the curve at a specific point.
  • The derivative is formally defined using the limit of the difference quotient:     * f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}
  • The difference quotient is derived from the slope formula for a secant line passing through points (x,f(x))(x, f(x)) and (x+h,f(x+h))(x+h, f(x+h)):     * m=y2y1x2x1=f(x+h)f(x)(x+h)x=f(x+h)f(x)hm = \frac{y_2 - y_1}{x_2 - x_1} = \frac{f(x+h) - f(x)}{(x+h) - x} = \frac{f(x+h) - f(x)}{h}
  • As hh approaches zero, the secant line becomes the tangent line at the point xx.
  • The derivative of a constant function f(x)=cf(x) = c is always zero:     * ddx(c)=0\frac{d}{dx}(c) = 0
  • The derivative of a linear function f(x)=mx+bf(x) = mx + b is simply the slope mm:     * ddx(mx+b)=m\frac{d}{dx}(mx + b) = m

The Power Rule and Simple Differentiation

  • The Power Rule is a primary shortcut used to differentiate power functions of the form f(x)=xnf(x) = x^n, where nn is any real number:     * ddx(xn)=n×xn1\frac{d}{dx}(x^n) = n \times x^{n-1}
  • Application to Radicals: To differentiate roots, they must first be rewritten as fractional exponents:     * x=x12ddx(x12)=12x12=12x\sqrt{x} = x^{\frac{1}{2}} \rightarrow \frac{d}{dx}(x^{\frac{1}{2}}) = \frac{1}{2} x^{-\frac{1}{2}} = \frac{1}{2\sqrt{x}}     * xmn=xmn\sqrt[n]{x^m} = x^{\frac{m}{n}}
  • Application to Reciprocals: To differentiate variables in the denominator, use negative exponents:     * 1xn=xnddx(xn)=n×xn1\frac{1}{x^n} = x^{-n} \rightarrow \frac{d}{dx}(x^{-n}) = -n \times x^{-n-1}
  • Constant Multiple Rule: If a constant is multiplied by a function, the derivative is the constant times the derivative of the function:     * ddx(c×f(x))=c×f(x)\frac{d}{dx}(c \times f(x)) = c \times f'(x)
  • Sum and Difference Rule: The derivative of a sum or difference is the sum or difference of the derivatives:     * ddx(f(x)±g(x))=f(x)±g(x)\frac{d}{dx}(f(x) \pm g(x)) = f'(x) \pm g'(x)

The Product Rule for Differentiation

  • The Product Rule is used when a function is the product of two differentiable sub-functions, f(x)=u(x)×v(x)f(x) = u(x) \times v(x).
  • The formula is defined as:     * ddx[u(x)×v(x)]=u(x)×v(x)+u(x)×v(x)\frac{d}{dx}[u(x) \times v(x)] = u'(x) \times v(x) + u(x) \times v'(x)
  • In verbal terms: "The derivative of the first times the second, plus the first times the derivative of the second."
  • Example calculation for f(x)=x2sin(x)f(x) = x^2 \sin(x):     * Let u=x2u = x^2 and v=sin(x)v = \sin(x).     * u=2xu' = 2x and v=cos(x)v' = \cos(x).     * f(x)=(2x)(sin(x))+(x2)(cos(x))f'(x) = (2x)(\sin(x)) + (x^2)(\cos(x))

The Quotient Rule for Differentiation

  • The Quotient Rule is applied when differentiating a function in the form of a fraction, f(x)=u(x)v(x)f(x) = \frac{u(x)}{v(x)}, where v(x)0v(x) \neq 0.
  • The formula is defined as:     * ddx[u(x)v(x)]=u(x)v(x)u(x)v(x)(v(x))2\frac{d}{dx}\left[ \frac{u(x)}{v(x)} \right] = \frac{u'(x)v(x) - u(x)v'(x)}{(v(x))^2}
  • A common mnemonic is "Low D-High minus High D-Low, over Low-Low."
  • Order matters in the numerator because of the subtraction sign; the derivative of the numerator must be multiplied by the denominator first.
  • If the denominator is a single term (monomial), it is often easier to simplify the expression by dividing every term in the numerator by the denominator before differentiating with the power rule, rather than using the quotient rule.

The Chain Rule for Composite Functions

  • The Chain Rule is used for differentiating composite functions (functions inside other functions), such as y=f(g(x))y = f(g(x)).
  • The formula in Leibniz notation is:     * dydx=dydu×dudx\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}
  • Alternatively, in prime notation:     * ddx[f(g(x))]=f(g(x))×g(x)\frac{d}{dx}[f(g(x))] = f'(g(x)) \times g'(x)
  • The process involves taking the derivative of the "outer" function while keeping the "inner" function the same, then multiplying by the derivative of the "inner" function.
  • The General Power Rule is a specific case of the chain rule:     * ddx([u(x)]n)=n[u(x)]n1×u(x)\frac{d}{dx}([u(x)]^n) = n[u(x)]^{n-1} \times u'(x)

Implicit Differentiation

  • Implicit differentiation is used when an equation is not solved explicitly for yy (e.g., x2+y2=25x^2 + y^2 = 25) and it is difficult or impossible to isolate yy.
  • The procedure involves:     1. Differentiating both sides of the equation with respect to xx.     2. Treating yy as a function of xx. Whenever you differentiate a term containing yy, you must multiply by dydx\frac{dy}{dx} (due to the chain rule).     3. Collecting all terms containing dydx\frac{dy}{dx} on one side of the equation.     4. Factoring out dydx\frac{dy}{dx}.     5. Solving for dydx\frac{dy}{dx}.
  • Example: Differentiating y2=xy^2 = x:     * ddx(y2)=ddx(x)\frac{d}{dx}(y^2) = \frac{d}{dx}(x)     * 2y×dydx=12y \times \frac{dy}{dx} = 1     * dydx=12y\frac{dy}{dx} = \frac{1}{2y}

Related Rates of Change

  • Related rates problems involve finding the rate at which one quantity changes by relating it to other quantities whose rates of change are known.
  • General steps for solving related rates problems:     1. Draw a diagram if applicable.     2. List the given information and the rate to be found (e.g., "Given drdt=2cm/s\frac{dr}{dt} = 2\,cm/s, find dVdt\frac{dV}{dt} when r=5cmr = 5\,cm").     3. Write an equation that relates the variables involved (e.g., volume of a sphere V=43πr3V = \frac{4}{3}\pi r^3 or the Pythagorean theorem a2+b2=c2a^2 + b^2 = c^2).     4. Differentiate both sides of the equation with respect to time (tt) using the chain rule/implicit differentiation.     5. Substitute the known values and solve for the unknown rate.
  • Important distinction: Never substitute the "snapshot" values (like "when r=5r = 5") into the equation before differentiating; constants that do not change over time should be substituted before, but variables must remain variables until after differentiation.

Maxima, Minima, and the First Derivative Test

  • Critical Points: A value cc in the domain of ff is a critical point if f(c)=0f'(c) = 0 or f(c)f'(c) is undefined.
  • Extreme Value Theorem: If ff is continuous on a closed interval [a,b][a, b], then ff has both an absolute maximum and an absolute minimum on that interval.
  • Relative (Local) Extrema:     * A relative maximum occurs if f(x)f(x) changes from increasing (f'(x) > 0) to decreasing (f(x)<0f'(x) < 0) at a critical point.     * A relative minimum occurs if f(x)f(x) changes from decreasing (f(x)<0f'(x) < 0) to increasing (f(x)>0f'(x) > 0) at a critical point.
  • The First Derivative Test:     1. Find all critical points.     2. Set up test intervals on a number line using the critical points.     3. Choose a test value in each interval and plug it into f(x)f'(x) to determine the sign (positive for increasing, negative for decreasing).     4. Identify extrema based on sign changes.

The Mean Value Theorem (MVT)

  • The Mean Value Theorem states that for a function that meets specific criteria, there exists at least one point where the instantaneous rate of change equals the average rate of change over an interval.
  • Requirements for MVT:     1. The function f(x)f(x) must be continuous on the closed interval [a,b][a, b].     2. The function f(x)f(x) must be differentiable on the open interval (a,b)(a, b).
  • The Theorem Statement:     * There exists at least one number cc in (a,b)(a, b) such that:     * f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}
  • Rolle’s Theorem is a special case of MVT where f(a)=f(b)f(a) = f(b), implying that there is at least one point cc where the derivative is zero (f(c)=0f'(c) = 0).