Diff. paths of a Force in xy-plane

  • Thread starter Thread starter KvnBushi
  • Start date Start date
  • Tags Tags
    Force Xy-plane
AI Thread Summary
The discussion focuses on calculating the work done by a force acting on a particle in the xy-plane, defined as F = (2yi + x^2j). The participants successfully solved the work done for paths OAC and OBC, yielding 125 J and 50 J, respectively. However, they encountered difficulties with path OC, where the correct answer is 66.7 J, despite multiple attempts yielding incorrect results. Suggestions include using integrals to express the work done and considering the relationship between x and y along the path. The conversation emphasizes the importance of correctly applying the work formula and integrating based on the force's dependence on position.
KvnBushi
Messages
12
Reaction score
0
[SOLVED] diff. paths of a Force in xy-plane

Homework Statement



A force acting on a particle in the xy-plane is given by

\vec{F} = (2yi + x^2j) where x and y are in meters.

The particle moves from the origin to a final position having coordinates

x = 5.00m and y = 5.00m

calculate the word done by F on the particle as it moves along

a) OAC ------------- solved
b) OBC ------------- solved
c) OC ---------------- need help


Here is the xy-plane graphed with each point ( ignore the white ) :

B|......C ( 5.00m , 5.00m )
..|
..|
..|______________
O.....A ( 5.00m , 0.00m )



Homework Equations



W = |F| \Delta r cos\theta

W_{x} = \int_a^b F_{x} dx

W = \vec{F}_{x} \cdot \Delta \vec{r}



The Attempt at a Solution




a)
W_O_A = <2y, x^2> \cdot <5,0> = 10y = 10(0) = 0
W_A_C = <2y, x^2> \cdot <0,5> = 5x^2 = 5(5)^2 = 125
W_O_A_C = 0 + 125 = 125 J


b)
W_O_B = <2y, x^2> \cdot <0,5> = 5x^2 = 5(0)^2 = 0
W_B_C = <2y, x^2> \cdot <5,0> = 10y = 10(5) = 50
W_O_B_C = 0 + 50 = 50J


c)
I attempted this using 3 different equations, all of which gave me different answers and none of which were the correct answer.

Correct answer: 66.7 J

1. W_O_C = <2y, x^2> \cdot <5,5> = 10y + 5x^2 = 10(5) + 5(5)^2 = 50 + 125 = 175J

2. W_O_C = |F| \Delta r cos \theta = \sqrt{4y^2 + x^4}(7.04)(cos0) = 7.07 \sqrt{4(5)^2 + (5)^4} = 7.07 sqrt{725} = 190.34 J

3. W_O_C = \int_0^5 x dx = \frac{1}{2} x^2 |_0^5 = \frac{1}{2} (125) = 12.5 J


I can find logical faults in each of my approaches, but I do not know what else to do. I would highly appreciate hints/answers to the right approach, as well as why my above approaches are inappropriate.

One way I would try to solve this, using Calc 3 (which should not necessary for this level physics) would be something like this:

\int_0^5 \int_0^5 F_x_y dy dx = \int_0^5 \int_0^5 \sqrt{4y^2i + x^4j } dy dx

But at first look it seems pretty difficult.


Thank you very much,

Kevin.
 
Physics news on Phys.org
KvnBushi said:

Homework Statement



...

Kevin.

EDIT: ooops, i hit the post button by mistake... here is my complete answer

You did a verygood job presenting your question very clearly.

here is a general approach. You may always write \vec{r} as dx \hat{i} + dy \hat{j}

So the work is the integral of F_x dx + F_y dy.

Now, the path will determine what you can say about dx and dy. For example, if y is constant (so dy=0) , the above reduces to the integral of


F_x (evaluated~at ~the~given ~value~of~y)~ dx.



Then you must integrate the result. If your F_x happens to be independent of x, then the result is just the value of x times the displacement \Delta x

In your last case, you are going along a straight line, so y and x are related by y = m x + b. Actually, your case is simple because m=1 and b=0. because of this, y = x and dx = dy. Then you can convert the entire thing into a single integral over x (or if you prefer over y).

try that.
 
Last edited:
Thank you for the information, nrqed.

nrqed said:
In your last case, you are going along a straight line, so y and x are related by y = m x + b. Actually, your case is simple because m=1 and b=0. because of this, y = x and dx = dy. Then you can convert the entire thing into a single integral over x (or if you prefer over y).

try that.


I tried this in my 3rd attempt at problem (c):

\int_0^5 x dx = 1/2 x^2 |_0^5 = 1/2 (5)^2 = 12.5 J


correct answer: 66.7 J
 
Hello

I would say:

x=y

Project all your F vectors on the bissectrice: y=x.

Use matrices:

transpose[(2y, x^2)] is your vector.

Use formula: F=|F|(Fu.Vu)Vu. F is the projection of all your F vectors on the bissectrice.

Where Vu = unit vector of(transpose[(1,1)]), your bissectrice vector. (I'm not sure about this either...)

Then you take |F|=sqrt(F.F)
So x=y and you'll have F(x) in function of x.

Now for every x position you now know the absolute amount of force in the direction of OC.

And then I'm stuck...
How do you do the integral? Because you have to project the x-axis to the bissectrice to do the integral...

Or maybe it's just: W = int(O->A)(F(x)dx)
Maybe: int(0->A)(F(x)cos(45).x.dx?
 
Last edited:
KvnBushi said:
Thank you for the information, nrqed.




I tried this in my 3rd attempt at problem (c):

\int_0^5 x dx = 1/2 x^2 |_0^5 = 1/2 (5)^2 = 12.5 J


correct answer: 66.7 J

I am not sure you got this. Start from
W = \int (f_x dx + f_y dy) = \int (2 y dx + x^2 dy)
where I used your force in the second step. Now use y =x for your path (so that dx=dy). replace everything in terms of x (or of y, it does not matter). Now integrate. You will get the correct answer.
 
  • Like
Likes Leidy
Awesome!

THANK YOU very much, nrqed.

If you would like help with drums, fighting, DHTML or elementary linux, I'd be happy to return the favour.------------Do you understand it as well, katchum?
 
I understand, but can someone help me with my other technique problem? The difficult solution?

I mean, it is right to say that W = (the displacement) X (the force in the direction of the displacement)?
 
katchum said:
I understand, but can someone help me with my other technique problem? The difficult solution?

I mean, it is right to say that W = (the displacement) X (the force in the direction of the displacement)?


It is not the cross product, it is the dot product:


W = \Delta \vec r \cdot \vec F
 
KvnBushi said:
Awesome!

THANK YOU very much, nrqed.

If you would like help with drums, fighting, DHTML or elementary linux, I'd be happy to return the favour.


------------


Do you understand it as well, katchum?

You are every welcome. But please don't fight! :frown:
 
Last edited:
  • #10
katchum said:
I understand, but can someone help me with my other technique problem? The difficult solution?

I mean, it is right to say that W = (the displacement) X (the force in the direction of the displacement)?

yes, you are correct (if you X means an ordinary product and by displacement you mean the magnitude of the displacement vector). The difficulty is to set up things when the force is not constant (or the displacement is not a straight line). Your earlier post seemed to be heading in the right direction but it was too vague. If you would actually work out explicitly all the steps it would get back what I wrote.
 
Last edited:
  • #11
Aaargh! I quit!

I tried to calculate my things there but it was way too difficult to do. Let's keep it simple and shove this alternate solution somewhere in a corner... :)

I mean I got square roots everywhere, and machs to the number of 4 and all. And we're not even close to the integral...
 
Last edited:
  • #12
nrqed said:
You are every welcome. But please don't fight! :frown:

Heheheh, point taken :) .


Katchum, it was difficult for me to understand your alternate method. If you aren't worried about it, neither am I :cool: . If you want to figure it out, I'm willing to help out as well but I'd need you to repost with more literal equations. Take care! :approve:
 
Last edited:
Back
Top