Line integral ad electric charge

Kokordilos
Messages
4
Reaction score
0

Homework Statement


The force exerted by an electric charge at the origin on a charged particle at point (x,y,z) with position vector r = <x,y,z> is F(r) = Kr / |r|^3
where K is a constant. Find the work done as the particle moves along a straight line from (2,0,0) to (2,1,5).

Homework Equations



The Attempt at a Solution


So if it moves from (2,0,0) to (2,1,5) I can parametrize:
x = 2
Y = T
Z = 5T
for 0<t<1

so r(t) = (2, T, 5T)
r'(t) = (0, 1, 5)
But how do I put the force function F(r) = Kr / |r|^3 in terms of these parameters so I can do the integral?
 
Physics news on Phys.org
The electrostatic force is a conservative force. This means that the work done by the electrostatic force while moving a charge from one point to another is independent of the path and only depends on the end points. The magnitude of the work done by the electrostatic force will be the difference in the potential energy of the system in the two configurations. Using this you can find the answer to your question without computing the line integral along the path requested, but by choosing another simpler path.

However, if that is not allowed, then you probably should re-express the force law you were given in terms of Cartesian coordinates.
 
work= force* distance moved and if the force is variable along the path, it is \int f dx[/itex]. Finally if force is a vector, then it is \vec{F}\dot\vec{ds} where the integral is take along the path the object moves on.

Here the force is given as \frac{K\vec{r}}{|\vec{r}|^3}[/itex] which, in Cartesian coordinates, is \frac{K}{(x^2+ y^2+ z^2)^{3/2}}(x\vec{i}+ y\vec{j}+ z\vec{k}. As you say, parametric equations for the path are x= 2, y= t, z= 5t so you can replace x, y, z in the force vector by those. As a vector, the path is given by \vec{r}= 2\vec{i}+ t\vec{j}+ 5t\vec{j} so d\vec{r}= (\vec{j}+ 5\vec{k})dt. Integrate the dot product of those two from t= 0 to t= 1.<br /> <br /> However, AEM is correct. That is a conserative force so you could also find a &quot;potential&quot;, an antiderivative, F(x,y,z) such that \nabla F is the force vector, and evaluate that at the two end points. You would have to find F such that <br /> \frac{\partial F}{\partial x}= \frac{Kx}{(x^2+ y^2+ z^2)^{3/2}}<br /> \frac{\partial F}{\partial y}= \frac{Ky}{(x^2+ y^2+ z^2)^{3/2}}<br /> \frac{\partial F}{\partial z}= \frac{Kz}{(x^2+ y^2+ z^2)^{3/2}}
 
I'm very happy to read your post, because that's actually how i ended up doing it, though I certainly wasn't sure if it was right. Thanks very much, I really appreciate all your help!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top