Introduction to Work, do I have the right concept?

AI Thread Summary
Understanding work in physics involves applying the equation W = ∫F·dr, where F is the force vector and dr is the infinitesimal displacement vector. The work done depends on the direction of the force relative to the displacement; only the component of force in the direction of displacement contributes to work. In cases where the force is constant, the calculation simplifies to the dot product of the force vector and the displacement vector. The other equations mentioned are less relevant for this specific problem, as they pertain to different contexts like gravity or springs. Ultimately, mastering the dot product and the concept of line integrals is crucial for accurately calculating work in various scenarios.
DavidAp
Messages
44
Reaction score
0
I'm just learning work in my physics class and, for some reason, I'm having difficulty understanding it. The problem in my homework assignment asks:

A particle moves 5 m in the positive x direction while being acted upon by a constant force F = <4,2,-4>.The work done on the particle by this force is:


I know that there are several useful equations which I should use when it comes to work,
W = ∫F*dr
K = 1/2mv^2
Ug = mgy
Fs = -kx
Us = 1/2kx^2

but I don't know how to apply any of these equations to this problem. I tried the first but was unsure of what F should be because F consists of i+j+k. I found the magnitude of F and plugged it into F but then didn't know what to do with the integral... so I got ride of it and just multiplied it to 5m.

I got the wrong answer so I tried with another approach. Again, I got ride of the integral because it's indefinite and I wasn't sure on how to find the constant (I am taking this integral to literally? Is it more symbolic than mathematical?) but this time I decided to make F = 4 because, in the vector <x, y, z> 4 was the x, or i, component of the equation, and I got the right answer!

So my question is, does this apply to all cases? If I was given dr and the vector force <x,y,z> does the work depend the direction the particle moves through?

For example,
F = <1,2,3>, dr = 5m.

Particle moves in the x-direction, W = 5J.
Particle moves in the y-direction, W = 10J.
Particle moves in the z-direction, W = 15J.

Thank you for taking the times to review my question.
 
Physics news on Phys.org
In your problem and related examples, which are essentially correct, the Force is constant, hence, when you take the integral, it boils down to F.r (the DOT product of 2 vectors F and r, the definition of Work.). The DOT product of the two vectors is FRcos theta, where theta is the angle between the 2 vectors. You might be able to see that when a force is perpendicular to the displacement , it does no work, because theta is 90 degrees and thus cos theta is 0. Only the force in the direction of the displacement does work.
 
You don't need any of the equations you listed except for the first one. The rest are mostly irrelevant, and apply to gravity, springs, or other things that we don't have in this problem. Believe it or not, you need only the first equation, which is the definition of work. But be careful. It should actually be the following:

W = \int_{\textrm{path}} \vec{F} \cdot d \vec{r}

So what you're integrating is the dot product of the force vector with the infinitesimal displacement vector. Notice that this is a special type of higher-dimensional integral known as a "line integral" or a "path integral" in which the integration proceeds in 3D space along the path traveled by the particle. Do not worry though. In your case, the line integral will reduce to a regular 1D integral. The infinitesimal displacement vector is basically the vector that corresponds to moving a really small distance along the direction of the particle path and can be expressed like this:

d\vec{r} = dx \hat{i} + dy \hat{j} + dz \hat{k}

However, in this case, the displacement is entirely in the x-direction, so the displacement vector reduces to:

d\vec{r} = dx \hat{i}

I think you should have no problem taking the dot product of the force vector with this. The path is also 1D here, and just corresponds to a range in x:

W = \int_0^5 \vec{F} \cdot \hat{i} dx
 
cepheid said:
You don't need any of the equations you listed except for the first one. The rest are mostly irrelevant, and apply to gravity, springs, or other things that we don't have in this problem. Believe it or not, you need only the first equation, which is the definition of work. But be careful. It should actually be the following:

W = \int_{\textrm{path}} \vec{F} \cdot d \vec{r}

So what you're integrating is the dot product of the force vector with the infinitesimal displacement vector. Notice that this is a special type of higher-dimensional integral known as a "line integral" or a "path integral" in which the integration proceeds in 3D space along the path traveled by the particle. Do not worry though. In your case, the line integral will reduce to a regular 1D integral. The infinitesimal displacement vector is basically the vector that corresponds to moving a really small distance along the direction of the particle path and can be expressed like this:

d\vec{r} = dx \hat{i} + dy \hat{j} + dz \hat{k}

However, in this case, the displacement is entirely in the x-direction, so the displacement vector reduces to:

d\vec{r} = dx \hat{i}

I think you should have no problem taking the dot product of the force vector with this. The path is also 1D here, and just corresponds to a range in x:

W = \int_0^5 \vec{F} \cdot \hat{i} dx
Thank you guys so much for your help and thorough explanations! I really appreciate it!
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging 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