Introduction to Differential Equations

Different methods of solving differential equations, especially partial differential equations are dicussed here.

Definitions

Even Function

When a function is symmetric about the y-axis.

xDom(f)f(x)=f(x)\forall x \in \text{Dom}(f)\, f(-x) = f(x)

Odd Function

When a function is skew-symmetric about the y-axis.

xDom(f)f(x)=f(x)\forall x \in \text{Dom}(f)\, f(-x) = -f(x)

Periodic Function

ff is periodic iff:

p>0xDom(f)f(x+p)=f(x)\exists p \gt 0\, \forall x \in \text{Dom}(f)\, f(x+p) = f(x)

The smallest pp satisfying the above realtionship is called the period. The function is aka. p-periodic.

Orthogonal

2 distinct functions, ff and gg, are orthogonal over the interval [a,b][a, b] (or (a,b)(a,b) or (a,b](a,b] or [a,b)[a,b)) iff:

abf(x)g(x)dx=0\int_a^b f(x)g(x)\,\text{d}x = 0

A set of functions fif_i are orthogonal over the interval [a,b][a, b] (or (a,b)(a,b) or (a,b](a,b] or [a,b)[a,b)) iff:

abfi(x)fj(x)dx=0forij\int_a^b f_i(x)f_j(x)\,\text{d}x = 0 \quad \text{for} \quad i \neq j
Written by September 13, 2026 1 min read
Was this helpful?