Introduction to MATH 0230
Calculus 2 at the University of Pittsburgh (MATH 0230) is the continuation of the calculus sequence that explores the mathematical theory of change and motion. Building upon concepts from Calculus 1, this course delves deeper into integration techniques, infinite sequences and series, vector calculus, and introduces differential equations.
MATH 0230 serves as a foundational course for students in mathematics, physics, engineering, computer science, economics, and other quantitative disciplines. The course typically spans a full semester and carries 4 credit hours.
Prerequisites
- Successful completion of MATH 0220 (Calculus 1) with a grade of C or better
- Strong algebra and trigonometry skills
- Proficiency in differentiation and basic integration techniques
Course Objectives
- Master advanced integration techniques
- Understand convergence and divergence of sequences and series
- Apply series to function approximation
- Develop skills in vector calculus
- Solve basic differential equations
Integration Techniques
Integration, often described as the reverse process of differentiation, is a central theme in Calculus 2. While Calculus 1 introduces the basic concepts of integration, Calculus 2 expands toolkit with various techniques to evaluate more complex integrals.
Review of Basic Integration
Before diving into advanced methods, it's essential to review the fundamental integration rules:
x dx = x/(n+1) + C (for n -1)
e dx = e + C
sin(x) dx = -cos(x) + C
cos(x) dx = sin(x) + C
Integration by Parts
Integration by parts is derived from the product rule for differentiation and is expressed as:
u dv = uv - v du
Example:
Evaluate xe dx
Let u = x, so du = dx
Let dv = e dx, so v = e
Using integration by parts: xe dx = xe - e dx = xe - e + C = e(x-1) + C
Trigonometric Integration
Integrals involving products of trigonometric functions require specific strategies based on the power of sine and cosine:
- For integrals of sinm(x)cosn(x), if either m or n is odd, use substitution with the odd function
- If both exponents are even, apply half-angle identities
- For products of secants and tangents, similar strategies apply
Trigonometric Substitution
For integrals containing expressions like (a-x), (a+x), or (x-a), trigonometric substitution can be helpful:
- For (a-x), use x = asin()
- For (a+x), use x = atan()
- For (x-a), use x = asec()
Partial Fractions
The method of partial fractions decomposes rational functions into simpler fractions that can be integrated individually. This technique is particularly useful when integrating rational functions with denominators that can be factored.
Improper Integrals
Improper integrals have either infinite limits of integration or integrands that approach infinity within the interval of integration. These are evaluated as limits:
f(x) dx = lim(b) f(x) dx
Applications of Integration
Calculus 2 examines several important applications of integration:
- Area between curves: A = ab [f(x) - g(x)] dx
- Volumes of solids of revolution: Using the disk or shell method
- Arc length: L = ab [1 + (f'(x))] dx
- Surface area of revolution
- Work and fluid pressure
- Improper integrals in probability and physics
Sequences
A sequence is an ordered list of numbers defined by a function whose domain is the set of natural numbers. In Calculus 2, we focus on sequences and their convergence behavior.
Notation
A sequence is typically denoted as {an} where an represents the nth term of the sequence.
Convergence of Sequences
A sequence {an} converges to a limit L if:
lim(n) an = L
If no such finite limit exists, the sequence diverges.
Monotonic and Bounded Sequences
- Monotonic sequences: Either always increasing (an+1 > an) or always decreasing (an+1 < an)
- Bounded sequences: All terms lie within some finite interval
- Monotone Convergence Theorem: Every bounded, monotonic sequence converges
Example:
Determine if the sequence an = (n+1)/n converges:
lim(n) (n+1)/n = lim(n) (1+1/n) = 1
Therefore, the sequence converges to 1.
Limit Laws for Sequences
Standard limit laws apply to sequences:
- lim(n) (an + bn) = lim(n) an + lim(n) bn
- lim(n) (an bn) = lim(n) an lim(n) bn
- lim(n) (an / bn) = lim(n) an / lim(n) bn (if lim(n) bn 0)
Series
An infinite series is the sum of the terms of an infinite sequence. Series play a crucial role in advanced mathematics and have numerous applications in science and engineering.
Basic Definitions
An infinite series is denoted as:
(n=1 to ) an = a1 + a2 + a3 + ...
The partial sum Sn is the sum of the first n terms:
Sn = a1 + a2 + ... + an = (i=1 to n) ai
A series converges if its sequence of partial sums {Sn} converges to a finite limit.
Geometric Series
A geometric series has the form:
(n=0 to ) arn = a + ar + ar + ar + ...
It converges if |r| < 1 and diverges otherwise. When it converges:
(n=0 to ) arn = a/(1-r)
Example:
Determine if (n=0 to ) (1/2)n converges and find its sum:
This is a geometric series with a = 1 and r = 1/2. Since |r| < 1, it converges.
Sum = a/(1-r) = 1/(1-1/2) = 1/(1/2) = 2
p-Series
A p-series has the form:
(n=1 to ) (1/np) = 1/1p + 1/2p + 1/3p + ...
A p-series converges if p > 1 and diverges if p 1. The series with p = 1 is called the harmonic series.
Tests for Convergence
Calculus 2 introduces several tests to determine if series converge or diverge:
1. Divergence Test (nth Term Test)
If lim(n) an 0, then (n=1 to ) an diverges.
(Note: If lim(n) an = 0, the series may either converge or diverge.)
2. Integral Test
If f is a continuous, positive, decreasing function on [1,) with f(n) = an, then:
- (n=1 to ) an converges if () f(x) dx converges
- (n=1 to ) an diverges if () f(x) dx diverges
3. Comparison Tests
- Comparison Test: If 0 an bn for all n, then:
- If bn converges, then an converges
- If an diverges, then bn diverges
- Limit Comparison Test: If an > 0, bn 0, and lim(n)(an/bn) = L where 0 < L < , then an and bn either both converge or both diverge.
4. Ratio Test
For series an, let L = lim(n)|an+1/an|. Then:
- If L < 1, the series converges absolutely
- If L > 1, the series diverges
- If L = 1, the test is inconclusive
5. Root Test
For series an, let L = lim(n)|an|. Then:
- If L < 1, the series converges absolutely
- If L > 1, the series diverges
- If L = 1, the test is inconclusive
6. Alternating Series Test
An alternating series (-1)n+1an or (-1)nan converges if both conditions are met:
- an+1 an for all n (terms are decreasing)
- lim(n) an = 0
Power Series
A power series is an infinite series of the form:
(n=0 to ) cn(x-a)n = c0 + c1(x-a) + c2(x-a) + ...
Power series are functions of x that converge for certain values of x. The interval of convergence consists of all x values for which the series converges.
Taylor and Maclaurin Series
Taylor series represent functions as infinite polynomials centered at a point a:
f(x) = (n=0 to ) f(n)(a)/n! (x-a)n
Maclaurin series are Taylor series centered at 0 (a = 0).
Common Maclaurin Series
- ex = (n=0 to ) xn/n!
- sin(x) = (n=0 to ) (-1)nx2n+1/(2n+1)!
- cos(x) = (n=0 to ) (-1)nx2n/(2n)!
- ln(1+x) = (n=1 to ) (-1)n+1xn/n for |x| < 1
- (1+x)k = (n=0 to ) [k(k-1)(k-2)...(k-n+1)/n!]xn for |x| < 1
Vectors
Vectors are mathematical objects that have both magnitude and direction. In Calculus 2, we explore vector algebra and its applications to geometry and motion in space.
Vector Notation
A vector in 3D space can be written in component form as:
v = v, v, v = vi + vj + vk
where i, j, and k are the standard unit vectors in the x, y, and z directions respectively.
Vector Operations
- Scalar multiplication: cv = cv, cv, cv
- Vector addition: u + v = u+v, u+v, u+v
- Magnitude (length): |v| = (v + v + v)
- Dot product: u v = uv + uv + uv
- Cross product: u v = uv - uv, uv - uv, uv - uv
Properties of the Dot Product
- The dot product is a scalar quantity
- u v = |u||v|cos(), where is the angle between u and v
- If u v = 0 and u, v are non-zero vectors, then they are orthogonal (perpendicular)
- u u = |u|
Properties of the Cross Product
- The cross product is a vector quantity perpendicular to both u and v
- u v = -(v u)
- |u v| = |u||v|sin(), which represents the area of the parallelogram formed by u and v
- If u v = 0 and u, v are non-zero vectors, then they are parallel
Lines in Space
A line through point P(x, y, z) with direction vector v = a, b, c can be expressed as:
Vector equation:
r = r + tv
Parametric equations:
x = x + at, y = y + bt, z = z + ct
Symmetric equations:
(x-x)/a = (y-y)/b = (z-z)/c
Planes in Space
A plane through point P(x, y, z) with normal vector n = a, b, c has equation:
a(x-x) + b(y-y) + c(z-z) = 0
Vector-Valued Functions
A vector-valued function in 3D can be written as:
r(t) = f(t), f(t), f(t) = f(t)i + f(t)j + f(t)k
The derivative of a vector-valued function is:
r'(t) = f'(t), f'(t), f'(t)
This derivative represents the tangent vector to the curve at point r(t).
Curvature and Motion
- Velocity: v(t) = r'(t)
- Speed: |v(t)| = |r'(t)|
- Acceleration: a(t) = r''(t)
- Arc length: s = ab |r'(t)| dt
Differential Equations
Differential equations involve derivatives and model many real-world phenomena. Calculus 2 introduces basic techniques for solving first-order differential equations and some second-order linear equations.
Basic Terminology
- Order: The highest derivative in the equation
- Linear vs. Nonlinear: Depends on whether the function and its derivatives appear linearly
- Homogeneous vs. Nonhomogeneous: Whether all terms contain the function or its derivatives
- Initial value problem: A differential equation with specific condition(s)
First-Order Differential Equations
Separable Equations
A differential equation is separable if it can be written as:
f(x) dx = g(y) dy
These are solved by integrating both sides:
f(x) dx = g(y) dy + C
Example:
Solve dy/dx = x/y:
Rearranging: y dy = x dx
Integrating: y dy = x dx
This gives: y/2 = x/2 + C
Therefore: y = x + C' (where C' = 2C)
Linear First-Order Equations
These have the form:
dy/dx + P(x)y = Q(x)
To solve these:
- Find the integrating factor: (x) = eP(x)dx
- Multiply both sides by (x)
- Integrate and solve for y
Exact Equations
A differential equation M(x,y)dx + N(x,y)dy = 0 is exact if M/y = N/x.
Exact equations can be solved by finding a function F(x,y) such that F/x = M and F/y = N. The solution is F(x,y) = C.
Applications of First-Order Differential Equations
- Exponential growth and decay: dP/dt = kP
- Cooling laws (Newton's Law of Cooling): dT/dt = k(T - Tamb)
- Falling bodies with air resistance: m(dv/dt) = mg - kv
- Chemical reactions: dC/dt = kC
Second-Order Linear Differential Equations
Calculus 2 typically focuses on homogeneous second-order equations with constant coefficients:
y'' + ay' + by = 0
The solution technique involves:
- Finding the auxiliary equation: r + ar + b = 0
- Solving for r (roots may be real and distinct, real and repeated, or complex conjugates)
- Writing the general solution based on the roots
Three Cases Solutions
- Distinct real roots (r, r): y = Cerx + Cerx
- Repeated real root (r): y = Cerx + Cxerx
- Complex conjugate roots ( i): y = ex(Ccos(x) + Csin(x))
Resources and Study Tips
Recommended Textbooks
- Calculus: Early Transcendentals by James Stewart
- Thomas' Calculus by George B. Thomas
- University Calculus by Hass, Weir, and Thomas
Online Resources
- Khan Academy's Calculus 2 videos and practice exercises
- PatrickJMT's Calculus tutorials on YouTube
- Paul's Online Math Notes (Lamar University)
- MIT OpenCourseWare for single-variable calculus
- Wolfram Alpha for checking calculations and exploring concepts
Study Strategies
- Practice integration daily: Integration techniques require regular practice to master
- Focus on understanding convergence tests: Create a flowchart or summary sheet of when to use each test
- Memorize key series: Remember the common Taylor/Maclaurin series and their intervals of convergence
- Visualize vector operations: Use diagrams to understand the geometric interpretation
- Solve applications problems: Differential equations are best learned through applications
- Work in study groups: Explaining concepts to peers reinforces understanding
- Attend office hours: Your instructor can clarify confusing points
- Review Calculus 1 concepts: Differentiation rules are fundamental to integration techniques
Exam Preparation Tips
- Review all past homework and quiz problems
- Practice problems under timed conditions
- Create a formula sheet to review before the exam
- Understand the theory behind the techniques, not just how to apply them mechanically
- Get enough sleep before the exam to ensure clear thinking
University of Pittsburgh Specific Resources
- Math Assistance Center (MAC) for free tutoring
- Course-specific recitation sections for additional practice
- Previous exam samples available through instructors
- Study groups formed during class sections
We use cookies to enhance your browsing experience and analyze site traffic. By clicking 'Accept all cookies', you agree to the use of these cookies. You can manage your preferences or learn more in our [Privacy Policy/Cookie Policy.