cyrusabdollahi said:
But what in the heck is a line integral with respect to deltax, or deltay. They don't give you the same anwser as deltaS. I looked through 3 different books calc books, and not one of them goes into any detail about WHY we want to use these or what the hell they mean. So far I am only left with my intution telling me that it may somehow be related to a projection onto the xz plane where y has no effect for the delta x, or similarly the yz plane where x has no effect for delta y, I don't, you all are smarter than me please help.
The book does give some good examples of line integral applications in phyiscs, like center of mass of a wire, or the weight of a wire with varyin density, but all are with respect to deltaS, nothing to do with deltaX or deltaY!
They are very important in physics. I wondered the same thing at first as well, but it became clear later. I think you'll get to this part later in the course.
Per definition, the work done on a particle by a forcefield F is:
W=\int_C \vec F(x,y,z) \cdot \vec T(z,y,z) ds=\int_C \vec F(\vec r) \cdot \vec T(\vec r) ds
where C is the path the particle takes and T(x,y,z) is the unit tangent vector at (x,y,z) on C.
If the curve is given by the vector equation: \vec r(t)=x(t)\vec i + y(t)\vec j +z(t)\vec k (with a \leq t \leq b, then \vec T(t)=\vec r'(t)/|\vec r'(t)|.
Notice that ds=|\vec r'(t)|dt
Using we write the work done as:
W=\int_a^b \vec F(\vec r(t)) \cdot \vec r'(t)dt
this is often abbreviated and written as:
W=\int_C \vec F(\vec r(t)) \cdot d\vec r
Such an integral is very common in i.e. electromagnetism. Its called the line integral of F along C.
Suppose know that F is given by component functions:
F=P \vec i+Q \vec j+R \vec k
Now plug this in \int_C \vec F(\vec r(t)) \cdot d\vec r.
You'll see that:
W=\int_C \vec F(\vec r(t)) \cdot d\vec r=\int_C Pdx +\int_C Qdy+\int_C Rdz=\int_C Pdx +Qdy+Rdz
Which uses line integrals w.r.t. x, y and z.