Page 1 of 1

Homework 10, due December 1, 2010.

Posted: Mon Nov 22, 2010 2:09 pm
by goodwine
Reading: all of chapter 11 and chapter 12, sections 1-3.

Exercises: 11.12, 11.17. 11.19, 11.21, 12.1 (number 8 only) and 12.2 (number 7 only).

Re: Homework 10, due December 1, 2010.

Posted: Fri Nov 26, 2010 11:45 am
by cdiberna
Hi Prof. Goodwine,

I was trying to to do problem 11.17 and I was having trouble because the equations in the book do not account for an initial velocity profile. Are the equations for c and d supposed to have g instead of f in there? Thanks.

Re: Homework 10, due December 1, 2010.

Posted: Fri Nov 26, 2010 12:46 pm
by goodwine
cdiberna wrote:Hi Prof. Goodwine,

I was trying to to do problem 11.17 and I was having trouble because the equations in the book do not account for an initial velocity profile. Are the equations for c and d supposed to have g instead of f in there? Thanks.
I don't have the book with me bot g should definitely be in the equations fou the Fourier coefficients. The velocity should affect the sine coefficients since those become cosines when differentiated.

Re: Homework 10, due December 1, 2010.

Posted: Sun Nov 28, 2010 11:55 am
by sprender
For problem 11.17, how can we incorporate J_m into our code if it is dependent on a table of values in the book? Do we need to enter a portion of this table into the code and only include sums over the range of the table that we include? Also, is it possible to plot in 3D polar coordinates in Matlab and if so, how?

Re: Homework 10, due December 1, 2010.

Posted: Sun Nov 28, 2010 8:20 pm
by goodwine
sprender wrote:For problem 11.17, how can we incorporate J_m into our code if it is dependent on a table of values in the book? Do we need to enter a portion of this table into the code and only include sums over the range of the table that we include? Also, is it possible to plot in 3D polar coordinates in Matlab and if so, how?
The boundary conditions will force the Bessel function to be zero at certain points. In class (and in the book) z_{m,n} stands for the nth zero of J_m (maybe m and n are the other way around). It plays the same role at 2 pi for the sine and cosine functions. The best you can do to write a solution is to use z_{m,n}. If you are plotting something, then you need to make a vector or matrix of those values.

I don't know how to 3-D polar plots in Matlab, although I suspect there is a way.

Re: Homework 10, due December 1, 2010.

Posted: Tue Nov 30, 2010 5:23 pm
by goodwine
Someone sent the following link to me, which you may find helpful to compute the zeros for the Bessel functions:

http://www.mathworks.com/matlabcentral/ ... hange/6794