MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: simple antiderivative

  • To: mathgroup at smc.vnet.net
  • Subject: [mg68129] Re: [mg68104] simple antiderivative
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Tue, 25 Jul 2006 04:01:28 -0400 (EDT)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • References: <200607240455.AAA25321@smc.vnet.net>
  • Reply-to: murray at math.umass.edu
  • Sender: owner-wri-mathgroup at wolfram.com

The correct syntax is Sec[x]^2 and not Sec^2[x].  If you use the former, 
you get the expected answer for Integrate[8x-3Sec[x]^2, x], namely,
4*x^2 - 3*Tan[x].

By the way, please do not copy-paste all those "\!" and "\(", etc., 
markup characters into e-mail.  Instead, use Mathematica's Edit > Copy 
As ... menu command and copy as Plain Text.  (For output, first use 
InputForm on the entire expression so you'll get output without 
superscripts, etc., that might not show up properly when you paste into 
e-mail.)

T Harris wrote:
> Hello, I am a beginner with Mathematica and I am wrapping up Calculus 1 
> right now.  Here is my question.
> 
> I am doing antiderivatives and tried to check one I did and can't get my
> handworked answer which is correct by the solution manual to match 
> Mathematica's
> answer.  I copied and pasted everything here so it looks weird until you
> paste it back in notebook.
> 
> Here is my input copied and pasted;
> 
> \!\(Integrate[8 x - 3\ \(Sec\^2\)[x], x]\)
> 
> My output is :
> 
> \!\(\[Integral]\((8\ x - 3\ \(Sec\^2\)[x])\) \[DifferentialD]x\)
> 
> Why don't I get the answer below as I do when I do it by hand?  The
> antiderivative of Sec^2 is Tan.  I am puzzled by the output mathematica
> gives.
> 
> \!\(4  x\^2 - 3\ Tan\ [x]\)
> 
> 
> Thanks
> 
> T Harris 
> 
> 

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: simple antiderivative
  • Next by Date: Tick mark function
  • Previous by thread: Re: simple antiderivative
  • Next by thread: Re: simple antiderivative