뒤로Calculus Study Guide: Derivatives, Integrals, and Applications
스터디 가이드 - 스마트 노트
자료에 맞춘 맞춤형 노트, 핵심 정의, 예시, 맥락을 확장해 제공합니다.
Critical Values and Derivative Tests
Finding Critical Values
Critical values are essential in analyzing the behavior of functions, particularly for identifying local extrema and points of inflection.
Critical Value: A value x = c where the derivative f'(c) is zero or undefined.
How to Find: Solve f'(x) = 0 or find where f'(x) does not exist.
Example: For f(x) = x^2 - 4x + 3, f'(x) = 2x - 4. Set 2x - 4 = 0 to get x = 2.
First Derivative Test
The first derivative test helps determine where a function is increasing or decreasing and identifies local maxima and minima.
Test: Examine the sign of f'(x) around critical values.
Increasing: f'(x) > 0
Decreasing: f'(x) < 0
Local Max/Min: If f'(x) changes sign at a critical value, there is a local extremum.
Example: If f'(x) changes from positive to negative at x = c, f has a local maximum at c.
Second Derivative Test
The second derivative test provides information about the concavity of a function and further classifies critical points.
Test: Evaluate f''(c) at a critical value c.
Local Minimum: If f''(c) > 0, f has a local minimum at c.
Local Maximum: If f''(c) < 0, f has a local maximum at c.
Example: For f(x) = x^2, f''(x) = 2 (always positive), so x = 0 is a minimum.
Applications of Derivatives
Absolute Maxima and Minima on Intervals
Finding absolute extrema involves evaluating the function at critical points and endpoints of the interval.
Steps:
Find critical values inside the interval.
Evaluate f(x) at critical values and endpoints.
Compare values to determine absolute max/min.
Example: For f(x) = x^2 on [0,2], check x = 0, 2 and any critical points.
Intervals of Increase and Decrease
Determining where a function increases or decreases is fundamental for graph analysis.
Increasing: Where f'(x) > 0
Decreasing: Where f'(x) < 0
Procedure: Solve f'(x) = 0 for critical values, then test intervals between them.
Intervals of Concavity
Concavity describes how a function bends and is determined by the second derivative.
Concave Up: Where f''(x) > 0
Concave Down: Where f''(x) < 0
Inflection Point: Where f''(x) changes sign.
Word Problems: Maxima and Minima
Derivatives are used to solve optimization problems in real-world contexts.
Steps:
Model the problem with a function.
Find critical values using derivatives.
Determine max/min as required.
Example: Maximizing area or minimizing cost.
Advanced Derivative Techniques
L'Hôpital's Rule for Indeterminate Forms
L'Hôpital's Rule is used to evaluate limits that result in indeterminate forms such as 0/0 or ∞/∞.
Rule: If \lim_{x \to c} \frac{f(x)}{g(x)} = \frac{0}{0} or \frac{\infty}{\infty}, then \lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)} (if the limit exists).
Example: \lim_{x \to 0} \frac{\sin x}{x} = 1 using L'Hôpital's Rule.
Antiderivatives
Antiderivatives, or indefinite integrals, are functions whose derivative is the given function.
Definition: If F'(x) = f(x), then F(x) is an antiderivative of f(x).
Notation: \int f(x) dx = F(x) + C
Example: \int x^2 dx = \frac{x^3}{3} + C
Integration and Fundamental Theorem of Calculus
Initial Value Problems
Initial value problems involve finding a specific solution to a differential equation using a given initial condition.
Procedure:
Find the general antiderivative.
Use the initial value to solve for the constant C.
Example: If F(x) = \int f(x) dx and F(0) = 2, solve for C.
Integration Using Riemann Sums and Limits
Riemann sums approximate the area under a curve, and the definite integral is defined as the limit of these sums.
Formula: \int_a^b f(x) dx = \lim_{n \to \infty} \sum_{i=1}^n f(x_i^*) \Delta x
Application: Used to rigorously define the definite integral.
Fundamental Theorem of Calculus (FTC)
The Fundamental Theorem of Calculus connects differentiation and integration.
Part 1: If F(x) = \int_a^x f(t) dt, then F'(x) = f(x).
Part 2: \int_a^b f(x) dx = F(b) - F(a) where F is any antiderivative of f.
Integration Techniques
Indefinite Integrals Using Substitution
Substitution is a method for evaluating integrals by changing variables.
Procedure: Let u = g(x), then du = g'(x) dx.
Example: \int 2x \cos(x^2) dx let u = x^2, du = 2x dx.
Definite Integrals Using Substitution
Substitution can also be used for definite integrals, adjusting the limits accordingly.
Procedure: Change limits to match the new variable.
Example: \int_0^1 2x \cos(x^2) dx becomes \int_0^1 \cos(u) du with u = x^2.
Integrals for Net Change and Total Flow
Integrals can represent net change or total accumulation in various contexts.
Net Change: \int_a^b f'(x) dx = f(b) - f(a)
Total Flow: Used in physics, economics, and other fields to calculate total quantity over time.
Area of Regions Between Curves
The area between two curves is found by integrating the difference of their functions over a given interval.
Formula: \int_a^b [f(x) - g(x)] dx where f(x) is above g(x) on [a, b].
Example: Area between y = x^2 and y = x from x = 0 to x = 1.
Summary Table: Key Calculus Concepts
Concept | Definition/Formula | Application |
|---|---|---|
Critical Value | Where f'(x) = 0 or undefined | Find extrema |
First Derivative Test | Sign of f'(x) | Increasing/Decreasing |
Second Derivative Test | Sign of f''(x) | Concavity, classify extrema |
L'Hôpital's Rule | \lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)} | Indeterminate limits |
Antiderivative | \int f(x) dx = F(x) + C | Find original function |
FTC | \int_a^b f(x) dx = F(b) - F(a) | Area, net change |
Substitution | u = g(x), du = g'(x) dx | Evaluate integrals |
Area Between Curves | \int_a^b [f(x) - g(x)] dx | Find area |