0% found this document useful (0 votes)
13 views7 pages

Control System 2019 Solved Question Paper Only Theory

Uploaded by

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

Control System 2019 Solved Question Paper Only Theory

Uploaded by

piyulatpate333
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Q1)define following term ?

1)Limit Cycle 2)Jump resonance 3) frequency entertainment


4)Asynchronous Quenching

1. Limit Cycle: In dynamical systems theory, a limit cycle refers to a periodic orbit or
trajectory to which a system tends to converge over time. It is a stable behavior
where the system repetitively oscillates or cycles around a certain set of states or
values. Limit cycles are often observed in various natural and engineered systems,
such as biological rhythms, electronic circuits, and mechanical systems.
2. Jump Resonance: Jump resonance is a phenomenon that occurs when a system
experiences a sudden or discontinuous change in its response due to a resonant
condition being met. It typically happens when the excitation frequency matches the
natural frequency of the system. Instead of a smooth transition, the system "jumps"
to a different state or behavior. Jump resonance can lead to unexpected and
sometimes undesirable effects, especially in mechanical and structural systems.
3. Frequency Entertainment: The term "frequency entertainment" is not a standard term
or concept. It does not have a specific definition in the context of physics,
engineering, or any other scientific field. It's possible that you meant to refer to a
different term or concept. If you can provide more context or clarification, I'll be happy
to assist you further.
4. Asynchronous Quenching: Asynchronous quenching refers to a phenomenon that
occurs in certain types of lighting systems, such as gas discharge lamps. During
quenching, the discharge in the lamp is extinguished or suppressed to stop the flow of
current. Asynchronous quenching refers to the situation where the quenching process
is not synchronized with the power supply frequency or the natural oscillation
frequency of the lamp. This lack of synchronization can lead to flickering or unstable
behavior in the lamp's output.

Q2) write different types of non linearity explain saturation and dead zone non linearity in
system?

Nonlinearity refers to a deviation from linear behavior in a system, where the output
does not exhibit a proportional relationship to the input. Two common types of
nonlinearities are saturation and dead zone nonlinearity. Let's explore each of them:

1. Saturation Nonlinearity: Saturation nonlinearity occurs when the output of a system


reaches a maximum or minimum limit, or saturates, as the input signal increases or
decreases beyond a certain threshold. In other words, the system response
"saturates" or flattens out, unable to further follow the input's magnitude. Saturation
can happen due to physical constraints, such as limited power supply, signal
amplitude limitations, or the system reaching its maximum or minimum operating
conditions. Saturation nonlinearity is often represented by a characteristic curve that
shows how the output level saturates as the input level exceeds a certain range.
2. Dead Zone Nonlinearity: Dead zone nonlinearity, also known as a deadband, refers to
a region in the input range of a system where no output response is observed. In this
region, small changes or variations in the input signal do not produce any output
changes. The system essentially ignores the input until it exceeds a certain threshold
or enters a different region where the output response resumes. Dead zones can be
intentional, introduced to minimize the impact of noise or small disturbances, or they
can arise naturally in certain systems. Dead zone nonlinearity is often modeled by a
step-like function, where the output remains constant within the dead zone range and
transitions abruptly once the input moves outside that range.
These nonlinearities, including saturation and dead zone nonlinearity, can have
significant implications for system behavior, control design, and signal processing, as
they introduce
Q3) Derive the describing function for saturation non linearity

To derive the describing function for saturation nonlinearity, we can use the
concept of harmonic balance, which assumes that the input can be
represented by a sinusoidal signal. Let's consider a saturation nonlinearity
with an input signal represented by a sinusoid of frequency ω and amplitude
A:x(t) = A sin(ωt)The output of the saturation nonlinearity can be denoted as
y(t). We can express the output in terms of the input as follows:y(t) = f(x(t))
Now, let's consider the saturation nonlinearity. We'll assume that the
saturation limits are ±X, where X represents the maximum saturation level.
The saturation nonlinearity can be represented as a piecewise function:
f(x) = -X, if x < -X x, if -X ≤ x ≤ X X, if x > X To obtain the describing
function, we need to determine the relationship between the output and the
input sinusoid. We'll make use of the harmonic balance technique and
consider the fundamental component of the output, which will have the
same frequency as the input sinusoid. We can express the output as a
Fourier series expansion: y(t) = Y₀ + 2∑[Yₙ cos(nωt + φₙ)] Since we are only
interested in the fundamental component, we can neglect the higher-order
harmonics. Therefore, the Fourier series expansion simplifies to:
y(t) = Y₀ + Y₁ cos(ωt + φ₁)
Now, we can equate the input sinusoid x(t) to the fundamental component
of the output and solve for the describing function Y₁:
A sin(ωt) = Y₁ cos(ωt + φ₁)
Using trigonometric identities, we can rewrite this equation as:
Using trigonometric identities, we can rewrite this equation as:
A sin(ωt) = Y₁ cos(ωt) cos(φ₁) - Y₁ sin(ωt) sin(φ₁)
Equating the coefficients of sin(ωt) and cos(ωt), we get:
Y₁ cos(φ₁) = 0 [Equation 1] Y₁ sin(φ₁) = A [Equation 2]
Dividing Equation 2 by Equation 1, we obtain:
tan(φ₁) = A/0 = ∞
Since the tangent function is infinite, we can conclude that φ₁ = π/2.
Substituting φ₁ = π/2 into Equation 2, we get:Y₁ sin(π/2) = A Y₁ = A
Hence, the describing function for the saturation nonlinearity is:Y(ω) = A
The describing function of the saturation nonlinearity is simply equal to the
amplitude of the input sinusoid. This result indicates that the saturation
nonlinearity does not introduce any harmonic distortion or alter the
fundamental frequency component; it merely scales the output amplitude
linearly with the input amplitude.
Q3) compare P,PI and PID Controller?
1. Proportional (P) Controller:
 The P controller uses proportional control action to adjust the output based on the
error, which is the difference between the desired setpoint and the actual process
variable.
 It multiplies the error by a constant gain, known as the proportional gain (Kp), and
applies it directly to the output.
 The P controller provides a control action that is directly proportional to the error,
making it a simple and straightforward control strategy.
 However, it may lead to steady-state error (a constant offset between the setpoint
and the actual value) in the presence of disturbances or system inaccuracies.
2. Proportional-Integral (PI) Controller:
 The PI controller includes both proportional and integral control actions.
 In addition to the proportional control, it integrates the error over time to eliminate
steady-state error.
 The integral action, multiplied by the integral gain (Ki), continuously accumulates the
error and adjusts the output accordingly.
 The PI controller is effective in reducing steady-state error and enhancing system
stability.
 However, it may introduce overshoot or oscillations in the transient response,
especially when dealing with large disturbances or rapid changes in setpoint.
3. Proportional-Integral-Derivative (PID) Controller:
 The PID controller combines proportional, integral, and derivative control actions.
 In addition to the proportional and integral terms, it incorporates the derivative
control, which considers the rate of change of the error.
 The derivative action, multiplied by the derivative gain (Kd), helps in predicting the
system's future behavior and improving the control response.
 The PID controller offers improved disturbance rejection, faster response, and reduced
overshoot compared to P and PI controllers.
 However, tuning PID parameters can be challenging, and improper tuning may lead to
instability or oscillations.

Q4) explain various of state transmission Matrix along with proof?


The state transition matrix, also known as the transition matrix or the
system matrix, is a fundamental concept in the theory of linear time-
invariant (LTI) systems. It is a matrix that describes the relationship between
the current state of a system and its future state over a given time interval.
The state transition matrix provides a concise representation of the dynamic
behavior of a system. Let's
consider a continuous-time linear time-invariant (LTI) system described by
the state-space equations:dx(t)/dt = A x(t) + B u(t) y(t) = C x(t) + D u(t)
where:
x(t) is the state vector of the system at time t.
u(t) is the input vector applied to the system at time t.
y(t) is the output vector of the system at time t
A is the system matrix of size n x n, where n is the number of states.
B is the input matrix of size n x m, where m is the number of inputs.
C is the output matrix of size p x n, where p is the number of outputs.
D is the direct transmission matrix of size p x m.
The state transition matrix, denoted as Φ(t, t₀), represents the evolution of
the state vector from an initial time t₀ to a later time t. It satisfies the
following matrix differential equation: dΦ(t, t₀)/dt = A Φ(t, t₀) Φ(t₀, t₀) = I
where I is the identity matrix.
The solution to this matrix differential equation is given by the matrix
exponential: Φ(t, t₀) = e^(A(t - t₀))
The matrix exponential can be computed using various techniques such as
eigenvalue decomposition or the power series expansion.
Proof: To prove the validity of the state transition matrix equation, let's
differentiate Φ(t, t₀) with respect to t:
dΦ(t, t₀)/dt = d/dt (e^(A(t - t₀)))
Using the chain rule, we have: dΦ(t, t₀)/dt = A e^(A(t - t₀))
By comparing this with the matrix differential equation dΦ(t, t₀)/dt = A Φ(t,
t₀), we see that they are equivalent.
Next, we need to show that Φ(t₀, t₀) = I, where I is the identity matrix. Let's
evaluate Φ(t₀, t₀):Φ(t₀, t₀) = e^(A(t₀ - t₀)) = e^(A * 0) = e^0 = I
Thus, we have established that the state transition matrix Φ(t, t₀) satisfies
the matrix differential equation and the initial condition, completing the
proof. The state transition matrix is a powerful
tool in the analysis and design of linear time-invariant systems. It allows us
to compute the system response at any time by simply multiplying the initial
state vector by the appropriate state transition matrix.

Q5) Explain Kalman's test of construability and observability?

The Kalman's test of controllability and observability, also known as the


Kalman rank condition, is a criterion used to determine whether a linear
time-invariant (LTI) system is controllable or observable. Controllability and
observability are important concepts in system theory, and they indicate the
ability to fully control or observe the system's states, respectively.
1. Kalman's Controllability Test: The controllability test checks whether it is
possible to steer the system from any initial state to any desired state within
a given time interval by applying suitable control inputs. The controllability
matrix is defined as:

C = [B | AB | A^2B | ... | A^(n-1)B]

where A is the system matrix and B is the input matrix. If the system is
controllable, the controllability matrix C should have full rank (n, where n is
the number of states). The system is controllable if and only if the rank of C
is equal to n.

2. Kalman's Observability Test: The observability test checks whether it is


possible to reconstruct the current state of the system using only the
available measurements of the output. The observability matrix is defined
as:

O = [C CA CA^2 ... CA^(n-1)]

where C is the output matrix. If the system is observable, the observability


matrix O should have full rank (n, where n is the number of states). The
system is observable if and only if the rank of O is equal to n.

In summary, the Kalman's test of controllability checks if it is possible to


steer the system to any state, while the observability test checks if it is
possible to reconstruct the current state using measurements of the output.
Both tests rely on the ranks of the controllability and observability matrices,
respectively, to determine the controllability and observability of the
system.

If the system is controllable and observable, it implies that the system's


states can be fully controlled and observed, which is desirable for proper
system analysis, design, and control. If the system fails either test, it
suggests that certain states are not controllable or observable, and
additional measures may be required to address those limitations.

Q6) write advantages and disadvantages and limitation of phase lag compensation ?
Phase lag compensation is a control technique used to improve the stability and
performance of a feedback control system by introducing additional phase lag to the
system's open-loop transfer function. While phase lag compensation offers certain
advantages, it also has disadvantages and limitations. Let's explore them:

Advantages of Phase Lag Compensation:


1. Improved Stability: Phase lag compensation can enhance the stability of a control
system by increasing the phase margin, which is the amount of phase lag available
before the system becomes unstable. It helps prevent oscillations and improves the
system's ability to handle disturbances and uncertainties.
2. Increased System Damping: By introducing phase lag, the compensation technique
can increase the damping ratio of the system, resulting in improved transient
response and reduced overshoot and settling time.
3. Improved Steady-State Performance: Phase lag compensation can help reduce steady-
state error, ensuring that the system's output accurately tracks the desired setpoint
or reference signal.

Disadvantages and Limitations of Phase Lag Compensation:

1. Increased Settling Time: Although phase lag compensation can improve the transient
response, it may also increase the settling time of the system. The additional phase
lag slows down the system's response to changes, which can be a limitation in
applications that require rapid response.
2. Narrow Bandwidth: Phase lag compensation can narrow the bandwidth of the system,
limiting its ability to track fast input changes. This limitation may impact systems that
require high-frequency response or quick dynamic behavior.
3. Amplification of Noise and Disturbances: In some cases, phase lag compensation can
amplify noise and disturbances in the system, leading to reduced control
performance. This effect is especially pronounced when the compensation is applied
to high-gain systems.
4. Limited Improvement in Unstable Systems: Phase lag compensation is effective in
stabilizing marginally stable or lightly damped systems. However, it may have limited
effectiveness or even worsen the stability of highly unstable or heavily damped
systems. Careful analysis and consideration are necessary when applying phase lag
compensation to such systems.
5. Sensitivity to Parameter Variations: Phase lag compensation is sensitive to changes in
system parameters, such as plant dynamics or gains. Variations in these parameters
may lead to degraded performance or instability, requiring re-tuning or adjustments
to the compensation.

It's important to note that the appropriateness and effectiveness of phase lag
compensation depend on the specific system and control requirements. Proper
analysis, modeling, and tuning are essential to ensure its successful implementation
and avoid any adverse effects.

Q7) explain phase-lead compensation technique with necessary equation ?


Phase-lead compensation is a control technique used to improve the performance and
stability of a feedback control system by introducing additional phase lead to the
system's open-loop transfer function. It is typically employed to increase the phase
margin and enhance the system's stability and transient response. The phase-lead
compensation technique involves adding a lead compensator to the system.
The transfer function of a lead compensator is given by:
Gc(s) = K * (1 + Td * s) / (1 + T * s)
where:
K is the gain of the compensator.T is the time constant.Td is the lead time constant.
The lead compensator introduces a zero and a pole to the open-loop transfer function,
which affects the system's frequency response and phase behavior. The zero is
introduced at a higher frequency compared to the pole, resulting in phase lead.
The phase lead introduced by the lead compensator can be computed using the
following equation:Φ_lead = atan((ω * Td) / sqrt(1 - ω^2 * T^2))
where: Φ_lead is the phase lead introduced by the compensator.
ω is the desired frequency at which the phase lead is required.
To design a phase-lead compensator, the following steps are typically followed:

1. Determine the desired phase margin: The phase margin specifies the amount of
phase lag that the system can tolerate before becoming unstable. The desired phase
margin depends on the control system's requirements and stability criteria.
2. Calculate the required phase lead: Based on the desired phase margin, the required
phase lead can be determined using the phase margin relationship:

Φ_lead_required = Φ_desired - Φ_uncompensated

where Φ_uncompensated is the phase lag in the uncompensated system.

3. Select the values of Td and T: The values of Td and T are chosen such that they
provide the required phase lead. Different design methods, such as graphical
techniques or optimization algorithms, can be used to determine suitable values for
Td and T.
4. Adjust the compensator gain: Once the values of Td and T are determined, the
compensator gain K can be adjusted to achieve the desired closed-loop performance,
such as steady-state error or response speed.

By properly selecting the values of Td, T, and K, the phase-lead compensator modifies
the system's frequency response and phase behavior, leading to increased phase
margin, improved stability, and enhanced transient response.

It's important to note that the design of a phase-lead compensator requires careful
consideration of the system's dynamics, stability requirements, and performance
specifications. The analysis should involve studying the frequency response, gain
margin, phase margin, and overall system behavior to ensure the compensator
effectively achieves the desired control objectives.

You might also like