Finding Derivatives Using Taylor/Maclaurin Polynomials

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 7K views
HypeBeast23
Messages
4
Reaction score
0

Homework Statement



Compute the 6th derivative of f(x) = arctan((x^2)/4) at x = 0. Hint: Use the Maclaurin series for f(x).

Homework Equations



The maclaurin series of arctanx which is ((-1)^n)*x^(2n+1)/2n+1

The Attempt at a Solution



I subbed in x^2/4 for x into the maclaurin series and got *summation* ((-1)^n)*x^(4n+2)/(4^2n+1)(2n+1). After that, I'm not sure what to do. I know that the 6th derivative in a general maclaurin series would be represented by *the 6th derivative of f at 0*/n! and x is to the power of 6. My prof said to find the value where the exponent of x in the series is 6.

Any help would be greatly appreciated. Thanks!
 
Physics news on Phys.org
Okay, so you know that the general term is [itex]((-1)^n)*x^{4n+2}/(4^{2n+1})(2n+1)[/itex].
And you know that the coefficient is the nth derivative over n!. Okay. For what n is
4n+2= 6? What is the coefficient of [itex]x^6[/itex]?
 
Yes, I did as such and found n = 1 to get x^6. Thus, the coefficient of x would be -(1/192), no? Apparently, the answer was wrong.