Line integral with the inverse square field

wumple
Messages
57
Reaction score
0

Homework Statement



Integrate F(x) = x / |x|^3 along the straight line from (1,0,0) to (2,-2,1).

Homework Equations



Line integral = int (F dot dx)

The Attempt at a Solution



I don't know where to start. Usually I do line integrals by parameterizing the line and the vector field but I'm not sure what to do with this. Also, is the field centered at (1,0,0)? I don't really understand the question that well. Is this a conservative vector field? How can I check? Can I use the fundamental theorem of calculus? Is there some sort of potential function I can calculate? I just need someone to bump me in the right direction towards those questions.
 
Physics news on Phys.org
its a conservative vector field if it can be written in terms of some scalar potential, say \phi (x) .

then the vector field can if the gradient of the field \vec{F}(x) = \nabla \phi (x)
 
if you can do that, the line intergal will just be the diffenerence in potential
 
Last edited:
How would I go about figuring out what the potential function is?
 
well, that depends exactly what your vector field is, as its not very clear, but wirte the partial dereivatives in terms of the functions & see if anything jumps out at you

otherwise, parameterise your line, in term of say t, then find the vector field at each point on teh line given by t and carry out the line intergal. dx will be in a constant dierction along the line

so do you actually mean:

\vec{F}(x) <br /> <br /> = \frac{\vec{x}} {|\vec{x}|^3} <br /> <br /> = \frac{1}{ (x^2+y^2+z^2)^{\frac{3}{2}} } <br /> <br /> \begin{pmatrix} x \\ y \\ z \end{pmatrix}
 
Yeah, that's what I meant...I wasn't sure how to write vector hats. What would the partial derivatives be? I don't know how to express that line without parameterizing it in terms of t, but if t is my only variable then how can I write a gradient field?
 
click on the tex if you want to see how its written

as for doing the line integral, its fine to parametrise in terms of t. you will end up with something like:
\vec{p}(t) = \vec{a} + t \vec{u}

now evaluate value of the gradient field at each point on the line, \vec{F}(\vec{p}(t)).
 
as for finding the potential for, it doesn't always exist for an arbitrary vector field

a vector field derived from a scalar potential always has zero curl, so that could be one check

One way to find it is to equate the form of \nabla \phi(x) with your vector field, and see if the resulting partial differntial equations are eay to solve.

In this case, due to the symmetry of the field I would try first converting ther fiedl to spherical coordinates, then looking at the gradient in those coords.
 
Last edited:
Ok I think I got it. Thanks so much for your help!
 
  • #10
no worries - its worth seeing both methods & the potential will usually be quicker if its easy to find
 
Last edited:
Back
Top