3

Let $x$ depend on $t$. $\dot{x}$ is derivative $x$ over $t$. I want to calculate the integral $\int \dot{x} \; dx$. I asked similar question about differentiation here. Any thoughts and ideas are appreciated. Thank you!

ashim
  • 904

2 Answers2

8

The integral $\int \dot x dx$ cannot be evaluated explicitely unless the form of the function $x(t)$ is also given. This can be easily understood in the following way

$$\int \dot x dx=\int (\dot x)^2 dt$$

that cannot be furtherly explicited. This kind of computations generally come out from studies on mechanics with dissipative systems. If you have a differential equation like

$$\ddot x=-\dot x+F(x)$$

you can multiply both sides by $\dot x$ and integrating obtain

$$\int dt \frac{d}{dt}\left(\frac{{\dot x}^2}{2}\right)-\int dx F(x)=-\int \dot x dx$$

that cannot be reduced anymore even if lhs can be expressed through an energy integral.

Jon
  • 5,457
  • can you explain more about the last equation, plz. Why from that you conclude that there is no solution? Thanks – ashim Feb 02 '12 at 03:18
  • @capoluca: I am not implying that there is no solution but that, in order to evaluate your integral, you will need to know $x(t)$ explicitly, solving the original ode. In this way you are able to evaluate the integral on the rhs that is your problem. – Jon Feb 02 '12 at 07:35
-5

You can write it as $\int \frac{dx}{dt}dx$ which, assuming appropriate smoothness conditions on $\dot{x}$ is the same as $\frac{d}{dt}\int x dx = \frac{d}{dt} (\frac{x^2}{2} + C) = x\dot{x}$

  • could explain details plz, why can we put derivation over t outside of the integral? and by the way you don't have constant in the answer, however, you should have one. – ashim Feb 01 '12 at 16:57
  • Moreover, if you take derivative of your answer you would not get $\dot{x}$ – ashim Feb 01 '12 at 17:01
  • 1
    Can someone down vote this answer, it is wrong – ashim Feb 01 '12 at 17:19