EP548 Homework (not due), Spring 2002
Review of some important concepts from Chap 1-3: symmetry,
positive definiteness, minimum principles
- What does it mean for a matrix A to be symmetric?
- If matrix A is a black box transforming input vector x into
output vector y, how do you check whether A is symmetric?
- What is an inner product for vectors? for functions? for complex vectors?
for complex functions?
- What does it mean for a linear differential operator to be
symmetric? How do you check symmetry of a differential operator?
- Give mathematical examples of symmetric differential operators.
- Give physical examples that lead to symmetric differential operators.
- What is a Sturm-Liouville problem? what is special about them?
- Show that the 4th derivative operator is a symmetric operator
for appropriate boundary conditions.
- Give physical examples that lead to a 4th order differential
operator.
- What does it mean for a matrix A to be positive definite?
- When is a differential operator positive definite?
- Give examples of positive definite differential operators.
- Show that the 4th derivative operator with
appropriate boundary conditions is positive definite.
- What can you say about the eigenvalues of a symmetric
operator?
- What can you say about the eigenvectors of a symmetric matrix
operator?
- What can you say about the eigenvectors of a symmetric differential
operator?
- What is a skew-symmetric operator?
- What can you say about the eigenvalues and eigenvectors of
a skew-symmetric operator?
- Let (x,y) denote the innner product of vectors x and y
and x' denote the transpose conjugate of x.
What is the minimum of F=(x,Ax)/2-(b,x) where A=[ 3, 2 ; 1, 5 ] and
b=[1, 2]' ?
- For the same matrix A,
what is the minimum of (x,Ax) subject to the constraint (x,x)=1?
- Find the general solution to -u''+ q u =0 where q is a given constant.
Find q and u(x) so that u(0)=u(L)=0 for some positive L.
- Find the general solution to -u''+5u'-4u=0 and the specific solution
that has u(0)=4 and u(1)=4e.
- Find a function u(x) in 0 < x < 3 such that u(0)=u(3)=0
that minimizes the integral from x=0 to 3 of [(u')2 - 2 u],
where u' is du/dx.
- Find a function u(x) in 0 < x < 3 such that u(0)=u(3)=0
that minimizes the integral from x=0 to 3 of (u')2
subject to the constraint that the integral of u2=1.
- A solid body consists of a rectangular plate of length a and width b
together with a rod of length c attached to a corner of the plate and
perpendicular to it. The mass of the plate is M and the mass of the rod is
m. Both are homogeneous. Find the center of gravity of the body.
Find the principal moments and axes of inertia of the body.
(For simplicity, assume that the plate and rod are infinitely thin).
- What is a companion matrix of the polynomial
an xn + ... +a1 x + a0?
Show that the eigenvalues of the companion matrix are the
roots of the polynomial.
Strang 5.1
- Strang 5.1.1, 4, 6, 7, 12, 15.
- Derive the 9 point scheme
for the Laplacian shown in exercise 5.1.5, what is its order of
accuracy?
- Write pseudo-code to solve uxx + uyy = f(x,y)
in the unit square with u=0 on the boundary using the method of steepest
descent. Your code should not use any matrix explicitly.
- Write real code (in matlab preferably) to solve the above problem
and compare your numerical solution to the analytic double sine series
solution when f(x,y)=1.
- Strang 5.2.5, 9, 12, 18, 19, 21, 22
- Strang 5.3.8, 14, 15, 18, 19, 20, 23, 24