Thursday, 2024-12-12, 6:47 AM

Main Sign Up Login
Welcome, Guest · RSS
Site menu
Search
Site friends
  • acmgmat
  • nano-unt
  • fc-unt
  • accf
  • Statistics

    Total online: 4
    Guests: 4
    Users: 0
     Publisher
    Main » Articles » E-Learn » Calculus II

    Arc Length

    ==============================

    a = 0;
    (*beginning point*)
    b = 3; (*ending point*)
    f[x_] := (1 - x)^2;(*function*)

    points[x_] := 
      Table[{i, f[i]}, {i, a, 
        b, (b - a)/
         x}]; (*generates a list of the points for the line segments*)
    distance[x_] := 
      Sum[Sqrt[((b - a)/x)^2 + (f[i] - f[i - (b - a)/x])^2], {i, 
        a + (b - a)/x, 
        b, (b - a)/
         x}];(*evaluates the approximate length of the line segment*)

     

    Category: Calculus II | Added by: webmaster (2016-05-22)
    Views: 435
    SOFT JAR © 2024
    Create a free website with uCoz