Vectors: Solving a Trajectory on the x-y Plane

discombobulated
Messages
41
Reaction score
0
[SOLVED] vectors -

Homework Statement



At time t = 0 two forces f1 = (i + j) and f2 = (2i - 2j) start acting on a point body of unit mass lying stationary at the point (1,2) of the x,y plane. Describe the trajectory r(t) of the plane.

Homework Equations



F = ma

a = d2x/dt2

The Attempt at a Solution



Total force, F = (i + j) + (2i - 2j)
F = (3i - j)

I know I need to integrate using the acceleration equation but I'm confused by the x,y plane, I thought it was meant to be in i,j plane? :S Could someone please explain?
Thanks!
 
Physics news on Phys.org
i and j are unit vectors in the direction of the positive x and positive y direction respectively, so you're still working in the x-y plane.
 
thanks, so do i split it like this, d2x /dt2 = 3 and d2y /dt2 = -1 and then when I integrate to get x and y, put it back into i and j form?
 
discombobulated said:
thanks, so do i split it like this, d2x /dt2 = 3 and d2y /dt2 = -1 and then when I integrate to get x and y, put it back into i and j form?
Sounds good to me :approve:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top