Calculus and Its
Applications
A Comprehensive Guide from Limits to Multivariable
Functions (12-Page Edition)
Department of Mathematics
Prepared for Jo Gyeong-won student (Seoul's future Jo Gyeong-won) | Page 1
Chapter 1: Limits and Continuity
Calculus is the mathematical study of continuous change, much like geometry
is the study of shape and algebra is the study of generalizations of arithmetic
operations. The foundation of all calculus is the concept of a limit.
1.1 The Concept of a Limit
A limit describes the value that a function approaches as the input approaches
some value. It allows us to analyze the behavior of functions at points where
they might not be strictly defined, such as division by zero.
lim (x → a) f(x) = L
This notation is read as: "The limit of f of x, as x approaches a, is L." If the
values of f(x) approach L from both the left side and the right side of 'a', then
the limit exists.
1.2 Continuity
A function is continuous at a point if the limit of the function as it approaches
that point equals the function's actual value at that point. Geometrically, a
continuous function is one that can be drawn without lifting your pen from the
paper.
Prepared for Jo Gyeong-won student (Seoul's future Jo Gyeong-won) | Page 2
Chapter 2: The Derivative
Differential calculus focuses on the concept of the derivative. The derivative
measures the instantaneous rate of change of a function with respect to one of
its variables.
2.1 Formal Definition
Geometrically, the derivative represents the slope of the tangent line to the
graph of a function at a specific point. It is defined using limits:
f'(x) = lim (h → 0) [f(x + h) - f(x)] / h
2.2 Rules of Differentiation
To avoid using the limit definition for every calculation, mathematicians
developed several rules:
• Power Rule: If f(x) = xn, then f'(x) = n · xn-1.
• Product Rule: (fg)' = f'g + fg'
• Quotient Rule: (f/g)' = (f'g - fg') / g2
• Chain Rule: Used for composite functions. If h(x) = f(g(x)), then h'(x) =
f'(g(x)) · g'(x).
Prepared for Jo Gyeong-won student (Seoul's future Jo Gyeong-won) | Page 3
Chapter 3: Applications of
Differentiation
Derivatives have profound applications in physics, economics, engineering,
and statistics.
3.1 Optimization Problems
One of the most powerful applications of derivatives is finding the maximum
or minimum values of a function. By setting the first derivative equal to zero
(f'(x) = 0), we can find critical points. We then use the Second Derivative Test to
determine if these points are local maxima or minima.
3.2 Related Rates
Related rates problems involve finding the rate at which one quantity is
changing by relating it to other quantities whose rates of change are known.
This heavily utilizes the Chain Rule with respect to time (t).
Example in Economics: Marginal cost is the derivative of the total cost
function. It represents the approximate cost of producing one additional
unit of a good.
Prepared for Jo Gyeong-won student (Seoul's future Jo Gyeong-won) | Page 4
Chapter 4: The Integral
Integral calculus is the study of the accumulation of quantities, such as areas
under a curve, volumes, and total distance traveled.
4.1 The Antiderivative
If differentiation is the process of finding the derivative, integration is the
reverse process. An antiderivative of a function f(x) is a function F(x) such that
F'(x) = f(x).
4.2 The Definite Integral
The definite integral represents the exact area under a curve between two
specific x-values (a and b). It is represented by the integral symbol ∫.
∫ab f(x) dx = F(b) - F(a)
This powerful connection between differentiation and integration is known as
the Fundamental Theorem of Calculus.
Prepared for Jo Gyeong-won student (Seoul's future Jo Gyeong-won) | Page 5
Chapter 5: Advanced Integration
Methods
Not all integrals are straightforward. Advanced studies require mastering
complex integration methods to solve intricate equations.
5.1 Integration by Substitution (U-Substitution)
This method reverses the Chain Rule. It involves substituting a part of the
integrand with a new variable (usually 'u') to simplify the integral into a basic
form.
5.2 Integration by Parts
This method reverses the Product Rule for differentiation. It is useful when the
integrand is a product of two different types of functions (e.g., a polynomial
and an exponential function).
∫ u dv = u v - ∫ v du
5.3 Partial Fraction Decomposition
This technique is used to integrate rational functions (a fraction where both
the numerator and denominator are polynomials). It involves breaking down a
complex fraction into simpler, easily integrable fractions.
Prepared for Jo Gyeong-won student (Seoul's future Jo Gyeong-won) | Page 6
Chapter 6: Applications of Integration
Integrals are used to calculate the sum of an infinite number of infinitesimally
small quantities.
6.1 Area Between Curves
The area between two curves, f(x) and g(x), from x=a to x=b, is found by
integrating the difference of the functions: ∫ [f(x) - g(x)] dx, assuming f(x) is the
upper curve.
6.2 Volumes of Solids of Revolution
When a 2D region is rotated around an axis, it creates a 3D solid. The volume
of this solid can be calculated using integration. Two primary methods exist:
• The Disk/Washer Method: Integrating the area of circular cross-sections.
Volume = ∫ π [R(x)]2 dx.
• The Cylindrical Shells Method: Integrating the surface area of
concentric cylindrical shells.
Prepared for Jo Gyeong-won student (Seoul's future Jo Gyeong-won) | Page 7
Chapter 7: Sequences and Infinite Series
Calculus also deals with the sum of an infinite sequence of numbers, which is
crucial for approximating functions.
7.1 Convergence and Divergence
A sequence is an ordered list of numbers. An infinite series is the sum of the
terms of an infinite sequence. If the sum approaches a finite limit, the series
converges. If it approaches infinity or does not settle on a value, it diverges.
7.2 Taylor and Maclaurin Series
Taylor series allow us to represent non-polynomial functions (like sine, cosine,
and ex) as an infinite sum of polynomial terms based on their derivatives at a
single point. This is widely used in physics and computer science for
approximations.
f(x) = f(a) + f'(a)(x-a) + [f''(a)/2!](x-a)2 + ...
Prepared for Jo Gyeong-won student (Seoul's future Jo Gyeong-won) | Page 8
Chapter 8: Multivariable Calculus
Until now, we have discussed functions of a single variable. In reality, most
physical systems depend on multiple variables. This brings us to Multivariable
Calculus.
8.1 Functions of Several Variables
A function f(x,y) assigns a unique real number to every ordered pair (x,y). Its
graph is a surface in three-dimensional space.
8.2 Partial Derivatives
When differentiating a multivariable function, we use partial derivatives. We
take the derivative with respect to one variable while treating all other
variables as constants.
Example Problem #32 Calculation:
Consider the functional form:
f(x,y) = x4y3 - x2y3
To find the partial derivative with respect to x (denoted as fx), we treat 'y' as
a constant:
fx(x,y) = 4x3y3 - 2xy3
To find the partial derivative with respect to y (denoted as fy), we treat 'x' as
a constant:
fy(x,y) = 3x4y2 - 3x2y2
Prepared for Jo Gyeong-won student (Seoul's future Jo Gyeong-won) | Page 9
Chapter 9: Multiple Integrals
Just as we extended derivatives to multiple variables, we can also extend
integration.
9.1 Double Integrals
A double integral computes the volume under a surface f(x,y) over a two-
dimensional region in the xy-plane. It requires integrating twice, once with
respect to x, and once with respect to y.
9.2 Applications in Statistics
Multiple integrals are heavily utilized in advanced statistics, particularly in
evaluating joint probability density functions. To find the probability that two
continuous random variables fall within a certain region, one must evaluate
the double integral of their joint density function over that region.
Prepared for Jo Gyeong-won student (Seoul's future Jo Gyeong-won) | Page 10
Chapter 10: Vector Calculus
Vector calculus extends calculus to vector fields, which assign a vector to every
point in space. It is the mathematical language of fluid dynamics and
electromagnetism.
10.1 Gradient, Divergence, and Curl
• Gradient (∇f): A vector containing all the first-order partial derivatives
of a scalar function. It points in the direction of the greatest rate of
increase.
• Divergence: Measures the magnitude of a vector field's source or sink at
a given point.
• Curl: Measures the rotation or "spinning" of a vector field.
10.2 Fundamental Theorems
Advanced vector calculus culminates in three major theorems that generalize
the Fundamental Theorem of Calculus to higher dimensions: Green's Theorem,
Stokes' Theorem, and the Divergence Theorem.
Prepared for Jo Gyeong-won student (Seoul's future Jo Gyeong-won) | Page 11
Chapter 11: Conclusion & Review
Questions
Calculus is a vast and beautifully interconnected subject. From the simple
concept of a limit to the evaluation of multiple integrals and vector fields, it
provides the essential tools needed to model and understand the dynamic
universe.
11.1 Review Questions
1. Explain the geometric interpretation of the derivative and the definite
integral. How are they connected by the Fundamental Theorem of
Calculus?
2. In what scenarios would you choose Integration by Parts over U-
Substitution? Provide a theoretical example.
3. Calculate the second-order partial derivatives (fxx and fyy) for the
function f(x,y) = x4y3 - x2y3.
4. How are double integrals utilized to find the expected value in joint
probability distributions?
5. Describe the difference between a sequence and a series. What is the
significance of a Taylor Series approximation?
End of Calculus Study Guide
Prepared for Jo Gyeong-won student (Seoul's future Jo Gyeong-won) | Page 12