Electric Field due to a charged hallow cylinder/solid cylinder on a point

AI Thread Summary
The discussion focuses on calculating the electric field generated by a uniformly charged hollow cylinder and a solid cylinder at a point outside the cylinder. The approach involves treating the hollow cylinder as a collection of ring charges and the solid cylinder as a collection of disk charges. The correct integration techniques for both cases are emphasized, particularly the need to replace total charge Q with infinitesimal charge dq in the integrals. The participants clarify the derivation of the electric field equations and correct misunderstandings regarding the application of charge density in the calculations. Overall, the conversation highlights the importance of proper mathematical substitution and integration in solving electrostatic problems.
Qbit42
Messages
45
Reaction score
0

Homework Statement


Consider a uniformy charged thin-walled right circular cylindrical shell having total charge Q, radius R, and height h. Determine the electric field at a point a distance d from the right side of the cylinder (treat the cylinder as a collection of ring charges). Consider now a solid cylinder with the same dimenstions carrying the same charge,uniformly distrubted through its volume (treat the cylinder as a collection of disk charges)

Homework Equations


Ring Electric Field: \int \frac{kx dq}{(x^{2} + a^{2})^{\frac{3}{2}}}

Disk Electric Field: \int \frac{kx\pi\sigma 2rdr}{(x^{2} + a^{2})^{\frac{3}{2}}}

The disk equation is derived from the ring equation by treating a disk as a series of rings of infinitesimal radius and integrating using the substition dq = \pi\sigma 2rdr

The Attempt at a Solution


For the first portion of the problem I started with the Ring Equation and used the equation dq = \lambda dx. This gave me
k\lambda\int \frac{xdx}{(x^{2} + R^{2})^{\frac{3}{2}}}
Using the substitution u = (x^{2} + R^{2}), du = 2xdx I have
\frac{k\lambda}{2}\int \frac{du}{u^{\frac{3}{2}}} = \frac{-k\lambda}{\sqrt{u}}|^{d+h}_{d} = k\lambda(\frac{1}{\sqrt{d^{2} + R^{2}}} - \frac{1}{\sqrt{(d+h)^{2} + R^{2}}})

I went online to compare my results with others and found someone had asked the https://www.physicsforums.com/showthread.php?t=188011" as myself. My answer seems to follow their line of logic. However I can't get an appropriate answer for the 2nd part of the problem. It seems to me like I'd just take the same approach and just plug dq = \rho dV =\rho\pi r^{2}dx into the Disk equation. However they replaced dq already, and if I go back and plug my dq into the ring equation (like the book did with it's dq) then I just end up with the same equation as above. Specifically I get

\rho k\pi R^{2}(\frac{1}{\sqrt{d^{2} + R^{2}}} - \frac{1}{\sqrt{(d+h)^{2} + R^{2}}}).

But since \rho = \frac{Q}{V} = \frac{Q}{\pi R^{2} h} and \lambda = \frac{Q}{h} both equations reduce down to

\frac{kQ}{h}(\frac{1}{\sqrt{d^{2} + R^{2}}} - \frac{1}{\sqrt{(d+h)^{2} + R^{2}}}).

Any help is greatly appreciated
 

Attachments

  • scan0001.jpg
    scan0001.jpg
    50.6 KB · Views: 1,564
Last edited by a moderator:
Physics news on Phys.org
Anybody?
 
Your expression for the disk is wrong. You seem to understand the approach to solve the problem conceptually, but you don't seem to get the math quite yet. I'll show how you'd go about getting the electric field for the disk. You want to follow a similar approach to solve the cylinder problem.

In the integral for the electric field due to a charged ring of radius a,

<br /> \int \frac{kx dq}{(x^{2} + a^{2})^{\frac{3}{2}}} <br />

dq represents the charge of an infinitesimal piece of the ring. The rest of the integrand is constant, so you get

<br /> \int \frac{kx dq}{(x^{2} + a^{2})^{\frac{3}{2}}} = \frac{kx}{(x^{2} + a^{2})^{\frac{3}{2}}} \int dq = \frac{kxQ}{(x^{2} + a^{2})^{\frac{3}{2}}}<br />

where Q is the total charge on the ring. So far so good.

Now when you calculate the electric field of a disk with uniform charge density \sigma, you can think of the disk as a collection of rings. A ring of radius r and thickness dr has a charge dq=\sigma 2\pi r dr, so its contribution to the electric field will be

<br /> dE = \frac{kxdq}{(x^{2} + r^{2})^{\frac{3}{2}}} = \frac{kx(2\pi \sigma r dr)}{(x^{2} + r^{2})^{\frac{3}{2}}}<br />

Note that the radius of the ring is no longer equal to the constant a. To get the total electric field of the disk, you'll now have to integrate. Once you have that result, then you can use it to calculate the field due to the solid cylinder, modeling the cylinder as a collection of disks.
 
I understand that logic (at least I think I do), actually my textbook goes through the problem of representing a disk as a series of rings, but I couldn't gather how to apply that approach to a cylinder (thus my confusion). Specifically my book says:

\int \frac{kx\pi\sigma 2rdr}{(x^{2} + r^{2})^{\frac{3}{2}}} = 2\pi k\sigma(1 - \frac{x}{(x^{2} + r^{2})^{1/2}}).

However in all the previous problems they have gone back to a more basic equation involving dq and substituted either dq = \lambda dx or dq = \sigma dA or dq = \rho dV into the integral. Since the disk equation does not contain a dq I can't see how to apply the previous examples to this problem. I assume its not as simple as taking the disk equation and sticking a dx onto the end of it
 
Last edited:
I wanted to make a point about your calculation for the hollow cylinder. I think your answer is correct, but that was an accident. Your method happened to work because the expression for the electric field of the ring happens to look like the original integrand with dq replaced by Q. The correct method is to start with the integrated expression, replace Q with dq for the cylinder, and then integrate.
 
Wow that is a fluke, Thanks a lot I really appreciate it!
 
Qbit42 said:
Specifically my book says:

\int \frac{kx\pi\sigma 2rdr}{(x^{2} + a^{2})^{\frac{3}{2}}} = 2\pi k\sigma(1 - \frac{x}{(x^{2} + r^{2})^{1/2}}).
That can't be right because you have an a on the lefthand side, and it doesn't appear on the righthand side.

Do you understand how the book came up with original integrands? If you get that, the problems are relatively straightforward.
 
Oh that's my bad that a should be a r, in my haste when making the forum post I just copied the Ring intergral and changed it into the one for the disk. I apperently missed that :blushing:

Yeah now I see how it all fits together, I just happened to make the fluke and mess up the rest because of it.
 
Back
Top