Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-12-18 09:39:03
Size: 282
Comment:
Revision 3 as of 2010-12-18 10:11:43
Size: 280
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
y=(4*x**2+36*x**4)**0.5
y.integral(x,0,1)+y.integral(x,-1,0)
y=x**2-log(x)/8
z=diff(y,x)
integral((1+z**2)^0.5,x,1,2)
Line 15: Line 16:
   * Chandrhas,student,iit madras    * Chandrahas,student,iit madras
  • Book

    Calculus of One Variable

    Author

    Keith E. Hirst

    Edition

y=x**2-log(x)/8
z=diff(y,x)
integral((1+z**2)^0.5,x,1,2)

  • Solution by:

    • Chandrahas,student,iit madras

Hirst-11.2 (last edited 2010-12-18 10:11:43 by chandrahas.kolla)