Homework 9, due November 8.

Due Wednesday, November 8, 2006.
Post Reply

Vote on the grade distribution for AME 30315 (next semester)

2 in-class exams 25% each, final exam 40%, homework 10%
3
7%
3 in-class exams 20% each, final exam 30%, homework 10%
22
54%
3 in-class exams 15% each, final exam 40%, homework 15%
1
2%
2 in-class exams 20% each, final exam 45%, homework 15%
1
2%
2 in-class exams sech(0)*5*(1+e)% each, final (tanh(pi^3)*70-10e)%, homework erf(100)*10*(1 - exp(i pi))%
14
34%
 
Total votes: 41

goodwine
Site Admin
Posts: 1596
Joined: Tue Aug 24, 2004 4:54 pm
Location: 376 Fitzpatrick
Contact:

Homework 9, due November 8.

Post by goodwine »

  1. Consider
    • Image
    This is an example of undamped forced vibrations where the forcing frequency and the natural frequency are the same. Here m=1, k=4, F=4 and the forcing frequency is 2.
    1. Determine the analytical solution.
    2. Convert this second order equation into two first order equations.
    3. Write a computer program that uses the 4th order Runge-Kutta method to compute an approximate solution for the time interval t=0 to t=10. Determine a good time step by comparing the approximate solution to the analytical solution. Submit a plot of the solution.
    4. Plot the solution on the phase plane which is a plot of x(t) on the abscissa and dx/dt on the ordinate. The course text has a discussion of the phase plane as does the course notes that I wrote. Googling "phase plane" gives plenty of descriptive links as well.
  2. Consider the famous Lorenz equations
    • Image
    where
    • Image
    1. Using 4th order Runge-Kutta determine an approximate numerical solution to these equations for the time range t=0 to t=50. Submit a 3D plot of (x,y,z). Be sure to experiment with the time step to ensure that your solution is accurate. The Matlab plot3() function will probably be useful. A quick google search will probably give you an idea of what the plot should look like.
    2. Use Matlab's ode45() to compute an approximate solution and plot the result.
    3. (5 points extra credit) Explain the significance of these equations.
  3. Consider
    • Image
    with
    • Image
    This is another famous equation that has a chaotic solution. Write a computer program to determine an approximate numerical solution using the 4th order Runge-Kutta method to this equation for t=0 to t=100.
    1. Plot x(t) versus t.
    2. Plot the solution on the phase plane.
    3. (5 points extra credit) What is the name of this equation?
Bill Goodwine, 376 Fitzpatrick
awulz

Poll Question - Choice 5

Post by awulz »

Here is what Choice 5 equates to: (Computed in Matlab)

2 Exams worth 18.5914% each
Final worth 42.8172%
Homework worth 20%

Someone please confirm. Thanks
Alex
8)
dlipp

Last Option

Post by dlipp »

That sounds about right.
mattstorey

Post by mattstorey »

Alternative to Poll

my second choice for the varying weights of tests, homework, and a final is the popular second choice, BUT my 1st choice which i did not see on there would be 3 tests, 16.67% each, then a final worth 30% and homework worth 20%.
Post Reply

Return to “AME 30314 Homework 9”