Monday, March 9, 2015

Assignment #15

1) Anything raised to 0 is equal to one, therefore 0^0 = 1.

2)

          a- T5(x)= (x^2/2) + (x^3/6) + (x^4/24) + (x^5/120)

          b- T5(x) = (x^2) - (x^3/6) + (x^5/120)
       
          c- T5(x) = (-x^2/2) + (x^4/24)