Surface Area rotated about an axis which is not the x or y axis

Click For Summary

Homework Help Overview

The discussion revolves around finding the surface area of a function, specifically the function y = sqrt(x + 1), when it is rotated about axes that are not the standard x or y axes. Participants are exploring the integration setup for calculating surface area when the axis of rotation is at x = -1 and y = 5, with bounds provided for the integration.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the challenges of setting up integrals for surface area when the axis of rotation is not aligned with the x or y axes. There are suggestions for changing variables to simplify the problem. Some participants question the limits of integration and the correct expressions for the radius of rotation. Others express confusion about the setup and the need for clarification on the relationships between x and y values.

Discussion Status

There is an ongoing exploration of different approaches to the problem, with some participants providing guidance on correcting integrals and discussing the implications of different setups. While there is no explicit consensus, several participants are actively engaging with each other's reasoning and attempting to clarify misunderstandings.

Contextual Notes

Participants note potential typos and misunderstandings in the setup of the integrals, particularly regarding the limits of integration and the expressions for the radius of rotation. There is also mention of the need to ensure that the integrals yield consistent results for the different axes of rotation.

Lily Rose
Messages
5
Reaction score
0
Hi. I understand how to solve surface Area using integration when it is to be revolved about the x or y axis. But when the axis is not x or y I have a difficult time solving it. Please help me. Here is the equation

sqrt(x+1) rotated at x=-1 and y=5.
the bounds are 1 to 5.
since y=sqrt(x+1)
x = y^2 -1

I solved for x=-1 and I got ∫ (from 1 to 5) 2pi ((y^2 -1) +1) √(1+4y) dy

and for y=5 ∫ (from 1 to 5) 2pi ((√x+1)+5) √(1+ \frac{1}{4x+4})


pls help me. I really do understand on how to rotate it about the x or y axis. I tried searching online for some tutorials but I can't find any.
 
Physics news on Phys.org
Are the axes you're rotating about x = -1 and y = 5? As in, these are two separate parts of one question?

I suggest a change of variables here. You can redefine the axes (shifting everything to the left, right, up or down) and then use the formulae you know to find the surface area of revolution when the axis of revolution is the x or y axis. For example, if you make the substitution x' = x - a, then the line x = a is now the x' = 0 axis, or the y' axis.
 
Lily Rose said:
Hi. I understand how to solve surface Area using integration when it is to be revolved about the x or y axis. But when the axis is not x or y I have a difficult time solving it. Please help me. Here is the equation

sqrt(x+1) rotated at x=-1 and y=5.
the bounds are 1 to 5.
since y=sqrt(x+1)
x = y^2 -1

I solved for x=-1 and I got ∫ (from 1 to 5) 2pi ((y^2 -1) +1) √(1+4y) dy

I assume you have a typo under that radical and you mean$$
2\pi\int_1^5(y^2-1+1)\sqrt {1+4y^\color{red}2}~dy$$Although that isn't the way I would have set it up, at least the integrand is now correct, so you are doing something right. But your limits aren't. When ##x## goes from ##1## to ##5##, what are the corresponding ##y## values? That's what you want for your limits.

and for y=5 ∫ (from 1 to 5) 2pi ((√x+1)+5) √(1+ \frac{1}{4x+4})


pls help me. I really do understand on how to rotate it about the x or y axis. I tried searching online for some tutorials but I can't find any.

In your second one$$
2\pi \int_1^5 (\color{red}{\sqrt{x+1}+5})\sqrt{1+\frac 1 {4x+4}}~dx$$you have the radius of rotation wrong. You want ##y_{upper} - y_{lower} = 5 -\sqrt{x+1}##.

Actually, you seem to understand pretty well what you are doing. Personally I would have done the first integral in terms of ##x## and the second one in terms of ##y## but once you fix the mistakes, you are OK.
 
How I look at it is like this:

If you rotate your function around an axis, what is your radius? Well look at it carefully, what are you really doing?

Let's say our function is y=\sqrt{x} and we want to find the surface area. Well what's the radius if we rotate about the x-axis? Well at the x-axis y=0 and thus the distance from our function to our axis we're rotating about: r=\sqrt{x}-0

Now let's say we want to rotate our function about y=-3
So what's r? Well it's the distance from our function to our axis.
Or: |f(x)-a_{rotation}|, which in our case is |\sqrt{x}-(-3)|=|\sqrt{x}+3|

I would recommend drawing it out.

Then you just plug it into your ∫_{a}^b2\pi r\sqrt{1+f'{x}^2}dx
Mod note: The above should be
##\int_a^b 2\pi r\sqrt{1+(f'(x))^2}dx ## [/color]
 
Last edited by a moderator:
oops. in the eq. it's f'(x), not f'x
 
LCKurtz said:
I assume you have a typo under that radical and you mean$$
2\pi\int_1^5(y^2-1+1)\sqrt {1+4y^\color{red}2}~dy$$Although that isn't the way I would have set it up, at least the integrand is now correct, so you are doing something right. But your limits aren't. When ##x## goes from ##1## to ##5##, what are the corresponding ##y## values? That's what you want for your limits.

I knew I was wrong there. So I solved for the values of y and I got √2 and √6 for my bounds in my second equation. Am I correct? OH! And thanks for noticing the 4y^2. I didn't notice that I did not square the Y
LCKurtz said:
In your second one$$
2\pi \int_1^5 (\color{red}{\sqrt{x+1}+5})\sqrt{1+\frac 1 {4x+4}}~dx$$you have the radius of rotation wrong. You want ##y_{upper} - y_{lower} = 5 -\sqrt{x+1}##.

as for this one, yeah, I get what your trying to say. I changed my answer.

LCKurtz said:
Actually, you seem to understand pretty well what you are doing. Personally I would have done the first integral in terms of ##x## and the second one in terms of ##y## but once you fix the mistakes, you are OK.

THIS LAST ONE ACTUALLY MADE ME SMILE. Thanks. It means a lot to hear someone say I'm actually right! I took your advice and here are my answers

For equation 1: 2pi ∫(from 1 to 5) (\sqrt{x+1}-(-1)) \sqrt{1+\frac{1}{4x+4}} dx

For equation 2: 2pi ∫(from √2 to √6) (5-\sqrt{y^2 -1}) \sqrt{1+4y^2} dySO! Am I right?
 
Also guys...I have a problem. I solved for the both of them and i got different answers. Aren't they supposed to have the same answers?
 
Lily Rose said:
Also guys...I have a problem. I solved for the both of them and i got different answers. Aren't they supposed to have the same answers?

You should have two different answers. One for revolving about x=-1 and another for revolving about y = 5. The dx and dy versions should agree for each axis.
 
Lily Rose said:
THIS LAST ONE ACTUALLY MADE ME SMILE. Thanks. It means a lot to hear someone say I'm actually right! I took your advice and here are my answers

For equation 1: ##2\pi \int_1^5(\sqrt{x+1}-(-1)) \sqrt{1+\frac{1}{4x+4}} dx##

Correct.

For equation 2: ##2\pi\int_{\sqrt 2}^{\sqrt 6} (\color{red}{5-\sqrt{y^2 -1}})\sqrt{1+4y^2}##dySO! Am I right?

Almost. ##y_{upper} - y_{lower} = 5-y##.
 
Last edited:
  • #10
LCKurtz said:
##y_{upper} - y_{lower} = 5-y##.


you lost me there. May i ask why is it y instead of \sqrt{y^2 - 1}
 
  • #11
Lily Rose said:
you lost me there. May i ask why is it y instead of \sqrt{y^2 - 1}

You can express a point on the curve ##y=\sqrt{x+1}## in terms of ##x## as ##(x,\sqrt{x+1})## or in terms of ##y## as ##(y^2-1,y)##. You want the ##y## value (the second coordinate) in terms of ##y## for the dy integral.
 
  • Like
Likes   Reactions: 1 person
  • #12
LCKurtz said:
You can express a point on the curve ##y=\sqrt{x+1}## in terms of ##x## as ##(x,\sqrt{x+1})## or in terms of ##y## as ##(y^2-1,y)##. You want the ##y## value (the second coordinate) in terms of ##y## for the dy integral.


STUPID ME. To be honest I looked at my notes and I was looking for where I got \sqrt{y^{2}-1} and I can't find it anywhere. Maybe I got it from my original integral which was in terms of x then I just removed the inside of the radical. It's things like that which I need to watch out for. Thanks so so so much!
 

Similar threads

Replies
4
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K
Replies
2
Views
1K
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
11
Views
3K
Replies
2
Views
2K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K