- Last week you solved
- Using your plots from the previous problem, determine an approximate steady state solution for each of the following
- For the equation in part (b) of the previous problem write a computer program to determine an approximate numerical solution using Euler's method for the case when both initial conditions are zero. Determine an appropriate step size by continuing to decrease the size of the time step until the solution does not change.
Plot the approximate numerical solution and compare this with the approximate steady state solution you determined in the previous problem. Indicate from the plot of the two solutions- whether or not they match for all time, and if not explain the differences;
- the relationship between the phase angle determined from the graph from the first problem and the relationship between the two solutions you plotted here.
- If the damping ratio is greater than zero, are there any conditions under which the homogeneous solution will not decay? If so, what are they? If not, is it always then justified to consider the steady state response of the system to be the particular solution.
- Plot the solution to
- what is happening between 0 and 10 seconds; and
- what is happening betwen 10 and 60 seconds.
- Consider
Homework 5, due Septmber 27, 2006.
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Homework 5, due Septmber 27, 2006.
The purpose of this homework is to develop the ability to properly use the equations associated with the solution(s) to
Bill Goodwine, 376 Fitzpatrick
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Typo in problem 1
There should be a F multiplying the sine term in the solution.
Bill Goodwine, 376 Fitzpatrick
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
another typo
For problem 2, "For all three equations" should say "For the first three equations"
Bill Goodwine, 376 Fitzpatrick
Problem 1
For the first problem, when it says "accurately plot the static deflection scale factor as a function of frequency ratio for different damping ratios," do you mean to graph delta vs w/wn or M vs w/wn? Also, on problem 1, you said in a later post that there should be an F in front of sin for the solution, but isn't that F included within the delta (F/(m*wn^2))?
Correction
I now see what you mean by the F being in front of the sine term--it's for the particular solution to last week's problem, correct?
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Re: Problem 1
The static deflection is delta. The scale factor is M, so it says to plot M.TAllen1 wrote:For the first problem, when it says "accurately plot the static deflection scale factor as a function of frequency ratio for different damping ratios," do you mean to graph delta vs w/wn or M vs w/wn?
Yes, F is in delta. But, the given solution with both the sine and cosine term isn't correct without an F multiplying the sine term. You'll have a lot of trouble converting that to the solution with the delta in it without having F in each term.Also, on problem 1, you said in a later post that there should be an F in front of sin for the solution, but isn't that F included within the delta (F/(m*wn^2))?
Bill Goodwine, 376 Fitzpatrick
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Re: Correction
Yes, that's right. I guess I should have read both posts before answering.TAllen1 wrote:I now see what you mean by the F being in front of the sine term--it's for the particular solution to last week's problem, correct?
Bill Goodwine, 376 Fitzpatrick
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
homework problem
Someone asked me:
I think you want to use the atan2 function instead.When I graph the frquency ratio versus phi, when the ratio equals one my plot
drops instead of continuing a pi/2 and continues at -pi/2 and approaches zero
instead of pi. I have the same problem just and inverted picute if I plot the
frequency ratio versus phi that we did in class. Is there something I need to
do in MatLab to tell it to use the other value of arctan(x/0)?
Bill Goodwine, 376 Fitzpatrick