Exam Prep Flashcards

(86 cards)

1
Q

Fourier series

A

Periodic with period 2pi

f(t) = sum(n=-inf, inf) c_n * e^(int)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Fourier coeffs

A

c_n = 1/2pi * int(-pi, pi) f(t)*e^(-int)dt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fourier integral

A

Non periodic functions

f(t) = 1/2pi * int(-inf, inf) F(w)e^(iwt) dw

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fourier transform

A

F(w) = int(-inf, inf) f(t) e^(iwt) dt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Cosine series

A

f is even

a_n = 0, b_n = 2/pi * int(0, pi) f(x) sin(nx)dx
f(x) = 1/2 a_0 * sum(n=1, inf)a_n cos(nx)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Sine series

A

f is odd

a_n=0, b_n=2/pi int(0, pi) f(x) sin(nx) dx
f(x) = sum(n=1, inf) b_n sin(nx)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

FT: bounded

A

int(-inf, inf) |f(x)|^2 dx < inf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

FT: end behaviour

A

lim (x -> +/- inf) f(x) = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

FT: linearity

A
F(f+g) = F(f) + F(g)
F(cf) = cF(f)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

FT: scaling

A

F(f(ax)) = 1/|a| F(w/a)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

FT: shift

A

F(e^(iax) f(x)) = F(x-a)

F(f(x-c)) = e^(-icw)F(w)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

FT: repeated FTs

A

F(F(x)) = 2pi * f(-w)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

FT: derivative

A

F(f’(x)) = iwF(w)

F(x f(x)) = iF’(w)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Parseval’s formula

A

int(-inf, inf) f(x)^2 dx = 1/2pi * int(-inf, inf) |F(w)|^2 dw

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Convolution

A

(f * g)(x) = int(-inf, inf) f(x-y)g(y)dy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Convolution: symmetry

A

(f*g)(x) = (g * f)(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Convolution: distributivity

A

(f * (g + h))(x) = (f * g)(x) + (f * h)(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Convolution theorem

A

F(f * g) = F(f) F(g)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Error function

A

erf(w) = 2/sqrt(Pi) int(0, w) e^(-z^2) dz for all wER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Laplace kernel

A

H(x, y) = 1/pi y/(x^2 + y^2)

1/2 plane

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Diffusion kernel

A

K(x, t) = 1/sqrt(4 pi kt) exp(-x^2/(4kt))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Properties of the kernels

A
  • normalized (int(-inf, inf) dx = 1)
  • H has y, K has t, we will call them p and fnc P
  • p -> 0+, p -> 0 if x =/= 0, inf if x=0
  • P(x, 0) = delta(x)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

How to use the fundamental sols

A

u = int(-inf, inf) P(x-s, p) f(s) ds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

M(x, y)

A

M(x, y) = 1/pi * arctan(x/y)

  • lim(y -> 0+) M = 1/2, x>0; 0, x=0; -1/2, x<0
  • ue(x, y) = 1/2e (M(x+e, y) - M(x-e, y))
  • lim(y -> 0+) ue = 1/(2e), |x|e
  • lim(e -> 0+) ue = H
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q(x, t)
Q(x, t) = 1/2 * erf(x/sqrt(4pi)), t>0 - lim(y -> 0+) Q = 1/2, x>0; 0, x=0; -1/2, x<0 - ue(x, y) = 1/2e (Q(x+e, y) - Q(x-e, y)) - lim(y -> 0+) ue = 1/(2e), |x|e - lim(e -> 0+) ue = Q
26
Conservation law (general form)
d/dt int(D) psi(x, t) dV = - int(del D) q•N dS - second term is double integral
27
Theorem abt conservation laws
Conservation law implies d(psi)dt + nabla •q = 0 in R
28
Diffusion eqn in 2D
``` Psi = rho*cu q = -k * nabla(u) k = K/rho*c thermal diffusivity ```
29
Orthogonality
Int(D) vi*vj dV = 0 if i=/=j
30
What do we know from SL eigval problems?
1) countable set of positive eigvals 2) eigfunctions are orthogonal and each eigval has a finite number of indep eigfunctions 3) eigfunctions form basis
31
Wave equation frequency
v_n = c*sqrt(lambda_n)/2pi
32
Laplacian polar
1/r * dr(r dr) + 1/r^2 d2theta
33
Gradient polar
dr, 1/r dtheta
34
Bessel functions
Come from laplace’s eqn on 2D disk
35
Legendre polynomials
Come from laplace’s eqn on solid R3 sphere
36
Raleigh quotient
R(v) = int(D) grad(v) • grad(v) dV / int(D) v^2 dV - lambda_1 <= R(v) if v=0 on delta D - lambda_1 = R(v) iff v is eigfnc for lambda
37
Inclusion property
D, d E R2 and D in d -> lambda1D > lambda1d
38
Faber-Krahn inequality
Lambda1(D) > pi(j0,1)^2/A ≈ pi/A * (2.4)^2 D has area A
39
Nodal lines (def)
Eigfnc of laplace’s eqn = 0
40
Nodal lines, square
Side a ``` x = ia/n, 1 <= i <= m-1 y = ja/n, 1 <= j <= n-1 ```
41
Nodal lines, disk
Radius b r = b*j(m,i)/j(m,n) 1 <= i <= m-1, m>=2 Theta = 1/m * ((2i-1) pi/2 + delta), 1 <= i <= 2m
42
Courant’s nodal line theorem
D in R2, nodal lines for nth eigfunction divide D into at most n regions
43
Equilibrium solution (higher dimensions)
u = utrans + ueq - ueq: solve laplace’s eqn - utrans: solve normal eqn with all BCs = 0
44
Method of undetermined coeffs two roots indep functions
Can also choose sinh(1x) + cosh(2x) or sinh(1(L-x)) + cosh(2(L-x))
45
Isothermal curves
u(x, y) = constant
46
Poisson’s formula
P(r, theta) = 1/2pi * (b^2 - r^2)/(b^2 - 2brcos(theta) + r^2) AKA poisson kernel
47
Mean value property
Steady state temperature distribution (solution to laplace’s eqn in D) T(P) = mean value of T around any circle centred at P P = point
48
Uniqueness of higher dimension PDE sol
D bounded, boundary piecewise smooth Then laplace’s eqn has a unique C2 solution on D (cts on boundary)
49
Domain of validity
det(d(x,t)/d(r,s)) = 0 eqn dies
50
Shock first time
t = 1/(2*max(f’(s))) f is bounded
51
Theorem abt quasilinear PDEs
ut + qx = 0 int(D) (u phi(t) 1 q phi(x)) dxdt = 0 for all C0 phi The phi are derivatives
52
Weak solution
u satisfied int(D) (u phi(t) + q phi(x)) dxdt = 0 The phi are derivatives
53
Speed of discontinuity
xs’(t) = [q]/[u]
54
Physical interpretation of weak solution discontinuities
Shock waves
55
Weak solutions uniqueness
Might not be unique
56
Wave eqn, what is c
c^2 = T/rho ``` T = tension at rest Rho = linear density ```
57
Wave KE
KE = 1/2 int(0, l) rho * (du/dt)^2 dx
58
Wave PE
PE = 1/2 * int(0, l) tau * (du/dx)^2 dx
59
Normal modes
Normal modes are the eigenfunctions | Frequencies / harmonics are the v_n = nc/2l
60
d’Alembert’s formula, infinite
u = 1/2 * (f(x-ct) + f(x+ct)) + 1/2c * int(x-ct, x+ct) g(s) ds
61
d’Alembert’s formula, finite
u(x, t) = 1/2 (ff(x-ct) + ff(x+ct)) ff = odd periodic f extension
62
Series solution convergence
Coeffs bounded -> series converges absolutely for all t>0, xE[0, pi]
63
Diffusion eqn: spatial T profiles
u(x, t0)
64
Diffusion eqn: T profiles in time
u(x0, t)
65
Diffusion eqn: curves if constant T
u(x, t) = C
66
Steady state solution
``` us = u0 Re(e^(iwt) V(x)) V(x) = A(x) e^(i psi(x)) ```
67
Diffusion eqn: general BCs
u(0, t) = b0 u(l, t) = b1 v(x, t) = u(x, t) - 1/l (l-x) b0 - 1/l x b1 Sub into pde and have fun
68
Hadmard’s notion of well-posedness
1) at least one sol 2) at most one sol 3) sol continuously dependent on BCs and ICs
69
Mean square temperature
U(t) = int(0, pi) u(x, t)^2 dx | - monotone non-increasing (U’ < 0)
70
Uniqueness if diffusion eqn sol
Yep it’s unique
71
W(x)
1, |x| < 1/2 | 0, |x| > 1/2
72
T(x)
1-|x|, |x|<1 | 0, |x|>1
73
FT: W(x)
sinc(1/2 w)
74
FT: sinc(x)
Pi * W(1/2 w)
75
FT: e^(-|x|)
2/(1 + w^2)
76
FT: 1/(1+x^2)
Pi * e^(-|w|)
77
FT: e^(-1/2 x^2)
sqrt(2pi) exp(-1/2 w^2)
78
FT: T(x)
(sinc(1/2 w))^2
79
FT: x^n
sqrt(2pi) (-i)^n delta(n)(w)
80
FT: e^(ax)
Sqrt(2pi) delta(w-ia)
81
FT: cos(w0 x)
Pi (delta(w-w0) + delta(w+w0))
82
FT: sin(w0 x)
Pi (delta(w+w0) - delta(w-w0))
83
FT: 1/x
i sqrt(pi/2) sgn(w)
84
Inverse FT: e^(aw)
Sqrt(2pi) delta(ia+x)
85
Inverse FT: cos(w)
Sqrt(pi/2) delta(t-1) + sqrt(pi/2) delta(t+1)
86
Inverse FT: sin(w)
i sqrt(pi/2) delta(t+1) - i sqrt(pi/2) delta(t-1)