Prove the following:
Solution:
Solution:
Here is an example of the limit in Exercise 22 using SAGE:
[fontsize=\scriptsize,fontfamily=courier,fontshape=tt,frame=single,label=\sage]
sage: theta = var("theta")
sage: limit((1 - cos(theta))/(theta^2),theta=0)
1/2
In other words, for small values of
,
david joyner 2008-08-11