Skip to main content

Recitation 17

Example 1: Find the exact area of the surface obtained by rotating the curve about the xx-axis. y=1+ex,0x1y=\sqrt{1+e^x}, 0\leq x\leq 1.

Hint: Use the formula x1x22πf(x)1+(f(x))2dx\int_{x_1}^{x_2}2\pi f(x)\sqrt{1+(f'(x))^2}dx for the area of the surface.

Example 2: Use Newton’s method with the specified initial approximation x1=1x_1 = -1 to find x3x_3, the 3rd approximation to the root of the equation x7+4=0x^7+4=0.

Hint: Use the iteration xn+1=xnf(xn)/f(xn)x_{n+1} = x_n - f(x_n)/f'(x_n), where f(x)=x7+4f(x) = x^7 + 4.

Example 3: Investigate the equation {an}\{a_n\} defined by a1=2,an+1=12(an+6)a_1 = 2, a_{n+1} = \frac{1}{2}(a_n+6).

Solution: Suppose 2an<62\leq a_n<6. Because an+1=12(an+6)a_{n+1}=\frac{1}{2}(a_n+6), 12(2+6)an+1<12(6+6)\frac{1}{2}(2+6)\leq a_{n+1}<\frac{1}{2}(6+6), hence 2an<62\leq a_n<6. The upshot is that if 2an<62\leq a_n<6 then so is an+1a_{n+1}. Because 2a1<62\leq a_1<6, so is ana_n for all nn. Therefore {an}\{a_n\} is bounded. Because an<6a_n < 6, we know that an+1=12(an+6)>12(an+an)=ana_{n+1}=\frac{1}{2}(a_n+6)>\frac{1}{2}(a_n+a_n)=a_n, and that the sequence is increasing. By the monotonic sequence theorem, the sequence has a limit, say LL. Take the limit on the recurrence relation an+1=12(an+6)a_{n+1}=\frac{1}{2}(a_n+6) and get L=12(L+6)L = \frac{1}{2}(L+6). Therefore L=6L=6.

Remark: Note that 6an+1=612(an+6)=12(6an)6 - a_{n+1} = 6 - \frac{1}{2}(a_n + 6) = \frac{1}{2}(6 - a_n). This means {6an}\{6 - a_n\} is a geometric progression with initial term 44 and common ratio 1/21/2. Therefore 6an=8(1/2)n6 - a_n = 8\cdot (1/2)^n and an=68(1/2)na_n = 6 - 8\cdot(1/2)^n. From this general formula of ana_n, we can immediately see that the sequence is bounded and increasing, and that the limit is 66.