Potential of uniformly charged disk off axis

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 8K views
finalnothing
Messages
2
Reaction score
0

Homework Statement


As per Griffiths 3.21, I am given the on axis potential a distance r from a uniformly charged disk of radius R as a function of [tex]\sigma[/tex]. Using this and the general solution for laplace's equation in spherical coordinates with azimuthal symmetry, calculate the first three terms in the general solution. Assume [tex]r>R[/tex].

Homework Equations



[tex]V(r,\theta)=\sum^\infty_{l=0}{(A_lr^l +\frac{B_l}{r^{l+1}})P_l(\cos\theta)}[/tex]

[tex]V(r,0)=\frac{\sigma}{2\epsilon_0}(\sqrt{r^2+R^2}-r)[/tex]

The Attempt at a Solution


As I know that V goes to 0 at infinity, all the A terms must be 0. Applying the boundary condition V(r, 0) and nothing that [tex]P_l(1)=1[/tex] leaves me with

[tex]V(r,0)=\sum^\infty_{l=0}{\frac{B_l}{r^{l+1}}}[/tex]

Now, my major idea was to rewrite V(r, 0) in terms of [tex]u=\frac{R}{r}[/tex] and then perform a taylor series expansion in terms of u. This will generate successive terms of the form [tex]\frac{C_l}{r^{l+1}}[/tex], then I simply assign my B variables equal to the C variables. However, I hit a moderate snag that I was not able to reason out. What point should I expand my taylor series about? Should I expand it about u=0 (r >> R) or about u=1 (r=R)? Or should I take the average of the two expansions? Each expansion does give different C values, when the problem expressed suggests this should not be the case. Am I simply going in the wrong direction or does this problem expect an approximate answer? Any help would be much appreciated.
 
Physics news on Phys.org
finalnothing said:
However, I hit a moderate snag that I was not able to reason out. What point should I expand my taylor series about? Should I expand it about u=0 (r >> R) or about u=1 (r=R)?

If you Taylor expand a function [itex]f(u)[/itex] about the point [itex]u=u_0[/itex], you get terms in powers of [itex](u-u_0)[/itex]. So, if you want terms in powers of [itex]u[/itex], you expand about [itex]u=0[/itex].
 
Thanks for your reply. However that is something I already considered. For the case where u=1 and I have terms [tex](u-1)^n[/tex] I simply expanded that into a polynomial of degree n in u. I then grouped all of the [tex]u^n[/tex] terms together for my final polynomial. Here are the equations and results I have.

[tex]V(u)=\frac{u\sigma}{2\epsilon_0R}(\sqrt{1+u^2} - 1)[/tex] where [tex]u=\frac{R}{r}[/tex]

I expand to the fourth term of the taylor series. Expanding about point u = 0 gives
[tex]V(r, 0)=\frac{u^3\sigma}{4\epsilon_0R}[/tex] as most of the terms in the derivatives of V are a product with u. However, when I expand about u=1 I get (for 3 terms, really messy)
[tex]V(r, 0)=\frac{\sigma}{2\epsilon_0R}(\frac{3\sqrt{2}}{4}-(1+\sqrt{2})u+\frac{5\sqrt{2}}{4}u^2)[/tex]
This is starting to get really messy. However, the difference in approximations is quite drastic since nearly all terms of V(u) are product of u and thus disappear in the u=0 approximation but remain in the u=1 approximation. At this point I'm not sure if expanding V(r, 0) in terms of [tex]r^{-l}[/tex] is the correct response. If anyone has any suggestions on another route to take this problem that would be great.

//note, preview is showing latex images for my previous post, not sure if my tex is correct
 
Last edited:
finalnothing said:
However that is something I already considered. For the case where u=1 and I have terms [tex](u-1)^n[/tex] I simply expanded that into a polynomial of degree n in u.

That's fine, in theory. However in order to find the coefficient of say [itex]u^2[/itex] in that manner, you'd have to expand out every term in the infinite Taylor series (terms like [itex](u-1)^{677}[/itex] will contain multiples of every power of [itex]u[/itex] from 1 to 677, including [itex]u^2[/itex]... You would quite literally be calculating coefficients for eternity.