Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 09:39:03
Size: 282
Comment:
Revision 2 as of 2010-12-18 09:42:07
Size: 279
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)
  • 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:

    • Chandrhas,student,iit madras

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