← Back to Test

Problem 16 - Entrance Test

Determine the Taylor series for sin(x^2) centered at x = 0.

Correct: A

The Taylor series for sin(x) is ∑ (-1)^n * x^(2n+1) / (2n+1)!. Substituting x^2 for x, we get sin(x^2) = ∑ (-1)^n * (x^2)^(2n+1) / (2n+1)! = ∑ (-1)^n * x^(4n+2) / (2n+1)!.