<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Problem approximating the arc length of this problem</title>
    <link>http://www.mapleprimes.com/questions/127744-Problem-Approximating-The-Arc-Length</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 14:17:06 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 14:17:06 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Problem approximating the arc length of this problem</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Problem approximating the arc length of this problem</title>
      <link>http://www.mapleprimes.com/questions/127744-Problem-Approximating-The-Arc-Length</link>
    </image>
    <item>
      <title>Problem approximating the arc length of this problem</title>
      <link>http://www.mapleprimes.com/questions/127744-Problem-Approximating-The-Arc-Length?ref=Feed:MaplePrimes:Problem approximating the arc length of this problem:Comments#answer127748</link>
      <itunes:summary>&lt;p&gt;I am using Maple input in the attached worksheet.&amp;nbsp; I do not see the problem that you are refering to.&amp;nbsp; Every time I run the worksheet, I get the same answer.&amp;nbsp; Notice in the last line, where zero (0) is replaced by zero.zero (0.0).&amp;nbsp; This forces a floating point approximation of the integral, to the default of 10 decimal places.&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=127748/425103/arclengthtrig_eval.mw"&gt;Download arclengthtrig_eval.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Georgios Kokovidis&lt;/p&gt;
&lt;p&gt;Dr&amp;auml;ger Medical&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I am using Maple input in the attached worksheet.&amp;nbsp; I do not see the problem that you are refering to.&amp;nbsp; Every time I run the worksheet, I get the same answer.&amp;nbsp; Notice in the last line, where zero (0) is replaced by zero.zero (0.0).&amp;nbsp; This forces a floating point approximation of the integral, to the default of 10 decimal places.&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=127748/425103/arclengthtrig_eval.mw"&gt;Download arclengthtrig_eval.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Georgios Kokovidis&lt;/p&gt;
&lt;p&gt;Dr&amp;auml;ger Medical&lt;/p&gt;</description>
      <guid>127748</guid>
      <pubDate>Tue, 15 Nov 2011 06:18:25 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
    <item>
      <title>erroneous space</title>
      <link>http://www.mapleprimes.com/questions/127744-Problem-Approximating-The-Arc-Length?ref=Feed:MaplePrimes:Problem approximating the arc length of this problem:Comments#answer127750</link>
      <itunes:summary>&lt;p&gt;Your worksheet contains an erroneous space between &lt;strong&gt;sin&lt;/strong&gt; and &lt;strong&gt;(5 x)&lt;/strong&gt; which is causing Maple to think that you have a product of terms &lt;strong&gt;sin*(5*x)&lt;/strong&gt; instead of the desired function application &lt;strong&gt;sin(5*x)&lt;/strong&gt;.&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;Once that erroneous space is removed, then the faulty implicit multiplication instance is removed and your example ought to work as expected.&lt;/p&gt;
&lt;p&gt;Please note that, for involved expressions, evalf[5](...) is &lt;em&gt;not&lt;/em&gt; a good way to approximate a final result accurate to 5 decimal places. What it does do it make internal numeric computation occur with 5 digits of &lt;em&gt;working precision&lt;/em&gt; (possibly with some guard digits for atomic operations). But that is &lt;em&gt;not&lt;/em&gt; the same as ensuring 5 places of &lt;em&gt;accuracy&lt;/em&gt; for involved, compound expressions. A better approach would be to use evalf at normal working precision, and then only applying evalf[5] to a final floating-point result. This is a common misunderstanding. Your particular example may not be involved enough for this distinction between precision and accuracy to have manifested itself.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Your worksheet contains an erroneous space between &lt;strong&gt;sin&lt;/strong&gt; and &lt;strong&gt;(5 x)&lt;/strong&gt; which is causing Maple to think that you have a product of terms &lt;strong&gt;sin*(5*x)&lt;/strong&gt; instead of the desired function application &lt;strong&gt;sin(5*x)&lt;/strong&gt;.&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;Once that erroneous space is removed, then the faulty implicit multiplication instance is removed and your example ought to work as expected.&lt;/p&gt;
&lt;p&gt;Please note that, for involved expressions, evalf[5](...) is &lt;em&gt;not&lt;/em&gt; a good way to approximate a final result accurate to 5 decimal places. What it does do it make internal numeric computation occur with 5 digits of &lt;em&gt;working precision&lt;/em&gt; (possibly with some guard digits for atomic operations). But that is &lt;em&gt;not&lt;/em&gt; the same as ensuring 5 places of &lt;em&gt;accuracy&lt;/em&gt; for involved, compound expressions. A better approach would be to use evalf at normal working precision, and then only applying evalf[5] to a final floating-point result. This is a common misunderstanding. Your particular example may not be involved enough for this distinction between precision and accuracy to have manifested itself.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>127750</guid>
      <pubDate>Tue, 15 Nov 2011 07:06:18 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>Response</title>
      <link>http://www.mapleprimes.com/questions/127744-Problem-Approximating-The-Arc-Length?ref=Feed:MaplePrimes:Problem approximating the arc length of this problem:Comments#comment127764</link>
      <itunes:summary>&lt;p&gt;If thats the case, then how would I find the actual answer? Doing what you suggested in regards to changing sin and (5x) to sin(5 x) gives me this answer when evaluating:&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=127764/425131/arclengthtrig.mw"&gt;arclengthtrig.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If thats the case, then how would I find the actual answer? Doing what you suggested in regards to changing sin and (5x) to sin(5 x) gives me this answer when evaluating:&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=127764/425131/arclengthtrig.mw"&gt;arclengthtrig.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>127764</guid>
      <pubDate>Tue, 15 Nov 2011 19:35:58 Z</pubDate>
      <itunes:author>JerJohnson123</itunes:author>
      <author>JerJohnson123</author>
    </item>
    <item>
      <title>disregard my other post</title>
      <link>http://www.mapleprimes.com/questions/127744-Problem-Approximating-The-Arc-Length?ref=Feed:MaplePrimes:Problem approximating the arc length of this problem:Comments#comment127766</link>
      <itunes:summary>&lt;p&gt;Disregard the other post I made. The other user's method seemed to work. Thanks foryour help in the explaination!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Disregard the other post I made. The other user's method seemed to work. Thanks foryour help in the explaination!&lt;/p&gt;</description>
      <guid>127766</guid>
      <pubDate>Tue, 15 Nov 2011 19:40:28 Z</pubDate>
      <itunes:author>JerJohnson123</itunes:author>
      <author>JerJohnson123</author>
    </item>
    <item>
      <title>Perils of premature reduction of Digits</title>
      <link>http://www.mapleprimes.com/questions/127744-Problem-Approximating-The-Arc-Length?ref=Feed:MaplePrimes:Problem approximating the arc length of this problem:Comments#comment127770</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/127744-Problem-Approximating-The-Arc-Length#comment127764"&gt;@JerJohnson123&lt;/a&gt; What acer is saying is that you should have Maple perform the calculations using more digits than you want in your answer. Once the calculations have been done, then you can use evalf[5] to have the answer displayed with 5 significant digits.&lt;/p&gt;
&lt;p&gt;To illustrate, consider:&lt;/p&gt;
&lt;pre&gt;restart;&lt;br&gt;Digits;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;br&gt;1 + 1.123456789 - 2.123456;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -7&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.89 10 &amp;nbsp;&lt;br&gt;evalf[5](%);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -7&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.89 10 &amp;nbsp;&lt;br&gt;Digits := 5;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;br&gt;1 + 1.123456789 - 2.123456;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.&lt;/pre&gt;
&lt;p&gt;If you have more questions, please ask.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/127744-Problem-Approximating-The-Arc-Length#comment127764"&gt;@JerJohnson123&lt;/a&gt; What acer is saying is that you should have Maple perform the calculations using more digits than you want in your answer. Once the calculations have been done, then you can use evalf[5] to have the answer displayed with 5 significant digits.&lt;/p&gt;
&lt;p&gt;To illustrate, consider:&lt;/p&gt;
&lt;pre&gt;restart;&lt;br&gt;Digits;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;br&gt;1 + 1.123456789 - 2.123456;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -7&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.89 10 &amp;nbsp;&lt;br&gt;evalf[5](%);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -7&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.89 10 &amp;nbsp;&lt;br&gt;Digits := 5;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;br&gt;1 + 1.123456789 - 2.123456;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.&lt;/pre&gt;
&lt;p&gt;If you have more questions, please ask.&lt;/p&gt;</description>
      <guid>127770</guid>
      <pubDate>Tue, 15 Nov 2011 20:17:41 Z</pubDate>
      <itunes:author>Doug Meade</itunes:author>
      <author>Doug Meade</author>
    </item>
    <item>
      <title>displayprecision</title>
      <link>http://www.mapleprimes.com/questions/127744-Problem-Approximating-The-Arc-Length?ref=Feed:MaplePrimes:Problem approximating the arc length of this problem:Comments#comment127785</link>
      <itunes:summary>&lt;p&gt;Another possibility is to use the &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=interface' target='_new'&gt;?interface&lt;/a&gt; procedure to set the number of digits that are **displayed**.&lt;/p&gt;
&lt;pre&gt;interface(displayprecision = 5):&lt;/pre&gt;
&lt;p&gt;The computation will be carried out using Digits, but ony 5 digits of precision are displayed.&amp;nbsp; That is convenient for typical engineering work.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Another possibility is to use the &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=interface' target='_new'&gt;?interface&lt;/a&gt; procedure to set the number of digits that are **displayed**.&lt;/p&gt;
&lt;pre&gt;interface(displayprecision = 5):&lt;/pre&gt;
&lt;p&gt;The computation will be carried out using Digits, but ony 5 digits of precision are displayed.&amp;nbsp; That is convenient for typical engineering work.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>127785</guid>
      <pubDate>Wed, 16 Nov 2011 06:25:11 Z</pubDate>
      <itunes:author>Joe Riel</itunes:author>
      <author>Joe Riel</author>
    </item>
  </channel>
</rss>