Partial Differential Equations
Classification, first-order PDEs, wave equation, heat equation, and Laplace equation with full worked solutions for GATE preparation.
A second-order linear PDE in two variables is classified as elliptic, parabolic, or hyperbolic based on its discriminant. This classification determines the nature of solutions and appropriate solution techniques.
- Elliptic if \(\Delta < 0\) (e.g., Laplace equation)
- Parabolic if \(\Delta = 0\) (e.g., Heat equation)
- Hyperbolic if \(\Delta > 0\) (e.g., Wave equation)
Each type of PDE can be reduced to a canonical form via a change of variables using the characteristic curves \(\xi(x,y)\) and \(\eta(x,y)\):
- Hyperbolic: \(u_{\xi\eta} = \phi(\xi,\eta,u,u_\xi,u_\eta)\)
- Parabolic: \(u_{\eta\eta} = \phi(\xi,\eta,u,u_\xi,u_\eta)\)
- Elliptic: \(u_{\xi\xi} + u_{\eta\eta} = \phi(\xi,\eta,u,u_\xi,u_\eta)\)
The characteristic curves are found by solving \(A\,dy^2 - 2B\,dx\,dy + C\,dx^2 = 0\).
First-order PDEs are solved by the method of characteristics, which reduces the PDE to a system of ODEs along characteristic curves.
From \(\frac{dy}{y} = \frac{du}{u}\): \(\frac{u}{y} = c_2\).
General solution: \(u = y\,f\!\left(\frac{x}{y}\right)\). Applying \(u(x,1) = x^2\): \(f(x) = x^2\).
Solution: \(u = y \cdot \frac{x^2}{y^2} = \frac{x^2}{y}\).
The Cauchy problem prescribes initial data along a curve \(\Gamma\). The solution surface is swept out by the characteristic strips satisfying:
\[\frac{dx}{F_p} = \frac{dy}{F_q} = \frac{du}{pF_p + qF_q} = \frac{-dp}{F_x + pF_u} = \frac{-dq}{F_y + qF_u}\]The wave equation models vibrations and wave propagation. D'Alembert's formula gives the explicit solution for the one-dimensional wave equation on the real line.
For the wave equation on \([0,L]\) with homogeneous Dirichlet boundary conditions \(u(0,t) = u(L,t) = 0\), we use separation of variables:
The heat equation models diffusion processes. Separation of variables combined with Fourier series is the standard approach for bounded domains.
Solution: \(u(x,t) = e^{-4t}\sin 2x\).
The heat kernel \(\Phi(x,t) = \frac{1}{\sqrt{4\pi k t}}\exp\!\left(-\frac{x^2}{4kt}\right)\) is the fundamental solution, satisfying \(\Phi_t = k\Phi_{xx}\) and \(\Phi(x,0) = \delta(x)\).
The Laplace equation describes steady-state phenomena. The maximum principle and boundary value problems are central to its study.
- Classify PDEs using the discriminant \(\Delta = B^2 - AC\): elliptic, parabolic, or hyperbolic.
- First-order PDEs are solved via Lagrange's characteristic method: \(\frac{dx}{a} = \frac{dy}{b} = \frac{du}{c}\).
- D'Alembert's formula gives the explicit solution for the wave equation on the real line.
- Separation of variables with Fourier series is the standard tool for heat and wave equations on bounded domains.
- The maximum principle guarantees harmonic functions achieve extrema only on the boundary.