Lecture 9 concluded the short section on differential equations by discussing numerical methods for solving some types of problems. We now move back to the world of vectors in order to discuss some of the calculus inV0lved with vector functions.
The velocity of a curve is the derivative of the vector function defining
the curve:
The velocity is always tangent to the displacement curve.
Suppose you had a curve with a kink:
What would the velocity be at the
Kink?
Answer: It would not exist, since the derivitive is not continuous at that
point.

One can find the direction of the velocity as the unit vector tangent to the
curve. That is:
dir v = v/|v|.
One should also note that every curve will have two unit tangent vectors at any point. The direction of the unit tangent vector found in the previous equation depends on the direction in which t is increasing. The unit tangent vector found will always point in the direction of increasing t. To find the second unit tangent vector, multiply the first by -1.
a(t) = x''i + y''j + z''k

Let's Find r(t).
F = ma = mr''
-mgj = mr''
r'' = -gj
r' = -gtj + C1
Using the initial conditions of v = r' = V0,
at t = 0, we find that C1 = V0, so
v(t) = -gtj + V0
v(t) = -gtj + V0 cos(A) i + V0 sin(A) j
r(t) = (-g*t^2)/2 j + V0t + C2
Again, using intial conditions, for t = 0, r = 0, we find that
C2 = 0
r(t) = (-g*t^2)/2 j + t*V0*cos(A)i
+ t*V0*sin(A)j
Or, in Scalar (Parametric) form:
x(t) = tV0 cos(A)
y(t) = (-g*t^2)/2 + tV0 sin(A)
d/dt(u (dot) v) = u (dot) d/dt(v) +
v (dot) d/dt(u)
d/dt(uxv) = d/dt(u) x v + u x d/dt(v)
dR/ds = dR/dt * dt/ds = (dR/dt)/(ds/dt) =
= velocity / speed = unit tangent vector