Integrating a Torus' Volume around the Y-axis Using Washer Method

  • Context: Graduate 
  • Thread starter Thread starter artikk
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
artikk
Messages
19
Reaction score
0
I tried to find the volume of a torus revolved around the y-axis using the washer method. The equation for the circle is (x-2)^2 +y^2=1.
I need to integrate (1-y^2)^1/2 dy from 1 to 0 multiplied by a constant 16pi. The constant is not really important but I can't seem to integrate the integrand. I am aware that there's a formula for finding a vol. of a torus, as well.
 
Last edited:
on Phys.org
Yes, but in this case, the (1-y^2) are under the square root, you can't separate the two terms.
 
[tex]\int_0^1 \sqrt (1-y^{2}) dy[/tex]
a trig substitution would work here, like y=sinx, so dy=cos(x)dx, when y=0, x=0, when y=1,[tex]x=\frac{\pi}{2}[/tex]

[tex]\int_0^\frac{\pi}{2} \sqrt(1-sin^{2}x )cosxdx[/tex] now remember

[tex]1-sin^{2}(x)=cos^{2}(x)[/tex] so

[tex]\int_0^\frac{\pi}{2} cos^{2}(x) dx=\int_0^\frac{\pi}{2} \frac{1+cos(2x)}{2} dx[/tex] and you are almost done!
 
Last edited: