Calculus: Comprehensive Guide to Limits, Derivatives, and Integrals

Fundamental Limits in Calculus

Calculus relies on several fundamental limit identities that define the behavior of functions as they approach specific values. These limits are essential for establishing derivatives and integrals.

limx0sin(x)x=1\lim_{x \to 0} \frac{\sin(x)}{x} = 1

limx0tan(x)x=1\lim_{x \to 0} \frac{\tan(x)}{x} = 1

limx01cos(x)x2=12\lim_{x \to 0} \frac{1 - \cos(x)}{x^{2}} = \frac{1}{2}

limx0ax1x=ln(a)\lim_{x \to 0} \frac{a^{x} - 1}{x} = \ln(a)

limx0ln(1+x)x=1\lim_{x \to 0} \frac{\ln(1+x)}{x} = 1

limxaxnanxa=nan1\lim_{x \to a} \frac{x^{n} - a^{n}}{x - a} = n a^{n-1}

Generalized forms of these limits involve constants and higher-order terms:

limx0sin(ax)x=a\lim_{x \to 0} \frac{\sin(ax)}{x} = a

limx01cos(ax)x2=a22\lim_{x \to 0} \frac{1 - \cos(ax)}{x^{2}} = \frac{a^{2}}{2}

limx0eax1x=a\lim_{x \to 0} \frac{e^{ax} - 1}{x} = a

Limits involving the base of the natural logarithm (ee) are defined through the following asymptotic behaviors:

limx0(1+x)1x=e\lim_{x \to 0} (1+x)^{\frac{1}{x}} = e

limx(1+1x)x=e\lim_{x \to \infty} (1 + \frac{1}{x})^{x} = e

Differentiation Rules and Standard Derivatives

Differentiation is the process of finding the instantaneous rate of change. The basic formulas for algebraic, exponential, and logarithmic functions are as follows:

ddx(c)=0\frac{d}{dx} (c) = 0

ddx(xn)=nxn1\frac{d}{dx} (x^{n}) = n x^{n-1}

ddx(x)=1\frac{d}{dx} (x) = 1

ddx(ex)=ex\frac{d}{dx} (e^{x}) = e^{x}

ddx(ax)=axln(a)\frac{d}{dx} (a^{x}) = a^{x} \ln(a)

ddx(ln(x))=1x\frac{d}{dx} (\ln(x)) = \frac{1}{x}

ddx(loga(x))=1xln(a)\frac{d}{dx} (\log_{a}(x)) = \frac{1}{x \ln(a)}

Trigonometric derivatives characterize the rate of change for circular functions:

ddx(sin(x))=cos(x)\frac{d}{dx} (\sin(x)) = \cos(x)

ddx(cos(x))=sin(x)\frac{d}{dx} (\cos(x)) = -\sin(x)

ddx(tan(x))=sec2(x)\frac{d}{dx} (\tan(x)) = \sec^{2}(x)

ddx(cot(x))=csc2(x)\frac{d}{dx} (\cot(x)) = -\csc^{2}(x)

ddx(sec(x))=sec(x)tan(x)\frac{d}{dx} (\sec(x)) = \sec(x) \tan(x)

ddx(csc(x))=csc(x)cot(x)\frac{d}{dx} (\csc(x)) = -\csc(x) \cot(x)

Standard rules for differentiating complex expressions include the Product Rule, Quotient Rule, and Chain Rule:

Product Rule: (uv)=uv+uv(uv)' = u'v + uv'

Quotient Rule: (uv)=uvuvv2(\frac{u}{v})' = \frac{u'v - uv'}{v^{2}}

Chain Rule: [f(g(x))]=f(g(x))×g(x)[f(g(x))]' = f'(g(x)) \times g'(x)

Derivatives of Composite and General Functions

When a function depends on a differentiable variable uu, the Chain Rule produces the following general results:

(sin(u))=cos(u)u( \sin(u) )' = \cos(u) u'

(cos(u))=sin(u)u( \cos(u) )' = -\sin(u) u'

(tan(u))=sec2(u)u( \tan(u) )' = \sec^{2}(u) u'

(cot(u))=csc2(u)u( \cot(u) )' = -\csc^{2}(u) u'

(sec(u))=sec(u)tan(u)u( \sec(u) )' = \sec(u) \tan(u) u'

(csc(u))=csc(u)cot(u)u( \csc(u) )' = -\csc(u) \cot(u) u'

(eu)=euu( e^{u} )' = e^{u} u'

(au)=auln(a)u( a^{u} )' = a^{u} \ln(a) u'

(ln(u))=uu( \ln(u) )' = \frac{u'}{u}

(loga(u))=uuln(a)( \log_{a}(u) )' = \frac{u'}{u \ln(a)}

Elementary and Trigonometric Integrals

Integration, the inverse process of differentiation, results in a family of functions defined by an integration constant CC. Basic algebraic and exponential integrals include:

dx=x+C\int dx = x + C

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

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

exdx=ex+C\int e^{x} dx = e^{x} + C

axdx=axln(a)+C (where a>0,a1)\int a^{x} dx = \frac{a^{x}}{\ln(a)} + C \text{ (where } a > 0, a \neq 1 \text{)}

Trigonometric integrals are defined as follows:

sin(x)dx=cos(x)+C\int \sin(x) dx = -\cos(x) + C

cos(x)dx=sin(x)+C\int \cos(x) dx = \sin(x) + C

tan(x)dx=lnsec(x)+C\int \tan(x) dx = \ln|\sec(x)| + C

cot(x)dx=lnsin(x)+C\int \cot(x) dx = \ln|\sin(x)| + C

sec2(x)dx=tan(x)+C\int \sec^{2}(x) dx = \tan(x) + C

csc2(x)dx=cot(x)+C\int \csc^{2}(x) dx = -\cot(x) + C

sec(x)tan(x)dx=sec(x)+C\int \sec(x) \tan(x) dx = \sec(x) + C

csc(x)cot(x)dx=csc(x)+C\int \csc(x) \cot(x) dx = -\csc(x) + C

Inverse trigonometric integration results are derived from specifically structured rational functions:

11+x2dx=tan1(x)+C\int \frac{1}{1 + x^{2}} dx = \tan^{-1}(x) + C

11x2dx=sin1(x)+C\int \frac{1}{\sqrt{1 - x^{2}}} dx = \sin^{-1}(x) + C

1a2+x2dx=1atan1(xa)+C\int \frac{1}{a^{2} + x^{2}} dx = \frac{1}{a} \tan^{-1}(\frac{x}{a}) + C

1a2x2dx=sin1(xa)+C\int \frac{1}{\sqrt{a^{2} - x^{2}}} dx = \sin^{-1}(\frac{x}{a}) + C

Advanced Integration Methods and Rules

Beyond basic formulas, complex integrals are solved using general rules and specific methods:

Linearity: [af(x)±bg(x)]dx=af(x)dx±bg(x)dx\int [a f(x) \pm b g(x)] dx = a \int f(x) dx \pm b \int g(x) dx

Power Rule for Functions: f(x)[f(x)]ndx=[f(x)]n+1n+1+C\int f'(x) [f(x)]^{n} dx = \frac{[f(x)]^{n+1}}{n+1} + C

Logarithmic Form: f(x)f(x)dx=lnf(x)+C\int \frac{f'(x)}{f(x)} dx = \ln|f(x)| + C

Exponential Form: f(x)ef(x)dx=ef(x)+C\int f'(x) e^{f(x)} dx = e^{f(x)} + C

Substitution with Exponential Bases: f(x)af(x)dx=af(x)ln(a)+C\int f'(x) a^{f(x)} dx = \frac{a^{f(x)}}{\ln(a)} + C

Integration by Parts: udv=uvvdu\int u dv = uv - \int v du

Definite Integrals and Geometric Interpretations

The definite integral of a function f(x)f(x) between the bounds aa and bb represents the accumulated value or vertical area and is calculated via the Fundamental Theorem of Calculus:

abf(x)dx=F(b)F(a) where F(x)=f(x)\int_{a}^{b} f(x) dx = F(b) - F(a) \text{ where } F'(x) = f(x)

Fundamental properties and operational rules for definite integrals include:

aaf(x)dx=0\int_{a}^{a} f(x) dx = 0

abf(x)dx=baf(x)dx\int_{a}^{b} f(x) dx = -\int_{b}^{a} f(x) dx

abf(x)dx=acf(x)dx+cbf(x)dx\int_{a}^{b} f(x) dx = \int_{a}^{c} f(x) dx + \int_{c}^{b} f(x) dx

abkf(x)dx=kabf(x)dx (where k is a constant)\int_{a}^{b} k f(x) dx = k \int_{a}^{b} f(x) dx \text{ (where } k \text{ is a constant)}

ab[f(x)±g(x)]dx=abf(x)dx±abg(x)dx\int_{a}^{b} [f(x) \pm g(x)] dx = \int_{a}^{b} f(x) dx \pm \int_{a}^{b} g(x) dx

For functions with specific symmetries, the following rules apply:

If f(x)f(x) is even, aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x) dx = 2 \int_{0}^{a} f(x) dx

If f(x)f(x) is odd, aaf(x)dx=0\int_{-a}^{a} f(x) dx = 0

The Mean Value Theorem for Integrals states that if f(x)f(x) is continuous on [a,b][a, b], there exists a value c[a,b]c \in [a, b] such that:

abf(x)dx=f(c)(ba)\int_{a}^{b} f(x) dx = f(c) (b - a)

Applications of Calculus: Area, Rate of Change, and Curvature

Integrals are used to calculate the area under a curve. For a curve y=f(x)y = f(x) from x=ax = a to x=bx = b:

If f(x)0f(x) \ge 0 in [a,b][a, b], the area is A=abf(x)dxA = \int_{a}^{b} f(x) dx

If f(x)<0f(x) < 0 in [a,b][a, b], the area is A=abf(x)dxA = -\int_{a}^{b} f(x) dx

Derivatives determine the behavior and geometry of a function's graph:

A function f(x)f(x) is increasing in an interval if f(x)>0f'(x) > 0

A function f(x)f(x) is decreasing in an interval if f(x)<0f'(x) < 0

The second derivative describes the curvature of the function:

If f(x)>0f''(x) > 0, the graph is concave upward.

If f(x)<0f''(x) < 0, the graph is concave downward.

A point of inflection occurs where f(x)=0f''(x) = 0

Differential Equations and Taylor Series

Differential equations are categorized by their order:

First-order differential equation: dydx=f(x)\frac{dy}{dx} = f(x)

Second-order differential equation: d2ydx2=f(x)\frac{d^{2}y}{dx^{2}} = f(x)

The Taylor Series expansion allows a function f(x)f(x) to be represented near a point x=ax = a as an infinite sum of its derivatives:

f(x)=f(a)+f(a)(xa)+f(a)2!(xa)2+f(a)3!(xa)3+f(x) = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!} (x-a)^{2} + \frac{f'''(a)}{3!} (x-a)^{3} + \dots

Fundamental Trigonometric Identities

The following identities are foundational for simplifying expressions in calculus:

sin2(x)+cos2(x)=1\sin^{2}(x) + \cos^{2}(x) = 1

1+tan2(x)=sec2(x)1 + \tan^{2}(x) = \sec^{2}(x)

1+cot2(x)=csc2(x)1 + \cot^{2}(x) = \csc^{2}(x)

tan(x)=sin(x)cos(x)\tan(x) = \frac{\sin(x)}{\cos(x)}

cot(x)=cos(x)sin(x)\cot(x) = \frac{\cos(x)}{\sin(x)}

sec(x)=1cos(x)\sec(x) = \frac{1}{\cos(x)}

csc(x)=1sin(x)\csc(x) = \frac{1}{\sin(x)}