All Flashcards
How to calculate the magnitude of a vector?
‖𝑣‖ = where .
How to calculate the direction of a vector?
What is the formula for finding the derivative of ?
How do you find the velocity vector given a position vector ?
What is the Pythagorean theorem?
How to find the horizontal component of a vector given magnitude and direction?
horizontal component = magnitude * cos(θ)
How to find the vertical component of a vector given magnitude and direction?
vertical component = magnitude * sin(θ)
How to find the unit vector?
How to calculate the dot product of two vectors?
How to calculate the angle between two vectors?
What is a vector?
A quantity with both direction and magnitude.
What is the magnitude of a vector?
The length of the vector.
What is a vector-valued function?
A function that returns a vector, often written as .
What does the derivative of a vector-valued function represent?
The tangent vector to the curve at a given point, representing the velocity vector.
What is the tail of a vector?
The point at which the vector originates.
What is the head of a vector?
The final point of the vector, represented with an arrowhead.
What are the components of a vector?
The horizontal and vertical components that define the vector's direction and magnitude.
What is the notation for the magnitude of vector v?
‖𝑣‖
What is the derivative of a vector-valued function r(t)?
r'(t) = <f'(t), g'(t)> where r(t) = <f(t), g(t)>
What does the position vector describe?
A vector that represents the location of a point in space relative to an origin.
Explain how to differentiate a vector-valued function.
Differentiate each component of the vector-valued function separately. If , then .
What does the magnitude of the derivative of a vector-valued function represent?
The speed of the particle moving along the path defined by the vector-valued function.
How do you find the velocity vector of a particle given its position vector?
The velocity vector is the first derivative of the position vector with respect to time: .
What is the relationship between position, velocity, and acceleration vectors?
Velocity is the derivative of position, and acceleration is the derivative of velocity. Therefore, and .
Explain the geometric interpretation of a vector-valued function.
A vector-valued function traces a curve in space as the parameter t varies. Each value of t corresponds to a point on the curve, with the vector pointing from the origin to that point.
How does the direction of a vector relate to its components?
The direction is determined by the ratio of the vertical component to the horizontal component, which can be used to find the angle with respect to the horizontal axis.
What is the significance of the second derivative of a vector-valued function?
The second derivative, or acceleration vector, indicates the rate of change of the velocity vector, providing information about how the speed and direction of motion are changing.
What is the relationship between vector-valued functions and parametric equations?
A vector-valued function can be represented by a set of parametric equations, where each component of the vector is a function of the parameter t.
How does the magnitude of the velocity vector relate to arc length?
The magnitude of the velocity vector, also known as speed, is the rate of change of arc length with respect to time. Integrating the speed over an interval gives the arc length traversed during that interval.
What does it mean for a vector-valued function to be continuous?
A vector-valued function is continuous if each of its component functions is continuous.