Electrostatic potential of unit charge in vacuum

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
dingo_d
Messages
199
Reaction score
0

Homework Statement


I'm having hard time seeing that from this picture:
wiugio.jpg

Follows that:
[tex]\phi(\vect{r})=\frac{q}{4\pi\varepsilon_0}\cdot\frac{1}{|\vec{x}|}[/tex]
The thing that puzzles me isn't the equation but this:
[tex]\frac{1}{|\vec{x}|}=\frac{1}{|\vec{r}-\vec{k}|}=\frac{1}{\sqrt{1+r^2-2r\cos\theta}}[/tex]

Homework Equations



The length of vector (norm):
[tex]||\vec{a}||=\sqrt{a_1^2+a_2^2+a_3^2}[/tex]

The Attempt at a Solution



Now I know why is [tex]|\vec{x}|=|\vec{r}-\vec{k}|[/tex]

That follows from simple subtraction of two vectors. And from triangle I see that [tex]\cos\theta=\frac{|\vec{k}|}{|\vec{r}|}[/tex], so I can get [tex]\vec{k}[/tex] from that, but how do I get that thing under the square? I read a bit in Jacson, that I would need to transform that into polar coordinate system, but how?

Can someone give me detailed expansion of that?
 
Physics news on Phys.org
dingo_d said:
… how do I get that thing under the square? …

Hi dingo_d! :smile:

Either …

i] it's a standard trig formula for any triangle … a2 = b2 + c2 - 2bccosA

ii] just expand (r - k).(r - k) = r2 + … ? :smile:
 
Wow, really it's trig formula for triangle! the k is unit vector so k^2=1! I see it now :D Thanks!