**Mechanical Practice Problem** A Motor ============== !!! WARNING This is a practice electromechanical problem that isn't really optimized for use in an exam setting. By this I mean we didn't really do any problems with a rotational framework and that'd be a bit too much to put on you in an exam setting. The math on part 2 is also probably too long for a question, but you should be able to do it! It is at the same level of a first order circuit. You have a standard DC motor that looks like the following: ![Figure [motor_example.png]: Simple DC motor with voltage $v_{SIG}$ applied to it and an angular velocity $\omega$ as an output. ](media/motor_example.png width="400px" ) Below is the electro-mechanical model of that standard DC motor. The left half of the circuit depicts the electrical equivalent of the motor (its coil), the right half is a circuit-equivalent model of the mechanical behavior of the motor (its rotation, momentum, etc), and the dependent sources represent how the two are inter-related. ![Figure [motor_equivalent.png]: Circuit Equivalent of the motor. ](media/motor_equivalent.png width="800px" ) The electrical portion of the circuit should be familiar. The mechanical portion is slightly different than what we've seen before. Because the motor operates in a rotational frame of reference there are the following notable differences from previous examples: * Instead of a linear velocity, we have an angular velocity of the rotor $\omega$ * Instead of a linear acceleration, we have an angular acceleration of the rotor, $\alpha$ * Instead of a linear position, we have and angle of the rotor, $\theta$ * Instead of forces we have torques on the rotor, $\tau$ * Instead of a mass, we worry about moment of inertia of the rotor $J$. * Generally speaking $\tau = J\times \alpha$, however we can assume the moment of inertia of our motor is always normal to our angular movement that means $\tau = J\alpha$ (which is analogous to $f =ma$ in our linear framework) * $b$ is a rotational drag coefficient analogous to friction. Rotational mechanics aside, you should see that this system is very similar to the one we had in lecture and in lab (the diving board magnet lab). Answer the following questions about the motor: Steady State Velocity ---------------------- If $v_{SIG}$ starts at 0V, the motor will have no angular velocity. When $v_{SIG}$ is then switched to a different voltage, the angular velocity of the motor will increase gradually before settling at a steady state velocity. Before we consider the time-dynamics of the system consider the case where the input voltage $v_{SIG}$ is set to a constant voltage $V_C$ for a very long time (far longer than the system's dynamics). Generate an expression for the steady state angular velocity $\omega$ of the motor as a function of system parameters and $V_C$ in this particular case.
Velocity Over Time ---------------------- If the motor starts at rest ($v_{SIG} = 0V$) and is the input voltage is then stepped to $V_F$, generate a time domain expression for motor speed as a function of time $\omega(t)$. For this problem assume that the motor's inductor is negligible and can be ignored. You can also use $\Omega_{SS}$ to be a stand-in for the steady state angular velocity you found as a function of voltage in the previous question.
Follow-Up Questions ---------------------- Answer the following questions about how changing system parameters will change the behavior of the motor (it is a good idea to review the previous two sections before going on): ### Moment What happens to the time dynamics of motor when its moment of Inertia is increased by a factor of 10? What happens to the steady-state velocity it runs at for a given input voltage?
### Drag Coefficient What happens to the time dynamics of motor when its moment of drag coefficient $b$ is increased by a factor of 10? What happens to the steady-state velocity it runs at for a given input voltage?