Find the volume of the solid under the surface z=xy and above the triangle with verticies (1,1) (4,1) and (1,2).
I can't get the answer. I found the equation of the line from (1,2) to (4,1), which I then used as a bound with the lower limit as 1 for dy. For dx the bounds were from 1 to 4. THe answer should be 31/8.
Find the volume of the solid under the surface z=xy and above the triangle with verticies (1,1) (4,1) and (1,2).
I can't get the answer. I found the equation of the line from (1,2) to (4,1), which I then used as a bound with the lower limit as 1 for dy. For dx the bounds were from 1 to 4. THe answer should be 31/8.
I am really confused by this question.
Where did the z come from? The points have an x value and a y value but no z value ?
Are you a looking for a volume of revolution?
Dang.....I was looking at this question and wondering "What????" I was hoping that I would learn something from someone's answer....I guess I DID! LOL Thanx, Melody!
So, I ended up getting it. A volume of revolution is better suited for a cone like object. Consider this a solid with the base as the triangle and the height as the z function. At point (1,1) for instance the height, z is 1. At (4,1) the height is 4.
So what you do is take a double integral of the z function, and you bound it by the x, then the y variable (or y then x).
If you choose the outer variable to be y then the integral is from 1 to 2. X would then be from 1 to the point on the triangle where the height is y.
This is the line x=7-3y
Thus when y = 1 x=4
It ends up being this.
∫21∫7−3y1xydxdy
∫21(0.5y(7−3y)2−0.5y)dy
If you switch it, (which is numerically the same)
∫∫dydx
you get fractions, since y=7/3-x/3 which then has to be squared, and then a definate integral found from 1 to 4. Which I couldn't get to work, and why I ended up asking lol.
"Find the volume of the solid under the surface z=xy and above the triangle with verticies (1,1) (4,1) and (1,2)."
The following should help:
.
Sir Alan, your graph makes this come alive.
I do not know how to do double integrals (yet), but last year a second-year uni-mate asked me to forward this exact question to Lancelot Link. This is his solution minus his snarky comments about how his monkey-barkeeper, Stu, could answer it. (This is really true. I didn’t make that comment to troll Miss Melody or Sir Alan – even if it does seem like it. LOL)
I made only minor changes to the Latex code so it will properly display on the forum.
Using the given points, graph the triangle. Note that x lies from 1 to 4 inclusive, and y lies from 1 to the line connecting the points (1,2); (4.1). By inspection, this region is a type I. This gives the equation: y−2=−13(x−1)y=13x+73SetD=(x,y)|1≤x≤4,1≤y≤−x3+73V=∫41∫−x3+731xydydx=∫41[xy22]−x3+731dx=12∫41(x(−x3+73)2−x)dx=118∫41(x3−14x2+40x)dx=118[x44−14x33+20x2]41=118(14(255)−143(63)+20(15))=318
Thank you GingerAle, I like to plot graphs where possible - they often make it easier to see what is going on.
The integral Lancelot link gives after "V = " is the one I've written below my 3D graph. Lancelot provided more explicit steps to the solution than I did (I skipped over a few!).