Applied Maths Notes2
Applied Maths Notes2
Contents
1
1 Unit I: Complex Analysis - I
1.1 Analytic Functions and Cauchy-Riemann Equations
A complex function f (z) = u(x, y) + iv(x, y) is analytic at a point z0 if it has a derivative
at z0 and at every point in some neighborhood of z0 . The necessary conditions for a
function to be analytic are the Cauchy-Riemann (C-R) equations:
∂u ∂v ∂u ∂v
= and =−
∂x ∂y ∂y ∂x
If f (z) is analytic, u and v are harmonic functions and satisfy Laplace’s equation: ∇2 u =
uxx + uyy = 0.
Cauchy’s Integral Formula: If f (z) is analytic within and on a simple closed contour
C, and z0 is inside C:
1 I f (z)
f (z0 ) = dz
2πi C z − z0
For derivatives: f (n) (z0 ) = n! H f (z)
2πi C (z−z0 )n+1
dz.
2
1.5 Taylor and Maclaurin Series
If f (z) is analytic inside a disk |z − z0 | < R, it can be expanded into a Taylor series:
∞
f (n) (z0 )
f (z) = (z − z0 )n
X
n=0 n!
3
2 Unit II: Complex Analysis - II
2.1 Laurent Series
If f (z) is analytic in an annular region r < |z − z0 | < R, it can be expanded as:
∞ ∞
bn
f (z) = an (z − z0 )n +
X X
n=1 (z − z0 )
n
n=0
The term containing negative powers is the principal part. If it has finite m terms, the
singularity is a pole of order m.
az + b
w= , (ad − bc ̸= 0)
cz + d
It maps circles and lines in the z-plane to circles and lines in the w-plane.
2.4 Applications
Complex analysis is used to solve Laplace’s equation in 2D.
• Electrostatic Fields: Equipotential lines and lines of force form orthogonal tra-
jectories.
• Fluid Flow: Complex potential F (z) = ϕ(x, y) + iψ(x, y), where ϕ is the velocity
potential and ψ is the stream function.
4
3 Unit III: Laplace and Fourier Transforms
3.1 Laplace Transforms
Definition: L{f (t)} = F (s) = 0∞ e−st f (t)dt.
R
F (s)G(s).
Where a0 = L1 −L
L
f (x)dx, an = L1 −L
L
f (x) cos nπx dx, bn = L1 −L
L
f (x) sin nπx dx. For even
R R R
L L
functions, bn = 0 (Fourier Cosine Series). For odd functions, a0 , an = 0 (Fourier Sine
Series).
Fourier analysis is extensively used to convert PDEs into ODEs by transforming deriva-
tives into algebraic multipliers.
5
4 Unit IV: Partial Differential Equations (PDEs)
4.1 Basic Concepts and Models
A linear second-order PDE has the form Auxx + Buxy + Cuyy + Dux + Euy + F u = G.
6
5 Viva Questions & Answers
Unit I: Complex Analysis - I
Q1: What are the necessary conditions for a complex function to be analytic?
A1: The function must be differentiable in a domain. Its real and imaginary parts must
have continuous partial derivatives and satisfy the Cauchy-Riemann equations (ux = vy
and uy = −vx ).
Q2: State Cauchy’s Integral Theorem.
A2: If a function f (z) is analytic and its derivative isH continuous at all points inside and
on a simple closed contour C, then the line integral C f (z)dz = 0.
Q3: Differentiate between a removable singularity and an essential singu-
larity.
A3: In a removable singularity, the limit limz→z0 f (z) exists as a finite value. In an
essential singularity, the limit does not exist (the principal part of its Laurent series has
infinite terms).
7
the discriminant ∆ = B 2 − 4AC. If ∆ > 0, it’s Hyperbolic (Wave eq); if ∆ = 0, it’s
Parabolic (Heat eq); if ∆ < 0, it’s Elliptic (Laplace eq).
Q11: What is D’Alembert’s solution representing physically?
A11: It represents the solution to the 1D wave equation as a superposition of two
traveling waves: one moving to the right (x − ct) and one moving to the left (x + ct) with
speed c.
Q12: Why do we use Laplace transforms to solve PDEs?
A12: Applying a Laplace transform with respect to one variable (usually time t) con-
verts the PDE into an Ordinary Differential Equation (ODE) with respect to the spatial
variable, which is easier to solve.