Homework policy, assignments, and reading guide
TAM 203, Fall 2004

Homework policy: Homeworks are due at the start of tuesday lecture (but for after fall break and Thanksgiving when they are due on Thursday). You need not bring your homework to the front of the class, it will be collected from the class at the class start. To get credit, on every homework assignment please do the things listed below.

a) On the top right corner neatly print the following, making appropriate substitutions as appropriate:
     Sally Rogers
     HW 1 Due Aug 31, 2004
     TAM 203
     Section 1 at 12:20
     TA: Matthew Smith
b)
STAPLE your homework at the top left corner.
c) At the top clearly acknowledge all help you got from TAs, Faculty, students, or ANY other source (but for lecture, text and section). Examples could be "Mary Jones pointed out to me that I needed to draw the second FBD in problem 2." or "Nadia Chow showed me how to do problem 3 from start to finish." or "I basically copied this solution from the posted solutions." etc. If your TA thinks you are taking too much from other sources he/she will tell you. In the mean time don't violate academic integrity rules: be clear about which parts of your presentation you did not do on your own.
d)
Every use of force, moment, momentum, or angular momentum balance must be associated with a clear correct free body diagram.
e)
Your vector notation must be clear and correct.
f)
All computer output should have your name clearly visible, as printed by the computer (e.g., title plots with your name, put your name in a comment in the first line of any .m files, etc.)
g)
Every line of every calculation should be dimensionally correct (carry your units).
h)
Your work should be laid out neatly enough to read by someone who does not know how to do the problem. Part of your job as an engineer is not just to get the right answer, but convincingly so. That is your job on the homework as well.
i) Some problems may seem like make-work because you already know how to do them.
If so, you can get full credit by writing in full "I can do this problem but don't feel
I will gain from writing out the solution". You can keep doing this unless/untill your grader/TA challenges your self-assessment.


Reading suggestion: Do a quick read of the material for the lectures before the lectures. This is the material associated with the homework due the next week.


Homework 1, due Tuesday August 31 at the start of lecture: Solutions
Reading guide:

Matlab book: You should know all the tutorials thoroughly. You should know the ODE section. You should skim the rest of the book so you know what is there, at least glance at every page.
Dynamics text part I:*First two tables inside the cover: Without studying them explicitly, you will learn all that's in these tables as the semester progresses. Read through them quickly at the start of the semester and check your progress occasionally as the semester progresses. *Preface: Read and absorb the "guide to student" and pseudo-code pages. *Chapter 1: Read and understand. *Chapter 2: You need to know all of this vector material well.

To hand in: Consider the two Matlab files below which we assume are both in the same directory on your computer.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%These 4 lines are in a script file               function zdot=iknowthis(t,z)
[t,z]=ODE23('iknowthis', [0 2*pi], [1 0]);        % These five lines are in the file iknowthis.m
plot(z(:,1),  z(:,2))                             z1 = z(1);  z2 = z(2);
axis('square')                                    z1dot=  z2;  z2dot= -z1;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%     zdot=[z1dot, z2dot]';
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

0) Please read the homework guidelines at the top of this WWW page.  Write "I have read and I understand the homework guidelines."
1)
Answer this question without using a computer (give yourself at least half an hour to work on puzzling it out): What happens when you run the first file above? Explain your prediction.
2)
Type the files in, and run the first. Print the results and hand them in. If what comes out is different than you expected, explain your error.
3)
By changing the files above make a plot that shows an ODE solution that you think looks nice (visual aesthetics is the criterion). Title the plot with your name. Print out the files you used and also hand in other information that reflects the thought that went in to creating them.
4)
2.99 from text (vector review)

Homework 2, due Tue Sept 7 at the start of lectureSolutions
Reading guide:
(All in Part I) Chapter 3: You need to know the material here well. Chapter 4: The ideas in the introduction and sections 4.1, 4.5 and 4.6 are essential for dynamics. Skim the rest of the chapter so you know what's there and can read it when you need it.
Problems: 1) 4.54    2) 4.61   3) 4.65   4) 4.67   5) 4.87
Homework 3, due Tue Sept 14 at the start of lecture. Solutions
Reading guide:
Chapter 5: sections 1-3. Read but don't fester over sections 4 and 5.
Problems: 1) 4.86. *) Make sure you can do problems 5.1-8, don't hand in. 2) 5.9 3) 5.14 4) 5.18 (use m = 1 kg, g=10 m/s^2, drag constant =C= 2 N/(m/s)^2) 5) 5.40
Homework 4, due Tue Sept 21 at the start of lecture. Solutions
Reading guide:
Chapter 5: sections 6-8. See the end of the preface for comments on "pseudo-code". See section 2.4, especially pages 58-59, about solving vector equations. 
Problems: 1)
5.28, 2) 5.59,  3) 5.64,  *) make sure you can do most of the problems in section 5.7.,  4) 5.120 (Typo: The symbols $'$ are a typo that should read just '. That is [ 1 2 3]$'$ is supposed to be [1 2 3]'.),  5) 5.132
Homework 5, due Tue Sept 28 at the start of lecture. Solutions
Reading guide: Chapter 5.9.
Problems: 1) 5.141, 2) 5.142,  3) 5.143

Homework 6, due Tue Oct 5 at the start of lecture.  Solutions
Reading guide: 5.10, 6.1
Problems: 1) 5.147, 2) 6.2 3) 6.12 4) 6.14  5) 6.22, 6) 6.27

Homework 7, due Thursday Oct 14 at the start of lecture.  Solutions
Reading guide: 6.1, 6.2
Problems: 1) 6.28,   2) 6.35,   3) 6.43,   4) 6. 50,   5) 6.52,   6) 6.76.
Homework 8, due Tuesday Oct 19 at the start of lecture.  Solutions
Reading guide: 7.1-3
Problems: 1) 7.1  2) 7.8 (text error, only one solution exists),   3) 7.14,   4) 7.41,   5) 7.47,   6) 7.59, 7) On the computer, draw a picture of anything. Then rotate it 120 degrees and draw it again on the same plot.
Homework 9, due Tues, Oct 26 at the start of lecture. Solutions
Reading guide: 7.4-6
Problems: 1) 7.65,  2) 7.68,  3) 7.70,  4) 7.75,  5) 7.84,  6) 7.99
Homework 10, due Tues, Nov 2 at the start of lecture.  Solutions
Reading guide: 7.6, 8.1.
Review and master: pgs viii-ix, Chapters 1, 2.1 (especially sample 2.3), 2.4 (especially page 50), 3 (especially Fig. 3.4, box 3.1, and box 3.3), and appendix A (pgs 701-9).
Problems: 1) 7.134, 2) 7.143, 3) 7.141 (alpha = -15.4 rad/sec^2, T1 = 515 N, T2 = 364 N), 4) 7.149, 5) 8.1

Homework 11, due Tues, Nov 9 at the start of lecture.  Solutions
Reading guide: 8.2-8.4.
Problems: 1) 8.14,  2) 8.16,  3) 8.34,  4) 8.37,  5) 8.47, 6) 8.51

Homework 12, due Tues, Nov 16 at the start of lecture. Solutions
Reading guide: 8.5-9.1.
Problems: 1) 8.56 (take theta_double_dot=0,  2) 8.60,  3) 9.3,  4) 9.5,  5) 9.7, 6) 9.9a (solution in back of book is suspect.)
Homework 13, due Tues, Nov 23 at the start of lecture. Solutions
Reading guide: 9.2-9.5, 10.1.
Problems: 1) Find the radius of the osculating circle of a particle on the top of a rolling wheel in terms of the radius of the wheel. 2) 9.35 3) 9.41 4) 10.8 5) 10.24 6) 10.26
Homework 14, due Thursday Dec 2 at the start of lecture. Solutions.
Reading guide: 10.2-10.3
Problems: 1) 10.30, 2) 10.67, 3) 10.60, 4) 10.53, 5) 10.63

BONUS POINTS: Due Dec 10. Hand in to Matt Smith. Write from 1 to 5 candidate final exam questions. Write clear complete solutions. Hand writing and clear hand-drawing are fine. These cannot be taken from any books or from any old exams. Questions can be of any style that you think is appropriate (even multiple choice or essay, if gradeable).