jagomart
digital resources
picture1_C2 Arclength


 157x       Filetype PDF       File size 0.25 MB       Source: sites.math.northwestern.edu


File: C2 Arclength
2 3 arc length parametric curves 57 2 3 arc length parametric curves 2 3 1 parametric curves a parametric curve can be thought of as the trajectory of a ...

icon picture PDF Filetype PDF | Posted on 27 Jan 2023 | 2 years ago
Partial capture of text on file.
                                     2.3. ARC LENGTH, PARAMETRIC CURVES             57
                                   2.3. Arc Length, Parametric Curves
                          2.3.1. Parametric Curves. A parametric curve can be thought
                       of as the trajectory of a point that moves trough the plane with coor-
                       dinates (x,y) = (f(t),g(t)), where f(t) and g(t) are functions of the
                       parameter t. For each value of t we get a point of the curve. Example:
                       Aparametric equation for a circle of radius 1 and center (0,0) is:
                                           x=cost,      y = sint.
                          The equations x = f(t), y = g(t) are called parametric equations.
                          Given a parametric curve, sometimes we can eliminate t and obtain
                       anequivalent non-parametric equation for the same curve. For instance
                       t can be eliminated from x = cost, y = sint by using the trigonometric
                                 2      2
                       relation cos t+sin t = 1, which yields the (non-parametric) equation
                       for a circle of radius 1 and center (0,0):
                                                  2   2
                                                x +y =1.
                          Example: Find a non-parametric equation for the following para-
                       metric curve:
                                               2
                                          x = t −2t,     y = t +1.
                          Answer: We eliminate t by isolating it from the second equation:
                                                 t = (y −1),
                       and plugging it in the first equation:
                                                     2
                                           x = (y −1) −2(y−1).
                       i.e.:
                                               x = y2 −4y +3,
                       which is a parabola with horizontal axis.
                          2.3.2. Arc Length. Here we describe how to find the length of a
                       smooth arc. A smooth arc is the graph of a continuous function whose
                       derivative is also continuous (so it does not have corner points).
                          If the arc is just a straight line between two points of coordinates
                       (x ,y ), (x ,y ), its length can be found by the Pythagorean theorem:
                         1 1    2  2            p
                                            L= (∆x)2+(∆y)2,
                       where ∆x = x2 −x1 and ∆y = y2 −y1.
                                             2.3. ARC LENGTH, PARAMETRIC CURVES                       58
                               More generally, we approximate the length of the arc by inscribing
                           a polygonal arc (made up of straight line segments) and adding up the
                           lengths of the segments. Assume that the arc is given by the parametric
                           functions x = f(x), y = g(x), a ≤ t ≤ b.
                               We divide the interval into n subintervals of equal length. The
                           corresponding points in the arc have coordinates (f(t ),g(t )), so two
                                                                                      i     i
                           consecutive points are separated by a distance equal to
                                               p                   2                   2
                                          L = [f(t)−f(t )] +[g(t)−g(t )] .
                                           i          i       i−1          i       i−1
                           Wehave ∆t = ti −ti−1 = (b−a)/n. On the other hand, by the mean
                           value theorem
                                                    f(                  ′ ∗
                                                      t ) − f(t   ) = f (t )∆t
                                                       i       i−1        i
                                                                        ′ ∗
                                                    g(t ) − f(t   ) = g (t )∆t
                                                       i       i−1        i
                           for some t∗ in [t    , t ]. Hence
                                      i      i−1  i
                                       p ′ ∗         2     ′ ∗     2   p ′ ∗ 2         ′  ∗ 2
                                 Li =    [f (x )∆t] +[g (t )∆t] =         [f (t )] + [g (t )] ∆t.
                                              i              i                 i          i
                           The total length of the arc is
                                                 n         n
                                                X Xp ′ ∗ 2                   ′  ∗ 2
                                           L≈       si =        [f (t )] + [g (t )] ∆t,
                                                                     i          i
                                                i=1       i=1
                           which converges to the following integral as n → ∞:
                                                      Z bp ′       2     ′   2
                                                 L=         [f (t)] + [g (t)] dt.
                                                       a
                           This formula can also be expressed in the following (easier to remem-
                           ber) way:
                                                 L=Z bsµdx¶2+µdy¶2 dt
                                                       a       dt         dt
                               The last formula can be obtained by integrating the length of an
                           “infinitesimal” piece of arc
                                              p 2             2      sµdx¶2 µdy¶2
                                        ds =    (dx) +(dy) =dt           dt     + dt      .
                               Example: Find the arc length of the curve x = t2, y = t3 between
                           (1,1) and (4,8).
                                     2.3. ARC LENGTH, PARAMETRIC CURVES             59
                          Answer: The given points correspond to the values t = 1 and t = 2
                       of the parameter, so:
                                         s
                                      Z    µ ¶ µ ¶
                                        2    dx 2     dy 2
                                  L=         dt   + dt     dt
                                      Z1
                                        2 p
                                               2    2 2
                                    =      (2t) +(3t ) dt
                                      Z1
                                        2 √
                                             2    4
                                    =      4t +9t dt
                                      Z1
                                        2 √
                                                 2
                                    =    t  4+9t dt
                                       1 Z
                                       1   40 √
                                                                         2
                                    =18       udu              (u = 4+9t )
                                          13
                                       1 £  3/2    3/2¤
                                    =27 40    −13
                                       1    √       √
                                    = 27(80 10−13 13) .
                          In cases when the arc is given by an equation of the form y = f(x)
                       or x = f(x) the formula becomes:
                                               Z s      µ ¶
                                                 b        dy 2
                                           L=       1+ dx      dx
                                                a
                       or
                                           L=Z bsµdx¶2+1dy
                                                a     dy
                                                                                   3/2
                          Example: Find the length of the arc defined by the curve y = x
                       between the points (0,0) and (1,1).
                                     2.3. ARC LENGTH, PARAMETRIC CURVES             60
                          Answer:      s
                                    Z        µ ¶         Z q
                                      1        dy 2        1
                                                                     3/2 ′ 2
                                L=       1+ dx      dx =      1+[(x )] dx
                                     0 s                  0
                                    Z 1      µ 1/2¶2       Z 1r      9x
                                  =      1+ 3x        dx =       1+     dx
                                     0          2            0       4
                                  =·1          3/2¸1   1    3/2
                                     27(4+9x)     0 = 27(13    −8) .
The words contained in this file might help you see if this file matches what you are looking for:

...Arc length parametric curves a curve can be thought of as the trajectory point that moves trough plane with coor dinates x y f t g where and are functions parameter for each value we get example aparametric equation circle radius center is cost sint equations called given sometimes eliminate obtain anequivalent non same instance eliminated from by using trigonometric relation cos sin which yields find following para metric answer isolating it second plugging in rst i e parabola horizontal axis here describe how to nd smooth graph continuous function whose derivative also so does not have corner points if just straight line between two coordinates its found pythagorean theorem p l more generally approximate inscribing polygonal made up segments adding lengths assume b divide interval into n subintervals equal corresponding consecutive separated distance wehave ti on other hand mean some hence li total xp si converges integral z bp dt this formula expressed easier remem ber way bs dx dy ...

no reviews yet
Please Login to review.