So I'm curious now... how would a general equation for this be represented? How would a general equation deal with the changing number of terms in the answer? Better yet, what is the general equation?http://wims.unice.fr/wims/wims.cgi?modu ... unction.en
enter the function, check all 5 derivative checkboxes, watch stuff happen. You can then enter the last equation again and take even more derivatives.
9th derivative of e^(x^2)=
512 x^9 e^(x^2) + 9216 x^7 e^(x^2) + 48384 x^5 e^(x^2) + 80640 x^3 e^(x^2) + 30240 x e^(x^2)
The pattern is definitely there, but I'm not sure how to write it out. For example, the number of terms is n/2+1 for even n, and n/2+0.5 for odd n. The coefficient for the first term is easy, 2^n, but for the others it's trickier. The last one also depends on whether n is even or odd. For every odd n, the previous coefficient is multiplied by 2+4((n-1)/2). I haven't tried working out the middle ones yet.
So yeah, I can see a pattern, I just don't know how to write it out.
(I feel like I should probably know the answer to my first two questions, so I reserve the right to idiocy)