Get AI summaries of any video or article — Sign up free
Partial Differential Equations 1 | Introduction and Definition thumbnail

Partial Differential Equations 1 | Introduction and Definition

5 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

A PDE is an equation involving partial derivatives of an unknown function u(x) over a domain Ω ⊂ R^n, typically with n ≥ 2.

Briefing

Partial differential equations (PDEs) are introduced as the next step beyond ordinary differential equations: instead of derivatives with respect to a single variable, PDEs involve partial derivatives of an unknown function across a region of space. The central idea is that a PDE is an equation tying together values of an unknown function u(x) and its derivatives at each point x in a domain Ω ⊂ R^n (typically open, often connected). The “order” of a PDE is determined by the highest order of partial derivatives that appear—so if second derivatives are the highest ones involved, the PDE has order two.

The course frames PDEs through three canonical examples that already reveal why the same differential operator can behave very differently. All three examples use the Laplace operator (often written as Δ, called the “Laplacian”). The first is Laplace’s equation, which seeks solutions of Δu = 0. The second is the heat equation, which adds a first time derivative: it combines the Laplacian with ∂u/∂t, reflecting how heat diffuses over time. The third is the wave equation, which also starts with the Laplacian but adds a second time derivative on the other side, capturing oscillatory motion. These structural differences lead to a classification: Laplace’s equation is elliptic, the heat equation is parabolic, and the wave equation is hyperbolic.

After establishing these examples, the series sets up a general definition of what counts as a PDE. Formally, a PDE is described by a function f that takes a point x in Ω, the unknown value u(x), and a collection of partial derivatives of u at x. Multi-indices α organize which derivatives appear, and the maximum order m among them defines the PDE’s order. A key distinction is linearity: a PDE is linear if u and all its partial derivatives enter the equation in a linear way. That still allows coefficients depending on x (but not on u). The course also distinguishes homogeneous linear PDEs (with zero on the right-hand side) from inhomogeneous ones (with a nonzero term), noting that inhomogeneous equations can often be rewritten to move the right-hand side to the left.

Finally, the series defines a “classical solution.” A classical solution is a function u defined on the entire domain Ω such that all partial derivatives required by the PDE exist and are well-defined, and the PDE holds pointwise: the equation is satisfied for every x in Ω. The emphasis is practical—classical solutions match the familiar notion from ordinary differential equations—while also flagging that later in the course other solution concepts will be introduced when classical differentiability is too strict.

To prepare for the series, the course lays out prerequisites: multivariable calculus for partial derivatives and higher-dimensional integration, with measure theory and functional analysis treated as helpful but not strictly necessary at this stage. The overall roadmap is clear: learn the three benchmark PDE types first, then generalize toward more abstract tools (like function spaces and distributions) once the foundational definitions are in place.

Cornell Notes

The course introduces partial differential equations (PDEs) as equations involving partial derivatives of an unknown function u(x) over a domain Ω ⊂ R^n. A PDE’s order is the highest derivative order appearing (e.g., order 2 if second derivatives are included). Using the Laplace operator Δ, three benchmark equations illustrate how small structural changes produce different behaviors: Laplace’s equation is elliptic, the heat equation is parabolic (it includes ∂u/∂t), and the wave equation is hyperbolic (it includes a second time derivative). Linearity is defined by how u and its derivatives enter the equation, allowing x-dependent coefficients. A classical solution requires u to be differentiable enough so the PDE holds pointwise for every x in Ω.

What makes an equation a PDE rather than an ODE?

A PDE involves partial derivatives of an unknown function u with respect to multiple variables. The unknown u is defined on a region Ω in R^n (with n ≥ 2), and the equation must hold for each point x ∈ Ω. If n were 1 and only derivatives with respect to a single variable appeared, the situation reduces to ordinary differential equations.

How is the order of a PDE determined?

The order is the highest order of partial derivatives of u that appears in the equation. If the largest derivatives involved are second derivatives (for example, ∂^2u/∂x1∂x2), then the PDE has order two. In the general multi-index notation, this maximum derivative order is denoted by m.

Why do Laplace’s equation, the heat equation, and the wave equation get different classifications?

All three use the Laplacian Δ, but they differ in how time derivatives enter. Laplace’s equation is elliptic because it sets Δu = 0 with no time derivative. The heat equation is parabolic because it adds a first time derivative term (∂u/∂t) alongside the Laplacian, matching diffusion behavior. The wave equation is hyperbolic because it includes a second time derivative term, producing oscillatory dynamics.

What does “linear PDE” mean in this framework?

A PDE is linear if u and each partial derivative term appear linearly in the equation. The equation may include coefficients that depend on x but not on u. In multi-index form, the derivative corresponding to α = 0 represents u itself, and linearity means these terms are not combined in nonlinear ways.

What is a classical solution to a PDE?

A classical solution is a function u defined on the whole domain Ω such that all partial derivatives required by the PDE exist and are well-defined. The PDE must then hold pointwise: for every x ∈ Ω, substituting u(x) and its derivatives into the equation yields equality.

What prerequisites are considered most important before studying PDEs?

Multivariable calculus is the key requirement because partial derivatives are central to PDEs. Higher-dimensional integration knowledge is also needed. Measure theory and functional analysis are described as useful later or for more abstract parts (like function spaces and distributions), but they are not required to start with the foundational definitions.

Review Questions

  1. How does the highest derivative order in a PDE determine its classification as order m?
  2. What changes between Laplace’s equation, the heat equation, and the wave equation that lead to elliptic, parabolic, and hyperbolic types?
  3. What differentiability requirements distinguish a classical solution from weaker solution notions mentioned for later in the course?

Key Points

  1. 1

    A PDE is an equation involving partial derivatives of an unknown function u(x) over a domain Ω ⊂ R^n, typically with n ≥ 2.

  2. 2

    The order of a PDE equals the highest order of partial derivatives appearing in the equation.

  3. 3

    Using the Laplace operator Δ, Laplace’s equation (Δu = 0) is elliptic, the heat equation is parabolic (includes ∂u/∂t), and the wave equation is hyperbolic (includes a second time derivative).

  4. 4

    A linear PDE requires u and its derivative terms to enter the equation linearly, while coefficients may depend on x but not on u.

  5. 5

    Homogeneous linear PDEs have zero on the right-hand side, while inhomogeneous linear PDEs include a nonzero forcing term that can be moved to the left.

  6. 6

    A classical solution is a sufficiently differentiable function on Ω such that the PDE holds pointwise for every x ∈ Ω.

  7. 7

    Multivariable calculus is the main prerequisite because it provides the partial derivative machinery PDEs rely on.

Highlights

The same Laplacian Δ can produce three distinct PDE types—elliptic, parabolic, and hyperbolic—depending on whether time derivatives are absent, first-order, or second-order.
A PDE’s “order” is not about the number of terms but about the highest derivative order of u that appears.
Classical solutions require enough differentiability so the PDE can be checked point-by-point across the entire domain Ω.

Topics

  • Partial Differential Equations
  • Laplace Operator
  • PDE Classification
  • Linear PDEs
  • Classical Solutions

Mentioned

  • PDE