<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, I am in desperate need of assisstance in solving these problems. Help?</title>
    <link>http://www.mapleprimes.com/questions/140299-I-Am-In-Desperate-Need-Of-Assisstance</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 07:25:19 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 07:25:19 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, I am in desperate need of assisstance in solving these problems. Help?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, I am in desperate need of assisstance in solving these problems. Help?</title>
      <link>http://www.mapleprimes.com/questions/140299-I-Am-In-Desperate-Need-Of-Assisstance</link>
    </image>
    <item>
      <title>Some observations</title>
      <link>http://www.mapleprimes.com/questions/140299-I-Am-In-Desperate-Need-Of-Assisstance?ref=Feed:MaplePrimes:I am in desperate need of assisstance in solving these problems. Help?:Comments#answer140330</link>
      <itunes:summary>&lt;p&gt;In 1(a), the value of the integral is zero because sin(Pi) is a factor in the integrand. I'm sure this is a typo, but if you take the integrand as just 1, you can get a sketch of the region of integration with the task template:&lt;/p&gt;
&lt;p&gt;Calculus-Multivariate/Integration/Visualizing Regions of Integration/Cartesian 2-D&lt;br&gt;The help page for this template can be reached by executing the command: &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=IntPlotCartesian2D' target='_new'&gt;?IntPlotCartesian2D&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;1(b) Unfortunately, I know of no algorithm by means of which the order of integration in a multiple integral can be changed. I always taught my students to draw the region, and from this sketch rebuild the integral with the alternate order.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. The centroid is the center of mass when the mass is uniform. For this, try the task template:&lt;/p&gt;
&lt;p&gt;Calculus-Multivariate/Integration/Center of Mass/Polar&lt;/p&gt;
&lt;p&gt;The help page for this template can be reached by executing the command: &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=CenterOfMassPlanarPolar' target='_new'&gt;?CenterOfMassPlanarPolar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. The following commands will set up and evaluate&amp;nbsp;the integral in cylindrical coordinates:&lt;/p&gt;
&lt;p&gt;q:=Int(r,[z=0..-r*sin(t),r=0..3,t=Pi..2*Pi]);&lt;/p&gt;
&lt;p&gt;value(q);&lt;/p&gt;
&lt;p&gt;The following task template was useful for drawing the region corresponding to the integral:&lt;/p&gt;
&lt;p&gt;Calculus-Multivariate/Integration/Visualizing Regions of Integration/Cylindrical&lt;/p&gt;
&lt;p&gt;The help page for this template can be reached by executing the command: &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=IntPlotCylindrical' target='_new'&gt;?IntPlotCylindrical&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;4. The following commands will set up and evaluate the integral in spherical coordinates:&lt;/p&gt;
&lt;p&gt;q:=Int(rho^2*sin(phi),[rho=1/cos(phi)..2/cos(phi),phi=0..Pi/4,theta=0..2*Pi]);&lt;/p&gt;
&lt;p&gt;value(q);&lt;/p&gt;
&lt;p&gt;The following task template was useful for drawing the region corresponding to the integral:&lt;/p&gt;
&lt;p&gt;Calculus-Multivariate/Integration/Visualizing Regions of Integration/Spherical&lt;/p&gt;
&lt;p&gt;The help page for this templage can be reached by executing the command: &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=IntPlotSpherical' target='_new'&gt;?IntPlotSpherical&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Table of Contents for the Task Templates is obtained by choosing Tasks/Browse from the Tools menu.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;RJL Maplesoft&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;In 1(a), the value of the integral is zero because sin(Pi) is a factor in the integrand. I'm sure this is a typo, but if you take the integrand as just 1, you can get a sketch of the region of integration with the task template:&lt;/p&gt;
&lt;p&gt;Calculus-Multivariate/Integration/Visualizing Regions of Integration/Cartesian 2-D&lt;br&gt;The help page for this template can be reached by executing the command: &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=IntPlotCartesian2D' target='_new'&gt;?IntPlotCartesian2D&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;1(b) Unfortunately, I know of no algorithm by means of which the order of integration in a multiple integral can be changed. I always taught my students to draw the region, and from this sketch rebuild the integral with the alternate order.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. The centroid is the center of mass when the mass is uniform. For this, try the task template:&lt;/p&gt;
&lt;p&gt;Calculus-Multivariate/Integration/Center of Mass/Polar&lt;/p&gt;
&lt;p&gt;The help page for this template can be reached by executing the command: &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=CenterOfMassPlanarPolar' target='_new'&gt;?CenterOfMassPlanarPolar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. The following commands will set up and evaluate&amp;nbsp;the integral in cylindrical coordinates:&lt;/p&gt;
&lt;p&gt;q:=Int(r,[z=0..-r*sin(t),r=0..3,t=Pi..2*Pi]);&lt;/p&gt;
&lt;p&gt;value(q);&lt;/p&gt;
&lt;p&gt;The following task template was useful for drawing the region corresponding to the integral:&lt;/p&gt;
&lt;p&gt;Calculus-Multivariate/Integration/Visualizing Regions of Integration/Cylindrical&lt;/p&gt;
&lt;p&gt;The help page for this template can be reached by executing the command: &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=IntPlotCylindrical' target='_new'&gt;?IntPlotCylindrical&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;4. The following commands will set up and evaluate the integral in spherical coordinates:&lt;/p&gt;
&lt;p&gt;q:=Int(rho^2*sin(phi),[rho=1/cos(phi)..2/cos(phi),phi=0..Pi/4,theta=0..2*Pi]);&lt;/p&gt;
&lt;p&gt;value(q);&lt;/p&gt;
&lt;p&gt;The following task template was useful for drawing the region corresponding to the integral:&lt;/p&gt;
&lt;p&gt;Calculus-Multivariate/Integration/Visualizing Regions of Integration/Spherical&lt;/p&gt;
&lt;p&gt;The help page for this templage can be reached by executing the command: &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=IntPlotSpherical' target='_new'&gt;?IntPlotSpherical&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Table of Contents for the Task Templates is obtained by choosing Tasks/Browse from the Tools menu.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;RJL Maplesoft&lt;/p&gt;</description>
      <guid>140330</guid>
      <pubDate>Wed, 14 Nov 2012 20:33:09 Z</pubDate>
      <itunes:author>rlopez</itunes:author>
      <author>rlopez</author>
    </item>
  </channel>
</rss>