<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Mathematica and Wolfram&#124;Alpha in the Classroom</title>
	<atom:link href="http://blog.wolfram.com/2009/10/19/using-mathematica-and-wolframalpha-in-the-classroom/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wolfram.com/2009/10/19/using-mathematica-and-wolframalpha-in-the-classroom/</link>
	<description>News, views, &#38; ideas from the front lines at Wolfram Research</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:21:10 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Heis Wernerberg</title>
		<link>http://blog.wolfram.com/2009/10/19/using-mathematica-and-wolframalpha-in-the-classroom/comment-page-1/#comment-1211</link>
		<dc:creator>Heis Wernerberg</dc:creator>
		<pubDate>Tue, 20 Oct 2009 00:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internal.wolfram.com/?p=2020#comment-1211</guid>
		<description>In the video, at 1 min 26 s, the integral shown is

int_7.34^3tanx dx = 1.48164

This is wrong! The function tan(x) has a nonintegrable singularity at 3/2Pi ~~ 4.712 inside the integration interval.

And even if you consider the integral in a Cauchy sense (you would not tell students about principal values and finite parts anyway), the result is wrong. Compare with the result of Mathematica for this integral:

In[1]:= Integrate[Tan[x], {x, 7.34, 3}]

Out[1]= -1.12812 + 0. I

In[2]:= Integrate[Tan[x], {x, 7.34, 3}, 
                          PrincipalValue -&gt; True]

Out[2]= -0.699934 + 0. I

In[3]:= NIntegrate[Tan[x], {x, 7.34, 3}]

Out[3]= 0.

In[4]:= NIntegrate[Tan[x], {x, 7.34, 3 Pi/2,  3}, 
 Method -&gt; &quot;PrincipalValue&quot;]

Out[4]= -0.699934</description>
		<content:encoded><![CDATA[<p>In the video, at 1 min 26 s, the integral shown is</p>
<p>int_7.34^3tanx dx = 1.48164</p>
<p>This is wrong! The function tan(x) has a nonintegrable singularity at 3/2Pi ~~ 4.712 inside the integration interval.</p>
<p>And even if you consider the integral in a Cauchy sense (you would not tell students about principal values and finite parts anyway), the result is wrong. Compare with the result of Mathematica for this integral:</p>
<p>In[1]:= Integrate[Tan[x], {x, 7.34, 3}]</p>
<p>Out[1]= -1.12812 + 0. I</p>
<p>In[2]:= Integrate[Tan[x], {x, 7.34, 3},<br />
                          PrincipalValue -&gt; True]</p>
<p>Out[2]= -0.699934 + 0. I</p>
<p>In[3]:= NIntegrate[Tan[x], {x, 7.34, 3}]</p>
<p>Out[3]= 0.</p>
<p>In[4]:= NIntegrate[Tan[x], {x, 7.34, 3 Pi/2,  3},<br />
 Method -&gt; &#8220;PrincipalValue&#8221;]</p>
<p>Out[4]= -0.699934</p>
]]></content:encoded>
	</item>
</channel>
</rss>

