Methods of Mathematical Modelling 3

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/50

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:52 PM on 4/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

51 Terms

1
New cards

what are the 3 types of second order PDEs

elliptical, hyperbolic, parabolic

2
New cards

what is the general form of a second order PDE

let u=u(x,t)

A δxxu + B δxtu + C δttu + G (u, δxu, δtu) = 0

3
New cards

what is the discriminant of a second order PDE

D= B² - 4AC

4
New cards

how to determine the type of a second order PDE

  • elliptical if D>0

  • hyperbolic if D<0

  • parabolic if D=0

5
New cards

what are two types of domains we can study PDEs on

ℝ or on bounded domains

6
New cards

what do we call problems studied on

initial value problems or Cauchy problems

7
New cards

what do we call problems studied on bounded domains

boundary value problems, or BVPs

8
New cards

what are the four key types of boundary conditions

  • Dirichlet

  • Neumann

  • Robin or mixed

  • Periodic 

9
New cards

what is a Dirichlet boundary condition

when the value of the solution to the PDE is fixed at the boundary (or at parts of it)

10
New cards

what is a Neumann boundary condition

when the function does not change across the boundary

11
New cards

what is a Robin/ mixed boundary condition

when the change of the function in the normal direction is proportional to the value of the function

12
New cards

why is a mixed boundary condition called “mixed”

mixed boundary condition is when
δₙu(x,t) = α(u(x,t) −uR(x)) ∀x ∈ δΩ or parts of the boundary (α>0 and uR given)

as α→∞, this tends towards Dirichlet, and as α→0, this tends towards Neumann. hence, it is a mix of Dirichlet and Neumann

13
New cards

what is a periodic boundary condition

used for example on a torus, when the edges of the domain are “glued together”. if Ω = [0,1], this would imply

u(0,t) = u(1,t) for all t ≥ 0

14
New cards

three conditions for well-posedness

existence, uniqueness, stability

15
New cards

how to define stability

the solutions depends continuously on the given data

16
New cards

general form of the transport equation

ut(x,t) + v(x,t)ux(x,t) = 0

17
New cards

what extra information do you need to get a unique solution

  • a function u(x0,0)= Φ(x0) ie initial conditions

18
New cards

how to solve TE using method of characteristics, given u(x0,0)= Φ(x0)

  • set ξ’(t) = v(x,t), ξ(0)=x0

  • solve for ξ(t)

  • set x=ξ(t) and solve for x0 in terms of x

  • as u doesn’t change along the characteristic curve,  u(x,t)=u(ξ(t),t)=u(ξ(0),0)= u(x0,0)=Φ(x0)

  • sub x0 for the expression in terms of x

  • done!

19
New cards

general form of wave equation

utt(x,t) = c2uxx(x,t)

20
New cards

what extra information do you need to get a unique solution (on the infinite line)

  • a function u(x,0)= Φ(x)

  • a function ut(x,0)= V(x)

  • ie initial displacement and velocity

21
New cards

how to find general solution of wave equation

  • set the characteristic coordinates ξ= x+ct, η= x-ct, and have v(ξ, η) = u(x,t)

  • sub these new coordinates into the PDE, giving vξη(ξ, η)=0

  • integrate with respect to η then ξ to obtain u(x,t)= v(ξ, η) = f(ξ) + g(η) = f(x+ct) + g(x-ct)

22
New cards

how to get unique solution for wave equation on the infinite line

  • note that u(x,0)= Φ(x) = f(x) + g(x)
    and ut(x,0)=V(x)= cf’(x) - cg’(x)

  • solve (like sim eqs) for f’(x) and g’(x) then integrate for f(x) and g(x)

  • note that f(x) + g(x) = Φ(x) gives that the sum of the integration constants for f and g is 0

  • then u(x,t) = f(x+ct) + g(x-ct)

  • this is d’Alembert’s formula

23
New cards

state d’Alembert’s formula

u(x,t)= ½ (Φ(x+ct) + Φ(x-ct)) 1/2c x-ctx+ct V(r) dr

24
New cards

what is Leibniz’ rule

  • if f(x) = a(x)b(x) g(x,y) dy

  • a,b must be ctsly diffable, and g and gy must be cts

  • then f’(x)= g(x,b(x)) b′(x) − g(x,a(x)) a′(x) + a(x)b(x)gx(x,y) dy

25
New cards

what extra information do you need to have a well-posed question on an interval (0,L)

boundary conditions for 0 and L

26
New cards

how to scale the wave equation, and what can you then do

x* = xπ/L and t* = tπc/L, then set c=1 and L=π

27
New cards

how to solve a wave equation with homogenous Dirichlet boundary conditions

  • assume scaled equation, ie c=1, and L=π as above

  • assume solution is of the form u(x,t)= X(x)T(t)

  • put this into wave equation, to get X’’(x)/X(x) = T’’(t)/T(t)

  • as both sides only depend on one variable, they must be constant, so we get X’’(x)- λX(x)=0 and likewise for T

  • assume λ<0 (can be calculated) st λ= -β²

  • then solve the above second order linear homogenous equations to obtain a solution of the form

  • u(x,t)= Σ (Aj cos(jt) +Bj sin(jt)) sin(jx)
    where j∈

  • figure out which j are included by comparing coefficients to initial conditions

28
New cards

how does the above method and result change with homogenous Neumann conditions instead

  • same until applying boundary conditions on X(x)

  • u(x,t)= c₀ + c₁t + Σ (Aj cos(jt) +Bj sin(jt)) cos(jx)

29
New cards

general form of Fourier series: complex and real

  • k=-∞ ckeikx

  • a0+ ∑k=1 ak cos(kx) + bk sin(kx)

30
New cards

what property do the trigonometric monomials satisfy, and define it

  • orthogonality

  • π eikx e-imx is 2π if k=m and 0 otherwise

31
New cards

given function φ(x), how to find coefficients φ*(k) for Fourier series

φ*(k)= ck= 1/2π π φ(x) e-ikx dx

32
New cards

state the Reimann-Lebesgue Lemma

the Fourier coefficients tend to 0 as k tends to infinity

33
New cards

what is Sn(φ)(x)

Sn(φ)(x)= ∑-nn φ*(k) eikx

34
New cards

how do we know these Fourier coefficients are optimal

they minimise π | φ(x) - ∑-nn φ*(k) eikx |2 dx

35
New cards

what is special about Fourier series for odd/even functions

  • an odd function will have a sin Fourier series

  • an even function will have a cos Fourier series

36
New cards

define pointwise, uniform and mean square convergence (for functions defined on [-π, π])

  • lim fn(x) = f(x) ∀x∈[-π, π]

  • lim sup | fn(x)-f(x) | = 0

  • lim π | fn(x)-f(x) |² dx = 0

37
New cards

what is the Dirichlet kernel

Kn(θ)= 1/2π ∑-nn eikθ = 1/2π sin( (n+0.5)θ ) / sin (0.5θ)

38
New cards

how is Sn(φ)(x) related to Kn

Sn(φ)(x) = π Kn(x-z)φ(z) dz

39
New cards

general form of heat equation

Tt = kTxx
where k is thermal diffusivity

40
New cards

how to solve heat equation with initial conditions and homogenous Dirichlet boundary conditions

  • use ansatz v(x,t) = T(t)X(x)

  • use similar method to wave equation to obtain
    Xj(x) = Dj sin(βjx), Tj(t) = Aj e−kβj² t

  • recombine the equations to form v(x,t), then compare coefficients of v(x,0) with initial conditions

41
New cards

how to solve heat equation with initial conditions and inhomogenous Dirichlet boundary conditions

  • tu(x,t) = k∂xxu(x,t)
    u(x,0) = Φ(x)
    u(0,t) = g0(t), u(L,t) = gL(t),

  • have an ansatz of u= u(B) + u(I) + w

  • u(B)(x,t) = g0+ (gL- g0) h(x)
    where h is st h(0)=0 and h(L)=1

  • u(I)(x,t) = Φ(x) − u(B)(x,0)

  • then plug u= u(B) + u(I) + w back into the PDE to get
    wt - kwxx = f(x,t)
    where f(x,t) is in terms of u(B), u(I), g0 etc…

  • we also have
    w(x,0) = 0, w(0,t) = 0, w(L,t) = 0

  • use Duhamel’s Principle to solve for w

42
New cards

what is Duhamel’s Principle

  • tv(x,t;τ) = k∂xxv(x,t;τ)
    v(x,τ;τ) = f(x,τ)
    v(0,t;τ) = 0 and v(L,t;τ) = 0

  • if v is a solution to the above problem, then
    w= 0t v dτ
    is a solution to the problem in the previous flashcard

43
New cards

how to solve how to solve heat equation with initial conditions and inhomogenous Neumann boundary conditions

same as above, but u(B) will be using derivatives

44
New cards

how to solve heat equation with just initial conditions on the real line

  • tu(x,t) = k∂xxu(x,t)
    u(x,0) = φ(x)

  • u(x,t) = -∞S(x−y, t) φ(y) dy

  • S(x,t)= 1/√(4πkt) e-x²/ 4kt

45
New cards
46
New cards
47
New cards
48
New cards
49
New cards
50
New cards
51
New cards