EC > GATE 2017 SET-1 > Taylor Series
Let f(x)=ex+x2 for real x. From among the following, choose the Taylor series approximation of f(x) around x=0 which includes all powers of x less than or equal to 3.
A
1+x+x2+x3
B
1+x+3/2x2+x3
C
1+x+3/2x2+7/6x3
D
1+x+3x2+7x3

Explanation

Correct : c

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science