How do you compute the 6th derivative of: #(cos(6x^2)-1)/(x^2) # at x=0 using a maclaurin series?
1 Answer
# f^((6))(0) = 38880 #
Explanation:
We seek the value of
# f(x) = (cos(6x^2)-1)/x^2 #
The Maclaurin series is given by
# f(x) = f(0) + (f'(0))/(1!)x + (f''(0))/(2!)x^2 + (f'''(0))/(3!)x^3 + ... (f^((n))(0))/(n!)x^n + ...#
Starting with the well known Maclaurin Series for
# cosx = 1 - x^2/(2!) + x^4/(4!) - x^6/(6!) + ... \ \ \ \ \ \ AA x in RR#
Then, the
# u_n{cosx} = ((-1)^n)/((2n)!)x^(2n) #
Thus, for
# u_n{f(x)} = #
# \ \ \ \ \ \ \ \ \ \ \ \ \ \ = {((-1)^n)/((2n)!)(6x^2)^(2n) - 1}/x^2#
# \ \ \ \ \ \ \ \ \ \ \ \ \ \ = ((-1)^n 6^(2n))/((2n)!)x^(4n-2) - 1/x^2#
In order to rapidly compute
# u_6{f(x)} = (f^((6))(0))/(6!) x^6#
And we can therefore compute
# 4n-2 = 6 => n=2 #
So substituting
# u_2{f(x)} = ((-1)^2 6^(4))/((4)!)x^6 - 1/x^2#
Then, by comparing coefficients of
# (f^((6))(0))/(6!) = ((-1)^2 6^(4))/((4)!)#
# :. f^((6))(0) = ((-1)^2 6^(4) \ 6!)/((4)!)#
# \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ = ( 6^(4) \ 6*5*4!)/((4)!)#
# \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ = 6^(4) * 6*5 #
# \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ = 1296 * 30 #
# \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ = 38880 #