Admin 12 Jun 2026 11:10

 

MATH221 First Semester Calculus Lecture Notes

Introduction to Calculus

Calculus is the mathematical study of change and motion. It is divided into two main branches: differential calculus (concerned with rates of change and slopes of curves) and integral calculus (concerned with accumulation of quantities and areas under curves). In MATH221, we explore fundamental concepts that form the foundation of calculus.

1. Functions and Their Properties

A function is a relation between a set of inputs and a set of permissible outputs with the property that each input is related to exactly one output. Key properties of functions include:

  • Domain and Range: The domain is the set of all possible input values, while the range is the set of all possible output values.
  • Even and Odd Functions: A function f is even if f(-x) = f(x) and odd if f(-x) = -f(x).
  • Periodic Functions: Functions that repeat their values at regular intervals.

2. Limits and Continuity

The concept of a limit is fundamental to calculus. The limit of a function f(x) as x approaches a value a is denoted as:

limxa f(x) = L

This means that as x gets arbitrarily close to a, f(x) gets arbitrarily close to L.

Limit Laws

  • Limit of sum: lim (f + g) = lim f + lim g
  • Limit of product: lim (f g) = lim f lim g
  • Limit of quotient: lim (f/g) = lim f/lim g (provided lim g 0)

Continuity

A function f is continuous at a point a if three conditions are met:

  1. f(a) is defined
  2. limxa f(x) exists
  3. limxa f(x) = f(a)

3. Differentiation

The derivative of a function represents its instantaneous rate of change. Geometrically, it corresponds to the slope of the tangent line to the graph of the function at a given point.

Definition of the Derivative

f'(x) = limh0 [f(x+h) - f(x)]/h

Differentiation Rules

  • Power Rule: If f(x) = xn, then f'(x) = nxn-1
  • Product Rule: (fg)' = f'g + fg'
  • Quotient Rule: (f/g)' = (f'g - fg')/g2
  • Chain Rule: If y = f(u) and u = g(x), then dy/dx = f'(g(x)) g'(x)

Applications of Derivatives

  • Finding maximum and minimum values of functions
  • Analyzing the concavity of functions
  • Solving optimization problems
  • Sketching curves

Example: Find the derivative of f(x) = 3x2 + 2x-1 + 5.

Solution:

f'(x) = d/dx(3x2) + d/dx(2x-1) + d/dx(5)

f'(x) = 3(2x) + 2(-1)x-2 + 0

f'(x) = 6x - 2x-2 = 6x - 2/x2

4. Integration

Integration is the reverse process of differentiation. There are two main types: indefinite integrals (antiderivatives) and definite integrals.

Antiderivatives

An antiderivative of a function f is a function F such that F' = f. We denote the most general antiderivative of f as:

f(x) dx = F(x) + C

where C is the constant of integration.

Integration Rules

  • Constant Rule: k dx = kx + C
  • Power Rule: xn dx = xn+1/(n+1) + C, (n -1)
  • Exponential Rule: ex dx = ex + C
  • Logarithm Rule: 1/x dx = ln|x| + C

The Fundamental Theorem of Calculus

This theorem connects differentiation and integration and is perhaps the most important result in calculus. It has two parts:

Part 1: If F(x) = ax f(t) dt, then F'(x) = f(x).

Part 2: ab f(x) dx = F(b) - F(a), where F is any antiderivative of f.

Definite Integrals

The definite integral ab f(x) dx represents the signed area between the graph of f and the x-axis from x = a to x = b. Areas above the x-axis are counted as positive, while areas below are negative.

Example: Evaluate the definite integral 02 (3x2 + 1) dx.

Solution:

First, find the antiderivative: F(x) = x3 + x

Then apply the Fundamental Theorem of Calculus:

02 (3x2 + 1) dx = F(2) - F(0) = (23 + 2) - (03 + 0) = 8 + 2 = 10

5. Applications of Integration

Integration has numerous applications in mathematics, science, and engineering:

  • Area between curves: The area between two curves y = f(x) and y = g(x) from x = a to x = b is ab |f(x) - g(x)| dx
  • Volumes of solids: Using methods like disks, washers, and cylindrical shells
  • Arc length: The length of a curve y = f(x) from x = a to x = b is ab (1 + [f'(x)]2) dx
  • Work and physics applications: Calculating work done by variable forces

6. Techniques of Integration

Beyond basic integration rules, several advanced techniques are often needed:

Substitution Method

Used when an integral contains a function and its derivative. If we let u = g(x), then du = g'(x) dx, and f(g(x))g'(x) dx becomes f(u) du.

Integration by Parts

u dv = uv - v du

Partial Fractions

A method for integrating rational functions by expressing them as sums of simpler fractions.

7. Transcendental Functions

In calculus, we frequently work with transcendental functions (exponential, logarithmic, trigonometric, and inverse trigonometric functions).

Exponential and Logarithmic Functions

  • d/dx(ex) = ex
  • d/dx(ln x) = 1/x
  • ex dx = ex + C
  • 1/x dx = ln|x| + C

Trigonometric Functions

  • d/dx(sin x) = cos x
  • d/dx(cos x) = -sin x
  • d/dx(tan x) = sec2 x
  • sin x dx = -cos x + C
  • cos x dx = sin x + C
  • sec2 x dx = tan x + C

8. Approximation Methods

When exact solutions are not possible or practical, approximation methods become essential:

Linear Approximation

The linear approximation of f(x) near x = a is: L(x) = f(a) + f'(a)(x - a)

Taylor Series

f(x) = n=0 [f(n)(a)/(n!)](x - a)n

This represents a function as an infinite sum of terms calculated from the values of its derivatives at a single point.

Numerical Integration

Methods like the Trapezoidal Rule and Simpson's Rule offer ways to approximate definite integrals when an antiderivative cannot be found analytically.

Conclusion

MATH221 provides a solid foundation in calculus, equipping students with powerful tools for analyzing change and accumulation. The concepts of limits, derivatives, and integrals form a framework for understanding and solving problems across many scientific and engineering disciplines. These fundamental principles are not only essential for higher mathematics but also for modeling real-world phenomena in physics, economics, biology, and beyond.

Reference Files For MATH221 First Semester Calculus Lecture Notes
Screenshoot
File Name
free221.pdf

File Size
2.55 MB

File Type
PDF

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

MATH221 First Semester Calculus Lecture Notes and Reference File Download Link


admin
Admin
2026-06-12 11:10:22

Calculus II Lecture Notes and Reference File Download Link


admin
Admin
2026-06-08 23:36:16

Lecture Notes For Advanced Calculus and Reference File Download Link


admin
Admin
2026-06-12 10:42:15

First Semester B.E. Calculus, Linear Algebra, And Applied Physics Syllabus and Reference F...


admin
Admin
2026-06-13 22:00:33

First Semester Calculus As A High School Course and Reference File Download Link


admin
Admin
2026-06-14 00:30:26