1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Step2247 [10]
3 years ago
10

Design a PI controller to improve the steady-state error. The system should operate with a damping ratio of 0.8. Compute the ove

rall value of gain for the PI system and state the transfer function for the controller in the form G_c(s) = K_PI(s + a)/s.
Engineering
1 answer:
blondinia [14]3 years ago
5 0

Answer:

The MATLAB Code for this PI Controller will be:

Kp = 350;

Ki = 300;

Kd = 50;

C = pid(Kp,Ki,Kd)

T = feedback(C*P,1);

t = 0:0.01:2;

step(T,t)

Explanation:

When you are designing a PID controller for a given system, follow the steps shown below to obtain a desired response.

Obtain an open-loop response and determine what needs to be improved

Add a proportional control to improve the rise time

Add a derivative control to reduce the overshoot

Add an integral control to reduce the steady-state error

Adjust each of the gains $K_p$, $K_i$, and $K_d$ until you obtain a desired overall response.

The further explanation is attached in the Word File.

Download docx
You might be interested in
Transcription machinery assembles at _______________.
vivado [14]

Answer:

The base

Explanation:

3 0
3 years ago
A heat engine operates between 2 reservoirs at TH and 18oC. The heat engine receives 17,000 kJ/h from the high temperature reser
lisabon 2012 [21]

Answer:

See explaination

Explanation:

Please kindly check attachment for the step by step solution of the given problem

4 0
3 years ago
Find the time-domain sinusoid for the following phasors:_________
sattari [20]

<u>Answer</u>:

a.  r(t) = 6.40 cos (ωt + 38.66°) units

b.  r(t) = 6.40 cos (ωt - 38.66°) units

c.  r(t) = 6.40 cos (ωt - 38.66°) units

d.  r(t) = 6.40 cos (ωt + 38.66°) units

<u>Explanation</u>:

To find the time-domain sinusoid for a phasor, given as a + bj, we follow the following steps:

(i) Convert the phasor to polar form. The polar form is written as;

r∠Ф

Where;

r = magnitude of the phasor = \sqrt{a^2 + b^2}

Ф = direction = tan⁻¹ (\frac{b}{a})

(ii) Use the magnitude (r) and direction (Φ) from the polar form to get the general form of the time-domain sinusoid (r(t)) as follows:

r(t) = r cos (ωt + Φ)

Where;

ω = angular frequency of the sinusoid

Φ = phase angle of the sinusoid

(a) 5 + j4

<em>(i) convert to polar form</em>

r = \sqrt{5^2 + 4^2}

r = \sqrt{25 + 16}

r = \sqrt{41}

r = 6.40

Φ = tan⁻¹ (\frac{4}{5})

Φ = tan⁻¹ (0.8)

Φ = 38.66°

5 + j4 = 6.40∠38.66°

(ii) <em>Use the magnitude (r) and direction (Φ) from the polar form to get the general form of the time-domain sinusoid</em>

r(t) = 6.40 cos (ωt + 38.66°)

(b) 5 - j4

<em>(i) convert to polar form</em>

r = \sqrt{5^2 + (-4)^2}

r = \sqrt{25 + 16}

r = \sqrt{41}

r = 6.40

Φ = tan⁻¹ (\frac{-4}{5})

Φ = tan⁻¹ (-0.8)

Φ = -38.66°

5 - j4 = 6.40∠-38.66°

(ii) <em>Use the magnitude (r) and direction (Φ) from the polar form to get the general form of the time-domain sinusoid</em>

r(t) = 6.40 cos (ωt - 38.66°)

(c) -5 + j4

<em>(i) convert to polar form</em>

r = \sqrt{(-5)^2 + 4^2}

r = \sqrt{25 + 16}

r = \sqrt{41}

r = 6.40

Φ = tan⁻¹ (\frac{4}{-5})

Φ = tan⁻¹ (-0.8)

Φ = -38.66°

-5 + j4 = 6.40∠-38.66°

(ii) <em>Use the magnitude (r) and direction (Φ) from the polar form to get the general form of the time-domain sinusoid</em>

r(t) = 6.40 cos (ωt - 38.66°)

(d) -5 - j4

<em>(i) convert to polar form</em>

r = \sqrt{(-5)^2 + (-4)^2}

r = \sqrt{25 + 16}

r = \sqrt{41}

r = 6.40

Φ = tan⁻¹ (\frac{-4}{-5})

Φ = tan⁻¹ (0.8)

Φ = 38.66°

-5 - j4 = 6.40∠38.66°

(ii) <em>Use the magnitude (r) and direction (Φ) from the polar form to get the general form of the time-domain sinusoid</em>

r(t) = 6.40 cos (ωt + 38.66°)

3 0
3 years ago
Give me source code of Simple openGL project. ( without 3D or Animation) simple just.
Ivan

Answer:

Use GitHub or stackoverflow for this answer

Explanation:

It helps with programming a lot

4 0
3 years ago
Steam enters a two-stage adiabatic turbine at 8 MPa and 5008C. It expands in the first stage to a state of 2 MPa and 3508C. Stea
Nataly [62]

Answer:

1) The exergy of destruction is approximately 456.93 kW

2) The reversible power output is approximately 5456.93 kW

Explanation:

1) The given parameters are;

P₁ = 8 MPa

T₁ = 500°C

From which we have;

s₁ = 6.727 kJ/(kg·K)

h₁ = 3399 kJ/kg

P₂ = 2 MPa

T₂ = 350°C

From which we have;

s₂ = 6.958 kJ/(kg·K)

h₂ = 3138 kJ/kg

P₃ = 2 MPa

T₃ = 500°C

From which we have;

s₃ = 7.434 kJ/(kg·K)

h₃ = 3468 kJ/kg

P₄ = 30 KPa

T₄ = 69.09 C (saturation temperature)

From which we have;

h₄ = h_{f4} + x₄×h_{fg} = 289.229 + 0.97*2335.32 = 2554.49 kJ/kg

s₄ =  s_{f4} + x₄×s_{fg} = 0.94394 + 0.97*6.8235 ≈ 7.563 kJ/(kg·K)

The exergy of destruction, \dot X_{dest}, is given as follows;

\dot X_{dest} = T₀ × \dot S_{gen} = T₀ × \dot m × (s₄ + s₂ - s₁ - s₃)

\dot X_{dest} = T₀ × \dot W×(s₄ + s₂ - s₁ - s₃)/(h₁ + h₃ - h₂ - h₄)

∴ \dot X_{dest} = 298.15 × 5000 × (7.563 + 6.958 - 6.727 - 7.434)/(3399 + 3468 - 3138  - 2554.49) ≈ 456.93 kW

The exergy of destruction ≈ 456.93 kW

2) The reversible power output, \dot W_{rev} = \dot W_{} + \dot X_{dest} ≈ 5000 + 456.93 kW = 5456.93 kW

The reversible power output ≈ 5456.93 kW.

6 0
3 years ago
Other questions:
  • Consider a single crystal of some hypothetical metal that has the BCC crystal structure and is oriented such that a tensile stre
    10·1 answer
  • Practice Problem: Large-Particle CompositesThe mechanical properties of a metal may be improved by incorporating fine particles
    5·1 answer
  • A flywheel performs each of these functions except: A. Contains a gear used for engine starting B. Smoothes engine operation C.
    11·1 answer
  • What is the thermal efficiency of this reheat cycle in terms of enthalpies?
    11·1 answer
  • With a brief description, What are the 14 principles of management by fayol.​
    10·1 answer
  • Which technical planning document defines support tasks?
    7·1 answer
  • Ten dollars per hour is about how much income per year
    5·2 answers
  • Hỗ trợ mình với được không các bạn
    13·1 answer
  • A heat pump with refrigerant-134a as the working uid is used to keep a space at 25C by absorbing heat from geothermal water that
    5·1 answer
  • Airbags may deploy in the<br> of the passenger or<br> driver, or from the<br> of the vehicle.
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!