(%i2) f( x) : = x ^ 2 - x $
wxdraw2d( explicit( f( x), x, 0, 2), filled_func =false, color = blue,
   line_width = 3, explicit( f( x), x, 0, 2), xaxis =true) ;
0 errores, 0 advertencias (%t2)  (Gráficos)
(%o2)

Nos piden la longitud de arco de la curva entre x=0 y x=2:

(%i5) define( F( x), integrate( sqrt( 1 +( diff( f( x), x)) ^ 2), x)) ;
l : round(( F( 2) - F( 0)) * 100) / 100, numer $
print( "Longitud=", l) $
(%o3) F ( x ) := asinh ( 8 x 4 4 ) 4 + x 4 x 2 4 x + 2 2 4 x 2 4 x + 2 4 Longitud= 3.4

Created with wxMaxima.