Work done by moving unit charge along straight line segment

tronter
Messages
183
Reaction score
1
If \bold{F}(x,y) = \frac{k(x \bold{i} + y \bold{j})}{x^{2}+y^{2}} find the work done by \bold{F} in moving a unit charge along a straight line segment from (1,0) to (1,1).

So \bold{F}(1,y) = \frac{k(\bold{i} + y \bold{j})}{1 + y^{2}}. Then x = 1, \ y = y.

k \int_{0}^{1} \frac{y}{1+y^{2}} \ dy

u = 1+y^{2}

du = 2y \ dy

\frac{k}{2} \int \frac{du}{u}

= \frac{k}{2} \int_{0}^{1} \ln|1+y^{2}|

= \frac{k\ln 2}{2}.

Is this correct?
 
Last edited:
Physics news on Phys.org
Looks perfectly good to me.
 
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