Vector-Valued Functions and Derivatives
Draft Handout - Content Not Finalized
This session's content has not been finalized by your instructor. You can browse it to preview what is coming, but please do not print this session's handouts yet. Check back later and print only once this warning is gone.
By the end of this session, you will be able to:
- Review core multivariable mathematical concepts and engineering calculus prerequisites.
📅 Micro-Lecture
Engineering Context: Motion in Mechanical Systems
In this session, we investigate the mathematical principles of Vector-Valued Functions and Derivatives and explore how engineers apply these concepts to analyze real-world physical and structural systems.
Skill Block 1
Explanations and derivations of the core concepts.
Worked Example
Determine the domain of r(t)=⟨t+2,t+3−9,t−5−7⟩ and plot the function using Desmos.
💡 Reveal Worked Solution
Here is the step-by-step solution to the problem presented in the image.
Problem Statement
Determine the domain of the vector-valued function:
To find the domain of a vector-valued function, we must find the intersection of the domains of its individual component functions (x(t), y(t), and z(t)).
1. Analyze the x-component: x(t)=t+2
The term inside a square root must be greater than or equal to zero.
Set up the inequality:
- Domain of x(t): [−2,∞)
2. Analyze the y-component: y(t)=t+3−9
The denominator cannot equal zero.
Set up the equation:
- Domain of y(t): (−∞,−3)∪(−3,∞)
3. Analyze the z-component: z(t)=t−5−7
The term inside the square root must be non-negative (t−5≥0).
Additionally, because the square root is in the denominator, it cannot be equal to zero (t−5=0).
Combining these restrictions yields:
- Domain of z(t): (5,∞)
Finding the Intersection
Now, we intersect the three individual domains to find where all components are simultaneously defined:
t≥−2
t=−3
t>5
Since any value of t that is strictly greater than 5 automatically satisfies t≥−2 and t=−3, the restriction t>5 dictates the overall domain.
Final Answer
Inequality Notation: t>5
Interval Notation: (5,∞)
Desmos Plotting Tip
To plot this 3D vector-valued function in Desmos (specifically using the Desmos 3D Grapher), you can input the curve using the parameter t exactly as written:
Plaintext
r(t) = (sqrt(t+2), -9/(t+3), -7/sqrt(t-5))
Be sure to set the parameter bounds for t starting from just above 5 (e.g., 5 < t < 15) to see the curve render correctly!
Active Practice Problem
Determine the domain and plot using Desmos:
Workspace
Solution
Problem Statement
Determine the domain of the vector-valued function:
Step-by-Step Solution
To find the domain of this vector-valued function, we find the domain of each component independently and then determine where they intersect.
1. Analyze the x-component: x(t)=3t−4
- The expression inside the square root must be greater than or equal to zero.
3t−4≥0⟹3t≥4⟹t≥34
- Domain of x(t): [34,∞)
2. Analyze the y-component: y(t)=t+7
- The expression inside the square root must be greater than or equal to zero.
t+7≥0⟹t≥−7
- Domain of y(t): [−7,∞)
3. Analyze the z-component: z(t)=t−16
- The denominator cannot equal zero.
t−1=0⟹t=1
- Domain of z(t): (−∞,1)∪(1,∞)
Finding the Intersection
Now, find the interval where all three conditions are satisfied at the same time:
- t≥34 (which is approximately 1.33)
- t≥−7
- t=1
- Looking at the first condition (t≥34), any value in this range is automatically greater than −7.
- Furthermore, since 34>1, the restriction t=1 is already excluded automatically because 1 is strictly less than 34.
Therefore, the condition t≥34 is the limiting restriction that satisfies all components.
Final Answer
- Inequality Notation: t≥34
- Interval Notation: [34,∞)
Extra Practice & Extensions
Refer to the 'Core Theory' tab or review the Worked Example demonstration for this skill.
📅 Regroup 1
- Review common misconceptions and clarify key notations.
Skill Block 2
Explanations and derivations of the core concepts.
Worked Example
Find the derivative of the vector valued function and the principal unit tangent vector:
💡 Reveal Worked Solution
Problem Statement
Find the derivative of the vector-valued function and the principal unit tangent vector:
Part 1: Find the Derivative r′(t)
To find the derivative of a vector-valued function, differentiate each component with respect to t individually using the power rule:
- i^-component: dtd[−t]=−1
- j^-component: dtd[−t4]=−4t3
- k^-component: dtd[−6t2]=−12t
Part 2: Find the Principal Unit Tangent Vector T^(t)
The principal unit tangent vector is found by dividing the tangent vector r′(t) by its magnitude ∣r′(t)∣:
1. Calculate the Magnitude ∣r′(t)∣:
Rearranging the terms in standard descending order:
2. Divide r′(t) by its magnitude:
Final Answer
Derivative:
r′(t)=−i^−4t3j^−12tk^Principal Unit Tangent Vector:
T^(t)=16t6+144t2+1−1i^−16t6+144t2+14t3j^−16t6+144t2+112tk^
Active Practice Problem
Given r(t)=−6t3i^−3t7j^−t4−3k^ and f(t)=4t, calculate:
- dtd[r(t)]
- dtd[r(f(t))]
Workspace
Solution
Problem Statement
Given r(t)=−6t3i^−3t7j^−t4−3k^ and f(t)=4t, calculate:
- dtd[r(t)]
- dtd[r(f(t))]
Step-by-Step Solution
First, let's rewrite the given vector-valued function r(t) and scalar function f(t) in simplified power form to make differentiation easier:
Part 1: Calculate dtd[r(t)]
To find the derivative, use the power rule on each component individually:
- i^-component: dtd[−6t3]=−18t2
- j^-component: dtd[−3t7]=−21t6
- k^-component: dtd[3t−4]=−12t−5=−t512
Part 2: Calculate dtd[r(f(t))]
There are two common methods to solve this: by substitution first, or by using the Vector Chain Rule. Let's use Method 1: Direct Substitution as it is often simpler.
Step 1: Substitute f(t)=t1/4 into r(t)
Step 2: Differentiate with respect to t Now, apply the power rule to each component of this composite vector function:
- i^-component: dtd[−6t3/4]=−6⋅43t−1/4=−29t−1/4
- j^-component: dtd[−3t7/4]=−3⋅47t3/4=−421t3/4
- k^-component: dtd[3t−1]=3⋅(−1)t−2=−3t−2
Final Answers
- dtd[r(t)]=−18t2i^−21t6j^−t512k^
- dtd[r(f(t))]=−2t1/49i^−421t3/4j^−t23k^
Extra Practice & Extensions
- Find the acceleration of the car, a(t). Hint: acceleration is the derivative of velocity with respect to time.
- Find the acceleration and principal unit tangent vector at t=20 s.
Refer to the 'Core Theory' tab or review the Worked Example demonstration for this skill.
📅 Regroup 2
- Reflect on the physical modeling applications and mathematical setups.
Skill Block 3
Explanations and derivations of the core concepts.
Worked Example
Evaluate the indefinite integral:
💡 Reveal Worked Solution
Problem Statement
Evaluate the indefinite integral:
To integrate a vector-valued function, integrate each component function independently with respect to t. Remember to include a constant of integration for each component, which can ultimately be combined into a single constant vector C.
1. Integrate the x-component: f(t)=5cos(7t)
Using u-substitution where u=7t and du=7dt:
2. Integrate the y-component: g(t)=3cos(4t)
Similarly, using u-substitution where u=4t and du=4dt:
3. Integrate the z-component: h(t)=t−9
Using the standard logarithmic integration rule ∫t1dt=ln∣t∣:
Combining the Components
We can write out the final vector in standard component form, merging the individual integration constants (C1,C2,C3) into a single constant vector C=⟨C1,C2,C3⟩:
Final Answer
Active Practice Problem
Given that an object has a velocity of v(t)=[3ti^,t+21j^,e8tk^] ft/s:
- Use an indefinite integral to find the displacement vector of the object.
- Use a definite integral to find the displacement vector of the object over the interval 1≤t≤5.
Refer to the 'Core Theory' tab or review the Worked Example demonstration for this skill.
Step-by-Step Execution
Problem Statement
Given that an object has a velocity of v(t)=[3ti^,t+21j^,e8tk^] ft/s:
- Use an indefinite integral to find the displacement vector of the object.
- Use a definite integral to find the displacement vector of the object over the interval 1≤t≤5.
To find the displacement vector from a velocity vector function, we integrate each component function independently. For easier integration, rewrite the velocity function using fractional exponents:
Part 1: Indefinite Integral for Displacement Vector r(t)
Integrate each component individually with respect to t:
i^-component: Use the power rule (∫tndt=n+1tn+1):
∫t1/3dt=4/3t4/3=43t4/3+C1j^-component: Use the standard logarithmic rule:
∫t+21dt=ln∣t+2∣+C2k^-component: Use the exponential rule (∫eatdt=a1eat):
∫e8tdt=81e8t+C3
Combine the components and merge the constants C1,C2,C3 into a single constant vector C:
Part 2: Definite Integral over the Interval 1≤t≤5
To find the total displacement over the time interval [1,5], evaluate the definite integral component-by-component using the antiderivatives found above:
1. Evaluate the i^-component:
2. Evaluate the j^-component:
3. Evaluate the k^-component:
Combine the components into the final displacement vector:
Final Answers
Indefinite Integral Vector:
r(t)=(43t4/3)i^+(ln∣t+2∣)j^+(81e8t)k^+CDefinite Integral (Exact Value):
Δr=[43(54/3−1)]i^+[ln(37)]j^+[81(e40−e8)]k^
📅 Regroup 3
- Verify calculations and mathematical reasoning.
📅 Synthesis Wrap-up
- Core takeaways from Session 05 and overview of homework homework assignment: Vector-Valued Functions and Space Curves Calculus of Vector-Valued Functions.