Thread Closed

System of Second Order, Nonhomogeneous Differential Equations

 
Share Thread Thread Tools
May7-08, 12:34 AM   #1
 

System of Second Order, Nonhomogeneous Differential Equations


Hello. I am an engineering student and am having trouble trying to figure out how to solve this system of second order, nonhomogeneous equations. I know how to solve a single second order, nonhomo. equation and how to solve a system of first orders, but not this one. Any help would be greatly appreciated. I have attached a scanned image of the equation because I couldn't format it right on here and it won't let me just post a URL because I'm new on here.


That is a g tucked in there on the right side of the equation. Thanks again.
Attached Thumbnails
equation.JPG  
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
May7-08, 03:41 AM   #2
 
keeping in mind that you are an engineering student, I would speculate and assume that g is gravity, the masses are hanged from somewhere. and in general, you are required the solve the x(t) for each mass.
May7-08, 09:48 AM   #3
 
Exactly. I probably should have specified that earlier. The m's are masses, c's are damping coefficients and k's are spring constants. All are positive constants that will be specified by the user in the MATLAB program that I have to write. First, though, I need to figure out how to solve the problem by hand. Then I have to choose a numerical method we've learned and implement it in an M-file on MATLAB.

The problem has 3 masses hanging by springs and dashpots. We have to write the differential equations for the system and then solve it using a self-written m-file.
May7-08, 10:02 AM   #4
 

System of Second Order, Nonhomogeneous Differential Equations


Then, define a new vector,

[tex]
\hat x = \left( {\begin{array}{*{20}c}
x \\
{\dot x} \\
\end{array}} \right)

[/tex]

From the fact
[tex]
\frac{d}{dt}\hat x = \left( {\begin{array}{*{20}c}
\dot{x} \\
{\ddot x} \\
\end{array}} \right)

[/tex]

Rewrite the equations again. and then solve a ODE set.
Thread Closed
Thread Tools


Similar Threads for: System of Second Order, Nonhomogeneous Differential Equations
Thread Forum Replies
differential equations-system of equations, cleaning up the great lakes... Calculus & Beyond Homework 1
second order system of differential equations in Matlab Math & Science Software 11
First Order Differential Equations Calculus & Beyond Homework 19
A system of two second order differential equations Differential Equations 3
Second Order Nonhomogeneous Linear Differential Equations General Math 5