章节大纲

  • You may recall hearing about Becca and her Track and Field competition in a prior concept. Her boyfriend had been recording on her laptop the position signals from the GPS transmitter Becca was wearing during her race. She was using a laptop program she had written to process the once per second GPS position signals so she could determine how far she had run at time during the race. These  distance  and time points were plotted on her laptop. She had created a program that also gave her a mathematical model of her distance so that she could take the derivative of the math function at any time point to get her “instantaneous” speed.
    ::你可能记得以前听说过贝卡及其轨道和田径比赛的情况。 她的男朋友在她的笔记本电脑上记录了在比赛期间GPS发射机Becca所穿戴的定位信号。 她正在使用一个笔记本电脑程序处理每秒一次的GPS位置信号,以便她能够确定自己在比赛期间的运行速度。 这些距离和时间点是在她的笔记本电脑上绘制的。 她创建了一个程序,也给了她一个距离的数学模型,以便她能够随时提取数学函数的衍生物,以获得她的“即时”速度。

    What if, instead of just finding her speed at any time during the race, she wanted to find her  acceleration ? How would that be done?
    ::万一她不想在赛跑中找到速度 反而想找加速度呢?

    Higher Order Derivatives
    ::高级命令衍生物

    If the function  f  has a derivative  f  that is differentiable, then the derivative of  f , denoted by  f  is called the second derivative of  f . We can continue the process of differentiating   and obtain third, fourth, fifth and higher derivatives of  f . They are denoted as shown below:
    ::如果函数 f 的衍生物 f 不同,那么 f 的衍生物f 即 f 的第二个衍生物。 我们可以继续区分并获得 f 的第三、第四、第五和更高衍生物。

    Notations for Higher Order Derivatives
    1st 2nd 3rd 4th n th order
    f f f f ( 4 ) %7D"> f ( n )
    y y y y ( 4 ) %7D"> y ( n )
    d y d x d 2 y d x 2 d 3 y d x 3 d 4 y d x 4 d n y d x n

    D x y
    D x 2 y D x 3 y D x 4 y D x n y

    Given  f ( x ) = 2 x 2 4 x 1 . What is  f ( x ) ?
    ::给定 f ( x) = - 2 x 2 - 4 x - 1 。 F = = ( x) = = = 2 x 2 - 4 x - 1。

    Recall that  f ( x )  means “The second derivative of  f ( x ) ”, or “The derivative of the derivative of  f ( x ) ”. The function  f ( x )  must be differentiated twice as follows:
    ::回顾f {______________________________(xx)系指“f(x)的第二个衍生物”或“f(x)的衍生物”。

    f ( x ) = d d x ( 2 x 2 4 x 1 ) Determine the   1 st   derivate . = 4 x 4 f ( x ) = d d x ( 4 x 4 ) Determine the   2 nd   derivate . = 4

    Therefore,  f ( x ) = 4
    ::因此, f = = = = = 4

    Examples 
    ::实例

    Example 1
    ::例1

    Earlier, you were asked about Becca would find her acceleration. Since Becca has already created a program to calculate her instantaneous speed at a given point on the track by finding the derivative of the mathematical model to her GPS position data, she could then take the derivative of that function, the second derivative, to find her instantaneous acceleration at the same point in the race.
    ::早些时候,有人问你贝卡会发现她的加速度。因为贝卡已经建立了一个程序,通过将数学模型的衍生物找到GPS位置数据,计算她在轨道上某一点的瞬时速度,因此她可以选择该函数的衍生物,即第二个衍生物,在比赛的同一点找到她的瞬时加速度。

    By finding her instantaneous speed and acceleration at different points in the race, she can learn a lot about her performance during the race, and hopefully target areas she needs to work on to improve her overall success.
    ::通过在赛事的不同点找到她的即时速度和加速度, 她可以了解她比赛期间的成绩, 希望能针对她需要努力的领域, 以提高她的总体成功率。

    Example 2
    ::例2

    Given  f ( x ) = ( x 4 4 x 3 5 x 2 + 3 ) . Find  f ( x )  when  x = 3 .
    ::给定 f ( x) = ( - x 4 - 4 x 3 - 5 x 2 + 3) , 当 x = 3 时查找 f ' ( x) = 3 。

    Again, the function  f ( x )  must be differentiated twice; then the 2 nd  derivative must be evaluated:
    ::同样,函数f(x)必须两次区分;然后必须评价第2项衍生物:

    f ( x ) = d d x ( x 4 4 x 3 5 x 2 + 3 ) Determine the   1 st   derivate . = 4 x 3 12 x 2 10 x f ( x ) = d d x ( 4 x 3 12 x 2 10 x ) Determine the   2 nd   derivate . = 12 x 2 24 x 10 f ( 3 ) = 12 ( 3 ) 2 24 ( 3 ) 10 Evaluate the   2 nd   derivate = 190

    Therefore,  f ( 3 ) = 190 .
    ::因此,f __________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________

    Example 3
    ::例3

    Show that  y = x 3 + 3 x + 2  satisfies the  differential equation   y + x y 2 y = 0 .
    ::显示 y = x 3 + 3 x + 2 满足差分方程 y = + + x y = 0。

    We need to obtain the first, second, and third derivatives and substitute them into the differential equation to check for equality.
    ::我们需要获得第一、二和三等衍生物,并用它们来取代差异方程,以保障平等。

    y = x 3 + 3 x + 2 y = 3 x 2 + 3 y = 6 x y = 6.

    Substituting,
    ::以物配主者,

    y + x y 2 y = 6 + x ( 6 x ) 2 ( 3 x 2 + 3 ) = 6 + 6 x 2 6 x 2 6 = 0

    which satisfies the equation.
    ::这满足了等式。

    Example 4
    ::例4

    Find the fifth derivative of  f ( x ) = 2 x 4 3 x 3 + 5 x 2 x 1 .
    ::查找 f ( x) = 2 x 4 - 3 x 3 + 5 x 2 - x 1 的第五种衍生物。

    To find the fifth derivative, we must first find the first, second, third, and fourth derivatives as follows:
    ::为了找到第五个衍生物,我们必须首先找到第一、第二、第三和第四个衍生物如下:

    1. f ( x ) = 8 x 3 9 x 2 + 10 x 1
      ::f = (xx) = 8 x 3 - 9 x 2 + 10 x - 1
    2. f ( 2 ) ( x ) = 24 x 2 18 x + 10
      :伤心f) 2) (x) = 24 x 2 - 18 x + 10
    3. f ( 3 ) ( x ) = 48 x 18
      :伤心f) 3) (x) = 48 x - 18
    4. f ( 4 ) ( x ) = 48
      :伤心f) 4) (x) = 48
    5. f ( 5 ) ( x ) = 0
      :伤心f) 5) (x) = 0

    Review
    ::回顾

    1. Given:  v ( x ) = 4 x 3 + 3 x 2 + 2 x + 3 . What is  v ( x ) ?
      :伤心x)= - 4 x 3 + 3 x 2 + 2 x + 3。
    2. Given:  m ( x ) = x 2 + 5 x . What is  m ( x ) ?
      ::百分比: m (x) = x 2 + 5 x. m = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
    3. Given:  d ( x ) = 3 x 4 e x . What is  d ( x ) ?
      ::d (x)= 3 x 4 e x 。 d = (x) = 3 x 4 e x 。
    4. Given:  t ( x ) = 2 x 5 sin ( x ) . What is  d 2 t d x 2 ?
      ::给出: t (x) = - 2 x 5 罪 * (x) 。 d 2 t d x 2 是什么?
    5. Given:  y ( x ) = 3 x 5 e x .  What is  d 2 d x 2 ?  
      ::说明:y(x) = 3 x 5 e x. d 2 d x 2是什么?
    6. Find  d 3 y d x 3 | x = 1 , where  y = 2 x 3 .
      ::查找 d 3 y d x 3 x = 1, 其中y = 2 x 3 。
    7. Suppose  u ( 0 ) = 98  and  ( u q ) ( 0 ) = 7 . Find  q ( 0 )  assuming  u ( 0 ) = 0 ?
      ::假设 `( 0 ) = 98 和 ( u q ) = 7。 发现 q ( 0 ) = 7 。 假设 u ( 0 ) = 0 = 0 ?
    8. Given:  b ( x ) = x 2 5 x + 4 5 x + 2 . What is:  b ( 2 ) ?
      ::b (x) = x 2 = 5 x + 4 = 5 x + 5 x + 2 。
    9. Given:  m ( x ) = e x 3 x + 4 . What is  d m d x ?
      ::说明: m (x) = e x 3 x + 4。 d m d x 是什么?
    10. What is  d d x sin ( x ) x 4 ?
      ::什么是 d x 罪 ? ( x) x 4 ?
    11. Given  q ( x ) = x sin ( x ) . What is  q ( x ) = x sin ( x ) ?
      ::给定 q ( x) = x sin ( x ) 。 什么是 q ( x) = x sin ( x ) ?
    12. The position of a certain nano particle can be approximated by the function  t 3 + t . What function gives the acceleration of the particle?
      ::某个纳米粒子的位置可以被函数 t 3 + t 近似。什么函数使粒子加速?
    13. The position of a car is given by the function  sin ( t ) + 3 t 2 . Is the car accelerating or decelerating?
      ::汽车的位置是由功能罪 + 3 t 2 赋予的。 汽车在加速还是减速?
    14. The position of a velociraptor chasing a triceratops is given by the function  cos ( t ) . Is the raptor experiencing positive or negative jerk at  t = 3 π 2 ?
      ::追逐三角龙的迅猛龙的位置由函数 cos (- t) 给出。 迅猛龙在 t = 3 2 时是否正或负的混蛋?
    15. The position of the moon is night sky given by the following function of time:  1 12 t 4 3 6 t 3 5 t 2 + π π . Name a time when the moon is experiencing no acceleration at all.
      ::月亮的位置是夜空,由以下时间函数给定: 1 12 t 4 - 3 6 t 3 - 5 t 2 + + + + + + + 。 请指出月球完全没有加速度的时间 。
    16. What is the maximum number of times one would have to differentiate a  N -degree polynomial before the derivative becomes zero?
      ::在衍生物变成零之前,一个人必须区分N度多元度的最大次数是多少?