<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How do i switch between time and angle?</title>
    <link>http://www.mapleprimes.com/questions/134687-How-Do-I-Switch-Between-Time-And-Angle</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 09:41:07 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 09:41:07 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How do i switch between time and angle?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How do i switch between time and angle?</title>
      <link>http://www.mapleprimes.com/questions/134687-How-Do-I-Switch-Between-Time-And-Angle</link>
    </image>
    <item>
      <title>Change of variable?</title>
      <link>http://www.mapleprimes.com/questions/134687-How-Do-I-Switch-Between-Time-And-Angle?ref=Feed:MaplePrimes:How do i switch between time and angle?:Comments#answer134705</link>
      <itunes:summary>&lt;p&gt;There are a couple of obvious problems:&lt;/p&gt;
&lt;p&gt;(1) Presumably you want to use the package T, so you need to do with(T); or use S:=T:-sin(t);&lt;/p&gt;
&lt;p&gt;(2) You wrote DS:=diff(DS,t): This would make DS=0 and subsequently DDS=0. You probably meant DS:=diff(S,t):&lt;/p&gt;
&lt;p&gt;However, the inhomogeneous term is irrelevant when it comes to the angular eigenfrequency omega. That one is &lt;br&gt;(1/2)*sqrt(4*c[0]*m[1]-d[0]^2)/m[1] for the ODE as written. And as d[0] is small it can be neglected so it is roughly sqrt(c[0]/m[1]) as you say.&lt;/p&gt;
&lt;p&gt;Notice that even after doing&amp;nbsp; with(T); the result of dsolve(diff(x(t),t,t)+x(t)=0); is x(t) = _C1*sin(t)+_C2*cos(t), which means it is not expressed in terms of the T-versions but the global versions, which are available as :-sin and :-cos. Try&lt;br&gt;res:=dsolve(diff(x(t),t,t)+x(t)=0);&lt;br&gt;eval(res,t=360);&lt;br&gt;subs({:-sin = sin,:-cos=cos},res);&lt;br&gt;eval(%,t=360);&lt;br&gt;&lt;br&gt;You may want to avoid redefining sin and cos and consider changing variables in the ODE, i.e. using another time tau:&lt;/p&gt;
&lt;p&gt;PDEtools:-dchange({t=tau*k,x(t)=X(tau)},ODE,[tau,X]);&lt;br&gt;#And then pick k to fit your needs.&lt;br&gt;#If you use the angle in degrees as time tau, then you have tau = t*omega*180/Pi, so you should pick &lt;br&gt;k = Pi/(omega*180).&lt;br&gt;An additional comment. Why not just write s:=x; v:=D(x): a:=(D@D)(x):&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;There are a couple of obvious problems:&lt;/p&gt;
&lt;p&gt;(1) Presumably you want to use the package T, so you need to do with(T); or use S:=T:-sin(t);&lt;/p&gt;
&lt;p&gt;(2) You wrote DS:=diff(DS,t): This would make DS=0 and subsequently DDS=0. You probably meant DS:=diff(S,t):&lt;/p&gt;
&lt;p&gt;However, the inhomogeneous term is irrelevant when it comes to the angular eigenfrequency omega. That one is &lt;br&gt;(1/2)*sqrt(4*c[0]*m[1]-d[0]^2)/m[1] for the ODE as written. And as d[0] is small it can be neglected so it is roughly sqrt(c[0]/m[1]) as you say.&lt;/p&gt;
&lt;p&gt;Notice that even after doing&amp;nbsp; with(T); the result of dsolve(diff(x(t),t,t)+x(t)=0); is x(t) = _C1*sin(t)+_C2*cos(t), which means it is not expressed in terms of the T-versions but the global versions, which are available as :-sin and :-cos. Try&lt;br&gt;res:=dsolve(diff(x(t),t,t)+x(t)=0);&lt;br&gt;eval(res,t=360);&lt;br&gt;subs({:-sin = sin,:-cos=cos},res);&lt;br&gt;eval(%,t=360);&lt;br&gt;&lt;br&gt;You may want to avoid redefining sin and cos and consider changing variables in the ODE, i.e. using another time tau:&lt;/p&gt;
&lt;p&gt;PDEtools:-dchange({t=tau*k,x(t)=X(tau)},ODE,[tau,X]);&lt;br&gt;#And then pick k to fit your needs.&lt;br&gt;#If you use the angle in degrees as time tau, then you have tau = t*omega*180/Pi, so you should pick &lt;br&gt;k = Pi/(omega*180).&lt;br&gt;An additional comment. Why not just write s:=x; v:=D(x): a:=(D@D)(x):&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>134705</guid>
      <pubDate>Thu, 31 May 2012 10:54:02 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
  </channel>
</rss>