Can you solve this basic kinematics problem?

Calculus Level 5

v ( t ) = ln ( 1 + t ) t + t t v(t)=\frac { \ln(1+t) }{ \sqrt { t } +t\sqrt { t } }

A small particle moves with a velocity as a function of time t t as described above.

If the particle began its motion from the origin, at time t = 0 t=0 . Find the exact displacement (in units) of the particle after infinitely long time.

Give your answer to 3 decimal places.

For more calculus problems see this.


Original.


The answer is 4.355.

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

It is well known that the distance traveled between two points from time ( a a to time b b ) can be determined by: x = a b v ( t ) d t x=\int_{a}^{b}{v(t)dt} In this problem those two points are 0 0 and \infty , so we can write that as: L = 0 v ( t ) d t L=\int_{0}^{\infty}{v(t)dt} With the physics of this problem now out of the way, all we have to do now is evaluate this integral.

L = 0 l n ( 1 + t ) t ( 1 + t ) d t x = t \displaystyle L=\int_{0}^{\infty}{\frac { ln(1+t) }{ \sqrt { t }(1 +t) }dt}\quad\quad\color{#3D99F6}{x=\sqrt{t}}

L = 2 0 l n ( 1 + x 2 ) ( 1 + x 2 ) d x \displaystyle L=2\int_{0}^{\infty}{\frac { ln(1+x^2) }{(1 +x^2) }dx}

To evaluate this, we'll use differentiation under the integral sign :

L ( λ ) = 2 0 l n ( 1 + λ x 2 ) ( 1 + x 2 ) d x \displaystyle L(\lambda)=2\int_{0}^{\infty}{\frac { ln(1+\lambda x^2) }{(1 +x^2) }dx}

L ( λ ) = 2 0 x 2 ( 1 + λ x 2 ) ( 1 + x 2 ) d x = 2 0 A 1 + λ x 2 + B 1 + x 2 \displaystyle L'(\lambda)=2\int_{0}^{\infty}{\frac { x^2 }{(1+\lambda x^2)(1 +x^2) }dx}=2\int_{0}^{\infty}{\frac { A}{1+\lambda x^2 }+\frac {B}{1 +x^2 }}

We can find A A and B B by using A 1 + λ x 2 + B 1 + x 2 = x 2 ( 1 + λ x 2 ) ( 1 + x 2 ) \frac{ A}{1+\lambda x^2 }+\frac{B}{1 +x^2 }=\frac { x^2 }{(1+\lambda x^2)(1 +x^2) } , by solving we find B = A = 1 λ 1 B=-A=\frac{1}{\lambda-1}

L ( λ ) = 2 λ 1 0 1 1 + x 2 1 1 + λ x 2 \displaystyle L'(\lambda)=\frac{2}{\lambda-1}\int_{0}^{\infty}{\frac { 1}{1 +x^2}-\frac {1}{1 +\lambda x^2 }}

Using 0 1 1 + x 2 = π 2 \displaystyle\int_{0}^{\infty}{\frac{1}{1+x^2}}=\frac{\pi}{2} (antiderivative of this function is arctan ( x ) \arctan(x) ).

L ( λ ) = 2 λ 1 ( π 2 π 2 λ ) = π λ + λ \displaystyle L'(\lambda)=\frac{2}{\lambda-1}(\frac{\pi}{2}-\frac{\pi}{2\sqrt{\lambda}})=\frac{\pi}{\sqrt{\lambda}+\lambda}

Now we return to L ( λ ) L(\lambda) by integrating over λ \lambda :

L ( λ ) = π λ + λ d λ = 2 π ln ( 1 + λ ) + C \displaystyle L(\lambda)=\int{\frac{\pi}{\sqrt{\lambda}+\lambda}d\lambda}=2\pi\ln(1+\sqrt{\lambda})+C

It's obvious that L ( 0 ) = 0 L(0)=0 , from this we can find C = 0 C=0 .

L ( λ ) = 2 π ln ( 1 + λ ) \displaystyle L(\lambda)=2\pi\ln(1+\sqrt{\lambda})

In our case λ = 1 \lambda=1 and from this we find:

L = 2 π ln 2 \displaystyle L=2\pi\ln2

Nice method! I evaluated the integral using Ramanujan's Master Theorem.

Aditya Kumar - 5 years, 7 months ago

Log in to reply

How do you do that?

Pi Han Goh - 5 years, 7 months ago

Log in to reply

I used the mellin's transform of l o g ( 1 + t ) 1 + t \frac{log(1+t)}{1+t} .

General form: l o g ( 1 + x ) 1 + x = k = 1 H k ( x ) k H k = γ + ψ ( k + 1 ) U s i n g r a m a n u j a n s m a s t e r t h e o r e m , 0 x a 1 l o g ( 1 + x ) 1 + x = π s i n ( π a ) ( γ + ψ ( 1 a ) ) \frac { log(1+x) }{ 1+x } =-\sum _{ k=1 }^{ \infty }{ { H }_{ k }{ \left( -x \right) }^{ k } } \\ { H }_{ k }=\gamma +\psi \left( k+1 \right) \\ Using\quad ramanujan's\quad master\quad theorem,\\ \int _{ 0 }^{ \infty }{ \frac { { x }^{ a-1 }log(1+x) }{ 1+x } } =-\frac { \pi }{ sin\left( \pi a \right) } \left( \gamma +\psi \left( 1-a \right) \right)

Aditya Kumar - 5 years, 7 months ago

Log in to reply

@Aditya Kumar Haha, I'm weak at RMT. So I need more information to break through. Will work on it soon! Thanks anyway!

Pi Han Goh - 5 years, 7 months ago

Log in to reply

@Pi Han Goh Waiting to solve your problem which uses rmt! :)

Aditya Kumar - 5 years, 7 months ago

Log in to reply

@Aditya Kumar Try this .

Pi Han Goh - 5 years, 7 months ago

Log in to reply

@Pi Han Goh I had done that once in my previous account. It was done by rmt. It was the first problem which I solved properly using rmt.

Aditya Kumar - 5 years, 7 months ago

@Pi Han Goh Btw did you change this to calculus section? I had originally posted it in classical mechanics section.

Aditya Kumar - 5 years, 7 months ago

Log in to reply

@Aditya Kumar Yep. You just convert it to an integral, that's all. No real physics involved.

Pi Han Goh - 5 years, 7 months ago

Log in to reply

@Pi Han Goh Yes actually u r right. It is more of a calculus problem.

Aditya Kumar - 5 years, 7 months ago
Mark Hennings
Feb 1, 2016

If we define F ( α ) = 0 d t t ( 1 + t ) α = B ( 1 2 , α 1 2 ) , α > 1 2 , F(\alpha) \; = \; \int_0^\infty \frac{dt}{\sqrt{t}(1 + t)^\alpha} \; = \; B(\tfrac12,\alpha-\tfrac12)\;, \qquad \alpha > \tfrac12 \;, then the required distance is s = 0 ln ( 1 + t ) t ( 1 + t ) d t = F ( 1 ) . s \; =\; \int_0^\infty \frac{\ln(1+t)}{\sqrt{t}(1+t)}\,dt \; = \; -F'(1) \;. Since F ( α ) = Γ ( 1 2 ) Γ ( α 1 2 ) Γ ( α ) , F(\alpha) \; = \; \frac{\Gamma(\frac12)\Gamma(\alpha-\frac12)}{\Gamma(\alpha)} \;, we deduce that F ( α ) = F ( α ) [ ψ ( α 1 2 ) ψ ( α ) ] F'(\alpha) \,=\, F(\alpha)[\psi(\alpha-\tfrac12) - \psi(\alpha)] , and so s = F ( 1 ) [ ψ ( 1 ) ψ ( 1 2 ) ] = π [ γ ( γ ln 4 ) ] = π ln 4 . s \; = \; F(1)[\psi(1) - \psi(\tfrac12)] \; = \; \pi[-\gamma - (-\gamma-\ln4)] \; = \; \pi\ln 4 \;.

Sir is it right to use rmt here? I've mentioned it above under Pi's comment. BTW this idea didn't strike me at all. Nice method.

Aditya Kumar - 5 years, 4 months ago

Log in to reply

This one works just fine! Your integral 0 t α 1 log ( 1 + t ) 1 + t d t \int_0^\infty \frac{t^{\alpha-1} \log(1+t)}{1+t}\,dt converges for 0 < α < 1 0 < \alpha < 1 , and the functions you are using are analytic in suitable regions. Since you want to put α = 1 2 \alpha = \tfrac12 , all is well.

Mark Hennings - 5 years, 4 months ago

Log in to reply

Wow! Rmt works here!

Aditya Kumar - 5 years, 4 months ago

Sir could you tell me a good source from which I could learn rmt. I want to learn how to apply it properly.

Aditya Kumar - 5 years, 3 months ago

Log in to reply

@Aditya Kumar The paper Amdeberhan et al. covers a brief description of a proof, pointing out the connection of the RMT to the Mellin Transform. If you want to study the Mellin transform in more detail, you will need a good book on Complex Analysis, which will make the connection between the Mellin transform and the Fourier transform.

Mark Hennings - 5 years, 3 months ago

All we need to do is find the value of the integral 0 ln ( 1 + t ) t + t t d t \large \int_{0}^{\infty} \frac{\ln(1+t)}{\sqrt{t} +t\sqrt{t}} dt

Substituting t = z \sqrt{t}=z

We have 2 0 ln ( 1 + z 2 ) 1 + z 2 d z \large 2\int_{0}^{\infty} \frac{\ln(1+z^2)}{1 +z^2}dz

Again substituting z = t a n ( y ) z=tan(y)

We have

2 0 π 2 ln ( 1 + t a n 2 ( y ) ) d y \large 2\int_{0}^{\frac{\pi}{2}}\ln(1+tan^{2}(y))dy

= 2 0 π 2 ln ( s e c 2 ( y ) ) d y =\large 2\int_{0}^{\frac{\pi}{2}}\ln(sec^{2}(y))dy

= 4 0 π 2 ln ( c o s ( y ) ) d y =\large -4\int_{0}^{\frac{\pi}{2}}\ln(cos(y))dy

Now this is a well known integral

Here's a youtube video showing how to evaluate this .

And the value of the integral 0 π 2 ln ( c o s ( y ) ) d y = π 2 ln ( 2 ) \int_{0}^{\frac{\pi}{2}}\ln(cos(y))dy = -\frac{\pi}{2}\ln(2)

So we have our answer is :- 2 π ln ( 2 ) 2\pi\ln(2)

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...