Let f ( x ) = x + e x − 1 , and let f − 1 ( x ) denote the inverse function of f ( x ) .
Then the integral ∫ e 1 + e 2 f − 1 ( x ) d x evaluates to k 0 + k 1 e 1 + k 2 e 2 + ⋯ + k n e n , where k 0 , k 1 , … , k n are rational numbers and e ≈ 2 . 7 1 8 is Euler's number .
If the sum k 0 + k 1 + k 2 + ⋯ + k n can be expressed as B A , where A and B are coprime positive integers, what is A + B + n ?
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.
Relevant wiki: Integration Tricks
Given that we have a function f that is certainly invertible, but not possible through elementary means, we need to resort a method that will allow us to solve it without directly looking for the inverse.
Let us look at the following picture. ∫ a b f − 1 ( x ) d x .
This will help us derive a formula for∫ a b f − 1 ( x ) d x = b f − 1 ( b ) − a f − 1 ( a ) − ∫ f − 1 ( a ) f − 1 ( b ) f ( x ) d x
Now, given that we have a = e , and b = 1 + e 2 , we just substitute these values on f(x) to be able to find their inverse counterparts.
e = x + e x − 1 ; x = f − 1 ( e ) = 1
1 + e 2 = x + e x − 1 ; x = f − 1 ( 1 + e 2 ) = 2
Now, we can find the integral.
∫ e 1 + e 2 f − 1 ( x ) d x = ( 1 + e 2 ) ( 2 ) − ( e ) ( 1 ) − ∫ 1 2 x + e x − 1 d x
∫ e 1 + e 2 f − 1 ( x ) d x = ( 1 + e 2 ) ( 2 ) − ( e ) ( 1 ) − [ 2 x 2 − x + e x ] 1 2
∫ e 1 + e 2 f − 1 ( x ) d x = 2 e 2 − e + 2 − ( e 2 − e + 2 1 )
∫ e 1 + e 2 f − 1 ( x ) d x = e 2 + 2 3
So there, the sum of the coefficients is 2 5 , and 5 + 2 + 2 = 9 .
Relevant wiki: Integration Tricks
Note that f is continuous and strictly increasing on its domain; in addition, as x → ∞ , f ( x ) → ∞ , and as x → − ∞ , f ( x ) → − ∞ . So f is bijective.
Using substitution x ← f ( u ) (valid because f is bijective), we obtain that the bounds become f − 1 ( e ) = 1 , f − 1 ( 1 + e 2 ) = 2 (which can be verified by substitution), and the content of the integral, f − 1 ( x ) d x , becomes f − 1 ( f ( u ) ) d f ( u ) = u f ′ ( u ) d u . Since f ′ ( u ) = 1 + e u , the integral becomes
∫ 1 2 u ( 1 + e u ) d u
We can evaluate the integral by parts. Taking p = u , q ′ = 1 + e u gives p ′ = 1 , q = u + e u , so
∫ u ( 1 + e u ) d u = u ( u + e u ) − ∫ 1 ( u + e u ) d u = u 2 + u e u − 2 1 u 2 − e u + C = 2 1 u 2 + ( u − 1 ) e u + C
So we just substitute u = 1 and u = 2 and take their difference to obtain the value of the integral: ( 2 1 ⋅ 2 2 + ( 2 − 1 ) e 2 ) − ( 2 1 ⋅ 1 2 + ( 1 − 1 ) e 1 ) = 2 3 + e 2 . So k 0 = 2 3 , k 1 = 0 , k 2 = 1 , n = 2 , giving A + B + n = 5 + 2 + 2 = 9 .
Excellent explanation. This was my approach as well.
No solution, just dropped by to say this problem was so much fun!
I looked at this problem and thought, "I could never do this in a million years." I looked at it for a while, just trying to think of where I would begin. I drew a picture of the graph.
Wait. WAIT. I CAN DO THIS!
...AND I DID IT!
The inverse function of the limits are trivial (1 and 2 by inspection) so the substitution x=f(u) can be used which gives the integral ∫ 1 2 ( u + u e u ) Which integrates to [ 2 u 2 + u e u − e u ] 1 2 this simplifies to 1 . 5 + e 2 so A=5, B=2 and n=2 meaning the answer is 9.
It's actually important to show that the inverse function of f(x) exists first (in the relevant domain), otherwise, it's fallacious to proceed to the following steps.
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Integration Tricks
Let f ( x ) = y , then f − 1 ( x ) = x and we have:
I = ∫ e 1 + e 2 f − 1 ( u ) d u = ∫ e 1 + e 2 x d y = ∫ 1 2 x ( 1 + e x ) d x = 2 x 2 + x e x − e x ∣ ∣ ∣ ∣ 1 2 = 2 3 + e 2 = 2 3 ⋅ e 0 + 0 ⋅ e 1 + 1 ⋅ e 2 I is the shaded region in the figure above. Note that y = x + e x − 1 , d x d y = 1 + e x
⟹ i = 0 ∑ n k i = 2 5 and n = 2 and A + B + n = 5 + 2 + 2 = 9