Admin 08 Jun 2026 00:26

 

MATH 102 Calculus

A Comprehensive Study Resource

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

  1. Find limx2 (x-4)/(x-2).
  2. Determine whether f(x) = |x|/x has a limit as x approaches 0.
  3. Find limx (3x+5x+7)/(x-2).

Practice Problems for Derivatives

  1. Find the derivative of f(x) = xcos(x).
  2. Find the equation of the tangent line to y = x+3x-2 at x = 1.
  3. Find dy/dx if y = ln(sin(x)).

Practice Problems for Applications

  1. Find the dimensions of a rectangle with perimeter 100m that maximizes the area.
  2. 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?
  3. Analyze the critical points of f(x) = x-3x+2.

Practice Problems for Integrals

  1. Evaluate (3x+5x-2)dx.
  2. Calculate 01 x ex dx.
  3. Find the area under the curve y = x from x = 0 to x = 3.
```

Reference Files For MATH 102 Calculus
Screenshoot
File Name
da823182_7336_4c5c_8fde_7d319e36ed25.pdf

File Size
0.32 MB

File Type
PDF

File Site
Description
This file is just a reference file for MATH 102 Calculus. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)

MATH 102 Calculus and Reference File Download Link


admin
Admin
2026-06-08 00:26:15

Single Variable Calculus 2 (Math 102) and Reference File Download Link


admin
Admin
2026-06-14 09:58:09

Changes To FRS 102 For Small Entities (section 1a) and Reference File Download Link


admin
Admin
2026-06-06 19:42:05

Basic French (CEFN 102) and Reference File Download Link


admin
Admin
2026-06-09 14:42:10

Math 252: Calculus II and Reference File Download Link


admin
Admin
2026-06-07 18:32:15