What is a vector function in three-dimensional space?
r(t) = f(t)i + g(t)j + h(t)k
It can also be expressed in component form as r(t) = (f(t), g(t), h(t)).
In component form, a vector function in two-dimensional space can be written as __________.
r(t) = f(t)i + g(t)j
Alternatively, it can be expressed as r(t) = (f(t), g(t)).
What determines the x, y, and z coordinates of the vector r(t)?
These are scalar functions of the parameter t.
What is the domain of a vector function?
The set of all values of t for which r(t) is defined
This is typically the intersection of the domains of the component functions f(t), g(t), and h(t).
What is the range of r(t)?
The set of all vectors r(t) as t varies throughout the domain
It represents all possible output values of the vector function.
What is a vector function used for in mathematics?
To represent a curve in space
As the parameter t varies, the tip of the position vector r(t) traces out a curve in space, known as a space curve.
Define a space curve.
A curve traced out by a vector function r(t) as t varies
The curve is represented in three-dimensional space.
What are the parametric equations of a curve represented by T(t) = (f(t), g(t), h(t))?
These equations define the coordinates of points on the curve in terms of the parameter t.
How can a line through the point P0 (x0, y0, z0) in the direction of vector (a, b, c) be represented?
r(t) = (x0, y0, z0) + t(a, b, c)
This representation shows how the line extends from the point P0 in the direction of the vector.
What is the representation of a circle with radius a in the xy-plane centered at the origin?
r(t) = (a cos(t), a sin(t), 0), 0 ≤ t ≤ 2π
This representation uses cosine and sine functions to define the circular path.
How can circles in other coordinate planes be represented?
By placing the sine and cosine terms in the appropriate components
This allows for the representation of circles in three-dimensional space.
What is the representation of a helix that winds around the z-axis?
r(t) = (a cos(t), a sin(t), bt)
Here, a is the radius of the helix, and b determines the pitch of the helix.
What does the parameter b determine in the representation of a helix?
The pitch of the helix
The pitch indicates how tightly the helix is wound around the z-axis.
What is the definition of the limit of a vector function r(t) as t approaches a?
ira*(t) = lim f(t), g(t), h(t) = lim f(t), lim g(t), lim h(t)
The limit is found by taking the limits of its component functions.
A vector function r(t) is continuous at t = a if what condition is met?
lim r(t) = r(a)
This means the limit of the vector function as t approaches a must equal the value of the function at a.
A vector function r(t) is continuous on an interval if it is continuous at every point in that interval. True or False?
TRUE
Continuity must be established at each point within the interval.
A vector function 7(t) = (f(t), g(t), h(t)) is continuous at t = a if and only if what is true?
Each of its component functions f(t), g(t), and h(t) is continuous at t = a
This highlights the importance of the continuity of individual components in determining the continuity of the vector function.
What is the derivative of a vector function r(t) defined as?
ř(t) = lim -
h→0
h
This definition is fundamental in understanding how vector functions change with respect to a parameter.
For a vector function ř = (f(t), g(t), h(t)), how can the derivative be computed?
ř’(t) = (f’(t), g’(t), h’(t))
This component-wise differentiation allows for easier analysis of each function’s behavior.
The geometric interpretation of the derivative r’(t) represents what?
The tangent vector to the curve at the point (t)
The direction of r’(t) indicates motion along the curve, while its magnitude gives the rate of change of position.
What is the Constant Multiple Rule for vector functions?
d/dt [c r(t)] = c r’(t)
This rule states that the derivative of a constant multiplied by a vector function is the constant multiplied by the derivative of the vector function.
What does the Sum Rule state for vector functions?
d/dt [u(t) + v(t)] = u’(t) + v’(t)
This rule allows the differentiation of the sum of two vector functions.
What is the Product Rule for scalar and vector functions?
d/dt [f(t)u(t)] = f’(t)u(t) + f(t)u’(t)
This rule is essential for differentiating products of scalar and vector functions.
What does the Dot Product Rule state?
d/dt [u(t) • v(t)] = u’(t) • v(t) + u(t) • v’(t)
This rule is used for differentiating the dot product of two vector functions.