Computing Electric Field From The Potential

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 5K views
faint545
Messages
7
Reaction score
0
Three identical point charges, each with a charge equal to q, lie in the xy plane. Two of the charges are on the y axis at y = -a and y = +a, and the third charge is on the x axis at x = a.

a) Find the potential as a function of position along the x axis.
b) Use the part a) result to obtain an expression for [itex]E[/itex]x(x), the x component of the electric field as a function of x. Check your answers to parts a) and b) at the origin and as x approaches [itex]\infty[/itex] to see if they yield the expected results.

Hi all. I'm having a very hard time understanding this portion of Physics so please bear with me.

The furthest I got with this problem is deciding to use the sum of the potentials at each point to calculate the potential of the system. Something like...

[itex]\frac{kq_{1}}{r_{1}}[/itex] + [itex]\frac{kq_{2}}{r_{2}}[/itex] + [itex]\frac{kq_{3}}{r_{3}}[/itex]


I think that's the right approach since they are point charges. But now, I'm completely stuck and I don't know what I should do next... Please help!
 
Physics news on Phys.org
SammyS said:
What are the values of r1, r2, and r3 at position x along the x-axis ?

Here's what I've done in regards to your question... I hope I am on the right track...

link: http://dl.dropbox.com/u/244748/2011-09-23%2018.29.26.jpg
 
Last edited by a moderator:
SammyS said:
[itex]\sqrt{x^2+a^2}\ne x+a[/itex]

However, [itex]\sqrt{x^2+(-a)^2}=\sqrt{x^2+a^2}\,.[/itex]

r3 = | x - a | . If x > a then |x - a| = x -a . Otherwise, |x - a| = a - x .

So, V(x) = ?

So I suppose [itex]V(x) = kq(\frac{2}{\sqrt{x^{2}+a^{2}}} + \frac{1}{a-x})[/itex] if [itex]x < a[/itex] and [itex]V(x) = kq(\frac{2}{\sqrt{x^{2}+a^{2}}} + \frac{1}{x-a})[/itex] if [itex]x > a[/itex].

I think I can compute [itex]E_{x}(x)[/itex] from here.. Thanks for all your help!