Section 8.8#76
compare answers
| > | with(plots): |
Warning, the name changecoords has been redefined
| > | plot(2*exp(-x),x=0..4,thickness=3); |
| > | implicitplot3d(y^2+z^2=(2*exp(-x))^2,x=0..4,y=-2..2,z=-2..2,numpoints=100000,axes=boxed,orientation=[245,45]); |
| > | Int(2*Pi*2*exp(-x)*sqrt(1+4*exp(-2*x)),x=0..infinity); |
| > | value(%); |
| > | evalf(%); |
| > | Int(2*Pi*(sec(x))^3,x=0..arctan(2)); |
| > | value(%); |
| > | evalf(%); |
Below is the result produced on my web site.
| > | Pi*(2*sqrt(5)+ln(2+sqrt(5))); |
| > | evalf(Pi*(2*sqrt(5)+ln(2+sqrt(5)))); |
| > |