Calculating the surface area of a solid of rotation

Click For Summary

Homework Help Overview

The discussion revolves around calculating the surface area of a solid of revolution generated by the curve defined by the equation x^(3/2) + y^(3/2) = 1 when rotated around the x-axis. Participants are exploring the appropriate methods and formulas for this calculation.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants are questioning how to express the equation as a function of y(x) and whether the integral can be simplified. There are discussions about the bounds of integration and the correct formula for surface area versus volume. Some participants express uncertainty about the integrability of the function and the methods to approach the problem.

Discussion Status

The discussion is ongoing, with participants providing various insights and suggestions. Some have pointed out the need for a complete problem statement and have raised questions about the integration process. There is a recognition of the complexity of the integral involved, and some participants are considering numerical solutions or alternative methods.

Contextual Notes

There is a mention of the participants' level of study, indicating that they are first-semester calculus students. This context may influence the approaches discussed and the expectations for the problem-solving process.

Wi_N
Messages
119
Reaction score
8
Homework Statement
Calculate surface area of the solid when a curve is rotated around x axis
Relevant Equations
x^(a/b) + y^(c/d) = 1
For some reason I have become very unsure but my gut feeling says i can calculate y=(1-x^(a/b))^(d/c)
I already know the formula for calculating the volume. but can transfer the whole thing as a function of y(x) and take the integral then as a single integral?
 
Physics news on Phys.org
What is it you want to calculate ? Is there a complete problem statement ? Volume or area ?
 
  • Like
Likes   Reactions: Wi_N
BvU said:
What is it you want to calculate ? Is there a complete problem statement ? Volume or area ?

the area of x^(3/2) + y^(3/2) =1 rotating around x-axis.

can i rewrite the equation as a function y(x).
 
Last edited:
By all means !
Did you have bounds for the integration in mind ?
 
BvU said:
By all means !
Did you have bounds for the integration in mind ?

obviously x is between 1 and 0 since those are the max and min values looking at the original equation.
my plan is to rewrite it as f(x) and then use the standard area integral formula to solve it. using boundries of 0 and 1. is this correct?
 
Yes
 
  • Like
Likes   Reactions: Wi_N
Wi_N said:
Homework Statement: Calculate volume of integral.
Homework Equations: x^(a/b) + y^(c/d) = 1

For some reason I have become very unsure but my gut feeling says i can calculate y=(1-x^(a/b))^(d/c)
I already know the formula for calculating the volume. but can transfer the whole thing as a function of y(x) and take the integral then as a single integral?
In the future, please take care to provide a complete problem statement. In this case, it would have been helpful to include the information that the region bounded by the graph of the equation and the x- and y-axes is revolved around the x-axis.
 
  • Like
Likes   Reactions: Wi_N
So, @Wi_N , did you come up with an integral ?
I'n not very good with those :rolleyes: , so all I could think of is a numerical solution ...
 
BvU said:
So, @Wi_N , did you come up with an integral ?
I'n not very good with those :rolleyes: , so all I could think of is a numerical solution ...

##S=2\pi\int_{0}^{1} (1-x^{\frac{3}{2}})^{\frac{2}{3}})\sqrt{1-(-\frac{\sqrt{x}}{\sqrt[3]{1-x^\frac{3}{2}}})^2}.##

haven't solved it yet though. but this is the easy part. what does your numerical solution look like?

edit: this integral seems very problematic. thinking its wrongly written perhaps...starting to think a parameter change is needed..
 
Last edited by a moderator:
  • #10
$$S=2\pi\int_{0}^{1} (1-x^{\frac{3}{2}})^{\frac{2}{3}})\sqrt{1-(-\frac{\sqrt{x}}{\sqrt[3]{1-x^\frac{3}{2}}})^2}.$$

(you want to use double $ signs to enclose displayed math)

I don't recognize the formula for volume of solid of revolution , i.e. ##\pi \displaystyle \int \bigl ( y(x) \bigr )^2 \;dx\ ## with, in your case ## y=\Bigl (1-x^{3\over 2} \Bigr)^{2\over 3} ## .
 
  • #11
BvU said:
$$S=2\pi\int_{0}^{1} (1-x^{\frac{3}{2}})^{\frac{2}{3}})\sqrt{1-(-\frac{\sqrt{x}}{\sqrt[3]{1-x^\frac{3}{2}}})^2}.$$

(you want to use double $ signs to enclose displayed math)

I don't recognize the formula for volume of solid of revolution , i.e. ##\pi \displaystyle \int \bigl ( y(x) \bigr )^2 \;dx\ ## with, in your case ## y=\Bigl (1-x^{3\over 2} \Bigr)^{2\over 3} ## .

thanks, it was for area, not volume. and it was not correct since its int fx * sqrt(1+(f'x)^2) still I am not getting anything i can solve..

$$S=2\pi\int_{0}^{1} (1-x^{\frac{3}{2}})^{\frac{2}{3}})\sqrt{1+(-\frac{\sqrt{x}}{\sqrt[3]{1-x^\frac{3}{2}}})^2}.$$
 
  • Like
Likes   Reactions: BvU
  • #12
Wi_N said:
thanks, it was for area, not volume. and it was not correct since its int fx * sqrt(1+(f'x)^2) still I am not getting anything i can solve..

$$S=2\pi\int_{0}^{1} (1-x^{\frac{3}{2}})^{\frac{2}{3}})\sqrt{1+(-\frac{\sqrt{x}}{\sqrt[3]{1-x^\frac{3}{2}}})^2}.$$
Wolfram integrator time?
 
  • #13
WWGD said:
Wolfram integrator time?

wolfram says solutions don't exist.
 
  • #14
Wi_N said:
wolfram says solutions don't exist.
Does it mean the function is not integrable or it does not have a " nice form".
 
  • #15
WWGD said:
Does it mean the function is not integrable or it does not have a " nice form".

true. but I am doing somethng wrong. maybe i can't convert $$x^{\frac{3}{2}} + y^{\frac{3}{2}}=1$$ to $$y(x)=(1-x^{\frac{3}{2}})^{\frac{2}{3}}.$$ and solve it using single integral..

im thinking of $$(1-x^{\frac{3}{2}})=t$$ ...but i can't wiggle anything out of that..

i think $$t=x/(1-x^{\frac{3}{2}})$$ will be fruitful. checking that out now.
 
Last edited:
  • #16
is there any other method of solving this?
 
  • #17
GOT IT. $$t=(1-x^{\frac{3}{2}})^{2/3}$$

edit: i think.
 
Last edited by a moderator:
  • #18
When wolfram alpha determines the integral, it expresses the answer in terms of gamma functions.
 
  • Like
Likes   Reactions: Wi_N
  • #19
NascentOxygen said:
Wolfram alpha expresses the integral in terms of gamma functions.
this is year freaking 1 mathematics calc 101.

edit: supposedly.

any other method you can think of of how i can solve it. i think i made an error somewhere because that integral is waay too hard.
 
  • #20
Do you know the correct answer? W-alpha says the answer is a little over 4¼. The surface area of your half coconut shell[/color] shape, is that what you're after?
 
  • Like
Likes   Reactions: Wi_N
  • #21
NascentOxygen said:
Do you know the correct answer? W-alpha says the answer is a little over 4¼.

no i don't =(. i feel like there is a short cut somewhere? some other method of solving the core problem?

edit what dd you type into wolfram? cause it just tells me no solution exists.

what about parameter change to trigs? double integrals? anything like that?

edit: is there a standard primitive function for solving xsqrt(1+(x')^2)
 
  • #22
NascentOxygen said:
Do you know the correct answer? W-alpha says the answer is a little over 4¼. The surface area of your half coconut shell shape, is that what you're after?

yes. it wants the area that rotates the x-axis. think first year calc 101. it shouldn't be that hard.
 
  • #23
Did you arrive at the right formula? What's all that under the square root sign?? I don't have that.

And if you are still able to edit, can you go back to your first post and correct it—to calculating surface area of a solid, not volume. It's not going to be a double integral, either.
 
  • #24
NascentOxygen said:
Did you arrive at the right formula? What's all that under the square root sign?? I don't have that.

And if you are still able to edit, can you go back to your first post and correct it—to calculating surface area of a solid, not volume. It's not a double integral, either.

I can't edit it. Here is the full question:

Calculate the area of the rotationsurface that the curve x^(3/2) + y^(3/2) =1 creates around the x-axis.
 
  • #25
Had you specified the problem fully, and sketched your working, this may have gone more smoothly.

Are you slicing the solid vertically, into thin slices each of thickness dx, and writing the equation for that slice's surface area?
 
  • #26
NascentOxygen said:
Had you specified the problem fully, and sketched your working, this may have gone more smoothly.

Are you slicing the solid vertically, into thin slices each of thickness dx, and writing the equation for that slice's surface area?

did i mention I am a first semester calc 101 student. I am not doing real analysis here.
how would you solve this question?
 
  • #28
well right now i have a integral that is unsolvable..and i haven't heard of any other method of solving it.
 
  • #29
You need to show your working, so that others can see what you are doing right, and point out where you are going wrong.
 
  • #30
NascentOxygen said:
You need to show your working, so that others can see what you are doing right, and point out where you are going wrong.

already done that.
 
  • Like
Likes   Reactions: BvU

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
Replies
1
Views
2K
Replies
2
Views
2K
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
2K