How Do You Calculate Work Done by a Force Field Along Different Paths?

AI Thread Summary
The discussion focuses on calculating work done by a force field defined as F=(1/r^2)r along two different paths. The first calculation along a direct radial path from r=sqrt(2) to r=2*sqrt(2) yields a result of sqrt(2)/2. The second path, from (1,1) to (2,1) and then to (2,2), requires careful setup of the vector components and integration, particularly using parameter equations for integration. The key is to correctly apply the dot product for the x and y components and recognize that the integral simplifies due to dy being zero along the first segment. The participant expresses gratitude for the clarification on the vector approach, indicating they are now able to proceed with the calculations.
ossito_the-diracian
Messages
4
Reaction score
0
My problem has force decreasing with F=(1/r^2)r, where F is a vecotr and r is unit vector. i need to find a).work done in moving from a point at r=sqrt(2) to a point at r=2*sqrt(2) by a direct radial path and (b) by a path from (1,1)-->(2,1)-->(2,2). Compare my answers.

a)I did direct radial path using Work=Integral[1/r^2] from sqrt(2) to 2*sqrt(2). I got sqrt(2)/2.

b) This where problem is: from (1,1)-->(2,1) x:1-->2, y=1, dl=dx x, so i get F (dot) dl = (x^2+y^2)^2, however, I am not sure I am setting up the x and y components correctly. from (2,1)-->(2,2) y:1-->2, x=2 dl=dy y and again same issues of x and y components.

i did read that r vector=sin(theta)cos(phi)x+sin(theta)sin(phi)y, but was not sure how to incorparate this into line integral part of problem.


any help would be appreciated, thanks
 
Physics news on Phys.org
First of all this is a vector-integral. This means that you are going to have to calculate this integral for each component. In your case we have two components x and y so r²=x² + y².

Now (1/r²)rdr = (1/r²)dx + (1/r²)dy. Because the unitvector multiplied by the vector dr gives you dx and dy (via the dot-product)

Now when you move from (1,1) to (2,1) you will need a parameter-equation for the integration. y = 1 and x=l with l the parameter and l : 1-->2. So in the integral replace x by l and dx=dl and y = 1 and dy =0

The x-component of the integration is integral(dl/(l²+1²)) and l starts in 1 and stops in 2. this integral is easy because you know that generally
integral(1/(1 + x²)dx) yields arctan(x).

Since along this path dy = 0 the second term of the integral vanishes...
So the only thing you need to do now is calculate the integral correctly. But the solution of this integral will be an arcus-tangens...


The other path is calculated in the exact same way.


regards
marlon
 
thanks a bunch, I was sort of close, but never looked at the vector part of it. My first integral where dy=0 I was using (x^2+1)dx from 1-->2. I should be able to complete it now, again thank you.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top