New Reply

MathCAD/MatLab program for non-linear spring-mass-damper system

 
Share Thread
Mar19-11, 12:21 PM   #1
 

MathCAD/MatLab program for non-linear spring-mass-damper system


1. The problem statement, all variables and given/known data

The cutting force developed during a particular machining operation is shown in figure (a).
Model the system as a SDF with equivalent mass of the cutting head = 25 kg. The damping is linear viscous (ξ = 0.1), and the equivalent spring is nonlinear “hardening” spring of the form k = k1 + k2*x^2, where k1 = 400 kN/m, and k2 = 40 kN/m3. Assume the initial conditions x(0) = 0 and
x' (0) = 0.

I need to write a computer program in MathCAD, Matlab, or similar to solve this problem.(These two programs are available to me)

(a) Draw the analytical model and write the D.E. of the motion of the system.
(b) Computer printout of the program listing.
(c) Computer output of results (t, x, x' )
(d) Computer plot for x(t) vs. t
(e) Computer plot for x'(t) vs. t
(f) Compute the inaccuracies (in the vertical direction) in the surface finish due to the cutting force.

2. Relevant equations

m(d^2y/dt^2)+c(dy/dt)+ky=Fo*sin(wt)

3. The attempt at a solution

The first real problem I've run into is modeling the non-linear spring. In MathCAD, when I put k:= 400+40y^2 it's saying y is undefined, which is true, but how should I define it? I'm not given like 0<y<5 or anything, so again, how should it be defined?
Attached Thumbnails
problem5.JPG   problem6.JPG  
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Jul5-12, 01:12 PM   #2
HDK
 
did you ever get this complete?
Jul5-12, 09:36 PM   #3
 
Not sure why you bumped a year old thread, but can't you just solve this by reducing it to a system of first order ODES and applying a runge kutta method or something similar?
Jul6-12, 01:21 AM   #4
 

MathCAD/MatLab program for non-linear spring-mass-damper system


Quote by The Gringo View Post
Not sure why you bumped a year old thread, but can't you just solve this by reducing it to a system of first order ODES and applying a runge kutta method or something similar?
Given that it's intended to be solved in Mathcad or Matlab (the latter with no presumption of the symbolic toolbox), it would seem that's the appropriate general method.

However, the first step is to express the actual system as a DE using the variables given. (Apart from not being in the correct form for an ODE, the Mathcad fragment doesn't even use the same variable).
New Reply

Similar discussions for: MathCAD/MatLab program for non-linear spring-mass-damper system
Thread Forum Replies
Mass Spring Damper System Classical Physics 0
Mass-Spring-Damper system Mechanical Engineering 1
mass-spring-damper system Advanced Physics Homework 0
need help with mass-spring-damper system Introductory Physics Homework 5