Here's my approach to (c)
lim x → ∞ [sinx^2 + 10] /[x^ + 10]
Splitting this up, we have
lim x → ∞ [sinx^2 ] / [x^ + 10] + lim x → ∞ [ 10] / [x^ + 10]
Notice that the second thing just evaluates to 0
For the first...we can do the Squeeze Theorem "thing" again
-1 ≤ sin x^2 ≤ 1
And dividing each thing by x^2 + 10, we have
-1 / x^2 + 10 ≤ sin x^2 / x^2 + 10 ≤ 1 / X^2 + 10
And because the two "outside" functions approach 0 as x approaches infinity, then the middle one is "squeezed" to this limit, too.
Thus
lim x → ∞ [sinx^2 ] / [x^ + 10] + lim x → ∞ [ 10] / [x^ + 10] =
0 + 0 = 0 !!!!
