Control system with equation C = A*x + B*dx/dt

AI Thread Summary
The control system described by the equation C = A*x + B*dx/dt is analyzed in the context of robotics, focusing on how the steady state and half-life are affected by changes in the robot's mass. It is established that the steady state remains unchanged when the mass is doubled, as it occurs when dx/dt equals zero, indicating that B does not influence this outcome. The discussion also touches on the calculation of half-life, with a suggestion that if B doubles, the half-life would increase, reflecting an exponential delay in the system's response. Participants emphasize the importance of understanding concepts like half-life and exponential decay for better comprehension of the system's behavior. Overall, the conversation highlights the relationship between mass, steady state, and system dynamics in control theory.
zsero
Messages
12
Reaction score
1

Homework Statement


This question came up in a computer science / robotics exam and I still don't know the solution for it. I figured out that it's classical mechanics related, so I thought this might be the best place to ask it.

Suppose a control system is described by the equation C = A*x + B*dx/dt, where B is proportional to the mass of the robot. The behaviour of the system can be characterised by the steady state (e.g. the asymptotic velocity of the robot) and the half-life time of the decrease of the distance to the steady state. Explain how the steady state and the half-life change if the mass of the robot is doubled.

Homework Equations


C = A*x + B*dx/dt

The Attempt at a Solution


I've figured out that the steady state doesn't change, as it happens when dx/dt is 0, thus B is not affecting the solution.

And this is how far I understand it. Can you explain to me, what kind of movement is this, what is the real-life meaning of the steady state and half-life for this movement and that how to calculate the change in the half-life?
 
Physics news on Phys.org
hi zsero! :smile:

write it Bdx/dt = C - Ax, then solve it by "separating the variables" :wink:
 
tiny-tim said:
hi zsero! :smile:

write it Bdx/dt = C - Ax, then solve it by "separating the variables" :wink:

OK, I arrive at the following equation:

-B/A*ln(x) = c*t + k1

My problem here is that I don't understand the meaning of the equations and that what is asked by half-life and steady state.

How can I get the half-time from this equation?
 
zsero said:
-B/A*ln(x) = c*t + k1

ok, now multiply by -1/B and then e-to-the on both sides …

x = xoe-ACt/B (where xo = e-kA/B)

does that look familiar? :wink:
 
Thanks for the help! Actually, I'm not a Physics student, so I don't really know, but I'd guess it's the exponential delay. So if B doubles then the constant becomes half, thus the half-life becomes double. Is this correct?
 
good guess! :smile:

but you really should make yourself familiar with half-life (and exponential decay generally) …

look it up in wikipedia or the pf library :wink:
 
Thanks for the help!
 
Back
Top