hi
i am doing a multiple integal integration from one of my tutorial sheet
Given D is the triangular region whose vertices are (0, 0), (Pi,0), (Pi,Pi), find

then I worked out something like

the answer gives me a NEGATIVE value..
if i do it but hand i get something at last


which is as expected
what;s wrong with my equation ?? #eqn#
ooops
doing by hand the last step gives me
gives me POSITIVE value which is as expected
what's wrong with
Negative
Maple's answer of -3*Pi/2 is correct.
int(x*cos(x+y), y = 0 .. x) = -x*sin(x)+x*sin(2*x)
(an antiderivative is x*sin(x+y))
int(-x*sin(x)+x*sin(2*x), x=0..Pi) = -3*Pi/2
(an antiderivative is -sin(x)+x*cos(x)+1/4*sin(2*x)-1/2*x*cos(2*x))
yes i know
so for this question
i wrote down the wrong equation? wrong limits?
more about integrals
maple returns me with an answer of
however my tutorial sheet says it should be sqrt(Pi)
which is correct?
thanks
The answer is
In the "Table of integrals, series and products" of Gradshteyn and Ryzhik, page 307 the answer is
and since Maple give the same answer, my response is that your tutorial sheet is wrong.
mario.lemelin@cgocable.ca
okie this is cool
how about my orginial question?
why do i get i negative value?
did i put down the wrong limits of intergration?
thanks
chen
Why not?
Why shouldn't you get a negative value? You should get a positive value when you integrate a positive function over some region. But here the function is positive in some places and negative in others, so there's no reason to expect the result to be positive.
i see
it's started this topic for 2 days ,so.... not really get into too much for it
Table of integrals, series and products
and just curious
"Table of integrals, series and products" of Gradshteyn and Ryzhik
where can i get this ? is there a free PDF copy ?
thanks
link
www.mathtable.com/gr/
it's only a 7-page errata
how do i get to the actual document?
is it not free?
thanks
the usual way is ...
The usual way is ... to buy it ... or get it from a library.
You may accept that not every thing is for free ... of course only on a legal basis ...
Unfortunately
it is not free but it is a wonderfull book to have. It's a little bit pricey thou. The link of Joe give it all.
About your firts question, I have
In a mathematical point of view, the answer is correct. But in a practical point of view, I say to my students to take the absolute value since there is no sense in a negative value
mario.lemelin@cgocable.ca
ok thanks
yep i just had my tutorial and it is suggested that to take the abs value.
about the book, it's too pricey for me at the moment. i will be how things will go on in the second year
thanks to all of you
chen
Free
Chen,
You might find http://integrals.wolfram.com/index.jsp useful. It's free and you will need pencil, paper and a little thought to get the answers you want.
For example
, 
Hope you find this helpful.
J. Tarr
however..polar coordinates
however, our tutoial sheet instructed us to use ploar coordinates to calcultate it
on the onther hand, i will have a look at it,
thank you!
chen
in Wikipedia
http://en.wikipedia.org/wiki/Gaussian_integral
exactly
thank for this
MapleNet site
I found a link to a maplenet application that is suppose to give the result of a integral that you want.
maplenet.maplesoft.com/maplenet/worksheet/Integrals/Integrals.mw;jsessionid=9C5C4CC42E06FD1EFB047906DA448765.mn001
But it is very disturbing to see that it cannot do the integration of
while Mathematica can. Maple should develop a site in wich a student can make derivative, integration and plotting of functions. Maybe someone know such a link?
mario.lemelin@cgocable.ca
what's the -q^2?
hey there,
you said maple can't do integration of
Int(exp(1)^(-q^2*x^2),x) ;
? what's the -q^2 there?
have you tried like numerically?
what's the -q^2?
hey there,
you said maple can't do integration of
Int(exp(1)^(-q^2*x^2),x) ;
? what's the -q^2 there?
have you tried like numerically?
exp
Use exp(x), not exp(1)^x (though Maple handles either form with this integral). However, exp(x) is not, in general, the same as exp(1)^x.
This site is kind of beta
On clicking on this site, I have received warnings and error messages from http://maplenetbeta.maplesoft.com.
And sometimes I have got it produce an answer, but sometimes not. In particular, with your integral, I have received on occasions this error message:
java
i think java is what you need
certainly not
without java it would not work at all.
Int
>restart:
>Int(exp(-q^2*x^2),x) ;
>value(%);
Regards,
Georgios Kokovidis
Dräger Medical
are you sure?
why do i get HALF of your value?
i did it in Classical mode
Trust but Verify
When I copied the output, I did not highlight the 1/2. Your answer is correct.
Regards,
Georgios Kokovidis
Dräger Medical