f ( x ) = x 4 e x
If the 1 0 0 th derivative of f ( x ) at x = 1 is equal to k e for some positive integer k , find k .
Notation: e ≈ 2 . 7 1 8 2 8 denotes the Euler's number .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Very nice solution sir. I did a lengthier procedure by writing the Taylor series of the given function itself about the point 1 and then evaluated. What you have done is ingenious
I lost the challenge :P
Whoa! Ingenious solution! I did the long way :(
Can you elaborate getting to P ⊂ n 3 ?
Log in to reply
When we add n = 0 ∑ ∞ n ! 1 x n + 4 + n = 0 ∑ ∞ n ! 4 x n + 3 + n = 0 ∑ ∞ n ! 6 x n + 2 + n = 0 ∑ ∞ n ! 4 x n + 1 + n = 0 ∑ ∞ n ! 1 x n you first reindex the sums as n = 4 ∑ ∞ ( n − 4 ) ! 1 x n + n = 3 ∑ ∞ ( n − 3 ) ! 4 x n + n = 2 ∑ ∞ ( n − 2 ) ! 6 x n + n = 1 ∑ ∞ ( n − 1 ) ! 4 x n + n = 0 ∑ ∞ n ! 1 x n and then take out all the terms with index n = 0 , 1 , 2 , 3 in order to write all the sums starting at n = 4 (in order to combine them into a single sum). The sum of the terms with index n = 0 , 1 , 2 , 3 and across all the sums is a polynomial whose degree is at most 3 , but whose coefficients are unnecessary in the given problem, so I just collected them as a polynomial I called " P 3 ".
Log in to reply
Powers like x ( n + 4 ) , x ( n + 3 ) , x ( n + 2 ) a n d x n all changing to x n was amazing me..Thanks
Let's write down the first few derivatives of f ( x )
f ( 1 ) ( x ) = x 4 e x + 1 time 4 x 3 e x f ( 2 ) ( x ) = x 4 e x + 2 times 4 x 3 e x + 4 x 3 e x + 1 time 1 2 x 2 e x f ( 3 ) ( x ) = x 4 e x + 3 times 4 x 3 e x + 4 x 3 e x + 4 x 3 e x + 3 times 1 2 x 2 e x + 1 2 x 2 e x + 1 2 x 2 e x + 1 time 2 4 x e x f ( 4 ) ( x ) = x 4 e x + 4 times 4 x 3 e x + ⋯ + 4 x 3 e x + 6 times 1 2 x 2 e x + ⋯ + 1 2 x 2 e x + 4 times 2 4 x e x + ⋯ + 2 4 x e x + 1 time 2 4 e x f ( 5 ) ( x ) = x 4 e x + 5 times 4 x 3 e x + ⋯ + 4 x 3 e x + 1 0 times 1 2 x 2 e x + ⋯ + 1 2 x 2 e x + 1 0 times 2 4 x e x + ⋯ + 2 4 x e x + 5 times 2 4 e x + ⋯ + 2 4 e x
Here, we observe the following pattern for the number of times each term appears in the n th derivative of f ( x ) :
x 4 e x : only once ∀ n .
4 x 3 e x : n times ∀ n .
1 2 x 2 e x : ⎩ ⎨ ⎧ ( 2 n ) 0 for n ≥ 2 otherwise
2 4 x e x : ⎩ ⎨ ⎧ ( 3 n ) 0 for n ≥ 3 otherwise
2 4 e x : ⎩ ⎨ ⎧ ( 4 n ) 0 for n ≥ 4 otherwise
Thus for f ( 1 0 0 ) ( x ) , we have
f ( 1 0 0 ) ( x ) = x 4 e x + 1 0 0 ( 4 x 3 e x ) + ( 2 1 0 0 ) ( 1 2 x 2 e x ) + ( 3 1 0 0 ) ( 2 4 x e x ) + ( 4 1 0 0 ) ( 2 4 e x )
At x = 1 , we have
f ( 1 0 0 ) ( 1 ) = e + 1 0 0 ( 4 e ) + ( 2 1 0 0 ) ( 1 2 e ) + ( 3 1 0 0 ) ( 2 4 e ) + ( 4 1 0 0 ) ( 2 4 e ) = e + 4 0 0 e + 5 9 4 0 0 e + 3 8 8 0 8 0 0 e + 9 4 1 0 9 4 0 0 e = 9 8 0 5 0 0 0 1 e
Notations: ( N M ) = N ! ( M − N ) ! M ! denotes the binomial coefficient .
L E I B N I T Z − − − − − − T H E O R E M
N t h differential of a product of two functions
If y = u v ; where u and v are functions of x , then
y n = ∑ i = 1 n ( i n ) u n v n − i
Where the subscript n denotes the n t h derivative
S o u r c e : Further Engineering Mathematics By K. A. Stroud
Programme 5 : Power Series Solution Of Differential Equations.
I did it the same way 😃
So my solution is a consequence of the Leibniz Theorem? I did not know about such a theorem before you mentioned about this in your solution, I just found this interesting pattern (in my solution) after lengthy differentiation.
Log in to reply
Yes, it is actually. And the "proof" of the theorem is pretty straightforward.
Problem Loading...
Note Loading...
Set Loading...
For the ease of notation, write g ( x ) = e 1 f ( x + 1 ) = e 1 ( x + 1 ) 4 e x + 1 = ( x + 1 ) 4 e x so that g ( 1 0 0 ) ( 0 ) = e 1 f ( 1 0 0 ) ( 1 ) = e 1 ( k e ) = k .
We may find this using the Maclaurin series for g ( x ) , which in this case may be interpreted as the exponential generating function for derivatives of the form g ( n ) ( 0 ) . Toward this, g ( x ) = ( x + 1 ) 4 e x = ( x 4 + 4 x 3 + 6 x 2 + 4 x + 1 ) n = 0 ∑ ∞ n ! 1 x n = n = 0 ∑ ∞ n ! 1 x n + 4 + n = 0 ∑ ∞ n ! 4 x n + 3 + n = 0 ∑ ∞ n ! 6 x n + 2 + n = 0 ∑ ∞ n ! 4 x n + 1 + n = 0 ∑ ∞ n ! 1 x n = P 3 ( x ) + n = 4 ∑ ∞ ( ( n − 4 ) ! 1 + ( n − 3 ) ! 4 + ( n − 2 ) ! 6 + ( n − 1 ) ! 4 + n ! 1 ) x n P 3 ( x ) is a polynomial of degree ≤ 3 = P 3 ( x ) + n = 4 ∑ ∞ n ! 1 ( n ( n − 1 ) ( n − 2 ) ( n − 3 ) + 4 n ( n − 1 ) ( n − 2 ) + 6 n ( n − 1 ) + 4 n + 1 ) x n Therefore, k = g ( 1 0 0 ) ( 0 ) = 1 0 0 ( 9 9 ) ( 9 8 ) ( 9 7 ) + 4 ( 1 0 0 ) ( 9 9 ) ( 9 8 ) + 6 ( 1 0 0 ) ( 9 9 ) + 4 ( 1 0 0 ) + 1 = 9 8 0 5 0 0 0 1