Non solvable integral? (dx/dt)^2 dt

In summary, the nonlinear system for whom wants to know how did I get to that point is: d(dx/dt)/dt = sqrt(a^2+b^2)*sin(x+alfa+phi) - Kd*(dx/dt); where alfa = atan(a/b), phi = constant angle, Kd = constant coefficient. After applying the kinetic work theorem by multiplying both sides by dx/dt I get: d(dx/dt)/dt *dx/dt = sqrt(a^2+b^2)*sin(x+alfa+phi)*dx/dt - Kd*(dx/dt)*dx/dt ; So,
  • #1
Tomder
4
1
TL;DR Summary
I have a non linear system to which I implement a PD controller, but when applying the kinetic-work theorem I can't solve an integral.
The integral is (dx/dt)^2 dt, where x=x(t) so it can't be just x + C.

The non linear system for whom wants to know how did I get to that point is:

d(dx/dt)/dt = sqrt(a^2+b^2)*sin(x+alfa+phi) - Kd*(dx/dt); where alfa = atan(a/b), phi = constant angle, Kd = constant coefficient.
After applying the kinetic work theorem by multiplying both sides by dx/dt I get:

d(dx/dt)/dt *dx/dt = sqrt(a^2+b^2)*sin(x+alfa+phi)*dx/dt - Kd*(dx/dt)*dx/dt ; So, by integration by dt I get to:

1/2*(dx/dt)^2 = - sqrt(a^2+b^2)*cos(x+alfa`phi) - INTEGRAL[(Kd*(dx/dt)^2]dt + C ;

Rearranging terms:

1/2*(dx/dt)^2 + sqrt(a^2+b^2)*cos(x+alfa`phi) = C - INTEGRAL[(Kd*(dx/dt)^2]dt ;And by this without the Kd term i could get the total energy of the system and the velocity at every point but I don't know how to proceed with the Kd term.
I'm sure maybe some of the theory may be wrong explained so I say sorry in advance.
For further explanation, my system doesn't lose energy when Kd = 0 because the total energy would be constant but with Kd term I assume it is like a frictional component that takes the energy out and the system would slowly stop oscillating in the equilibrium point.
 
Physics news on Phys.org
  • #3
Simplifying the constants and shifting the origin of [itex]x[/itex], your system is [tex]\ddot x = A \sin x - k\dot x.[/tex] This is the equation of motion of a pendulum in a resistive medium. The resistive force [itex]-k\dot x[/itex] effectively removes energy from the pendulum as it does work in moving through the resistive medium.

You can write this as the 2D system [tex]
\begin{split}
\dot x &= y \\
\dot y &= A\sin x - ky \end{split}[/tex] and use Dulac's criterion to show that no non-constant periodic solutions exist.
 
  • Like
Likes fresh_42
  • #4
Yep, sorry I will reupload this post using the proper notation, thank you for the advice
 

FAQ: Non solvable integral? (dx/dt)^2 dt

What is a non-solvable integral?

A non-solvable integral refers to an integral that cannot be expressed in terms of elementary functions. This means that there is no closed-form solution using basic algebraic, trigonometric, exponential, or logarithmic functions. Non-solvable integrals often arise in advanced areas of mathematics and physics.

Why is the integral (dx/dt)^2 dt considered non-solvable?

The integral (dx/dt)^2 dt can be non-solvable depending on the function x(t). If the function dx/dt leads to an integral that cannot be expressed in terms of elementary functions, then the integral is deemed non-solvable. This typically occurs with complex or nonlinear functions.

How can I determine if an integral is solvable or non-solvable?

To determine if an integral is solvable, one can apply techniques such as substitution, integration by parts, or numerical methods. Additionally, tools like the Risch algorithm can be used to analyze whether an integral can be expressed in elementary terms. If these methods do not yield a solution, it may indicate that the integral is non-solvable.

What are some examples of non-solvable integrals?

Some classic examples of non-solvable integrals include the integral of e^(x^2) dx and the integral of sin(x^2) dx. These integrals cannot be expressed using elementary functions and often require special functions, such as the error function or Fresnel integrals, for their representation.

What are the implications of non-solvable integrals in physics and engineering?

Non-solvable integrals often arise in physics and engineering when dealing with complex systems or phenomena. They may necessitate the use of numerical methods or approximations for practical applications, such as simulations or modeling. Understanding these integrals is crucial for accurately predicting system behavior and outcomes in various scientific fields.

Back
Top