0% found this document useful (0 votes)
10 views6 pages

Missile Control System Analysis

Uploaded by

bilalagha884
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views6 pages

Missile Control System Analysis

Uploaded by

bilalagha884
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Instrumentation and Control (ESN-4133)

Homework 2
Due Date: January 19, 2023
CLO-2: Construct block diagrams of physical systems and compute the transfer functions,
Apply Langrangian principle to derive the differential equations of a given mechanical system
and convert these to state-space form.
Notes:
• The Homework should be submitted on neat and clean A4-sheets.
• The writing should be understandable
• The late submission will result in 25% deduction.
Question-1
Answer following questions.
1. State one condition under which the error signal of a feedback control system would not be
the difference between the input and the output.
2. Name three approaches to the mathematical modeling of control systems.
3. Define the transfer function.
4. What function do gears perform?
5. State an advantage of the transfer function approach over the state-space
approach.
6. What is meant by linear independence?

Question-2
Solve Following problems.
Problem 2-1

Figure 2.33
Problem 2-2

Figure 2.40
Problem 2-3
A DC motor is to be used in apposition servomechanism, but there is a choice as how to use the
machine can be connected. The load is an inertia connected to the motor through a flexible
(springy) shaft. The motor can be connected as an armature-controlled machine supplied with
constant filed current from a current source, or as a field-controlled machine supplied with
constant armature current from a current source, as shown in figures 1 and 2. These figures show
the armature-controlled and filed controlled connections, respectively.
When operated in the armature-controlled mode (figure 1), a variable voltage is applied to the
armature as an input to the motor to change the shaft position. Alternatively, the variable control
voltage is applied to the field terminals to vary the shaft position when the motor is operated in
the field-controlled mode (Figure 2).
Derive the transfer functions that relate the angular displacement of the load inertia to the input
voltage for the two different configurations illustrated in Figures 1 and 2.
Question-3
Solve the following problems.
Problem 3-1
A missile in flight as shown, is subject to four forces: thrust, lift, drag, and gravity. The missile
flies at an angle of attack, α, from its longitudinal axis, creating lift. For steering, the body angle
from vertical, ϕ, is controlled by rotating the engine at the tail. The transfer function relating the
body angle, ϕ, to the angular displacement, δ, of the engine is of the form:
a) Represent the missile steering control in state space.
b) Draw the block diagram of this system.

Problem 3-2

Problem 3-3
Represent the rotational mechanical system shown in figure-3, in state space, where θ1(t) is
the output.

Figure 3
Problem 3-4
Represent the system shown in figure-4 in state space where 𝜽𝑳 (𝒕) is the output of this
system.
Figure 4
Question 4
Solve the following problems.
Problem 4-1
Find the transfer function of a second-order system that yields a 15% overshoot and a
settling time of 0.7 second.

Problem 4-2
Given the following state-space representation of a system, find y(t) and poles of the system
using Laplace Transform.

Problem 4-3
Given the system shown in Figure 5, find the damping, D, to yield a 30% overshoot in output
angular displacement for a step input in torque.

Figure 5

Common questions

Powered by AI

The Lagrangian principle is applied by expressing the mechanical energy of the system in terms of kinetic and potential energies. The Lagrangian L is given by L = T - V, where T is the kinetic energy and V is the potential energy of the system. Using the Lagrange's equations of motion, which state that d/dt(∂L/∂q̇) - ∂L/∂q = 0, where q represents the generalized coordinates, one can derive the differential equations of the system. This transformation abstracts the complex relationships in the system, allowing the derivation of motion equations that describe the system's dynamics .

Linear independence refers to a set of vectors, equations, or functions in which no member can be expressed as a linear combination of the others. In the context of control systems, linear independence is significant because it ensures that the state variables, equations, and their solutions contribute unique information about the system's behavior. This property is crucial for system stability and controllability, as it guarantees that different system states provide independent insights into how the system responds to inputs and disturbances .

To derive the transfer functions of a DC motor in armature-controlled and field-controlled configurations, begin by writing the voltage equation for each setup. In the armature-controlled motor, the input voltage affects the armature, thus relating directly to the current through the armature resistance and back-emf voltage. This leads to an expression of angular displacement over armature voltage. For the field-controlled configuration, the field winding receives the input voltage, altering the magnetic field, and consequently the voltage expression must consider the interaction of field excitation with back-emf. Solving these equations provides the respective transfer functions: one for armature control that relates input voltage to rotor angular position and another for field control that relates field voltage to angular displacement .

To represent the missile steering system in state space, one must first identify all state variables needed to represent the system's dynamics comprehensively. Given the transfer function relating ϕ (body angle) to δ (angular displacement of the engine), the state variables can typically include positional and velocity terms for each rotational component. By deriving the system of first-order differential equations from the transfer function, the state-space representation takes the form: x'(t) = Ax(t) + Bu(t), y(t) = Cx(t) + Du(t), where A, B, C, and D are matrices defined by the coefficients in the dynamic equations and u(t) is the input .

To compute the transfer function of a second-order system given a 15% overshoot and a 0.7-second settling time, start by using the formulas for overshoot (OS) and settling time (T_s) of a standard second-order system. The overshoot can be determined using the damping ratio (ζ): OS = exp(-ζπ/sqrt(1-ζ²)). For a 15% overshoot, compute ζ. The settling time for a second-order system is T_s = 4/(ζω_n), which allows for calculating the natural frequency ω_n. Substituting these values into the standard second-order transfer function form, H(s) = ω_n²/(s² + 2ζω_ns + ω_n²), provides the desired transfer function .

To determine the output and pole locations of a system from its state-space representation using Laplace transforms, apply the Laplace transform to the state-space equations: x'(t) = Ax(t) + Bu(t) and y(t) = Cx(t) + Du(t). This results in a transfer function matrix H(s) = C(sI - A)^-1B + D, where I is the identity matrix. Solving for y(s) = H(s)U(s) provides the output function in the Laplace domain. The poles of the system are found by determining the eigenvalues of the matrix A, which correspond to the roots of the characteristic equation |sI - A| = 0. These poles indicate the system stability and response characteristics .

The transfer function approach primarily deals with input-output relationships in the frequency domain, making it simple to analyze linear time-invariant systems, especially in terms of frequency response and stability. An advantage of transfer functions is that they provide a more straightforward algebraic method for describing the system dynamics and help in simplifying complex systems via block diagram reduction. Conversely, the state-space approach is more comprehensive for time domain analysis, handling multi-input and multi-output systems, and is better in analyzing control system stability and controllability. However, it can be more complex and mathematically intensive .

Gears function within mechanical systems primarily to transmit torque and motion between components. They allow the conversion of force and motion from one component to another by altering the direction, speed, and amount of the force. They can increase torque by reducing speed, maintain a consistent speed ratio, and reverse rotational direction. By intermeshing teeth, they ensure a smooth transmission of power, which is essential in mechanisms requiring precise control over position and movement .

To find the damping coefficient required for a specific overshoot in a control system's output, use the relationship between the overshoot (OS), damping ratio (ζ), and natural frequency (ω_n). The overshoot is given by OS = exp(-ζπ/sqrt(1-ζ²)). Rearrange this formula to solve for ζ using the desired overshoot percentage (e.g., for 30% overshoot, calculate ζ ≈ 0.356). This damping ratio will be used with the system's natural frequency to determine the system's damping behavior, guiding the adjustments needed to the physical or simulated parameters of the system to achieve the specified overshoot .

The error signal in a feedback control system would not be the simple difference between the input and the output when there are additional factors affecting the system, such as system non-linearities, external disturbances, or intentional non-linear transformations applied to the input or output. In such cases, the error signal typically becomes a function of these other influences, meaning it is determined by additional state variables or system conditions not accounted for by a simple difference .

You might also like