- Compute the Fourier series for
- Compute the Fourier series for
- Determine the solution to
- Determine the solution to
- Determine the solution to the wave equation where
Extra credit: make a movie of the solution. - Determine the solution to the wave equation where
- Determine the solution to
- By assuming u(x,y)=X(x)Y(y), determine the solution to
- Consider the famous Lorenz equations
- Use the second order Taylor series method to 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.
- Use Matlab's ode45() to compute an approximate solution and plot the result. Compare it with your plot from the first part of this problem.
Homework 8, due November 27, 2007.
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Homework 8, due November 27, 2007.
Bill Goodwine, 376 Fitzpatrick
What to plot
When you ask us to "Plot f(x) and the first several terms of the series on the same graph," which of the following (if either) do you mean?
A)
Plot 1: f(x)
Plot 2: term1 + term2 + term3 + term4
or
B)
Plot 1: f(x)
Plot 2: term1
Plot 3: term2
Plot 4: term3
Plot 5: term4
A)
Plot 1: f(x)
Plot 2: term1 + term2 + term3 + term4
or
B)
Plot 1: f(x)
Plot 2: term1
Plot 3: term2
Plot 4: term3
Plot 5: term4
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Re: What to plot
I mean A). I want it as 1) a check on your answer to see that it is converging to f(x) and 2) as an exercise into the nature of how it is converging. If you plot the modes separately, it will be hard, if not impossible, to see how it's converging and what it's converging to.avalenzu wrote:When you ask us to "Plot f(x) and the first several terms of the series on the same graph," which of the following (if either) do you mean?
A)
Plot 1: f(x)
Plot 2: term1 + term2 + term3 + term4
or
B)
Plot 1: f(x)
Plot 2: term1
Plot 3: term2
Plot 4: term3
Plot 5: term4
Bill Goodwine, 376 Fitzpatrick
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Re: Problem 7
The very first coefficient is an "a". The coefficient of the "u" term by itself is an alpha.colinheye wrote:Is the very first coefficient on problem 7 an 'a' or an alpha?
Bill Goodwine, 376 Fitzpatrick
#5 question
#5 asks us to plot the solution at various values for t. I am confused about how to do this.
I solved the wave equation for u(x,0) correctly. I was able to use the equation for b_n, similar to the example in class. However, when t != 0, you now need to deal with a_n as well, which is associated with the sine term. This looks very messy, and I don't know how to treat it.
Is there a way to do this that I am not thinking of. Am I missing something from my notes?
Thanks
I solved the wave equation for u(x,0) correctly. I was able to use the equation for b_n, similar to the example in class. However, when t != 0, you now need to deal with a_n as well, which is associated with the sine term. This looks very messy, and I don't know how to treat it.
Is there a way to do this that I am not thinking of. Am I missing something from my notes?
Thanks
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Re: Problem 5
You don't have to do a movie, but if you do it for extra credit, just email it to me. If it's too large to email, then put it in your www directory and send a link to me.colinheye wrote:Do we need to plot the different u(x,t) plots as well as a movie? How do you want us to get the movie file to you?
Last edited by goodwine on Sun Nov 25, 2007 8:17 pm, edited 1 time in total.
Bill Goodwine, 376 Fitzpatrick
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Re: Problem 5
Just do it like I demonstrated in class on Wednesday.colinheye wrote:Do we need to plot the different u(x,t) plots as well as a movie? How do you want us to get the movie file to you?
Bill Goodwine, 376 Fitzpatrick