Example 1: Find the exact area of the surface obtained by rotating the curve about the x-axis. y=1+ex,0≤x≤1.
Hint: Use the formula ∫x1x22πf(x)1+(f′(x))2dx for the area of the surface.
Example 2: Use Newton’s method with the specified initial approximation x1=−1 to find x3, the 3rd approximation to the root of the equation x7+4=0.
Hint: Use the iteration xn+1=xn−f(xn)/f′(xn), where f(x)=x7+4.
Example 3: Investigate the equation {an} defined by a1=2,an+1=21(an+6).
Solution: Suppose 2≤an<6. Because an+1=21(an+6), 21(2+6)≤an+1<21(6+6), hence 2≤an<6. The upshot is that if 2≤an<6 then so is an+1. Because 2≤a1<6, so is an for all n. Therefore {an} is bounded. Because an<6, we know that an+1=21(an+6)>21(an+an)=an, and that the sequence is increasing. By the monotonic sequence theorem, the sequence has a limit, say L. Take the limit on the recurrence relation an+1=21(an+6) and get L=21(L+6). Therefore L=6.
Remark: Note that 6−an+1=6−21(an+6)=21(6−an). This means {6−an} is a geometric progression with initial term 4 and common ratio 1/2. Therefore 6−an=8⋅(1/2)n and an=6−8⋅(1/2)n. From this general formula of an, we can immediately see that the sequence is bounded and increasing, and that the limit is 6.