You are on page 1of 4

Practice Problems Set #1

MAAE 4500, Fall 2012 (sections A and B)


Mechanical and Aerospace Engineering, Carleton University
Notes:
1. Make sure you read materials in Chapters 1-3 of the textbook by Ogata.
2. You are expected to solve all the problems as part of this course for practice.
3. For any problem that involves simulations and using Matlab, you are expected to develop
your program and generate the related plots.

Question 1: After analyzing an unknown physical systems input-output behaviour, an engineer


finds out that a systems transfer function, G(s), must have a gain of 1, a zero at s= -5, a pole at s =
-2, a pole at s = -6, and a triple pole at s = -4.
(a) Write down the transfer function and use partial expansions to find the mathematical
form of the time response of this system to a unit impulse input (as a function of time t).
(b) Plot the obtained output response, which you found manually in part (a), using Matlabs
plotting utilities (from 0 sec to 10 seconds).
(c) Use Matlab utilities to find the same partial fractional form of part (a).
(d) Use Matlab utilities to simulate the response of the G(s) to a unit impulse input and
compare it to the curve you obtained in part (b).

Question 2: The mechanical part of a read/write head in a hard disk drive is shown below. A DC
motor turns the Read head through a thin flexible shaft, which can be modelled as a torsional
spring (stiffness k and damping b). The motor inertia, I1, sees the motor commanded torque MC,
and Disturbance torque MD. The upper part of the actuator has an inertia I2.
(e) Assuming that disturbance load MD is zero, write down the equations of motion for both
inertias.
(f) Find the transfer function of the output angle of the Read head, 2(s), to the input torque
MC(s). Gp(s) = 2(s) /MC(s).
(g) Assume that this plant is used in the unity feedback configuration with a proportional
controller having gain kp = 1 as shown in Figure 2. Consider all the parameters (inertia,
damping, stiffness, etc.) have a value of 1 and find the closed-loop transfer function from
the reference input R(s) to output Y(s)? Use Matlab to find the unit step response.
(h) What is the steady-state output yss(t) and steady state error ess(t), if a step input is used.

R(s)

U(s)

E(s)

+
-

Kp

Gp(s)

Y(s)

Figure 2.

Question 3: A light-seeking control system, used to track the sun, is shown in Figure 1. The
output shaft, driven by the motor through a worm reduction gear, has a bracket attached on which
are mounted two photocells. Complete the closed-loop control system, via drawing a block
diagram, such that the system follows the light source (Explain the role of different elements in the
control loop). A photocell is mounted in each tube. The light reaching each cell is the same in both
only when the light source is exactly in the middle as shown. Therefore, if the sun is not in the
middle, one receives more light than the other.

Figure 1

Question 4: Find the overall transfer function from input R2(t) to the output Y1(t) in the following
block diagram. Show the steps of block simplifications.

Question 5: In a hard disk, a DC motor is used to position the read head over the reference track.
The read head is assumed to be rigid; hence, neglecting the flexures deflection. Assume that the
read head is directly connected to the output shaft of a motor with the total inertia of Jm= 1 N m
s2/rad and viscous friction coefficient of b=2 N m s/rad. The motor torque is proportional to the
current via torque constant Km = 5 Nm/A. The Back EMF voltage is proportional to the shaft
angular speed via a constant Ke assumed to be zero in this problem. The armature resistance is
R=1 Ohm and Inductance is L=1mH.

(i) Write down all the governing equations.


(j) Express the system in a state space form. Use voltage va as the input and the angular
position m as the output. (We are not going to cover state-space representation, but if you
have interest, please do it)
(k) Find the transfer function between the input voltage va and angular position m.
(l) If this motor is used in a feedback loop (unity feedback) with a proportional controller of
gain Ka in series with the motor, what will be the feedback systems transfer function
(from the reference angle to the output angle), and find the steady-state response (using
final value theorem) to a unit step input.
(m) Use Matlab to simulate the response of the feedback system to a unit step for the Ka gains
of 0.1, 4, and 1000 (for 10 seconds of simulation). Comment on the responses you obtain.

6. Other Materials to Review:


1). Introduction: Basic concepts on control. Review Chapter 1 of the book. (Remove robust
control).
2). Mathematical Modelling of Control System: Review Chapter 2, sections: 2-1, 2-2,2-3. The
sections 2-4 to 2-6 on state space modelling are not covered. Review Example 2-1. Review
problems A-2-2, A2-4, A-2-5, A-2-7, A-2-8. Try B-2-4 and B-2-6.
3). System Modelling Examples: Chapter 3 is mostly example of systems. The focus is usually
on the mechanical systems here, but students should learn how to model an electrical system. Try
Examples 3-1 to 3-4. Also review A-3-1to A-3-4. A-3-9 is a very good applied example.

You might also like