<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mathcad usage in Mathcad</title>
    <link>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020151#M217526</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;two steps.&lt;/P&gt;
&lt;P&gt;1) turn the effK into a continuous function using the interp() function.&lt;/P&gt;
&lt;P&gt;2) make a function to do the double integration.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 402px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/124315iD1D5780987302E4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then plot the result&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.JPG" style="width: 408px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/124316iFE8394FA05243542/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.JPG" alt="Capture2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jun 2025 07:54:36 GMT</pubDate>
    <dc:creator>terryhendicott</dc:creator>
    <dc:date>2025-06-12T07:54:36Z</dc:date>
    <item>
      <title>Mathcad usage</title>
      <link>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020139#M217525</link>
      <description>&lt;P&gt;Hello everyone,&lt;BR /&gt;eff.K shown in picture is radius of curvature along beam length and X is the array for sectional points.&lt;BR /&gt;I have to double integrate eff.K to get deflection. How can i do it in Mathcad? Attached Mathcad 10 sheet.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NM_10165576_1-1749709475403.png" style="width: 400px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/124312i86CF113D0E7A9306/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NM_10165576_1-1749709475403.png" alt="NM_10165576_1-1749709475403.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 06:24:59 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020139#M217525</guid>
      <dc:creator>NM_10165576</dc:creator>
      <dc:date>2025-06-12T06:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mathcad usage</title>
      <link>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020151#M217526</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;two steps.&lt;/P&gt;
&lt;P&gt;1) turn the effK into a continuous function using the interp() function.&lt;/P&gt;
&lt;P&gt;2) make a function to do the double integration.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 402px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/124315iD1D5780987302E4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then plot the result&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.JPG" style="width: 408px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/124316iFE8394FA05243542/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.JPG" alt="Capture2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 07:54:36 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020151#M217526</guid>
      <dc:creator>terryhendicott</dc:creator>
      <dc:date>2025-06-12T07:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mathcad usage</title>
      <link>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020155#M217527</link>
      <description>&lt;P&gt;Here's a simple numerical integration:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NumericalInt.png" style="width: 548px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/124318iF054C4360C767A27/image-size/large?v=v2&amp;amp;px=999" role="button" title="NumericalInt.png" alt="NumericalInt.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 08:20:36 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020155#M217527</guid>
      <dc:creator>AlanStevens</dc:creator>
      <dc:date>2025-06-12T08:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mathcad usage</title>
      <link>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020156#M217528</link>
      <description>&lt;P&gt;Terry, shouldn't your outer integration be with respect to x?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 08:22:23 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020156#M217528</guid>
      <dc:creator>AlanStevens</dc:creator>
      <dc:date>2025-06-12T08:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mathcad usage</title>
      <link>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020161#M217529</link>
      <description>&lt;P&gt;Hi Alan,&lt;/P&gt;
&lt;P&gt;If the second integral is wrt x it would be an area integration.&amp;nbsp; It should be two integrals wrt length along the beam?&lt;/P&gt;
&lt;P&gt;To be meaningful for deflection of the beam the slope at the ends of the beam needs to be included?&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Terry&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 08:41:44 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020161#M217529</guid>
      <dc:creator>terryhendicott</dc:creator>
      <dc:date>2025-06-12T08:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Mathcad usage</title>
      <link>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020165#M217530</link>
      <description>&lt;P&gt;Thank you.&lt;BR /&gt;please send me the mathcad file.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 08:56:04 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020165#M217530</guid>
      <dc:creator>NM_10165576</dc:creator>
      <dc:date>2025-06-12T08:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mathcad usage</title>
      <link>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020166#M217531</link>
      <description>&lt;P&gt;Thank you for the answer.&amp;nbsp;&lt;BR /&gt;But the curve doesn't look like a beam deflected shape for simply supported beam. Shouldn't it be like parabola?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 08:59:48 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020166#M217531</guid>
      <dc:creator>NM_10165576</dc:creator>
      <dc:date>2025-06-12T08:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mathcad usage</title>
      <link>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020170#M217532</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;But the curve doesn't look like a beam deflected shape for simply supported beam. Shouldn't it be like parabola?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Correct.&amp;nbsp; Allowance needs to be made for the slope of the simply supported beam at the supports.&amp;nbsp; Not enough information is given in the post to calculate this.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Terry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 09:58:29 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020170#M217532</guid>
      <dc:creator>terryhendicott</dc:creator>
      <dc:date>2025-06-12T09:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mathcad usage</title>
      <link>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020177#M217533</link>
      <description>&lt;P&gt;beam length is 5.46m and the supports are at 0.1m from left and 0.1m from right. Calculate for this new data, if possible.Deflected curve looks like in the image below. Attached the mathcad sheet.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NM_10165576_2-1749724661460.png" style="width: 400px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/124323iE74F484B96F7DC11/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NM_10165576_2-1749724661460.png" alt="NM_10165576_2-1749724661460.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NM_10165576_0-1749724065667.png" style="width: 400px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/124321iBA63F157A19805DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NM_10165576_0-1749724065667.png" alt="NM_10165576_0-1749724065667.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NM_10165576_1-1749724145244.png" style="width: 400px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/124322i7102D9E6144B2361/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NM_10165576_1-1749724145244.png" alt="NM_10165576_1-1749724145244.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 10:37:49 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020177#M217533</guid>
      <dc:creator>NM_10165576</dc:creator>
      <dc:date>2025-06-12T10:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mathcad usage</title>
      <link>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020231#M217534</link>
      <description>&lt;P&gt;I have no expertise whatsoever in your field of work but the double integral as you had set it up&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1749736087219.png" style="width: 400px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/124338i89E7089DA1AE6A05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Werner_E_0-1749736087219.png" alt="Werner_E_0-1749736087219.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;would mean that the evaluation of the inner definite integral would yield an expression in x. Variable y is gone and the subsequent integration wrt y would mean just a multiplication by y.&lt;/P&gt;
&lt;P&gt;Given the limits 0 to x of the outer integral this would mean that you could replace the outer integration just by a multiplication with x.&lt;/P&gt;
&lt;P&gt;So we could spare the outer integral speeding up the calculations. But is this really as it should be???&lt;/P&gt;
&lt;P&gt;Here are is your formula and the equivalent one (with just the multiplication by x) compared with Alan's suggestion, which sure looks more like a parabola:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_3-1749737244250.png" style="width: 590px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/124341i202386F77508DBB6/image-dimensions/590x541?v=v2" width="590" height="541" role="button" title="Werner_E_3-1749737244250.png" alt="Werner_E_3-1749737244250.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have no knowledge about beams and deflection but I also guessed that either the variable of integration of the outer integral should not be y and/or that one of the integral limits should be different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: While mathematically not correct in notation, the following would yield the very same result as my delta3 above and is maybe what you had in mind?:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_4-1749737382912.png" style="width: 248px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/124342i1A8CE1E194305102/image-dimensions/248x85?v=v2" width="248" height="85" role="button" title="Werner_E_4-1749737382912.png" alt="Werner_E_4-1749737382912.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 14:14:46 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020231#M217534</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2025-06-12T14:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mathcad usage</title>
      <link>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020243#M217535</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;See enclosed file.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 381px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/124343i9FC4D70562912E61/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 15:00:31 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020243#M217535</guid>
      <dc:creator>terryhendicott</dc:creator>
      <dc:date>2025-06-12T15:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mathcad usage</title>
      <link>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020307#M217545</link>
      <description>&lt;P&gt;This works. Thank you&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 03:38:52 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/Mathcad-usage/m-p/1020307#M217545</guid>
      <dc:creator>NM_10165576</dc:creator>
      <dc:date>2025-06-13T03:38:52Z</dc:date>
    </item>
  </channel>
</rss>

