Homework 2, due September 12, 2007
Posted: Fri Sep 07, 2007 10:21 am
All problems are from the 10th edition of the course text.
- E2.22
- AP2.2
- E3.15
- P3.3
- P3.10
- DP3.1
- DP3.3
- MP3.5
Web pages for courses taught by Bill Goodwine
https://controls.ame.nd.edu/courses/
https://controls.ame.nd.edu/courses/viewtopic.php?f=94&t=207
I haven't worked it out fully myself, but I'm pretty sure what happens is that the nonlinearity due to the angle that the force is applied to the airplane from the cables is canceled by a corresponding nonlinearity in the amount that the spring is stretched. I think if you fully work out m \ddot x = forces, while some nonlinearities show up in the forces, they eventually cancel.bmertz wrote:On DP3.3, the equations are non-linear with respect to x1 due to the angle the cable makes as it is pulled away from x1=0. Are we supposed to solve the equations numerically and guess values of Kd until it meets the given criteria or is there something I'm missing that will allow us to solve these non-linear equations such that we can find Kd analyitically? Thanks.
Linearizing really isn't an option since, if I recall correctly, the angle of the cable goes from 0 to 45 degrees. If necessary, you may resort to numerics.jmengers wrote:I can't get the nonlinearities to cancle out. There are two that are causing me problems
1: the hypotinuse length sqrt(h^2 + x[1]^2)
2: x[1] x[2] / hypotinuse from the angle
should we attempt to numerically solve these nonlinear equations or
should we try to solve this by linearizing the hypotinuse length? A problem with linearizing the hypotinuse is that it is not a good approximation for all x[1] values from 0 - 30. Any recommendations on dealing with this?