Back to MAT 194F

Chapter 3.9 Exercise 45 (a)

Problem

True or false:

h**3 = o(h)

Solution

lim h->0 h**3/h
 = lim h->0 h**2
 = 0

True.