Introduction to Calculus
Calculus is the mathematical study of continuous change. It has two major branches, differential calculus and integral calculus, which are related by the fundamental theorem of calculus. Calculus is used extensively in science, engineering, economics, and many other fields.
In MATH 102, we focus on:
- Limits and continuity
- Derivatives and their applications
- Integrals and basic applications
- Introduction to differential equations
Limits and Continuity
The concept of a limit is fundamental to calculus. It describes the behavior of a function as its input approaches a particular value. Formally, we say the limit of f(x) as x approaches a is L if f(x) can be made arbitrarily close to L by taking x sufficiently close to a.
limxa f(x) = L
A function is continuous at a point if it satisfies three conditions:
- The function is defined at that point
- The limit exists at that point
- The limit equals the function value
Important limit theorems include:
- The Sum Law: lim[f(x)+g(x)] = lim f(x) + lim g(x)
- The Product Law: lim[f(x)g(x)] = lim f(x) lim g(x)
- The Quotient Law: lim[f(x)/g(x)] = lim f(x) / lim g(x)
Example
Find limx3 (x-9)/(x-3)
Solution: Factor the numerator: (x-9) = (x-3)(x+3). Cancel the (x-3) terms (since x3 as we approach 3). This leaves limx3 (x+3) = 6.
Differentiation
The derivative of a function at a point measures the rate at which the function's value changes with respect to changes in its input. Geometrically, the derivative at a point is the slope of the tangent line to the graph of the function at that point.
f'(x) = limh0 [f(x+h)-f(x)]/h
Basic Differentiation Rules
- Constant rule: d/dx [c] = 0
- Power rule: d/dx [x] = nx
- Constant multiple rule: d/dx [cf(x)] = cf'(x)
- Sum rule: d/dx [f(x)+g(x)] = f'(x)+g'(x)
- Product rule: d/dx [f(x)g(x)] = f(x)g'(x)+g(x)f'(x)
- Quotient rule: d/dx [f(x)/g(x)] = [g(x)f'(x)-f(x)g'(x)]/[g(x)]
- Chain rule: d/dx [f(g(x))] = f'(g(x))g'(x)
Derivatives of Common Functions
| Function | Derivative |
| sin(x) | cos(x) |
| cos(x) | -sin(x) |
| e | e |
| ln(x) | 1/x |
| tan(x) | sec(x) |
Example
Find the derivative of f(x) = 3xsin(x).
Solution: Apply the product rule:
f'(x) = 3xcos(x) + sin(x)6x = 3xcos(x) + 6xsin(x) = 3x(xcos(x) + 2sin(x))
Applications of Derivatives
Derivatives have numerous applications in mathematics, science, and engineering:
1. Finding Local Extrema
To find local maximum and minimum values of a function:
- Find critical points where f'(x) = 0 or f'(x) is undefined
- Apply the First Derivative Test or Second Derivative Test
2. Optimization Problems
Many practical problems involve finding the maximum or minimum value of a quantity. The key steps are:
- Identify what needs to be maximized or minimized
- Express this quantity as a function
- Find the derivative and solve for critical points
- Verify which critical point gives the optimal value
3. Related Rates
In related rate problems, two or more quantities change with time, and their rates of change are related by an equation.
4. Curve Sketching
Derivatives help us understand the shape of a function's graph:
- First derivative: Where is the function increasing/decreasing?
- Second derivative: Where is the function concave up/concave down?
- Inflection points: Where does concavity change?
Example
A rectangular garden is to be fenced with 200m of fencing material. Find the dimensions that maximize the area.
Solution: Let x be the width and y be the length. Then 2x + 2y = 200, so y = 100 - x. The area is A = xy = x(100-x) = 100x - x. Taking the derivative: A' = 100 - 2x. Setting A' = 0 gives x = 50, so y = 50. The garden should be a square with side length 50m to maximize area.
Integration
The integral is essentially the opposite of differentiation. While derivatives measure rates of change, integrals measure the accumulation of quantities. Definite integrals can be interpreted as the area under a curve.
Basic Integration Rules
- Constant rule: k dx = kx + C
- Power rule: x dx = x/(n+1) + C (for n -1)
- Constant multiple rule: kf(x) dx = kf(x) dx
- Sum rule: [f(x)g(x)] dx = f(x) dx g(x) dx
Integration Techniques
- Substitution: Used when the integrand contains a function and its derivative
- Integration by parts: u dv = uv - v du
- Partial fractions: Used for rational functions
Common Integrals
| Function | Integral |
| sin(x) | -cos(x) + C |
| cos(x) | sin(x) + C |
| e | e + C |
| 1/x | ln|x| + C |
| sec(x) | tan(x) + C |
The Fundamental Theorem of Calculus
This theorem connects differentiation and integration:
ab f(x) dx = F(b) - F(a), where F is an antiderivative of f
Example
Calculate 0/2 cos(x) dx.
Solution: An antiderivative of cos(x) is sin(x). By the Fundamental Theorem of Calculus:
0/2 cos(x) dx = sin(/2) - sin(0) = 1 - 0 = 1.
Learning Resources
Successful completion of MATH 102 requires consistent practice and study. Here are some recommended resources:
Textbooks
- Stewart, James. "Calculus: Early Transcendentals." Cengage Learning.
- Thomas, George B., et al. "Thomas' Calculus." Pearson Education.
- Larson, Ron, and Bruce H. Edwards. "Calculus." Cengage Learning.
Online Resources
- Khan Academy - Offers free video tutorials on calculus concepts
- Paul's Online Math Notes - Comprehensive calculus notes with examples
- MIT OpenCourseWare - Free access to MIT calculus courses
Study Tips
- Practice problems regularly, not just before exams
- Focus on understanding concepts rather than just memorizing formulas
- Draw graphs to visualize problems
- Work with study groups to clarify concepts
- Attend office hours and ask questions when stuck
Common Pitfalls
- Not understanding the fundamental concepts before moving to advanced topics
- Making algebraic errors when working with calculus problems
- Not checking answers for reasonableness
- Memorizing formulas without understanding them
Practice Problems
Practice Problems for Limits
- Find limx2 (x-4)/(x-2).
- Determine whether f(x) = |x|/x has a limit as x approaches 0.
- Find limx (3x+5x+7)/(x-2).
Practice Problems for Derivatives
- Find the derivative of f(x) = xcos(x).
- Find the equation of the tangent line to y = x+3x-2 at x = 1.
- Find dy/dx if y = ln(sin(x)).
Practice Problems for Applications
- Find the dimensions of a rectangle with perimeter 100m that maximizes the area.
- A ladder 10m long rests against a wall. If the bottom slides away at 1m/s, how fast is the top sliding down when the bottom is 6m from the wall?
- Analyze the critical points of f(x) = x-3x+2.
Practice Problems for Integrals
- Evaluate (3x+5x-2)dx.
- Calculate 01 x ex dx.
- Find the area under the curve y = x from x = 0 to x = 3.
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.