Understand derivatives, integrals, and the fundamental theorem of calculus with clear mathematical derivations.
Calculus Fundamentals
Introduction
Calculus is the mathematical study of continuous change. It has two major branches: differential calculus (concerning rates of change) and integral calculus (concerning accumulation of quantities).
Limits
The concept of a limit is foundational to calculus. We write:
limx→af(x)=L
This means as x approaches a, the function f(x) approaches L.
Important Limits
limx→0xsinx=1
limn→∞(1+n1)n=e
limx→0xex−1=1
Derivatives
The derivative of a function f(x) measures its instantaneous rate of change:
f′(x)=limh→0hf(x+h)−f(x)
Basic Derivative Rules
Function
Derivative
c (constant)
0
xn
nxn−1
ex
ex
lnx
x1
sinx
cosx
cosx
−sinx
Chain Rule
If y=f(g(x)), then:
dxdy=f′(g(x))⋅g′(x)
Or using Leibniz notation:
dxdy=dudy⋅dxdu
Product Rule
(fg)′=f′g+fg′
Quotient Rule
(gf)′=g2f′g−fg′
Integrals
Integration is the reverse process of differentiation. The indefinite integral is:
∫f(x)dx=F(x)+C
where F′(x)=f(x) and C is the constant of integration.
Basic Integrals
∫xndx=n+1xn+1+C(n=−1)
∫x1dx=ln∣x∣+C
∫exdx=ex+C
∫sinxdx=−cosx+C
∫cosxdx=sinx+C
The Fundamental Theorem of Calculus
This theorem connects differentiation and integration:
Part 1:
If F(x)=∫axf(t)dt, then F′(x)=f(x).
Part 2:
∫abf(x)dx=F(b)−F(a)
This is often written as:
∫abf(x)dx=[F(x)]ab
Definite Integrals and Area
The definite integral ∫abf(x)dx represents the signed area between the curve y=f(x) and the x-axis from x=a to x=b.
Example
Find the area under y=x2 from x=0 to x=2:
∫02x2dx=[3x3]02=38−0=38
Integration by Substitution
For ∫f(g(x))⋅g′(x)dx, let u=g(x):
∫f(g(x))⋅g′(x)dx=∫f(u)du
Example
∫2xcos(x2)dx
Let u=x2, then du=2xdx:
=∫cosudu=sinu+C=sin(x2)+C
Practice Questions
Practice Question
What is the derivative of x³?
Practice Question
What is ∫ 2x dx?
Practice Question
According to the Fundamental Theorem of Calculus, what is ∫₀¹ 3x² dx?
✅Success
Key Takeaways
Limits define the foundation of calculus
Derivatives measure instantaneous rate of change: f′(x)=limh→0hf(x+h)−f(x)
Integrals represent accumulation and area
The Fundamental Theorem of Calculus connects derivatives and integrals
Practice the chain rule, product rule, and substitution method