equality question
Is EQ1 equal to EQ2 ? or not? According to Jackson, they are the same,
however I am finding they are not equal. What do you say?
EQ1 = ((v*a*(x^2 - a^2))/(4*Pi))*Integrate[1, {\[Phi]p, 0, 2*Pi}]*
Integrate[(-Sin[\[Theta]p])*((a^2 + x^2 - 2*a*x*Cos[\[Theta]p])^(-3/2) -
(a^2 + x^2 + 2*a*x*Cos[\[Theta]p])^(-3/2)), {\[Theta]p, Pi/2, 0}]
EQ2 = v*(1 - (z^2 - a^2)/(z*Sqrt[z^2 + a^2]))
|