VECTOR-VALUED FUNCTIONS MATH 200 MAIN QUESTIONS FOR TODAY Whats a - - PowerPoint PPT Presentation

vector valued functions
SMART_READER_LITE
LIVE PREVIEW

VECTOR-VALUED FUNCTIONS MATH 200 MAIN QUESTIONS FOR TODAY Whats a - - PowerPoint PPT Presentation

MATH 200 WEEK 3 - WEDNESDAY VECTOR-VALUED FUNCTIONS MATH 200 MAIN QUESTIONS FOR TODAY Whats 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


slide-1
SLIDE 1

VECTOR-VALUED FUNCTIONS

MATH 200 WEEK 3 - WEDNESDAY

slide-2
SLIDE 2

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?

slide-3
SLIDE 3

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>

slide-4
SLIDE 4

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

slide-5
SLIDE 5

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

slide-6
SLIDE 6

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

slide-7
SLIDE 7

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>

slide-8
SLIDE 8

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.

slide-9
SLIDE 9

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)

slide-10
SLIDE 10

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

slide-11
SLIDE 11

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

slide-12
SLIDE 12

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

a

⃗ r(t) dt = b

a

x(t) dt, b

a

y(t), dt b

a

z(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

slide-13
SLIDE 13

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, et + 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⟩