intermediate60 minLesson 2 of 3

Calculus Fundamentals

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:

limxaf(x)=L\lim_{x \to a} f(x) = L

This means as xx approaches aa, the function f(x)f(x) approaches LL.

Important Limits

limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1

limn(1+1n)n=e\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e

limx0ex1x=1\lim_{x \to 0} \frac{e^x - 1}{x} = 1


Derivatives

The derivative of a function f(x)f(x) measures its instantaneous rate of change:

f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

Basic Derivative Rules

FunctionDerivative
cc (constant)00
xnx^nnxn1nx^{n-1}
exe^xexe^x
lnx\ln x1x\frac{1}{x}
sinx\sin xcosx\cos x
cosx\cos xsinx-\sin x

Chain Rule

If y=f(g(x))y = f(g(x)), then:

dydx=f(g(x))g(x)\frac{dy}{dx} = f'(g(x)) \cdot g'(x)

Or using Leibniz notation:

dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}

Product Rule

(fg)=fg+fg(fg)' = f'g + fg'

Quotient Rule

(fg)=fgfgg2\left(\frac{f}{g}\right)' = \frac{f'g - fg'}{g^2}


Integrals

Integration is the reverse process of differentiation. The indefinite integral is:

f(x)dx=F(x)+C\int f(x) \, dx = F(x) + C

where F(x)=f(x)F'(x) = f(x) and CC is the constant of integration.

Basic Integrals

xndx=xn+1n+1+C(n1)\int x^n \, dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1)

1xdx=lnx+C\int \frac{1}{x} \, dx = \ln|x| + C

exdx=ex+C\int e^x \, dx = e^x + C

sinxdx=cosx+C\int \sin x \, dx = -\cos x + C

cosxdx=sinx+C\int \cos x \, dx = \sin x + C


The Fundamental Theorem of Calculus

This theorem connects differentiation and integration:

Part 1:

If F(x)=axf(t)dtF(x) = \int_a^x f(t) \, dt, then F(x)=f(x)F'(x) = f(x).

Part 2:

abf(x)dx=F(b)F(a)\int_a^b f(x) \, dx = F(b) - F(a)

This is often written as:

abf(x)dx=[F(x)]ab\int_a^b f(x) \, dx = \left[F(x)\right]_a^b


Definite Integrals and Area

The definite integral abf(x)dx\int_a^b f(x) \, dx represents the signed area between the curve y=f(x)y = f(x) and the xx-axis from x=ax = a to x=bx = b.

Example

Find the area under y=x2y = x^2 from x=0x = 0 to x=2x = 2:

02x2dx=[x33]02=830=83\int_0^2 x^2 \, dx = \left[\frac{x^3}{3}\right]_0^2 = \frac{8}{3} - 0 = \frac{8}{3}


Integration by Substitution

For f(g(x))g(x)dx\int f(g(x)) \cdot g'(x) \, dx, let u=g(x)u = g(x):

f(g(x))g(x)dx=f(u)du\int f(g(x)) \cdot g'(x) \, dx = \int f(u) \, du

Example

2xcos(x2)dx\int 2x \cos(x^2) \, dx

Let u=x2u = x^2, then du=2xdxdu = 2x \, dx:

=cosudu=sinu+C=sin(x2)+C= \int \cos u \, du = \sin u + C = \sin(x^2) + 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)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}
  • Integrals represent accumulation and area
  • The Fundamental Theorem of Calculus connects derivatives and integrals
  • Practice the chain rule, product rule, and substitution method
Progress67%