hitemup
- 81
- 2
Homework Statement
Suppose the charge Q on the ring of Fig. 28 was all distributed uniformly on only the upper half of the ring, and no charge was on the lower half. Determine the electric field \vec {E} at P.
Homework Equations
[/B]
E = k\frac {q} {r^2}
The Attempt at a Solution
[/B]
Starting with the charge density,
\lambda = \frac{Q}{\pi a} = \frac{dq}{dl}
electric field for dq
dE = k\frac{dq}{x^2+a^2}
Let's find its x component
dE_x = dEcos\theta = k\frac{dq}{x^2+a^2}cos\theta = kx\frac{dq}{(x^2+a^2)^{3/2}}
dE_x = \frac{k\lambda x}{(x^2+a^2)^{3/2}}dl
Wıth the limits being 0 and \pi a
E_x = \frac{k\lambda x \pi a}{(x^2+a^2)^{3/2}} = \frac{kqx}{(x^2+a^2)^{3/2}}
This is correct according to my textbook.
However, I end up with a wrong y component when I apply the same logic for the vertical.
E_y = -\frac{k\lambda a \pi a}{(x^2+a^2)^{3/2}} = -\frac{kqa}{(x^2+a^2)^{3/2}}
But the correct answer for the vertical is
E_y = -\frac{kq2a/\pi}{(x^2+a^2)^{3/2}}
Having searched the internet for this question, I found that the solution for the y-axis includes an arc length element, which is something like this.
\lambda = \frac {dq} {a d\theta}
Then I suppose, it integrates from 0 to \pi for a semi circle.
So my question is, how does that differ if one uses d\theta or dl for integration? Also, why did I get the x component correct, even though the fact that I used dl?