Down the rabbit hole ......

Calculus Level 5

Let f ( x ) f(x) be the unique, non-negative real valued function with domain [ 1 , ) [1, \infty) defined by the equation

f ( x ) = 1 x t f ( t ) d t f(x) = \displaystyle\int_{1}^{x} \dfrac{t}{f(t)} dt .

Now let S = 3 2 f ( x ) d x S = \displaystyle\int_{\sqrt{3}}^{2} f(x) dx . Compute 100 × S \lfloor 100 \times S \rfloor .


The answer is 42.

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.

3 solutions

Using the Fundamental Theorem of Calculus, we take the derivative of both sides of the equation defining f ( x ) f(x) to find that

f ( x ) = x f ( x ) f'(x) = \dfrac{x}{f(x)} .

Now let y = f ( x ) y = f(x) . Then our differential equation becomes

d y d x = x y y d y = x d x y 2 = x 2 + C \dfrac{dy}{dx} = \dfrac{x}{y} \Longrightarrow y dy = x dx \Longrightarrow y^{2} = x^{2} + C

for some constant C C , (noting that I've "absorbed" a factor of 2 2 into the constant). But since f ( 1 ) = 0 f(1) = 0 , we see that 0 = 1 2 + C C = 1 0 = 1^{2} + C \Longrightarrow C = -1 , and so, since it was specified that f ( x ) f(x) is non-negative valued, we conclude that f ( x ) = x 2 1 f(x) = \sqrt{x^{2} - 1} .

Thus S = 3 2 x 2 1 d x S = \displaystyle\int_{\sqrt{3}}^{2} \sqrt{x^{2} - 1} dx .

This integral can be solved using trigonometric substitution; let x = sec ( θ ) x = \sec(\theta) . Then d x = sec ( θ ) tan ( θ ) d ( θ ) dx = \sec(\theta)\tan(\theta) d(\theta) and x 2 1 = tan ( θ ) \sqrt{x^{2} - 1} = \tan(\theta) . Ignoring the upper and lower bounds for now, the integral then becomes

sec ( θ ) tan 2 ( θ ) d ( θ ) \displaystyle\int \sec(\theta)\tan^{2}(\theta) d(\theta) .

Now use integration by parts; let u = tan ( θ ) u = \tan(\theta) and d v = sec ( θ ) tan ( θ ) d ( θ ) dv = \sec(\theta)\tan(\theta) d(\theta) .

Then d u = sec 2 ( θ ) d ( θ ) du = \sec^{2}(\theta) d(\theta) and v = sec ( θ ) v = \sec(\theta) . So now

sec ( θ ) tan 2 ( θ ) d ( θ ) = sec ( θ ) tan ( θ ) sec 3 ( θ ) d ( θ ) = \displaystyle\int \sec(\theta)\tan^{2}(\theta) d(\theta) = \sec(\theta)\tan(\theta) - \displaystyle\int \sec^{3}(\theta) d(\theta) =

s e c ( θ ) tan ( θ ) ( tan 2 ( θ ) + 1 ) sec ( θ ) d ( θ ) sec(\theta)\tan(\theta) - \displaystyle\int (\tan^{2}(\theta) + 1)\sec(\theta) d(\theta) .

Thus sec ( θ ) tan 2 ( θ ) d ( θ ) = ( 1 2 ) ( sec ( θ ) tan ( θ ) ln ( sec ( θ ) + tan ( θ ) ) ) \displaystyle\int \sec(\theta)\tan^{2}(\theta) d(\theta) = (\frac{1}{2})(\sec(\theta)\tan(\theta) - \ln(\sec(\theta) + \tan(\theta))) .

Therefore S = ( 1 2 ) ( x x 2 1 ln ( x + x 2 1 ) ) S = (\frac{1}{2})(x\sqrt{x^{2} - 1} - \ln(x + \sqrt{x^{2} - 1}))

evaluated from x = 3 x = \sqrt{3} to x = 2 x = 2 . Plugging in these values gives us that

S = ( 1 2 ) ( 2 3 ln ( 2 + 3 ) 6 + ln ( 2 + 3 ) ) = 0.42193.... S = (\frac{1}{2})(2\sqrt{3} - \ln(2 + \sqrt{3}) - \sqrt{6} + \ln(\sqrt{2} + \sqrt{3})) = 0.42193.... ,

and 100 S = 42 \lfloor 100*S \rfloor = \boxed{42} , the answer to everything and referred to often in 'Alice in Wonderland', (hence the title of this question).

Oh god Kill me....! You will laugh at me if I tell you that I accidentally click on solution button instead of Submit Button while I solved This question correctly. May be the reason of this mistake is that I am always waited for your questions which are related to calculus and geometry.So I was in hurry. But Sir It's an request that you please post more question if possible since I always searching your questions. And Eagerly wanted more and more of your question's.

Deepanshu Gupta - 6 years, 7 months ago

Log in to reply

I've done the same thing before, (pressed the "solution" button instead of "submit" even though I had the right answer), so I understand your frustration. :( Anyway, thanks for the compliment; I really appreciate it. Posting new problems is probably my favorite thing to do on Brilliant, and I'm always trying to think of new ones. :)

Brian Charlesworth - 6 years, 7 months ago

same here, got 0.421 and wrote 421 instead of 42 :-(

Akshay Sharma - 5 years ago

It should be given that f(1)=0

Alapan Das - 2 years, 3 months ago

Log in to reply

No, that is implicit in the first equation of the problem. A definite integral over a zero length interval is zero.

A Former Brilliant Member - 2 years, 3 months ago

No, that is implicit in the first equation of the problem. A definite integral over a zero length interval is zero.

N [ 3 2 ( f ( x ) /. DSolve [ { x ( f ( x ) = 1 x q f ( q ) d q ) , f ( 1 ) = 0 } , f ( x ) , x ] ) d x ] { 0.421935 , 0.421935 } N\left[\int_{\sqrt{3}}^2 \left(f(x)\text{/.}\, \text{DSolve}\left[\left\{\frac{\partial }{\partial x}\left(f(x)=\int_1^x \frac{q}{f(q)} \, dq\right),f(1)=0\right\},f(x),x\right]\right) \, dx\right] \Longrightarrow \{-0.421935,0.421935\} . The problem actually has two solutions of the differential equation. Yes, the problem is a single line in Wolfram Mathematica 11.3.

A Former Brilliant Member - 2 years, 3 months ago
Pratik Shastri
Oct 30, 2014

f ( x ) = 1 x t f ( t ) d t f ( x ) = x f ( x ) \begin{aligned} f(x)&=\int_{1}^{x} \dfrac{t}{f(t)} \mathrm{d}t\\ f'(x) &=\dfrac{x}{f(x)} \end{aligned}

Now let y = f ( x ) y=f(x) . So,

d y d x = x y y d y = x d x y = f ( x ) = x 2 1 \dfrac{\mathrm{d}y}{\mathrm{d}x}=\dfrac{x}{y}\\ \int y \mathrm{d}y=\int x \mathrm{d}x \\ y=f(x)=\sqrt {x^2-1}

Because f ( x ) f(x) is non-negative and f ( 1 ) = 0 f(1)=0 .

So now, we need to find 3 2 x 2 1 d x \int_{\sqrt {3}}^{2} \sqrt{x^2-1} \mathrm{d}x which can be done by simply substituting x = sec θ x=\sec{\theta} .

The value 0.4219 \approx 0.4219 . So, 100 S = 42 \lfloor 100S\rfloor=\boxed{42}

Problem was not that difficult :) did the same.

Krishna Sharma - 6 years, 7 months ago

Log in to reply

No, not too difficult, but when I noticed that f ( x ) = x 2 1 f(x) = \sqrt{x^{2} - 1} had this interesting property I just wanted to share this fact by way of a posted question. :)

Brian Charlesworth - 6 years, 7 months ago

Log in to reply

I like your problems because they are similar to JEE level. :D

Krishna Sharma - 6 years, 7 months ago

Log in to reply

@Krishna Sharma Good to hear. Thanks. :)

Brian Charlesworth - 6 years, 7 months ago
Pepper Mint
Feb 19, 2019

f ( x ) = x f ( x ) f'(x)=\dfrac{x}{f(x)}

f ( x ) = x 2 1 f(x)=\sqrt{x^2-1} , since f ( 1 ) = 0 f(1)=0

3 2 x 2 1 d x = . 42195... = S \displaystyle \int_{\sqrt{3}}^{2} \sqrt{x^2-1} dx=.42195...=S

Thus, 100 S = 42 \lfloor{100S}\rfloor=\boxed{42} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...