If you're seeing this message, it means we're having trouble loading external resources on our website.

Jeżeli jesteś za filtrem sieci web, prosimy, upewnij się, że domeny *.kastatic.org i *.kasandbox.org są odblokowane.

Główna zawartość

Derivatives of vector-valued functions

How to compute, and more importantly how to interpret, the derivative of a function with a vector output.

Do czego zmierzamy

  • To take the derivative of a vector-valued function, take the derivative of each component:
    ddt[x(t)y(t)]=[x(t)y(t)]
  • If you interpret the initial function as giving the position of a particle as a function of time, the derivative gives the velocity vector of that particle as a function of time.

The derivative of a vector-valued function

Good news! Computing the derivative of a vector-valued​ function is nothing really new. As such, I'll keep this article pretty short. The main new takeaway is interpreting the vector derivative.

Dive in with an example

Let's start with a relatively simple vector-valued function s(t), with only two components,
s(t)=[2sin(t)2cos(t/3)t]
To take the derivative of s, just take the derivative of each component:
dsdt(t)=[ddt(2sin(t))ddt(2cos(t/3))t]=[2cos(t)2cos(t/3)23sin(t/3)t]
You might also write this derivative as s(t). This derivative is a new vector-valued function, with the same input t that s has, and whose output has the same number of dimensions.
More generally, if we write the components of s as x(t) and y(t), we write its derivative like this:
s(t)=[x(t)y(t)]

Derivative gives a velocity vector.

For the example above, how can we visualize what the derivative means? First, to visualize
s(t)=[2sin(t)2cos(t/3)t]
we note that the output has more dimensions than the input, so it is well-suited to be viewed as a parametric function.
Each point on the curve represents the tip of a vector [2sin(t0)2cos(t0/3)t0] for some specific number t0. For instance, when t0=2 we draw a vector to the point
s(2)=[2sin(2)2cos(2/3)2][1,8193,144]
Vector for s(2)
When we do this for all possible inputs t, the tips of the vectors s(t) will trace out a certain curve:
What do we get when we plug in some value of t, perhaps 2 again, to the derivative?
dsdt(2)=[2cos(2)2cos(2/3)23sin(2/3)2][0,8320,747]
This is also some two-dimensional vector.
Vector for dsdt(2)
It's hard to see what this derivative vector represents when it just sits at the origin, but if we shift it so that its tail sits on the tip of the vector s(2), it has a wonderful interpretation:
  • If s(t) represents the position of a traveling particle as a function of time, dsdt(t0) is the velocity vector of that particle at time t0.
    Derivative is a velocity vector tangent to the curve.
In particular, this means the direction of the vector is tangent to the curve, and its magnitude indicates the speed at which one travels along this curve as t increases at a constant rate (as time tends to do).
Concept Check: Suppose the position in two-dimensional space of a particle, as a function of time, is given by the function
s(t)=[t2t3]
Ile wynosi dsdt?
Wybierz 1 odpowiedź:

What is the speed of the particle at time t=3?
Wybierz 1 odpowiedź:

Podsumowanie

  • To take the derivative of a vector-valued function, take the derivative of each component.
  • If you interpret the initial function as giving the position of a particle as a function of time, the derivative gives the velocity vector of that particle as a function of time.

Chcesz dołączyć do dyskusji?

Na razie brak głosów w dyskusji
Rozumiesz angielski? Kliknij tutaj, aby zobaczyć więcej dyskusji na angielskiej wersji strony Khan Academy.