Finding the volume using double integrals

  • Thread starter Thread starter farmd684
  • Start date Start date
  • Tags Tags
    Integrals Volume
farmd684
Messages
48
Reaction score
0

Homework Statement


R be the region enclosed by x=y^2,x=y=1 and y=2 hence evaluate
]<br /> <br /> \iint e^{x/y^{2}} da<br />

Homework Equations


The Attempt at a Solution



i have setup the integral as
<br /> \int_{1}^{2} \int_{1}^{y^2} e^{x/y^{2}} dxdy<br />
so far i got here
<br /> \int_{1}^{2} ey^{2}dy - \int_{1}^{2} y^{2} e^{1/y^2} dy<br />


I want to know that if i m right upto this point.
Thanks
 
Last edited:
Physics news on Phys.org
anyone please :|
 
Where did you get the function
<br /> e^{x/y^2}?<br />

I'm confused a little by your latex formatting - use { and not ( for enclosing the things in the super/subscript.

Are you sure that's the right function? If so, what you've shown in the post looks correct. Unfortunately, I don't think you're going to get a simple answer (just in terms of elementary functions) from the integral
<br /> \int_1^2 y^2e^{1/y^2}\textrm{d}\,y<br />
 
farmd684 said:

Homework Statement


R be the region enclosed by x=y^2,x=y=1 and y=2 hence evaluate

It isn't clear what region you are trying to describe. What are the boundaries of your region?
 
tmccullough said:
Where did you get the function
<br /> e^{x/y^2}?<br />

I'm confused a little by your latex formatting - use { and not ( for enclosing the things in the super/subscript.

Are you sure that's the right function? If so, what you've shown in the post looks correct. Unfortunately, I don't think you're going to get a simple answer (just in terms of elementary functions) from the integral
<br /> \int_1^2 y^2e^{1/y^2}\textrm{d}\,y<br />

The term e^{x/y^2} was given in the question i was asked to integrate between the region limits.Then could you please tell me how to get the solution of <br /> \int_1^2 y^2e^{1/y^2}\textrm{d}\,y<br />
Thanks for the latex info i m still learning.

LCKurtz said:
It isn't clear what region you are trying to describe. What are the boundaries of your region?

The region is actually in the first quadrant y=\sqrt{x} ,x=1, y=1 and y=2 and the intersection of those lines and curve region looks like a triangle.
 
farmd684 said:
The region is actually in the first quadrant y=\sqrt{x} ,x=1, y=1 and y=2 and the intersection of those lines and curve region looks like a triangle.

y = sqrt(x) is a piece of a parabola, x = 1 is a vertical straight line, y = 1 and y = 2 are two horizontal straight lines. You have given 4 "sides" and are talking about a "triangular" area?? Is y = 1 one of the sides?
 
i have uploaded the picture of the region the shaded region i m talking about.

Code:
http://i30.tinypic.com/2920l6a.png
 
Jakk01 said:
1 is the upper limit, not y^2

i know and i guess my integration limits are right :smile:
 
farmd684 said:
i have uploaded the picture of the region the shaded region i m talking about.

Code:
http://i30.tinypic.com/2920l6a.png

So y = 1 is not a boundary of the region and shouldn't be used in the description. You might have described it as the region above y = sqrt(x), below y = 2 and to the right of x = 1.
 
  • #10
Sorry OP, I misread your question, ignore what I said.
 
  • #11
LCKurtz said:
So y = 1 is not a boundary of the region and shouldn't be used in the description. You might have described it as the region above y = sqrt(x), below y = 2 and to the right of x = 1.

i m using y=1 as a lower limit of my y limit. Well i want to know if my double integral setup is correct or not and solution too please.
 
  • #12
farmd684 said:
i have setup the integral as
<br /> \int_{1}^{2} \int_{1}^{y^2} e^{x/y^{2}} dxdy<br />
so far i got here
<br /> \int_{1}^{2} ey^{2}dy - \int_{1}^{2} y^{2} e^{1/y^2} dy<br />

farmd684 said:
i m using y=1 as a lower limit of my y limit. Well i want to know if my double integral setup is correct or not and solution too please.

Now that I understand the region, yes you have it set up correctly. And as tmccullough has already noted, you aren't going to be able to find a simple antiderivative for that second integral.
 
  • #13
LCKurtz said:
Now that I understand the region, yes you have it set up correctly. And as tmccullough has already noted, you aren't going to be able to find a simple antiderivative for that second integral.

can you tell me how to solve it or refer me to any topics from which i can learn how to deal with these type of problems.

Thanks
 
  • #14
farmd684 said:
can you tell me how to solve it or refer me to any topics from which i can learn how to deal with these type of problems.

Thanks

Well, you apparently know how to set them up. When you wind up with a definite integral you can't do in a nice closed form, you must use numerical methods to get a decimal answer as accurate as you need. You could use Simpson's rule or if you have access to a high level mathematics program like Maple or Mathematica it will give you an immediate decimal answer. There are also resources on the internet such as Wolfram Alpha you can use.
 
  • #15
thank you :smile:
 
Back
Top