Lecture 34 Notes: Vector Functions
Vector Functions: Velocity, Acceleration, Particle Paths, and Simple Harmonic Motion
This lecture primarily focuses on vector functions with a smaller portion about differential equations.
Vector Functions
- Constant Vectors: Previously studied in Lectures 13 and 16.
- Vector Quantities: Can depend on parameters like time (t) or position.
- General Form: A vector function in 3D space:
V(t)=x(t)i^+y(t)j^+z(t)k^
- x(t), y(t), and z(t) are Cartesian components.
- For every input value of t, the function returns a constant vector.
Example
V(t)=ti^+(t+1)j^+1k^
- When t=0, V(0)=0i^+1j^+1k^, which is a constant vector.
Differentiation and Integration of Vector Functions
- Performed component-wise.
Differentiation
If V(t)=u(t)i^+v(t)j^+w(t)k^, then
dtdV(t)=V′(t)=u′(t)i^+v′(t)j^+w′(t)k^
Integration
∫V(t)dt=∫u(t)dti^+∫v(t)dtj^+∫w(t)dtk^
Example
Given V(t)=t2i^+2tj^+1k^, then
Derivative: V′(t)=2ti^+2j^+0k^
Integral: ∫V(t)dt=3t3i^+t2j^+tk^+C
- Where C=c<em>1i^+c</em>2j^+c3k^ is a constant vector of integration.
Particle Movement and Vector Functions
- A vector function can describe the position of a particle at any time t.
- The derivative of the position vector gives the velocity vector.
- The second derivative of the position vector (or the derivative of the velocity vector) gives the acceleration vector.
Notation
- If r(t) is the position vector, then:
- Velocity: r˙(t)=dtdr
- Acceleration: r¨(t)=dt2d2r
Particles Moving in a Straight Line (3D)
- A linear path is described by: r(t)=s+ut, where s and u are constant vectors.
- This line passes through the point s and the point u+s
- The equation of a line that passes through points A and B is: r(t)=A+(B−A)t
Velocity and Acceleration
- Given r(t)=s+ut, the velocity is v(t)=u
- The acceleration is a(t)=0
Example
- If s=<1,1,1> and u=<1,0,1>, the straight line through s and u is:
r(t)=<1,1,1>+t(<1,0,1>−<1,1,1>)=<1,1,1>+t<0,−1,0> - Velocity: v(t)=<0,−1,0>
- Acceleration: a(t)=<0,0,0>
Parabolic Paths
- Described by: r(t)=s+ut+21at2, where s, u, and a are constant vectors.
Velocity and Acceleration
- Velocity: v(t)=u+at
- Acceleration: a(t)=a
Example
- Given a particle moving along a parabolic path, where s=<0,0,0>, u=<0,1,0>, and a=<1,1,1>, the velocity is:
v(t)=<0,1,0>+<1,1,1>t - The acceleration is: a(t)=<1,1,1>
Projectile Motion under Gravity
- If s=0, u=u<em>1i^+u</em>2j^, and a=−gj^ (where j^ points vertically upwards), then the position vector is:
r(t)=u<em>1ti^+(u</em>2t−21gt2)j^ - The velocity vector is: v(t)=u<em>1i^+(u</em>2−gt)j^
- The acceleration vector is: a(t)=−gj^
Parabola
- From x(t)=u<em>1t and y(t)=u</em>2t−21gt2, we can derive the parabolic equation:
y=(u</em>1u<em>2)x−(2u12g)x2
Circular Paths
- Described using cosine and sine functions.
- Position vector: r(t)=rcos(ωt)i^+rsin(ωt)j^
- r is the radius of the circle.
- ω is the angular frequency.
- ωt is the angular velocity.
Velocity
- Velocity vector: v(t)=−rωsin(ωt)i^+rωcos(ωt)j^
- This vector is tangential to the circular path.
Acceleration
- Acceleration vector: a(t)=−rω2cos(ωt)i^−rω2sin(ωt)j^=−ω2r(t)
- The acceleration points towards the center of the circle (centripetal acceleration).
- Relates to centripetal force in physics.
Cartesian Components
- x¨(t)=−ω2x(t)
- y¨(t)=−ω2y(t)
- These are differential equations with solutions x(t)=rcos(ωt) and y(t)=rsin(ωt)
Simple Harmonic Motion
- Described by the differential equation: dx2d2y+y=0
- General solution: y(t)=Asin(x)+Bcos(x), where A and B are constants.
- Two initial conditions are required to find a particular solution.
Example
- Initial conditions: y(0)=0 and y′(0)=1
- Derivative: y′(x)=Acos(x)−Bsin(x)
- Applying y(0)=0:
0=Asin(0)+Bcos(0)=0+B(1)
- The solution becomes: y(x)=Asin(x)
- Derivative: y′(x)=Acos(x)
- Applying y′(0)=1:
1=Acos(0)=A(1)
- Final solution: y(x)=sin(x)