+ All Categories
Home > Documents > MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION...

MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION...

Date post: 08-May-2020
Category:
Upload: others
View: 4 times
Download: 0 times
Share this document with a friend
13
VECTOR-VALUED FUNCTIONS MATH 200 WEEK 3 - WEDNESDAY
Transcript
Page 1: MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION Since differentiation works with vector-valued functions, it stands to reason that

VECTOR-VALUED FUNCTIONS

MATH 200 WEEK 3 - WEDNESDAY

Page 2: MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION Since differentiation works with vector-valued functions, it stands to reason that

MATH 200

MAIN QUESTIONS FOR TODAY

▸ What’s a vector valued function?

▸ How do we find the domain of a vector valued function?

▸ How do we compute the derivative of a vector-valued function?

▸ Do the derivative rules from calc 1 (e.g. the product rule) still apply?

▸ How do we integrate vector-valued functions?

Page 3: MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION Since differentiation works with vector-valued functions, it stands to reason that

MATH 200

VECTOR-VALUED FUNCTIONS▸ A vector-valued functions has scalars as input and vectors

as output.

▸ Domain: Scalars

▸ Range: Vectors

▸ E.g.

▸ r(t) = <3t, t2, t3+1>

▸ r(t) = <cos(t), sin(t), t>

▸ r(t) = <ln(t), 1, t2>

Page 4: MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION Since differentiation works with vector-valued functions, it stands to reason that

MATH 200

IT’S PERFECTLY FINE TO JUST THINK OF THIS AS A DIFFERENT WAY OF WRITING PARAMETRIC EQUATIONS

r⃗(t) = ⟨3t2, t3 − 1, ln(t)⟩ =⇒

⎧⎪⎨

⎪⎩

x = 2t2

y = t3 − 1

z = ln(t)

…AND YOU CAN VISUALIZE THE CURVE AS BEING DRAWN OUT BY THE VECTORS YOU

GET WHEN YOU PLUG IN VARIOUS T VALUES

Page 5: MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION Since differentiation works with vector-valued functions, it stands to reason that

MATH 200

DOMAIN▸ Domain: the set of allowable inputs for a given function.

▸ Natural vs. Given Domain

▸ Sometimes, we’re given the domain for a function.

▸ e.g. r(t) = <cos(t),sin(t),1>, 0<t<π/4

▸ Other times, we aren’t given the domain and we have to figure out what domain makes sense (or is a natural choice)

▸ e.g. r(t) = <ln(t), t + 1, et>

▸ Looking at the components one at a time, we can say that the domain is t>0

Page 6: MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION Since differentiation works with vector-valued functions, it stands to reason that

MATH 200

DOMAIN EXAMPLES▸ Determine the (natural) domain for each of the following

vector valued functions. The easiest way to do so may be to figure out what needs to be omitted for each component.

1. �r(t) =

�1

t,�

t, 2t � 1

2. �r(t) =�ln(t), arcsin(t), 3

�(t)

3. �r(t) =

�1

t2 � 4, 4, t3

Page 7: MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION Since differentiation works with vector-valued functions, it stands to reason that

MATH 200

DERIVATIVES▸ Differentiating vector-valued functions is actually pretty

straightforward: we just differentiate each component

▸ E.g. r(t) = <3t2, ln(t), 4>

▸ r’(t) = <6t, 1/t, 0>

▸ For practice’s sake, compute the derivatives of the following vector-valued functions:

▸ r(t) = <sin(t), t3, 1 - t> r’(t) = <cos(t), 3t2, -t>

▸ r(t) = <2tcos(t), t2, t-1> r’(t) = <2cos(t) - 2tsin(t), 2t, 1>

Page 8: MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION Since differentiation works with vector-valued functions, it stands to reason that

MATH 200

TANGENT VECTORS▸ In calc 1, we use the derivative to find, among other things,

the slope of the tangent line to the original function.

▸ E.g. If I want the slope of the line tangent to f(x) = x2 at x=-1, I first find f’ and then plug in x=-1.

▸ f’(x) = 2x

▸ f’(-1) = -2

▸ So, the slope of the tangent line to f at x = -1 is 2

▸ Now, we have a vector-valued function as the derivative, so what do we do with that.

Page 9: MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION Since differentiation works with vector-valued functions, it stands to reason that

MATH 200

TANGENT VECTORS CONT.▸ Consider the function r(t) = <cos(t), sin(t), t>.

▸ Taking the derivative we get…

▸ r’(t) = <-sin(t), cos(t), 1>

▸ Let’s plug in a value for t, say π/2:

▸ r’(π/2) = <-1, 0, 1>

▸ What does this vector tell us?

▸ At t = π/2, we’re at r(π/2) = <0, 1, π/2>

▸ Let’s plot r’(π/2) = <-1, 0, 1> at (0, 1, π/2)

Page 10: MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION Since differentiation works with vector-valued functions, it stands to reason that

MATH 200

▸ The vector r’(π/2) is tangent to the curve at r(π/2)

▸ Now, find parametric equations for the line tangent to r at t=π/2

▸ Point: (0, 1, π/2)

▸ Vector: <-1, 0, 1>

L :

⎧⎪⎨

⎪⎩

x = −t

y = 1

z = π2 + t

Page 11: MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION Since differentiation works with vector-valued functions, it stands to reason that

MATH 200

EXAMPLE▸ Consider the vector-valued function r(t) = <3t-1,t2,ln(t-1)>

▸ Find parametric equations for the line tangent to r at the point (5,4,0)

▸ Express the line as a vector-valued function

Page 12: MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION Since differentiation works with vector-valued functions, it stands to reason that

MATH 200

INTEGRATION▸ Since differentiation works with vector-valued functions, it

stands to reason that anti-differentiation also works, and in the same way…

! b

ar⃗(t) dt =

"! b

ax(t) dt,

! b

ay(t), dt

! b

az(t) dt

#

WE JUST INTEGRATE TERM BY TERM▸ The interpretation isn’t quite the same as in calc 2…

▸ It’s not area under the curve anymore

▸ The interpretation is context-dependent

Page 13: MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONSdp399/math200/Slides/... · MATH 200 INTEGRATION Since differentiation works with vector-valued functions, it stands to reason that

MATH 200

INTEGRATION EXAMPLE▸ Suppose v(t)=<4t,et> is the velocity vector for some

particle moving along the plane.

▸ If the particle’s initial position (t=0) is (2,3), find its position function r(t)

�r(t) =

��v(t) dt

=

��4y dt,

�et dt

=�2t2 + C1, e

t + C2

r⃗(0) = ⟨2, 3⟩

�2(0)2 + C1, e0 + C2� = �2, 3�

�C1, 1 + C2� = �2, 3�

C1 = 2, C2 = 2

r⃗ = ⟨2t2 + 2, et + 2⟩


Recommended