Log in to edit a copy.
Download.
Other published documents...
Calculus UNIT510: What is U-SUB?
2934 days ago by MATH4R2013
#1a) integrate(x+1,x)
#1b) show(integrate((x+1)^2,x)) show(expand((x+1)^3)/3)
#1c) show(integrate((2*x+1)^2,x)) show(expand((2*x+1)^3)/3)
#2) f(x)=sqrt(4*x-1) integrate(f(x),x)
#3) f(x)=cos(7*x+5) integrate(f(x),x)
#4) f(x)=(x^2+2*x-3)^2*(x+1) integrate(f(x),x)
#5) f(x)=sin(x)^4*cos(x) integrate(f(x),x)
#6) f(x)=tan(x)*sec(x)^2 show(integrate(f(x),x)) show(integrate(f(x),x,0,pi/4))
#7) f(x)=x^2*sqrt(x^3+1) show(integrate(f(x),x)) show(integrate(f(x),x,0,2))