Page 1 of 1
Homework 1, due September 4, 1013.
Posted: Thu Aug 29, 2013 4:32 pm
by goodwine
Reading: Chapter 1 from the course text. Normally the assigned reading will closely track what we are doing in class. However, the material in Chapter 1 is of a different nature: all of it is important but some is background and some will be necessary at different times throughout the course and not all of it will seem to be connected to the next couple lectures. Again, normally this isn't the case and reading and lectures will usually closely track each other.
Exercises: 1.20, 1.21, 1.23 and 1.28 from the course text. If you need to "write a computer program to determine and approximate numerical solution" using ode45() in Matlab (or lsode() in octave) are acceptable for this assignment.
Problem 1.28
Posted: Mon Sep 02, 2013 12:24 pm
by goodwine
Someone asked me:
For question 1.28 in the first homework set, what do you want us to turn in? Paper(s) with the equations of motion, computer code, and a graph? Or just one or two of those things? Also, what are you expecting us to write the code in? Is MATLAB ok?
I would add to that list of things a description of your interpretation of your solution. Matlab is ok for this problem.
Problem 1.28
Posted: Mon Sep 02, 2013 1:56 pm
by goodwine
Someone asked me:
While working on Problem 1.28 (the programming question with a system of two springs and a suspended block), I was able to determine a second order differential equation to describe the change in x. I was able to solve that equation with ode45() and use the results to calculate y(t).
Is this an acceptable method of solving this problem, or do I need to also find and solve a second order diff. eq. for y? If so, how do I relate the acceleration of y to the forces acting on it if there is no mass at y0?
If your first principle analysis provides one differential equation for x and an algebraic equation for y, then you don't have to do any extra work to force y to be a differential equation. Whatever the easiest formulation for you is the best way to go unless I directly say otherwise.
Re: Homework 1, due September 4, 1013.
Posted: Mon Sep 02, 2013 8:26 pm
by tnguye21
For problem 1.20, do we have to write specific units like kg or seconds to describe each variable?
Re: Homework 1, due September 4, 1013.
Posted: Mon Sep 02, 2013 8:43 pm
by goodwine
tnguye21 wrote:For problem 1.20, do we have to write specific units like kg or seconds to describe each variable?
You can either use SI units or just go generic like "mass/time". The former is probably easier.
Re: Homework 1, due September 4, 1013.
Posted: Mon Sep 02, 2013 9:18 pm
by klalka
For Problem 1.23, what do the pictures with the mechanisms labeled "b" represent?
Re: Homework 1, due September 4, 1013.
Posted: Tue Sep 03, 2013 5:38 am
by goodwine
klalka wrote:For Problem 1.23, what do the pictures with the mechanisms labeled "b" represent?
That's a damper. It's described in Chapter 1.
Re: Homework 1, due September 4, 1013.
Posted: Tue Sep 03, 2013 9:24 pm
by jkearns
For Problem 1.20, is a second order differential equation, one that represents the acceleration of the rope, sufficient to answer the problem statement? As in, is an equation for acceleration sufficient to satisfy the prompt for "an equation of motion?"
Re: Homework 1, due September 4, 1013.
Posted: Wed Sep 04, 2013 5:41 am
by goodwine
jkearns wrote:For Problem 1.20, is a second order differential equation, one that represents the acceleration of the rope, sufficient to answer the problem statement? As in, is an equation for acceleration sufficient to satisfy the prompt for "an equation of motion?"
Yes.