Finding Work along a displacement

AI Thread Summary
The discussion revolves around calculating the work done by a variable force along a specified displacement. The force vector is given as F = 3i(x^2 - y^2) + 2j(x + y), and the displacement is along the line y = 0 from point (0,0) to (2,0). The correct approach involves integrating the force along the path, leading to the simplification of the force to F = (3x^2)i + (2x)j when y is set to zero. The integral of the force's x-component from 0 to 2 results in a work value of 16 Joules. The discussion also clarifies the misunderstanding regarding the factor of 2 in the displacement vector.
c42
Messages
2
Reaction score
0
Hi

The problem given is that there is a Force vector:

F=3i(x^2 - y^2) + 2j(x+y)

Then we are given coordinates, where all values are in meters and the magnitude of force is in Newtons.

The question asks to calculate the work done in Joules by this force in a displacement along line y =0 from point 1 (0,0) to point 2 (2,0).




Now I followed the equation W = Fd.
So F= (3x^2 - 3y^2)i + (2x + 2y)j
d= 2i

So W = Fd = 6x^2 - 6y^2

But now I am not quite sure what to plug in for x or y, unless I can do W(final) - W(initial), with point 1 = initial and point 2 = final, which would be 24 Joules.
 
Physics news on Phys.org
You are on the straight line from (0, 0) to (2, 0). y= 0 at every point on that line.

Now, W is NOT Fd because F is not a constant. Work is, instead, \int\vec{F}\cdot d\vec{x}. x is the variable of integration.
 
As the force is not constant but dependent on position you'll have to integrate along the given path.
W=∫F(x,y)ds where ds is the displacement along the given direction. (F and ds are both vectors, of course)
In the given problem the things are a simplified by the path being along the x-axis (y=0). In this case ds=i dx and the force depends only on x (put y=0 in the expression for force, before doing the integral).
 
Thank you for responding.

So I would take F=3i(x^2 - y^2) + 2j(x+y) plug in y=0, which becomes

F = 3i(x^2) + 2j(x) or F = (3x^2)i + (2x)j

Then take F dot product ds, with ds = 2i dx.

So i would take the integral from 0 to 2 for 6x^2

Which would be 2x^3 from 0 to 2, with an answer of 16 J.
 
Last edited:
Why do you think that ds=2idx? I mean, why the factor of 2?
 
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