Math 601 - Fall 2000

Homework

Assignment 11

  1. Problem 7.5, pg. 205-206 in Zachmanoglou and Thoe (Z/T).

  2. Problems 7.7(a,b), pg. 205-206 in Z/T

  3. Problem 8.10(a), pg. 221 in Z/T.

  4. Problem 8.10, pg. 317 in Z/T.
Due Thursday, Nov. 30.

Assignment 10

  1. Verify Stokes' Theorem

    for F(x) = 2y i - 3z j + x k, with S being the part of the sphere x2+y2+ z2 = 4 in the first octant. The normal to S points away from the origin, and C is the positively oriented curve that serves as the boundary of S.

  2. Verfiy the Divergence Theorem

    for F(x) = 2y i + 3x j - z3 k, with S being the surface of the closed cylinder (top, bottom, and curved side) 0 <= z <= 2, x2 + y2 = 25, with outward drawn normal. (This is the same cylinder as in Problem 4(b), Assignment 9.)

Due Tuesday, Nov. 21.

Assignment 9

  1. Compute the line integral

    for the following vector fields and curves.
    1. F(x) = (3x-4y)i + (y2+2x)j, where C is the straight line from (0,1) to (1,1) followed by the straight line from (1,1) to (1,2).
    2. F(x) = (3x-y)i + (x+y)j, where C is the circle x2+y2 = 4 traversed once in the positive (counterclockwise) direction.
    3. F(x) = (3x2+2y)i + (y-3x)j, where C is the straight line from (1,1) to (2,3).
    4. F(x) = (3x+y-z)i + (zx-xy2)j + 3xyz k, where C is the curve parametrized by x=t, y=t2, z=-t, for t=0 to t=2.

  2. Calculate the standard normal for the surface S parametrized by x = u i + v j + f(u,v)k, where Ruv is the rectangle a <= u <= b, c <= v <= d. Find an expression for area of S.

  3. Consider a surface parametrized by x = x(u1, u2). Let f1, f2 be the partials of x with respect to u1, u2. Show that the metric tensor is given by gjk = fj· fk, and use this to show that det(g)1/2 = |N|, where N is the standard normal.

  4. Compute the flux integral

    for the following vector fields and surfaces.
    1. F(x) = 3z i + 2x j + y k, where the surface S is the upper half of the hemisphere x2+y2+ z2 = 9; the normal direction is upward.
    2. F(x) = zx i - 2xyz j + z2 k, where the surface is the curved part of the cylinder x2+y2 = 25, with 0 <= z <= 2. Take the normal as pointing away from the z-axis.
Due Thursday, Nov. 16.

Assignment 8

  1. Let V be ordinary three dimesional space, with the usual ``dot'' and ``cross'' products · and ×. Let the set F={f1, f2, f3} be a (possibly) nonorthogonal basis for V. Show that the dual basis F*={f1, f2, f3} satisfies
    f1 = r f2×f3
    f2 = r f3×f1
    f3 = r f1×f2,
    where r = (f1 · f2×f3)-1. What is the geometrical significance of r-1?

  2. Consider the tetrahedron with vertices (0,0,0), (a,0,0), (0,b,0), (0,0,c). Let A and n be the area and normal for the inclined face, and let Aj be the area of the face with outward normal -ej.
    1. Show that A n = A1e1 + A2e2 + A3e3

    2. Show the volume of the tetrahedron is proportional to A3/2, and so the the ratio of volume to A tends to 0 as A tends to 0.

  3. Derive this formula for the strain tensor. (For notation, see the summary for 2 November.)
    sj,k = ½(Dxjuk + Dxkuj + SUMi DxjuiDxkui)

  4. Metric tensor. Show that, if we change from cartesian coordinates x to general coordinates w, the metric tensor becomes
    gj,k = SUMi Dwjxi Dwkxi

  5. Find the metric tensor for spherical and cylindrical coordinates.
Due Thursday, Nov. 9.

Assignment 7

  1. Consider the matrix:
    A = 1 -1
        1 -1.001
    1. Find the SVD for A.
    2. For a square matrix, the ratio of the largest to smallest singular values is called the condition number of the matrix. Find the condition number for A.
    3. Suppose that û is the measure or calculated estimate of a vector u. The relative error is then
      rerr(u) = || û - u ||· || u ||-1.
      Solve the systems Au = [1 1]T and Aû = [0.999 1.001]T exactly. Calculate rerr(u). How does this compare with the relative error in the right hand side, which is 0.001? How does the ratio of rerr(u) to 0.001 compare with the condition number for this problem? Briefly explain your results.

  2. Find the LU decomposition for the matrix:
    B = 1 4 7
        2 5 8
        3 6 10
  3. Find the Jacobian derivative f´ for the function
    f(u,v)=(sin(u)cos(v),sin(u)sin(v),cos(u))T.

  4. Suppose that g and h are inverse functions, so that g(h(u)) = u and h(g(w)) = w. Use the chain rule to verify that
    h´(u) = g´(w)-1, where u = g(w) and w = h(u).

  5. Consider the nonlinear change of coordinates x = g(u) in R2:
    (x,y)T = (u+v, u2 - v)T.  
    Let Ruv be the triangle in the u-v plane bounded by u = 0, v = 0, and u+v=2. Find the region Rxy in the x-y plane that is the image of Ruv under g. On this region, find the function inverse to g.
Due Thursday, Nov. 1.

Assignment 6

  1. Find the eigenvalues and eigenvectors of the matrices below. Determine whether or not a given matrix is diagonalizable. If it is, find S for which S-1AS=D.
     3  4        2  1 
    -1 -1       -1  2 
    
     4 -1  1
    -1  4 -1
     1 -1  4
    
  2. Partitioning/block multiplication of matrices A, B. A column partition of A must match the row partition in B One can then multiply blocks in the same way as ordinary elements, except that the order of blocks must be preserved - A then B.
    1. Let A be the matrix below, and let B be a matrix with 6 rows, partitioned 1 2 | 3 4 5 | 6 . Give two block partitions for A compatible with B's partitioning scheme. How many partitions are there for A that are compatible with B?
      -2  1  5  1  2  3
       0  4  9 -1 -6  4
       1 -3  7  0  1 -8
       5  1 -1  1  5  3
      
    2. Use partitioning to show that if R is an invertible m×m matrix, and I is the r×r identity, then the matrix S given by
      I 0
      0 R
      
      is invertible and has inverse
      I 0
      0 R-1.
      
    3. Use block multiplication to show that if A has the structure
      U V
      0 W,
      
      where U is an r×r upper triangular matrix, V is an r×m matrix, W is an m×m, and 0 is the m×r zero matrix, then S-1A S has the same structure.

  3. Triangularization of a matrix. Let A be an n×n matrix, and let z1 be an eigenvalue of A.

    1. Show that there is a matrix R such that R-1A R =
      z1 *
      0  A1
      
      where A1 is (n-1)×(n-1).

    2. Repeat this procedure with the matrix A1, which will have an eigenvalue z2. Use the results of part (a) and of the last problem to show that there is a matrix S1 for which S1-1A S1 =
      z1 *  * 
      0  z2 * 
      0  0  A2.
      
    3. Continue the procedure and show that there is a matrix S for which S-1A S is upper triangular, with diagonal elements z1, z2,..., zn. We assumed that z1 was an eigenvalue of A. Explain why the others are as well. Show that if an eigenvalue zj is repeated mj times in the list, in the list, then the factor (z-zj) is repeated mj times in the characteristic polynomial of A.

  4. Use the procedure sketched in problem 3 to triangularize the matrix
     5 1 4
     0 2 0
    -1 1 1
    
    
Due Thursday, Oct. 12.

Assignment 5

  1. Second finite element problem: -y" + y = x,   y(0) = y(1) = 0.
    1. Find the exact solution.
    2. Define the inner product < u,v > = S01(u' v' + u v)dx. Go through the derivation given in the summary for 19 September, and repeat it (with appropriate changes) to show that if we use the norm from the inner product above, the normal equations are Ac = d, where
      Ajk = < wk, wj > and dj = S01 x wj(x) dx, j=1 ... n-1, and wj = B(n x - j).
    3. Find dj.
    4. Find Ajk.
    5. Numerically solve Ac = d for n = 10 and 50. On the same set of axes, plot the exact solution y and, for each n, the minimizer u*, which is our approximation to the solution y.

  2. Let L : P2 - > P2 be given by L[p] = ((1-x2)p')' and let B = {1, x, x2} and D = {1 - x, x2, x + 1}.
    1. Find the change of basis matrix SB - > D that takes coordinates relative to B into ones relative to D.
    2. Directly find M, the matrix of L relative to B, and then calculate N, the matrix of L relative to D via
      N = SMS-1
    3. Find the eigenvalues and eigenvectors of L by means of finding the ones for M and transforming back.

  3. Suppose that a linear transformation T : V -> V leaves U = span{v1, v2} invariant. If B = {v1, v2, v3, v4} is a basis for V, verify that the matrix MT for T relative to B has the structure
    x x x x
    x x x x
    0 0 x x
    0 0 x x
    
    where the x's indicate possible nonzero entries.

  4. Find the eigenvalues and eigenvectors for the matrix A given by
    1 1 1
    0 1 1
    0 0 1
    
Due Thursday, Oct. 5.

Assignment 4

  1. Let V be an inner product space, and let S = {w1, ... , wn} be a set of vectors in V. Consider the n×n Gram matrix A with entries given by
    Ajk = < wk, wj >
    for j,k=1...n. Show that A is invertible if and only if S is linearly independent.

  2. Finite element problem. (For notation, see the summary for 19 September.)
    1. If f(x) = x2, find the exact solution to the problem -y'' = f(x), y(0) = y(1) = 0.
    2. Recall that the basis element wj(x) = B(n x - j). Find the dj's,
      dj = S01 f(x) wj(x) dx, j=1 ... n-1.

    3. Show that Ajk = < wk, wj >, the j-k entry in the Gram matrix for the problem, satisfies
      Aj,j = 2n, j = 1 ... n-1
      Aj,j-1 = - n, j = 2 ... n-1
      Aj,j+1 = - n, j = 1 ... n-2
      Aj,k = 0, all other possible k.
      For example, if n=5, then A is
      10  -5   0   0
      -5  10  -5   0
       0  -5  10  -5 
       0   0  -5  10
      

    4. Numerically solve Ac = d for n = 10, 25, 50. On the same set of axes, plot the exact solution y and, for each n, the minimizer u*, which is our approximation to the solution y.

  3. Plot the unit ``circle'' in R2 in the p-norm for p = 1, 4/3, 2, 4, and infinity.

  4. Fix a vector a in R3. Find the matrix associated with the linear transformation L: R3 -> R3 defined via the cross product, L[x} = a×x. Use the standard basis, e1 = i, e2 = j, and e3 = k
Due Thursday, Sept. 28.

Assignment 3

  1. Use the Gram-Schmidt process on the polynomials {1,t,t2} in the inner product
    < f, g > := -1S1 f(t) g(t)dt
    to get the (normalized) Legendre polynomials below. What is the matrix R in this case?

    p0(t)=(1/2)½
    p1(t)=(3/2)½t
    p2(t)= (5/2)½(½)(3t2 - 1)

  2. Consider the function f(x)=exp(-x) on the interval [-1,1].
    1. Use the Legendre polynomials to find the best least-squares quadratic fit to exp(-x) on the interval [-1, 1]. (The coefficient of the polynomial pk(x) is < f, pk >.)
    2. On the same set of axes, sketch exp(-x), the least-squares fit you've found, and the quadratic Taylor polynomial about x=0 for exp(-x).

  3. Find the QR factorization for the matrix A given below. (Hint: Use the Gram-Schmidt process on the columns of A, with the inner product being < u, v > := vTu .)
    1  -1   2
    1   2  -1
    0   1   1
    2   1   1
    

  4. Show that every set of nonzero, orthogonal vectors is linearly independent.

Due Thursday, Sept. 21.


Assignment 2

  1. In each of the following cases, find the matrix A for which
    [v]D=A[v]B
    1. B={1, 2x, 4x2-1} and D={1, x, x2-1}
    2. B={(1,0,0)T, (0,1,0)T, (0,0,1)T} and D={(1,0,-1)T, (1,1,1)T, (-1,2,1)T}

  2. Let B = {v1 ... vn}, D = {w1 ... wn}, and E = {u1 ... un} be bases for a vector space V. Suppose that you are given these column matrices:
    A1 = [ [v1]E ... [vn]E]
    A2 = [ [w1]E ... [wn]E]
    The columns of A1 and A2 are the E-coordinates of the bases B and D, repectively. Show that
    A1[v]B = A2[v]D, .
    where v is an arbitrary vector in V. Use this result to verify that if the two ordered bases are B = {1,x,x2} and D = {(3-x)2, x+2, x-1}, then the matrix that takes coordinates relative to B into ones relative to D is
      0      0    1
     1/3    1/3  -1
    -1/3    2/3  2 1/3;
    
    Hint: Take E=B.

  3. Show that, in Schwarz's inequality, one gets equality if and only if u and v are parallel. (Assume u,v are not 0.)

  4. Verify that < f,g > = integral of f(t)g(t) from t=-1 to t=1 defines an inner product on C[-1,1], the set of all functions continuous on [-1,1]. State both the triangle inequality and Schwarz's inequality for this case. Find the angle between the polynomials p(x)=1+x and q(x)=x2
Due Thursday, Sept. 14.

Assignment 1

  1. Verify that the set of all twice continuously differentiable solutions to the wave equation utt- uxx=0 is a subspace of C(2)(R2).

  2. Let Pn be polynomials of degree n or less in x.
    1. Show that P2 is a subspace of P3
    2. Let U be the subset of Pn comprising all polynomials such that p(1)+p'(1)=0 and p(2)=0. Is U a subspace? What happens if the condition is changed to p(1)+p'(1)=0 or p(2)=0?

  3. Let V be a vector space, and let dim(V) = n. Show that the following are true. (You are given that every basis for V has the same number of vectors in it.)
    1. Let C = {v1 ... vk}, with k < n. If C is linearly independent, we may add vectors to it to turn it into a basis for V.
    2. If U is a subspace of V, then dim(U) is at most n. If dim(U) = n, then U = V.
  4. The span of the columns of an m×n matrix A is called the column space of A. Look up an algorithm for finding a basis for the column space; apply it to the matrix A below.

     1 -2  3  3
     2 -5  7  3
    -1  3  -4  3

Due Thursday, Sept. 7.