whatdoido
- 48
- 2
Hello, I picked up a challenging problem (at least to me) and I'm having difficulties.
1. Homework Statement
An object moves in xy-plane from point O = (0; 0) to point A = (1 m; 0) and from there to point B = (1 m; 2 m). All this time when the object moves a force \vec F = ax2\vec i + by\vec j affects the object, where a = 3,0 N/m2 and b = 1,5 N/m2. Calculate the work done by this force in this path.
W = \int_{x_0}^x F_x(x) \, dx
After trying with different methods and failing, I thought the solution should be obtained by using a vector from O to B.
So I created vectors:
\vec {OA} = a(1 m - 0 m)2\vec i + b(0 m - 0 m)2\vec j = a * 1 m2\vec i
\vec {AB} = a(1 m - 1 m)2\vec i + b(2 m - 0 m)2\vec j = b * 2 m\vec j
\vec {OB} = \vec {OA} + \vec {AB} = a * 1 m2\vec i + b * 2 m\vec j = \vec s
After this I'm stuck. I think I need the dot product of \vec F * \vec s (\vec i and \vec j would disappear then) which could be integrated, but by what? dx? Or maybe somehow by dx and dy..? I found some similar problems of line integrals and vector fields, but I don't know apply those ideas to my problem if it is even possible.
There is also one other difficulty. By using the equation W = \int_{x_0}^x F_x(x) \, dx, I need to know x0 and x. x0 = 0 m, but do I use the length of |\vec s| as ending point?
Am I completely off track or what? Any hints? Thanks for reading
1. Homework Statement
An object moves in xy-plane from point O = (0; 0) to point A = (1 m; 0) and from there to point B = (1 m; 2 m). All this time when the object moves a force \vec F = ax2\vec i + by\vec j affects the object, where a = 3,0 N/m2 and b = 1,5 N/m2. Calculate the work done by this force in this path.
Homework Equations
W = \int_{x_0}^x F_x(x) \, dx
The Attempt at a Solution
After trying with different methods and failing, I thought the solution should be obtained by using a vector from O to B.
So I created vectors:
\vec {OA} = a(1 m - 0 m)2\vec i + b(0 m - 0 m)2\vec j = a * 1 m2\vec i
\vec {AB} = a(1 m - 1 m)2\vec i + b(2 m - 0 m)2\vec j = b * 2 m\vec j
\vec {OB} = \vec {OA} + \vec {AB} = a * 1 m2\vec i + b * 2 m\vec j = \vec s
After this I'm stuck. I think I need the dot product of \vec F * \vec s (\vec i and \vec j would disappear then) which could be integrated, but by what? dx? Or maybe somehow by dx and dy..? I found some similar problems of line integrals and vector fields, but I don't know apply those ideas to my problem if it is even possible.
There is also one other difficulty. By using the equation W = \int_{x_0}^x F_x(x) \, dx, I need to know x0 and x. x0 = 0 m, but do I use the length of |\vec s| as ending point?
Am I completely off track or what? Any hints? Thanks for reading