- #1
vsd50
Homework Statement
Given the equations
a) find the solution to the problem (1) in vectorial form, by first writing equation (1) in component form and then solving the two parts separately. These can then be combined to obtain the vector form of the solution.
b) solve the results of the previous part to find x(t) and y(t).
c) taking m=1 kg, g=10 m/s^2 , plot the solutions y verus x for k=0, and k=1 on the same graph for 0<=t<=10000s (Use Maple)
Homework Equations
(1) dv/dt = -g(j-hat) - kv (where v is a vector)
(2) v= vx(i-hat) + vy (j-hat) = (dx/dt) (i-hat) + (dy/dt) (j-hat) (vy : velocity in the y, vx: velocity in the x)
(3) v(t=0) = v(o)= v1(i-hat)+v2(j-hat)
The Attempt at a Solution
so for part a I realized I could use equation 1 and 2 to form something like this
(d/dt)<dx/dt,dy/dt> = <0,-g> -k<dx/dt,dy/dt>
and then for the velocty in the x direction i get
d^2x/dt^2 = -k(dx/dt)
and for the velocity in the y I get
d^2y/dt^2 = -g -k(dy/dt)
Now my problem is that I am supposed to get this back into vectorial form would this be the way I do that?
x' = (-1/k)(x")
y' = (-1/k)(y"+g)
and then plug that back into this
v= vx(i-hat) + vy (j-hat)
so that I get
v=(-1/k)(x")(i-hat) + (-1/k)(y"+g)(j-hat)
also sorry for using a different notation for the derivatives at the end it just looked neater.