Groups | Search | Server Info | Login | Register


Groups > comp.soft-sys.math.mathematica > #16815

Three masses and four springs

Path csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newspeer1.nac.net!newspump.sol.net!post2.nntp.sol.net!posts.news.twtelecom.net!nnrp3.twtelecom.net!not-for-mail
From Robert Jenkins <dale.jenkins8@gmail.com>
Newsgroups comp.soft-sys.math.mathematica
Subject Three masses and four springs
Date Wed, 16 Apr 2014 07:40:31 +0000 (UTC)
Sender steve@smc.vnet.net
Approved Steven M. Christensen <steve@smc.vnet.net>, Moderator
Message-ID <lilc5f$qlj$1@smc.vnet.net> (permalink)
Lines 9
Organization Time-Warner Telecom
NNTP-Posting-Date 16 Apr 2014 07:46:35 GMT
NNTP-Posting-Host fac608f9.news.twtelecom.net
X-Trace DXC=ZaKf5RL0kFg3Y[822][L=nC_A=>8kQj6m;[h;PUXBgbdb4gWQ>GE5;aEFiONJ7[Gof8j?o8[cKRKm
X-Complaints-To abuse@twtelecom.net
Xref csiph.com comp.soft-sys.math.mathematica:16815

Show key headers only | View raw


The instruction
DSolve[{-2*x1[t] + x2[t] == x1''[t], -2*x2[t] + x1[t] == x2''[t], 
  x1[0] == -1, x2[0] == 2, x1'[0] == 0, x2'[0] == 0}, {x1, x2}, t]
produces a simple solution. But I am surprised to find the three-mass version produces a mass of complication. Have I made a mistake?
DSolve[{-2*x1[t] + x2[t] == x1''[t], -2*x2[t] + x3[t] + x1[t] == 
   x2''[t], -2*x3[t] + x2[t] == x3''[t], x1[0] == -1, x2[0] == 2, 
  x3[0] == -1, x1'[0] == 0, x2'[0] == 0, x3'[0] == 0}, {x1, x2, x3},
  t]

Back to comp.soft-sys.math.mathematica | Previous | NextNext in thread | Find similar


Thread

Three masses and four springs Robert Jenkins <dale.jenkins8@gmail.com> - 2014-04-16 07:40 +0000
  Re: Three masses and four springs Roland Franzius <roland.franzius@uos.de> - 2014-04-17 09:11 +0000

csiph-web