Calculating Surface Area around a Vertical Line: Tips and Tricks"

AI Thread Summary
To calculate the surface area of a function around a vertical line, such as rotating y=x^3 between 0 and 3 around x=4, it's essential to adjust the integral for the new axis of rotation. The integral for rotation around x=0 includes a term for the circumference based on the distance from the axis, which changes when rotating around x=4. The new radius for the circumference becomes (4 - x), which needs to be expressed in terms of y. Understanding this adjustment clarifies how to set up the integral correctly for the desired axis of rotation. Properly visualizing the curve and the axis of rotation is crucial for solving the problem effectively.
yeuVi
Messages
12
Reaction score
0
Surface area help please...

How do you find a surface area of a function around a vertical line?

For example: surface of \ y=x^3 between \ 0<= x <= 3, rotating around \ x=4?

I tried the formula for finding surface area, but I confuse with that vertical line x=4... what should I do?
 
Last edited:
Physics news on Phys.org
How would you set up the integral if it asked you to rotate it around the y-axis and what change can you make to account for this difference?
 
If around the y-axis, then the integral should be

\int 2\pi*y^{1/3}* \sqrt{1+ {1/9}*y^{-4/3}}*dy

right? From then, what change should I make to adjust with that x=3 vertical line?
 
Well, I just need to know how to adjust that integral with the vertical line at x=3... the formula is easy, but the interval of integral should be ...?
 
yeuVi said:
If around the y-axis, then the integral should be

\int 2\pi*y^{1/3}* \sqrt{1+ {1/9}*y^{-4/3}}*dy

right? From then, what change should I make to adjust with that x=3 vertical line?

Your integral for around the axis x = 0 contains the radical term that represents the line segment along the curve from y to y + dy. It also contains a term that represents the distance of that line segment from the axis of rotation related to computing the circumference of the circle around the axis. If you move to a new axis, the thing that changes is the circumference of the circle around the axis of rotation. How far are you from the new axis of rotation for each value of y?
 
Im sorry... You lost me... I guess what u try to say is that I substituted y with (y+3) in the integral formula?
 
yeuVi said:
Im sorry... You lost me... I guess what u try to say is that I substituted y with (y+3) in the integral formula?

The integral you wrote for rotation around x = 0 was

\int 2\pi*y^{1/3}* \sqrt{1+ {1/9}*y^{-4/3}}*dy

The part of the integrand that is

2\pi*y^{1/3

is the circumference of a circle around the x = 0 axis of rotation corresponding to any particular value of y = x^3. The radical term times dy is the length of the curve y = x^3 between a particular value of y and y + dy. Isn't that how you found the integrand?

What you must change is not the length of the curve between y and y + dy. You must change the circumference of the circle around the axis for that value of y. The new radius of the circle would be (4 - x) expressed in terms of y. Do you see why? Draw the curve and the axis of rotation.
 
Thank you very much... now I got the problem...^_^
 
Back
Top