Stumped on Calculating Total Charge on Conducting Surface

Dawei
Messages
29
Reaction score
0
Physics news on Phys.org
Suppose you make the substitution u = cos(theta). I think that ought to simplify it a bit more.

Edit: I had sin(theta) earlier but I think you want cos.
 
Yes u = cos theta and du = - sin(theta) d(theta)
yields ... minus Integral (p + qu)^(-3/2) du
where ... p = R^2 + a^2, q = -2Ra
which becomes
- 2 [ (p+qu)^(-1/2) ] + C
backsubstituting
- 2 [ (p+qcos(theta))^(-1/2) ] + C

I think I may be off by a constant factor here.
The (p+qu)^(-3/2) term needs to be modified to
k (p/q +u)^(-3/2) before integrating.
 
Last edited:
Just because you don't get a response immediately doesn't mean "no one can do it". In fact, that's a fairly elementary integral.

Let u= R^2+ a^2- 2aR cos(\theta) so that du= 2aR sin(\theta) d\theta.

When \theta= 0, u= R^2- 2aR+ a^2= (R- a)^2.

When \theta= \pi, u= R^2+ 2aR+ a^2= (R+ a)^2.

Your integral becomes
\int_{(R-a)^2}^{(R+a)^2} u^{-3/2} du
= -\frac{2}{3}u^{-1/2}\right|_{(R- a)^2}^{(R+a)^2}
= \frac{2}{3}\left(\frac{1}{R-a}- \frac{1}{R+ a}\right)
= \frac{4}{3}\frac{a}{R^2- a^2}
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top