The area bounded by the curves ( ln x ) n and ( ln x ) n − 1 is of the form ( − 1 ) n + 1 ( a n e − b n ) , where n ∈ N and a n and b n are integers.
Let
Submit your answer as α + β + γ . You may use a calculator.
Hint: Find the closed forms of a n and 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.
Log in to reply
Ah, I did not know of that function. But comparing the values it equals the expression I gave.
Log in to reply
It also equals n 1 [ e ( n + 1 ) ! ]
Now that's a function you know of.
Problem Loading...
Note Loading...
Set Loading...
Finding an Integral expression for the area:
We first need to find a way to write this area as an integral. For the bounds of integration solve lo g n x = lo g n − 1 x . Let u = lo g x to get the polynomial equation u n − u n − 1 = 0 ⟹ u n − 1 ( u − 1 ) = 0 ⟹ u = 0 , 1 for n > 1 . If n = 1 no area is bound between the curves. So we have to solve lo g x = 0 , 1 ⟹ x = 1 , e . Also, as the function ranges from 0 to 1 we will have that lo g n − 1 x > lo g n x so an expression for this area is:
∫ 1 e lo g n − 1 x − lo g n x d x .
Introducing a new sequence:
Computing this integral ended up being remarkably difficult but as the problem hints, it is possible to write it in terms of two arithmetic functions. My procedure is as follows: First, let u = lo g x . Then d x = e u d u and thus the integral is equal to ∫ 0 1 x n − 1 e x − x n e x d x . To solve this, I will introduce the following sequence. Let s n = ∫ 0 1 x n e x d x . This sequence has the property that the integral we want to compute is just s n − 1 − s n so if we can find a general formula for s n we can tackle the original problem.
Recurrence relation for s n
We have that s n = ∫ 0 1 x n e x d x . Let u = x n , d v = e x so d u = n x n − 1 , d v = e x to get, by integration by parts, that this is equal to e − n ∫ 0 1 x n − 1 e x d x = e − n s n − 1 . So the recurrence relation is s n = e − n s n − 1 . We can completely define the sequence in with this recurrence relation if we only compute s 1 = ∫ 0 1 x e x d x = 1 .
I now show some computed values: s 2 = e − 2 s 3 = − 2 e + 6 s 4 = 9 e − 2 4 s 5 = − 4 4 e + 1 2 0 . At a quick glance one can immediately notice that the integer term is ( − 1 ) n + 1 n ! . But the e term is much harder to find by just looking, some extra work has to be put in. If one writes out what the e term's coefficient is they will find the following expression: 1 − n + n ( n − 1 ) − n ( n − 1 ) ( n − 2 ) + . . . ± 2 ! n ! = 1 − ( − 1 ) n + 1 ∑ k = 2 n − 1 k ! n ! ( − 1 ) k
With this we have finally solved s n = ( − 1 ) n + 1 n ! + e ( 1 − ( − 1 ) n + 1 ∑ k = 2 n − 1 k ! n ! ( − 1 ) k )
General formula for the area
With the previous result finding the area is just an exercise in algebra but we end up with: ( − 1 ) n + 1 ( ( ∑ k = 2 n − 1 k ! n ! ( − 1 ) k + ∑ k = 2 n − 2 k ! ( n − 1 ) ! ( − 1 ) k ) e − ( n ! + ( n − 1 ) ! ) ) with, specifically:
a n = ∑ k = 2 n − 1 k ! n ! ( − 1 ) k + ∑ k = 2 n − 2 k ! ( n − 1 ) ! ( − 1 ) k
b n = n ! + ( n − 1 ) ! = ( n − 1 ) ! ( n + 1 )
Solving for α
For the fraction limit, I will consider separately both of the sums that make up a n . Diving the first part of a n by b n yields n + 1 n ∑ k = 2 n − 1 k ! ( − 1 ) k . As n → ∞ the fraction outside goes to 1 and the sum goes to e − 1 so this part of the limit equals e 1 . Now notice that for the second part of a n we just get n + 1 1 ∑ k = 2 n − 2 k ! ( − 1 ) k . The sum approaches the constant e − 1 but the fraction outside goes to 0 so this part vanishes. Leaving us with the limit being e 1 and thus α = 1 .
Solving for γ
Notice that b 2 0 = 1 9 ! ( 2 1 ) . 21 is not a prime number, and 1 9 ! will contain all the prime numbers from 1 to 19 so γ = 2 + 3 + 5 + 7 + 1 1 + 1 3 + 1 7 + 1 9 = 7 7 .
Solving for β
Here I did not figure out any clever way to compute this in an easy way. I used a computer program to compute this using the formula I gave for a n . The result is β = 1 1 2 .