Re: double integral help
- From: "G. A. Edgar" <edgar@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 02 Jun 2007 13:55:52 -0400
In article <1180806227.395122.119050@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
jraul <jraulinth@xxxxxxxxx> wrote:
doubleInt( |cos(x+y)| dx dy over the square [0,pi]x[0,pi]
I tried doing iterative integrals. But first, to remove the absolute
value I integrated in the triangle with vertices (0,0), (0,pi), (pi,
0).
int_0^pi int_0^(pi-y) cos(x+y) dx dy
= int_0^pi sin((pi-y)+y) - sin(0+y) dy
= int_0^pi -sin(y) dy
= cos(pi) - cos(0)
= -2
You integrated a positive function, and got -2?
Look in this calculation for an error...
Then by symmetry, the integral over the other triangle half should be
the same. But I must have made a mistake somewhere, as -2 doesn't
make sense for the area under a positive function.
--
G. A. Edgar http://www.math.ohio-state.edu/~edgar/
.
- References:
- double integral help
- From: jraul
- double integral help
- Prev by Date: Re: x^2 - Ay^2 =1
- Next by Date: Re: Complete Solution Manuals in pdf to textbooks - Get it FAST!
- Previous by thread: double integral help
- Next by thread: Re: double integral help
- Index(es):
Relevant Pages
|