A very fickle function

Calculus Level 3

The graph of f ( x ) = sin ( ln x ) f(x) = \sin ( \ln x ) (as shown above) looks innocent enough to noticeably oscillate as x x increases. However, as x x approaches 0 0 , the oscillations grow rapidly, making f ( x + ϵ ) f(x + \epsilon) vary greatly from f ( x ) f(x) around this region, even at very infinitesimal values of ϵ \epsilon .

That said, f ( x ) f(x) will cross the x x -axis for an infinite number of times from x = 0 x=0 to x = 1 x=1 , creating several regions of the first quadrant enclosed by the curve and the x x -axis.

If the sum of these regions is A A , then determine 1 0 5 A \big\lfloor 10^5 A \big\rfloor .


The answer is 2258.

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.

1 solution

Efren Medallo
May 16, 2017

We are tasked to find the area under the curve of f ( x ) f(x) between 0 0 and 1 1 provided that f ( x ) f(x) is above the x x - axis.

We first find the antiderivative of f ( x ) = sin ( ln x ) f(x) = \sin ( \ln x ) .

Let I = sin ( ln x ) d x I = \displaystyle \int \sin (\ln x) \mathrm{d}x

By integration by parts, using u = sin ( ln x ) u= \sin (\ln x) , and d v = d x \mathrm{d}v = \mathrm{d}x , we get

I = x sin ( ln x ) x cos ( ln x ) x d x I = x \sin(\ln x) - \displaystyle \int x \frac { \cos (\ln x)}{x} \mathrm{d}x

I = x sin ( ln x ) cos ( ln x ) d x I = x \sin(\ln x) - \displaystyle \int \cos(\ln x) \mathrm{d}x

Then again, we use the substitutions u = cos ( ln x ) u= \cos(\ln x) and d v = d x \mathrm{d}v = \mathrm{d}x to get

I = x sin ( ln x ) [ x cos ( ln x ) + sin ( ln x ) d x ] I = x \sin(\ln x) - [ x \cos (\ln x) + \displaystyle \int \sin (\ln x) \mathrm{d}x ]

I = x sin ( ln x ) x cos ( ln x ) I I = x \sin(\ln x) - x \cos( \ln x) - I

2 I = x sin ( ln x ) x cos ( ln x ) 2I = x \sin(\ln x) - x\cos (\ln x)

I = x 2 [ sin ( ln x ) cos ( ln x ) ] + C I = \frac{x}{2} [ \sin (\ln x) - \cos (\ln x) ] + C

Now, we check the behavior of the function. Note that f ( x ) = 0 f(x) = 0 when x = e π n x = e^{ \pi n} for all integers. Additionally, note that 1 = e 0 1 = e^0 . This implies that we are dealing with zeroes of f ( x ) f(x) of the form e π k e^{\pi k} where k Z , k 0 k \in \mathbb{Z}, k \leq 0 .

Since we can't find first zero of f ( x ) f(x) around the origin, we inspect its behavior around x = 1 x=1 and proceed to the left.

Notice that e π 0 f ( x ) d x = 1 2 ( 1 + e π ) e π \displaystyle \int_{e^{- \pi}}^{0} f(x) \mathrm{d}x = - \frac {1}{2} ( 1 + e^{\pi})e^{-\pi} . Since we dealt with two adjacent zeroes, seeing this area as negative implies that this part of the graph occurs below the x x - axis, and will not be considered.

By a similar manner, we can get the few succeeding zeroes, and get a pattern

e 2 π e π f ( x ) d x = 1 2 ( 1 + e π ) e 2 π \displaystyle\int_{e^{-2 \pi}}^{e^{- \pi}} f(x) \mathrm{d}x = \frac {1}{2} (1 + e^{\pi}) e^{- 2\pi}

e 3 π e 2 π f ( x ) d x = 1 2 ( 1 + e π ) e 3 π \displaystyle\int_{e^{-3 \pi}}^{e^{- 2\pi}} f(x) \mathrm{d}x = - \frac {1}{2} (1 + e^{\pi}) e^{- 3\pi}

e 4 π e 3 π f ( x ) d x = 1 2 ( 1 + e π ) e 4 π \displaystyle\int_{e^{-4 \pi}}^{e^{- 3\pi}} f(x) \mathrm{d}x = \frac {1}{2} (1 + e^{\pi}) e^{- 4\pi}

In fact, we can see that the area alternates every time the graph crosses the x x -axis. This will give us the sum for the areas above the x x -axis under the curve.

A = 1 2 ( 1 + e π ) ( e 2 π + e 4 π + e 6 π + . . . ) A = \frac{1}{2}(1+e^{\pi})(e^{-2 \pi} + e^{-4 \pi} + e^{-6 \pi} +...)

A = 1 2 ( 1 + e π ) ( e 2 π ) 1 e 2 π A = \frac{1}{2} \cdot \frac { (1+e^{\pi})(e^{-2\pi})}{1 - e^{-2\pi}}

A = 1 2 ( 1 + e π ) ( e 2 π ) 1 e 2 π e 2 π e 2 π A = \frac{1}{2} \cdot \frac { (1+e^{\pi})(e^{-2\pi})}{1 - e^{-2\pi}} \cdot \frac {e^{2\pi}}{e^{2\pi}}

A = 1 2 1 + e π e 2 π 1 A = \frac {1}{2} \cdot \frac { 1+ e^{\pi}}{e^{2\pi} - 1}

A = 1 2 1 + e π ( e π + 1 ) ( e π 1 ) A = \frac{1}{2} \cdot \frac { 1+e^{\pi}}{ (e^{\pi} + 1)(e^{- \pi} - 1)}

A = 1 2 1 e π 1 A = \frac{1}{2} \cdot \frac{1}{e^{\pi} - 1}

A 0.02258285 A \approx 0.02258285

so 1 0 5 A = 2258 \lfloor 10^5 A \rfloor = 2258 .

If you want the total area bounded by the function and the x-axis then A = 0.5*(e^pi+1)/(e^pi-1) =0.54516...

Rafiq Haq - 4 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...