Page 1 of 1

Homework 10, due 5:00pm, December 11.

Posted: Fri Dec 07, 2007 3:11 pm
by goodwine
Consider
  • Image
  1. Determine a linear differential equation that is a good approximation of this one near the points
    • Image
    and
    • Image
  2. Near each of those points, find the analytical solution to this linear approximation.
  3. Near the point
    • Image
    make a plot on the phase plane of the linear solution and the nonlinear solution (determined numerically using whatever method you want, including matlab) for various initial conditions. Include a plot of the solutions where the initial conditions are such that the linear solution is a good approximation to the nonlinear solution; one where it is a terrible approximation and one that is intermediate.
  4. Near the point
    • Image
    write the analytical solution in the form of
    • Image
    where Image are vectors and x1 and x2 are x(t) and the derivative of x(t) respectively.

    Plot these vectors. Plot (-1) times these vectors. Compare the linear and nonlinear solutions for 8 different initial conditions, one close to and on each side of the vectors plotted, as indicated by the "x"s illustrated in the following figure.
    • Image
    Note: all of these solutions will blow up. Restrict the plot to be between plus and minus 2 for each axis. You may have to fiddle with the total time of the simulation to make sure it runs long enough to leave the range of the plot but not too long so that the simulation dies.

Problem 2

Posted: Sun Dec 09, 2007 4:38 pm
by aoconno5
When we are finding the linear approximation to the nonlinear equation, how do we know what value of xdot(0) to use? In the examples you did in the text, you chose xdot(0)=10.2 for one and xdot(0)=0.2 for another and I'm not sure how you picked those values.

Re: Problem 2

Posted: Sun Dec 09, 2007 5:57 pm
by goodwine
aoconno5 wrote:When we are finding the linear approximation to the nonlinear equation, how do we know what value of xdot(0) to use? In the examples you did in the text, you chose xdot(0)=10.2 for one and xdot(0)=0.2 for another and I'm not sure how you picked those values.
If the equation is linear in xdot, then it should not matter what you use; however, if xdot is large, then x will be changing a lot so it may not be likely to hang around x_0. Hence, it's usually a good ideal to make xdot small.

Typo on problem 4

Posted: Mon Dec 10, 2007 7:42 pm
by goodwine
There shouldn't be a d/dt in front of the [x1, x2] vector. That is the solution, not the original differential equation.

Also on problem 4

Posted: Mon Dec 10, 2007 7:54 pm
by goodwine
Not all of the solutions blow up, but most of them do.