Volume of revolution around the y-axis

  • #1
Kqwert
160
3

Homework Statement


Hello,

a bowl is created when rotating the function

[tex]f(x) =
\begin{cases}
0, & 0 \leq x \lt 6 \\
(12/\pi)arcsin(x-6), & 6\leq x \leq 7
\end{cases}[/tex]

around the y-axis. Find the height (h) and the volume (V) of the bowl.


Homework Equations




The Attempt at a Solution


So, I graphed the problem and found the height to be 6 (maximum y-value from the arcsin function). Apparently this is wrong. Why?
For the volume, I considered the integrals
[tex]
\int_0^6 2\pi(6-0)x \, dx[/tex] and [tex]2\pi \int_6^7 (2/\pi)arcsin(x-6)x \, dx[/tex]

and then adding them together. Where did I go wrong?
 

Answers and Replies

  • #2
36,856
8,899

Homework Statement


Hello,

a bowl is created when rotating the function

[tex]f(x) =
\begin{cases}
0, & 0 \leq x \lt 6 \\
(12/\pi)arcsin(x-6), & 6\leq x \leq 7
\end{cases}[/tex]

around the y-axis. Find the height (h) and the volume (V) of the bowl.


Homework Equations




The Attempt at a Solution


So, I graphed the problem and found the height to be 6 (maximum y-value from the arcsin function). Apparently this is wrong. Why?
Why do you think the height is wrong? The max. value from the arcsin function is 1, and the max. value from 12/pi arcsin(x - 6) is attained when x = 7.
Kqwert said:
For the volume, I considered the integrals
[tex]
\int_0^6 2\pi(6-0)x \, dx[/tex] and [tex]2\pi \int_6^7 (2/\pi)arcsin(x-6)x \, dx[/tex]

and then adding them together.
The first integral doesn't make sense, nor does adding them together.
Kqwert said:
Where did I go wrong?
You don't have the radius right -- it should be x + 6.

Apparently you are using shells to get the volume. Start with a reasonably accurate sketch of the region that will be revolved. This will be a roughly triangular region. A typical area element is a thin vertical strip going from the x-axis to the arcsine curve. When this strip is revolved around the y-axis, it forms a thin shell. What is the volume of this shell volume element?
 
Last edited:
  • #3
Kqwert
160
3
For both of the integrals or only the last one?
 
  • #4
36,856
8,899
For both of the integrals or only the last one?
I've edited my earlier post, so take a look at it again. Your first integral doesn't make any sense.
 
  • #5
Kqwert
160
3
The area bounded by the red and green lines are our area, right? (see thumbnail) If so, then from x = 6 to x = 7 the volume should be
[tex] \int_6^7 2\pi(6-(12/\pi)arcsin(x-6))(6+x) \, dx[/tex]

Correct..?
 

Attachments

  • Skjermbilde 2018-11-19 kl. 18.28.40.png
    Skjermbilde 2018-11-19 kl. 18.28.40.png
    2.5 KB · Views: 346
  • #6
36,856
8,899
The area bounded by the red and green lines are our area, right? (see thumbnail) If so, then from x = 6 to x = 7 the volume should be
[tex] \int_6^7 2\pi(6-(12/\pi)arcsin(x-6))(6+x) \, dx[/tex]

Correct..?
Looks good to me...
 
  • #7
Kqwert
160
3
Looks good to me...
Thanks! but what about the "center" of the bowl? i.e. 0 < x < 6. I guess I can solve this without integration, but how do I solve it w integration?
 
  • #8
36,856
8,899
Thanks! but what about the "center" of the bowl? i.e. 0 < x < 6. I guess I can solve this without integration, but how do I solve it w integration?
As I understand the problem, the bottom of the "bowl" is the plane formed from rotation the x-axis around the y-axis. Using the shell method, the region of integration is bounded by the lines x = 6, x = 7, and the curve. The shells are generated from thin strips between x = 6 and x = 7, so those are the limits of integration.

If this isn't the region of integration, but is instead the region bounded by the lines x = 6, y = 6, and the curve, then revolving that region around the y-axis gives a whole different solid of revolution, with a different volume. Is there a picture in your textbook of what the solid should look like?
 
  • #9
Kqwert
160
3
No, it´s just given as I described in the first post.
 
  • #10
36,856
8,899
a bowl is created when rotating the function
The problem statement as posted isn't clear to me. I've been assuming that the sort of triangular region bounded by the x-axis, the line x = 7, and the curve is revolved around the y-axis. This would make a figure whose outer surface is a cylinder and whose inner surface is concave.

The integral you set up made me think that's what the solid is.

If the inner surface looks the same as the outer surface, then your first integral in post #1 looks fine, but the second integral doesn't. You are apparently using thin vertical strips, but between x = 6 and x = 7, your strips run from the x-axis up to the arcsine curve, which is wrong. They should instead run from the curve up to the line y = 6.
 
  • #11
Kqwert
160
3
But wouldn't the area between the line y = 6 and the arcsin curve, between x = 6 and x = 7, be the integral in post #5?
 
  • #12
Ray Vickson
Science Advisor
Homework Helper
Dearly Missed
10,706
1,722
Thanks! but what about the "center" of the bowl? i.e. 0 < x < 6. I guess I can solve this without integration, but how do I solve it w integration?
The center is a standard cylinder. You probably learned how to compute its volume years before you studied calculus----it is just high-school geometry. In any case, just about every calculus textbook ever written will have sections in which such simple volumes are computed by integration.
 
  • #13
Kqwert
160
3
Yeah, still get the wrong answer though, not sure if I am computing the correct volume.
 
  • #14
36,856
8,899
But wouldn't the area between the line y = 6 and the arcsin curve, between x = 6 and x = 7, be the integral in post #5?
Yes, and the total volume would be that plus the volume of the cylinder in the middle.
 
  • #15
LCKurtz
Science Advisor
Homework Helper
Insights Author
Gold Member
9,568
774
I'm a bit late to this thread, but surely wouldn't the natural way to set up this problem be using disks and a dy integral:
$$V = \int_0^6 \pi \left ( 6+\sin(\frac{\pi }{12}y)\right)^2~dy$$
 
  • #16
36,856
8,899
I'm a bit late to this thread, but surely wouldn't the natural way to set up this problem be using disks and a dy integral
Same thought occurred to me, as well.
 
  • #17
Kqwert
160
3
In the curriculum we have only been through the disk method for rotation around the x-axis and cylindrical shells for rotation around the y-axis.
 
  • #18
Ray Vickson
Science Advisor
Homework Helper
Dearly Missed
10,706
1,722
In the curriculum we have only been through the disk method for rotation around the x-axis and cylindrical shells for rotation around the y-axis.

So, what is stopping you from using either one on this problem?

You have seen both methods, and there is no good reason for limiting yourself to only one kind for any given problem.
 
  • #19
SammyS
Staff Emeritus
Science Advisor
Homework Helper
Gold Member
11,744
1,329
The area bounded by the red and green lines are our area, right? (see thumbnail) If so, then from x = 6 to x = 7 the volume should be
[tex] \int_6^7 2\pi(6-(12/\pi)arcsin(x-6))(6+x) \, dx[/tex]

Correct..?
This is even later to the thread.

Here you have the correct height for a shell,
## \left(6-\frac{12}{\pi}\arcsin(x-6)\right)##​
but the radius for a shell is ##\ x\ ## as you had originally.

This gives the following for the volume generated by the portion of the function lying between x=6 and x=7.
## \displaystyle{\int_6^7} \left(2 \pi \left(6-\frac{12}{\pi}\arcsin(x-6)\right)(x)\right) \, dx ##
.
 
  • #20
Kqwert
160
3
Thanks!

but what about the inner portion of the bowl? i.e. from 0 < x < 6. Is it pi*6^3..?
 
  • #21
SammyS
Staff Emeritus
Science Advisor
Homework Helper
Gold Member
11,744
1,329
Thanks!

but what about the inner portion of the bowl? i.e. from 0 < x < 6. Is it pi*6^3..?
From Mark44 (post #10):
...

If the inner surface looks the same as the outer surface, then your first integral in post #1 looks fine, ...
So, the integral ##\displaystyle\ \int_0^6 2\pi(6-0)x \, dx\ ## gives the volume swept out by (height −ƒ(x)) for 0 ≤ x ≤ 6, where the height is 6 units. That is ##\ 6^3\pi\ ## as you asked.
 
Last edited:

Suggested for: Volume of revolution around the y-axis

Replies
3
Views
723
  • Last Post
Replies
23
Views
805
  • Last Post
Replies
13
Views
894
Replies
3
Views
136
  • Last Post
Replies
6
Views
463
Replies
13
Views
2K
  • Last Post
Replies
14
Views
454
  • Last Post
Replies
5
Views
2K
Top