Page 1 of 1

Homework 2, due February 2, 2005.

Posted: Fri Jan 28, 2005 4:44 pm
by goodwine
Unless otherwise indicated, all problems are from the course text, Elementary Differential Equations and Boundary Value Problems, by Boyce and DiPrima, 8th Edition.
  1. Section 7.6, numbers 2, 4, 7, 8 and 10.
  2. Solve
    • Image
    where
    • Image
    and
    • Image
    1. by using one eigenvalue/eigenvector pair and the u(t) and v(t) approach as recommended in class and in the book; and,
    2. by computing both eigenvalue/eigenvector pairs and directly computing
      • Image
  3. To prove that eigenvectors associated with a complex conjugate pair of eigenvalues are also complex conjugates, in class I made use of the fact that if the matrix A is real then
    • Image
    In order to justify this, it must be true that the complex conjugate of the product of two numbers is the product of the complex conjugates, i.e.,
    • Image
    and
    • Image
    Prove both of these facts.

Posted: Sun Jan 30, 2005 1:59 pm
by smanwari
For question 2, part b, once we obtain the solution in the form given, do we then have to go through all the algebra and show how this is equal to what we obtained in part a, with the real valued sines and cosines? Or can we just leave it as is, with complex lambdas and eigenvectors?

Posted: Sun Jan 30, 2005 7:36 pm
by goodwine
smanwari wrote:For question 2, part b, once we obtain the solution in the form given, do we then have to go through all the algebra and show how this is equal to what we obtained in part a, with the real valued sines and cosines? Or can we just leave it as is, with complex lambdas and eigenvectors?
Get all the way to the sines and cosines (the same answer as part(a)). The point of the problem is to have to actually do this once to see that
  1. the answers are the same; but,
  2. it's preferable to figure out the u(t) and v(t) approach.

7.6 Problem 7

Posted: Sun Jan 30, 2005 11:32 pm
by NDChevy07
If we solve the 3x3 Matrix using Matlab, do we need to submit the command window or just write down the values and vectors and then go from there?

Re: 7.6 Problem 7

Posted: Mon Jan 31, 2005 8:01 am
by goodwine
NDChevy07 wrote:If we solve the 3x3 Matrix using Matlab, do we need to submit the command window or just write down the values and vectors and then go from there?
Unless there is "programming" involved, i.e., more than one or two commands, you may just write something like "from matlab the eigenvalues and eigenvectors are..."

Posted: Tue Feb 01, 2005 5:45 pm
by 7
Is there a trick to darwing direction fields? I am having a difficult time figuring out how to draw these and now I am just frustrated.

Posted: Tue Feb 01, 2005 6:02 pm
by 7
Also, I am getting different values for the eigenvectors when I use Mathematica and the MATLAB code you gave us on 1/21/05. Is there a reason for this?

Posted: Tue Feb 01, 2005 7:39 pm
by goodwine
7 wrote:Also, I am getting different values for the eigenvectors when I use Mathematica and the MATLAB code you gave us on 1/21/05. Is there a reason for this?
I suspect that the reason is that the eigenvectors may be arbitrarily scaled. Without seeing exactly how you are doing it in you code, it's hard to say for certain, though.

Posted: Tue Feb 01, 2005 7:42 pm
by goodwine
7 wrote:Is there a trick to darwing direction fields? I am having a difficult time figuring out how to draw these and now I am just frustrated.
I make a table of (x,y) values (and usually just pick (1,0), (1,1), (0,1), (-1,1) etc.) and then compute the derivative values. The arrow should be anchored at the point you picked and point in the deriction of the derivatives.

Example: \dot \xi = A \xi where

A = [1 2; 3 4]

if you pick \xi = (1,1), then \dot \xi = (3,7). So there will be an arrow starting at the point (1,1) that has a slope of 7/3. Pick another point, compute \xi again and draw the arrow starting at the new point with a slope of y/x where (x,y) are the two derivative terms.