Some of my calc 3 notes. Some equations might not show on mobile.
13.1 Vector-Valued Functions
Vector-Valued Functions
r(t) is a vector that points from the origin to a particles path at a time t
r(t)=⟨x(t),y(t),z(t)⟩=x(t)i+y(t)j+z(t)k
In the equation above, variable t is a parameter as t is often representative of time
x(t), y(t) and z(t) are the components or coordinate functions
r(t) is referred to as the vector parametrization of a path
Example :: Path vs. Curve:
Describe the path r(t)=⟨cos(t),sin(t),1⟩,−∞<t<∞
Notice z is a constant and cos and sin in x and y respectively. This can be noted that it will form a circle at the height of z=1
Plane Curve
A line in R2
Space Curve
Definition: A line (curve) in R3
Example :: Projecting from (R3) onto (R2):
Describe the curve traced by r(t)=⟨cos(t),sin(t),t⟩,t≤0 for in terms of its projections onto the coordinate planes
Onto xy-plane: set z=0; r(t)=⟨cos(t),sin(t),0⟩,t≤0 = Circle
Onto xz-plane: set y=0; r(t)=⟨cos(t),0,t⟩,t≤0 = Swirl
Onto yz-plane: set x=0; r(t)=⟨0,sin(t),t⟩,t≤0 = Swirl
Example :: Find point on parametrization:
r(4) will get us the proper x, therefore I will plug 4 into all values of t
r(4)=(1+4,2+42,44)=(5,18,256) therefore point P does lie on the line
Example :: Find circular parametrization:
Select the correct sine and cosine parametrization r(t) of the intersection of the surfaces x2+y2=16 and z=3x2
Knowing we are building a circle based on equation x2+y2=R2 we can assume the equation w/ the radius x=4cos(t),y=4sin(t) meaning we can write the equation as r(t)=⟨4cos(t),4sin(t),z⟩
We also know z=3x2, therefore we replace z with this equation getting
r(t)=⟨4cos(t),4sin(t),3x2⟩
r(t)=⟨4cos(t),4sin(t),48cos2(t)⟩
Example :: Finding plane using parametrizations:
Let C the curve be parameterized by r(t)=⟨t2−1,t−2t2,4−6t⟩. Evaluate r(t) at t=0, t=1, and t=3.
v1=r(0)=⟨−1,0,4⟩
v2=r(1)=⟨0,−1,−2⟩
v3=r(3)=⟨8,−15,−14⟩
Find an equation for the plane containing r at t=0, t=1, and t=3.
Find a point P0 where that I can multiply by the orthogonal vector using the equation n⋅P0
Find the vectors connecting the points of v1,v2,v3 as shown above
v1=(0,−1,−2)−(−1,0,4)=⟨1,−1,−6⟩
v2=(8,−15,−14)−(−1,0,4)=⟨9,−15,−18⟩
Find the orthogonal vector through the cross product
Determine whether r1(t)=⟨t2+2,t+1,5t−1⟩ and r2(t)=⟨3t,2t−2,t2−6⟩ collide or intersect
They collide if r1(t)=r2(t) where a value of t exists
t+1=2t−2 equals t=3 but when plugged in doesn’t equal out
If they don’t collide, they can still intersect. We can find this out if we set r1(s)=r2(t) which implies t=1 and s=−1, which satisfies the equations meaning the equations intersect, but don’t collide at the same moment
The intersection of the plane y=2 with the sphere x2+y2+z2=104
To find this we must plug the values into the equation, and since we know y has a radius of 2 we can create the equation x2+22+z2=104 where x2+z2=100
A vector-valued function r(t) approaches the limit u (a vector) as t approaches t0 if limt→t0∣∣r(t)−u∣∣=0 In this case, we write… t→t0limr(t)=u
Theorem 1: Vector-valued Limits are Computed Component-wise
A vector-valued function r(t)=⟨x(t),y(t),z(t)⟩ approaches a limit as t→t0 if and only if each component approaches a limit t→t0limr(t)=⟨t→t0limx(t),t→t0limy(t),t→t0limz(t)⟩
Example :: Taking the limit of a vector-value function
Calculate limt→3r(t)),where(r(t)=⟨t2,1−t,t−1⟩
Take the limit of each item individually as shown in… limt→t0r(t)=⟨limt→t0x(t),limt→t0y(t),limt→t0z(t)⟩
A vector-value function is continuous if… t→t0limr(t)=t(t0) Derivative of Theorem 1: r(t) is continuous at t0 if and only if the components x(t),y(t),z(t) are continuous at t0 r′(t)=dtdr(t)=h→0limhr(t+h)−r(t) h→0limhr(t+h)−r(t)=h→0lim⟨hx(t+h)−x(t),hy(t+h)−y(t),hz(t+h)−z(t)⟩
If the limit exists as shown above, (r(t)) is differentiable
Theorem 2: Vector-valued Derivatives are computed component-wise
A vector-valued function r(t)=⟨x(t),y(t),z(t)⟩ r′(t)=dtdr(t)=⟨x′(t),y′(t),z′(t)⟩
Example :: Derivative of vector-value function:
Compute the derivative of r(t)=⟨t,t4,t3⟩
Take the derivatives of each part separately… dtdr(t)=⟨1,4t3,3t2⟩ Calculate (r”(3)), where (r(t)= \langle ln(t), t, t^2 \rangle)
Solve for r”(t))::(r”(t)=dtd⟨−t−2,0,2⟩
Plug in r”(3)=⟨−1/9,0,2⟩
Differentiation Rules
Sum Rule: (r1(t)+r2(t))’=r1′(t)+r2′(t)
Constant Multiple Rule: For any constant c1(cr(t))’=cr′(t)
Scalar Product Rule: For any differentiable scalar-valued function (f_1) dtd(f(t)r(t))=f′(t)r(t)+f(t)r′(t)
Chain Rule: For any function of (g), dtdr(g(t))=r′(g(t))g′(t)
Example :: Using differentiation rules to solve vector-valued problems:
Let r(t)=⟨t2,yt,1⟩ and (f(t)=e^{3t}) Calculate:
dtdf(t)r(t) :: Using scalar product rule f′(t)r(t)+f(t)r′(t)
Plug in for values of (c) and t: r(3)+r(0)=⟨9(3)2+((3)+1)11+1,(3)2−4(3)+13⟩=⟨4339,10⟩
=⟨23−22,1675π2−163π2,163π2+4−16π2+8⟩
Fundamental Theorem of Calculus for Vector-valued functions
Part 1: If r(t) is continuous on [a,b], and R(t) is an anti-derivative of r(t), then… ∫abr(t)dt=R(b)−R(a) Part 2: Assume that r(t) is continuous on an open interval (I) and let (a) be in (I), then… dtd∫atr(s)ds=r(t)
13.3 Arc Length and Speed
Arc Length
Assuming that r′(t) exists and is a continuous function, then we can calculate length of r over an interval s=∫ab∣∣r′(t)∣∣dt=∫abx′(t)2+y′(t)2+z′(t)2
Example :: Length of a vector
Find the arc length s of the helix given by r(t)=⟨cos3t,sin3t,3t⟩ for 0≤t≤2π
Calculate the derivative of each component in the equation r′(t)=⟨−3sin3t,3cos3t,3⟩
Square each component of (r'(t)) and add them r′(t)2=9sin23t+9cos3t+9=9(sin23t+cos23t)+9=18
Take the integral s=∫02π∣∣r′(t)∣∣dt=∫02π18dt=62π Compute the length of the curve (𝐫(𝑡)=⟨−8𝑡,5𝑡+6,−5𝑡−2⟩) over the interval (0≤𝑡≤5).
Calculate the derivative of each component r′(t)=⟨−8,5,−5⟩
Square each component, add them and then take the square root ∣∣r′(t)∣∣=(−8)2+52+(−5)2=114
Integrate over the range
s=∫05114dt=114t∣05=5114
Compute the length of the curve (𝐫(𝑡)=⟨2𝑡,ln(𝑡),𝑡^2⟩) over the interval (1≤𝑡≤3).
Calculate the derivative of each component r′(t)=⟨2,t1,2t⟩
Square each component, add them and then take the square root ∣∣r′(t)∣∣=(2)2+(t1)2+(2t)2=4+t21+4t2
Compute the length of the curve r(t)=5ti+9tj+(6t2−9)k over the interval 0≤t≤2
Find the derivative of each compontent of r(t) r′(t)=5i+9j+(12t)k
Find the length ∣∣r′(t)∣∣=52+92+(12t)2=25+81+144t2=106+144t2
Integrate over the interval ∫02106+144t2=106+144t2t∣02=106+144(2)2−106+02=682−106=15.819
Speed of a arc length function
s(t)=dtds=∣∣r′(t)∣∣
Example :: Speed of an arc length function
Find the speed over the path r(t)=⟨et−4,−7,4t−1⟩ at t=4; or v(4)
Find the derivative of each compontent r′(t)=⟨et−4,0,−4t−2⟩
Find the length ∣∣r′(t)∣∣=v(t)=e2t−8+16t−4
Plug in (t=4) e2(4)−8+16(4)−4=1+1/16
Arc Length Parametrization
Note: parametrizations of a curve are often not unique, as shown in r1(t)=⟨t,t2⟩ is equal to r2(u)=⟨u3,u6⟩ ∣∣r′(s)∣∣=1for all s 3 properties of acr length parametrization:
Every velocity vector r′(s) has length equal to 1
The arc length of the curve that is traced over any interval [a,b] is equal to b−a, the length of the interval: distance traveled over [a,b]=∫ab∣∣r′(s)∣∣ds=∫ab1dt=b−a
The parameter s corresponds to the arc length of the curve that is traced from the starting point, thus the name arc length parametrization
Finding the arc length parametrization
Note: Start with any parametrization r(t) such that r′(t)=0 for all t.
Form the arc length integral s=g(t)=∫0t∣∣r′(u)∣∣du
Determine the inverse of g(t)
Note that because ∣∣r′(t)∣∣=0,s=g(t) is an increasing function, and g has an inverse t=g−1(s)
Take the new parametrization to find the arc length parametrization r1(s)=r(g−1(s))
Example :: Finding the arc length parametrization:
Find the parametrization r(t)=⟨13cos(t),13sin(t),2π33t⟩ of the helix.
First, calculate the arc length function ∣∣r′(t)∣∣=169sin2(t)+169cos2(t)+4π2332=169+4π21089 ∫0t169+4π21089=169+4π21089t
Find the inverse of the arc length function s=169+4π21089t;t=169+4π21089s
Substitute our new t into the original parametrization gives us the arc length parametrization r(169+4π21089s)=⟨13cos(169+4π21089s),13sin(169+4π21089s),2π33(169+4π21089s)⟩
To verify the answer, see if your new equation equals 1, but I don’t care to do that
13.5 Motion in 3-Space
Velocity vector is the derivative: v(t)=r′(t)=h→0limhr(t+h)−r(t) Acceleration vector is the 2nd derivative: a(t)=r”(t)
Theorem 1: Tangential and Normal Components of Acceleration
In the decomposition a=aTT+aNN, we have aT=a⋅T=∣∣v∣∣a⋅v,aN=a⋅N=∣∣a∣∣2−∣aT∣2 and… aTT=(v⋅va⋅v)v,aNN=a−aTT=a−(v⋅va⋅v)v
Example :: The decomposition of a(t):
Find the decomposition of a(t) where aTT+aNN into tangential and normal components for r(t)=⟨5t,3t2,3t3⟩ at t=2
Solve for a using double derivative to get to a(t) v(t)=⟨5,6t,9t2⟩;a(t)=⟨0,6,18t⟩
Solve for T at (t=2) v(2)=⟨5,12,36⟩,a(2)=⟨0,6,36⟩ T=∣∣v∣∣v=52+122+362⟨5,12,36⟩=1465⟨5,12,36⟩
Solve for aT aT=a⋅T=⟨0,6,36⟩⋅⟨14655,146512,146536⟩=1465⟨72,362⟩=146593,312
Solve for aTT aTT=aT⋅T=146593,312⋅1465⟨5,12,36⟩=⟨63.694,764.33,2,292.991⟩
Solve for aNN: aNN=a−aTT=⟨0,6,36⟩−⟨63.694,764.33,2,292.991⟩=⟨63.694,758.33,2,256.991⟩
Solve for aNN ∣∣⟨63.694,758.33,2,256.991⟩∣∣=2,381.833
Homework 4
The position of a particle after t seconds is given by r(t)=⟨t2,4t,4lnt⟩ for t≥1
Calculate the position, velocity, and acceleration of the particle when t=1 1.1. position: r(1)=⟨12,4(1),4ln(1)⟩=⟨1,4,0⟩ 1.2. Velocity: (r'(t)= \langle 2t, 4, \frac{4}{t} \rangle) r′(1)=⟨2(1),4,14⟩=⟨2,4,4⟩ 1.3. Acceleration: (r”(t)= \langle 2, 0, -\frac{4}{t^2} \rangle) r”(t)=⟨2,0,−4⟩
Calculate the total distance traveled by the particle from t=1 to t=e 2.1. Area under the graph (distance): ∫ab∣∣r′(t)∣∣ ∣∣r′(t)∣∣=⟨(2t)2+42+(t4)2⟩=4t2+16+t216 4t2+16+t216=t24t4+16t2+16=t24(t2+2)2=t2(t2+2) 2.2. Integrate: 2∫1ett2+2=2(∫1et+∫1et2)=t2+4lnt∣1e 2.3. Solve:
t2+4lnt∣1e=e2+4lne−12+4ln1=e2+4−1=e2+3
A scientist with a jetpack starts at (t = 0) at the position (2,5,1) and flies with a velocity function of v(t)=⟨2t−3,4t,6e−2t⟩, in m/s. He flies for 2 seconds before…
Find a formula for the scientist’s position as a function of time 1.1. ∫v(t)=r(t) ∫v(t)=⟨t2−3t+2,2t2+5,−3e−t2+4⟩
At what position does the scientist end up after the 2 seconds? 2.1. Plug in for t=2 r(2)=⟨22−3(2)+2,2(2)2+5,−3e−(2)2+4⟩=v(t)=⟨0,13,−3e−4+4⟩
What is the scientist’s velocity vector when (t = 2)? 3.1. Solve for the equation given:
v(2)=⟨2(2)−3,4(2),6e−2(2)⟩=⟨1,8,6e−4⟩
Oh no! After the 2 seconds, the jetpack ran out of fuel and the scientist begins to fall. The scientist is now only affected by the acceleration due to gravity (which we approximate as (a = \langle 0, 0, −10 \rangle) ).
Get a formula for the path the scientist takes as they fall. Use answers to parts (b) and (c) of the previous problem as conditions for the velocity and acceleration when t=2.
FINISH!! (Never finished)
— A roller coaster is going along a path. Wheeee! At a certain time t0 sec, the roller coaster has position (in m) r(t0)=〈5,2,13〉, velocity (in m/s) v(t0)=〈−2,3,2〉 and acceleration (in (m/s^2)) a(t0)=〈7,−3,5〉.
What is the speed of the roller coaster at this time (t0) 1.1. Find the length of the velocity vector to find speed ∣∣v(t0)∣∣=(−2)2+32+22=17m/s
Was the roller coaster speeding up or slowing down? 2.1. Why is the roller coaster slowing down
Approximate the position of the roller coaster a quarter of a second later 3.1. Multiply the velocity by 1/4
[P] A second roller coaster follows the curve R defined by the following system of equations:
Give a parametrization for the path the roller coaster takes 1.1. Solve for x and y. Since (x^2 + y^2), this means our shape is a circle giving us cos and sin for the first two components r(t)=⟨10cost,10sint,10cos2t⟩0≤t≤2π
During which parts of the track is the roller coaster going uphill? 2.1 Thinking in terms of cos being graphed, we can assume that from (0 \le t \le \frac{\pi}{2}) and (\pi \le t\frac{3\pi}{2})
[C] Set up an integral to compute the length of the roller coaster track. Then use a computer to evaluate the integral; give your answer to 3 decimal places. 3.1. (\int^{2\pi}_0||r(t)||) HELP ∣∣r′(t)∣∣=100sin2(t)+100cos2(t)+100sin4(2t)=73.0506
Consider the (continuous) function which has some values given by the following table (the horizontal axis is the x-axis and the vertical axis is the y-axis):
What is the value of f(2.5,4.1)?
ANS: 96
Approximate the value of f(2.6,4.1).
(296⋅93)≈94.5
What is the average rate of change of f moving from the point (2.5,4.1) to (2.5,4.3)?
ΔxΔy=0.24=20
What is the average rate of change of f moving from the point (2.3,3.9) to (2.7,4.1)?
ΔxΔy=0.42+0.2293−86=0.44727≈15.65
Consider the function f(x,y)=x2+y2. What does the graph of this function look like?
A cone when translated to z=x2+y2
Give a parametrization for the line y=2x+3 and plug the parametrization into f. What is the relationship between f(x,y) and f(t)?