Integrate y = 2pi Int dz int(1-r^2)*r dr: Solution

  • Context: Graduate 
  • Thread starter Thread starter maluta
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
maluta
Messages
3
Reaction score
0
y = 2pi Int dz int(1-r^2)*r dr and the limits are (0,1) (note int = Integral)

I was trying to integrate it by parts for the second part and I think I am not doing it correctly. Which way can I apply for it.
 
Physics news on Phys.org
maluta said:
y = 2pi Int dz int(1-r^2)*r dr and the limits are (0,1) (note int = Integral)

I was trying to integrate it by parts for the second part and I think I am not doing it correctly. Which way can I apply for it.
Which limits are 0, 1? Both? If this is
[tex]2\pi \int_0^1 dz \int_0^1 (1- r^2)r dr[/tex]
I see no reason to integrate by parts. The first integral is
[tex]\int_0^1 dz= \left[ z\right]_0^1= 1[/tex]
and the second is
[tex]\int_0^1 (1-r^2)r dr[/tex]
Let [itex]u= 1-r^2[/itex]. Then du= -2r dr. When r= 0, u= 1 and when r= 1, u= 0.
[tex]\int_1^0 u(-(1/2)du= \left{(-1/2)(u^2/2)\right]_1^0= (-1/2)(0- 1)= 1/2[/itex]<br /> [tex]2\pi\int_0^1 dz \int_0^1 (1-r^2)r dr= 2\pi (1)(1/2)= \pi[/tex][/tex]