If an antiderivative of x 4 e x is in the form e x ( A x 4 − B x 3 + C x 2 − D x + E ) , where A , B , C , D and E are positive integers , find A + B + C + D + E .
Notation : e ≈ 2 . 7 1 8 2 8 is 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.
Did it the same way. Using 4 times integration by parts seems a bit work loaded when the form of the integral is already given.
Use tabular integration by parts.
x 4 e x 4 x 3 e x 1 2 x 2 e x 2 4 x e x 2 4 e x 0 e x
You multiply diagonally and alternate the signs.
This gives: x 4 e x − 4 x 3 e x + 1 2 x 2 e x − 2 4 x e x + 2 4 e x + C
Summing together the absolute value of all coefficients (which was what was asked for ) is 1 + 4 + 1 2 + 2 4 + 2 4 = 6 5
learned something new thank you for posting . +1
By integration by parts:
I = ∫ x 4 e x d x = x 4 e x − ∫ 4 x 3 e x d x = x 4 e x − 4 x 3 e x + ∫ 1 2 x 2 e x d x = x 4 e x − 4 x 3 e x + 1 2 x 2 e x − ∫ 2 4 x e x d x = x 4 e x − 4 x 3 e x + 1 2 x 2 e x − 2 4 x e x + ∫ 2 4 e x d x = x 4 e x − 4 x 3 e x + 1 2 x 2 e x − 2 4 x e x + 2 4 e x + c o n s t a n t = e x ( x 4 − 4 x 3 + 1 2 x 2 − 2 4 x + 2 4 ) + c o n s t a n t
⟹ A + B + C + D + E = 1 + 4 + 1 2 + 2 4 + 2 4 = 6 5
∫ x 4 e x d x ∴ a + b + c + d + e = x 4 ∫ e x d x − ∫ [ d x d x 4 × ∫ e x d x ] d x = x 4 e x − ∫ [ 4 x 3 e x ] d x = x 4 e x − [ 4 x 3 ∫ e x d x − ∫ [ d x d 4 x 3 × ∫ e x d x ] d x ] = x 4 e x − [ 4 x 3 e x − ∫ [ 1 2 x 2 e x ] d x ] = x 4 e x − [ 4 x 3 e x − [ 1 2 x 2 ∫ e x d x − ∫ [ d x d 1 2 x 2 × ∫ e x d x ] d x ] ] = x 4 e x − [ 4 x 3 e x − [ 1 2 x 2 e x − ∫ [ 2 4 x e x ] d x ] ] = x 4 e x − [ 4 x 3 e x − [ 1 2 x 2 e x − [ 2 4 x e x − ∫ [ 2 4 e x ] d x ] ] ] = x 4 e x − [ 4 x 3 e x − [ 1 2 x 2 e x − [ 2 4 x e x − ∫ [ 2 4 e x ] d x ] ] ] = x 4 e x − [ 4 x 3 e x − [ 1 2 x 2 e x − [ 2 4 x e x − 2 4 e x ] ] ] = x 4 e x − 4 x 3 e x + 1 2 x 2 e x − 2 4 x e x + 2 4 e x + c o n s t a n t = e x ( x 4 − 4 x 3 + 1 2 x 2 − 2 4 x + 2 4 ) + c o n s t a n t = 1 + 4 + 1 2 + 2 4 + 2 4 = 6 5
You will not believe but I solved this mentally =D. Nice question though
Log in to reply
You have advanced integration skill, hats off !!!
This method works when you have a product of an exponential and a polynomial because integrating exponentials is typically easy as well as differentiating polynomials. As you can see, we differentiate the polynomial until it's a constant term, and then sum the products of the down-right diagonals (as you can see in the picture). You can even generalize this for the integral of x^n*e^x dx fairly easily, where n is in the positive integers.
Problem Loading...
Note Loading...
Set Loading...
∫ x 4 e x d x = e x ( A x 4 − B x 3 + C x 2 − D x + E ) + c o n s t a n t
Differentiate both sides w.r.t x:-
x 4 e x = e x ( A x 4 + ( 4 A − B ) x 3 + ( C − 3 B ) x 2 + ( 2 C − D ) x + E − D )
Comparing coefficients , we get:- A = 1 , B = 4 A = 4 , C = 3 B = 1 2 , E = D = 2 C = 2 4 Hence, A + B + C + D + E = 6 5