calculus
Homework
Section 7.1 (pp.359-361) - #5-12, 13, 14, 15, 17, #21-26
Section 7.2 (pp.368-369) - #5-18, 19, 20
Section 7.3 (pp.376-377) - #5-12, #13-18
7.2 6
import graph;
size(400,IgnoreAspect);
real f(real x) { return 5x;}
fill((1,0)--(1,f(1))--(2,f(2))--(2,0)--cycle,cyan);
draw(graph(f,0,2.5),blue+1.2, "$y=5x$");
xaxis("$x$",BottomTop,LeftTicks);
yaxis("$y$",LeftRight,RightTicks(trailingzero));
label("$y=5x$",(1.2,8),black);
pen p = white;
shipout(bbox(p,Fill));
∫ 2 1 π r 2 d x ∫ 2 1 π ( 5 x ) 2 d x ∫ 2 1 π 25 x 2 d x ∫ 2 1 π 25 x 2 d x = 3 25 π x 3 ∣ 2 1 = 3 25 π − 3 25 π 2 3 = 3 25 π − 3 8 ( 25 π ) = 3 25 π − 3 200 π = − 3 175 π = 3 175 π absolute value as if I got the integrals in the right order
7.3 6
∫ 1 2 πh 2 r d r ∫ 1 2 πh 2 x d x ∫ 1 2 π 5 x 2 x d x ∫ 1 2 π 10 x 2 d x = 3 10 π x 3 ∣ 1 2 = 3 10 π 2 3 − 3 10 π = 3 80 π − 3 10 π = 3 70 π