Compute volume below z=x^2+y and above [0,1]x[1,2]

  • Thread starter Thread starter jonroberts74
  • Start date Start date
  • Tags Tags
    Volume
Click For Summary
SUMMARY

The discussion focuses on calculating the volume below the surface defined by the equation z = x² + y and above the rectangle R = [0,1] x [1,2]. The solution involves evaluating the double integral ∫₀¹ ∫₁² (x² + y) dy dx, leading to the final volume of 11/6. Participants confirmed the correctness of the approach and noted the importance of proper parentheses in integral notation.

PREREQUISITES
  • Understanding of double integrals in calculus
  • Familiarity with the concept of volume under a surface
  • Knowledge of evaluating definite integrals
  • Basic skills in manipulating algebraic expressions
NEXT STEPS
  • Study the properties of double integrals in multivariable calculus
  • Learn about the application of Fubini's Theorem for changing the order of integration
  • Explore techniques for calculating volumes of solids of revolution
  • Investigate the use of numerical integration methods for complex regions
USEFUL FOR

Students in calculus courses, educators teaching multivariable calculus, and anyone interested in applications of double integrals in calculating volumes.

jonroberts74
Messages
189
Reaction score
0

Homework Statement



compute volume below z=x^2+y and above the rectangle R= [0,1]x[1,2]




The Attempt at a Solution



[tex]\int_{0}^{1}\int_{1}^{2} x^2+y dydx[/tex]

[tex]\int_{0}^{1} [x^2y+\frac{y^2}{2}]\Bigg|_{1}^{2} dx[/tex]

[tex]\int_{0}^{1} x^2+ \frac{3}{2}dx[/tex]

[tex]\frac{x^3}{3} + \frac{3x}{2} \Bigg|_{0}^{1} = \frac{11}{6}[/tex]

checking to make sure I understood the question correctly
 
Physics news on Phys.org
jonroberts74 said:

Homework Statement



compute volume below z=x^2+y and above the rectangle R= [0,1]x[1,2]




The Attempt at a Solution



[tex]\int_{0}^{1}\int_{1}^{2} x^2+y dydx[/tex]

[tex]\int_{0}^{1} [x^2y+\frac{y^2}{2}]\Bigg|_{1}^{2} dx[/tex]

[tex]\int_{0}^{1} x^2+ \frac{3}{2}dx[/tex]

[tex]\frac{x^3}{3} + \frac{3x}{2} \Bigg|_{0}^{1} = \frac{11}{6}[/tex]

checking to make sure I understood the question correctly

It is all rigth, but do not forget the parentheses next time.

[tex]\int_{0}^{1}\int_{1}^{2}{( x^2+y )dydx}[/tex]

[tex]\int_{0}^{1}{ (x^2+ \frac{3}{2})dx}[/tex]

ehild
 
  • Like
Likes   Reactions: 1 person
Since x and y happen to be "separated" in this integral, you could also do it as
[tex]\int_0^1\int_1^2 (x^2+ y) dy dx= \int_0^1\int_1^2 x^2 dydx+ \int_0^1\int_1^2 y dy dx[/tex]
[tex]= \left(\int_0^1 x^2 dx\right)\left(\int_1^2 dy\right)+ \left(\int_0^1 dx\right)\left(\int_1^2 y dy\right)= \left[\frac{1}{3}x^2\right]_0^1\left[y\right]_1^2+ \left[x\right]_0^1\left[\frac{1}{2}y^2\right]_1^2[/tex][tex]= \left[\frac{1}{3}\right]\left[1\right]+ \left[1\right]\left[\frac{3}{2}\right]= \frac{11}{6}[/tex]
 

Similar threads

Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
6
Views
3K
Replies
9
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K