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
Brut [27]
3 years ago
14

Use Routh's stability criterion to determine how many roots with positive real parts the following equations have:

Engineering
1 answer:
Pavlova-9 [17]3 years ago
3 0

Answer:

a) no roots not in LHP

b) 2 roots not in LHP

c) 2 roots not in the LHP

d) 2 roots not in the LHP

e) 2 roots not in LHP

Explanation:

a) s^4 + 8s^3 + 32s^2 + 80s + 100 = 0\\\\s^4:\:\:\:1\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:32\:\:\:\:\:\:100\\s^3:\:\:\:8\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:80\\s^2:\:\:\:22\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:100\\s^1:\:\:\:80-\frac{800}{22} =43.6\\s^0:\:\:\:100

No roots not in the LHP

b) s^5 + 10s^4 + 30s^3 + 80s^2+344s + 480 =0 \\\\s^5:\:\:\:1\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:30\:\:\:\:\:\:344\\s^4:\:\:\:10\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:80\:\:\:\:\:\:480\\s^3:\:\:\:22\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:296\\s^2:\:\:\:-545\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:480\\s^1:\:\:\:490\\s^0:\:\:\:480

2 roots not in the LHP

c) s^4 + 2s^3 + 7s^2 -2s + 8 = 0 \\\\s^4:\:\:\:1\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:7\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:8\\s^3:\:\:\:2\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:-2\\s^2:\:\:\:8\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:8\\s^1:\:\:\:-4\\s^0:\:\:\:8

There are roots in the RHP (not all coefficients are greater than 0).

2 roots not in the LHP

d) s^4 + 2s^3 + 7s^2 -2s + 8 = 0 \\\\s^3:\:\:\:1\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:20\\s^2:\:\:\:1\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:78\\s^1:\:\:\:-58\\s^0:\:\:\:78

There are two sign changes in the first column of the Routh array.

2 roots not in the LHP

e) s^4 + 2s^3 + 7s^2 -2s + 8 = 0 \\\\s^4:\:\:\:1\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:6\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:25\\s^3:\:\:\:4\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:12\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\: new \:\:row \\s^2:\:\:\:3\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:25\\s^1:\:\:\:12-\frac{100}{3}=-21.3 \\s^0:\:\:\:25

2 roots not in LHP

check:

 a (s) = 0  ⇒

 s^2 = -3 \limits^+_- 4j = 5e^{j(\pi \limits^+_- 0.92)}\\\\s = \sqrt5 e^{j( \frac{\pi}{2} \limits^+_-  0.46)+n\pi j},\:\:\:\:\: n= 0, 1\\

You might be interested in
Are front-end engineers starting to decline in China?
laiz [17]

Yes. They are declining in China. Very fast

7 0
3 years ago
The velocity of a particle which moves along the s-axis is given by = 40 − 3 2/ , ℎ t is in seconds. Calculate the displacement
scoundrel [369]

The displacement ∆S of the particle during the interval from t = 2sec to 4sec is; 210 sec

<h3>How to find the displacement?</h3>

We are given the velocity equation as;

s' = 40 - 3t²

Thus, the speed equation will be gotten by integration of the velocity equation to get;

s = ∫40 - 3t²

s = 40t - ¹/₂t³

Thus, the displacement between times of t = 2 sec and t = 4 sec is;

∆S = [40(4) - ¹/₂(4)³] - [40(2) - ¹/₂(2)³]

∆S = 210 m

Read more about Displacement at; brainly.com/question/4931057

#SPJ1

8 0
2 years ago
Complete function PrintPopcornTime(), with int parameter bagOunces, and void return type. If bagOunces is less than 3, print "To
weqwewe [10]

Answer:

#include <iostream>

using namespace std;

void PrintPopcornTime(int bagOunces) {

if(bagOunces < 3){

 cout << "Too small";

 cout << endl;

}

else if(bagOunces > 10){

 cout << "Too large";

 cout << endl;

}

else{

 cout << (6 * bagOunces) << " seconds" << endl;

}

}

int main() {

  PrintPopcornTime(7);

  return 0;

}

Explanation:

Using C++ to write the program. In line 1 we define the header "#include <iostream>"  that defines the standard input/output stream objects. In line 2 "using namespace std" gives me the ability to use classes or functions, From lines 5 to 17 we define the function "PrintPopcornTime(), with int parameter bagOunces" Line 19 we can then call the function using 7 as the argument "PrintPopcornTime(7);" to get the expected output.

8 0
3 years ago
Calculate the torque produced by a motor that has 500 windings across a 30cm diameter rotating core. The core is 0.6 M long insi
zalisa [80]

Answer:

hhjhfdddvhyyjjvfrryjjbcdryuj vdryujbcr4yug

7 0
3 years ago
A stomp rocket is a toy consisting of a hose connected to a blast pad (i.e., an air bladder) at one end and to a short pipe moun
lesya [120]

Answer:

Explanation:

The detailed steps is as shown in the attachment.

8 0
3 years ago
Other questions:
  • True or false? Don't break or crush mercury-containing lamps because mercury powder may be released.
    8·1 answer
  • Explain the difference in the heat transfer modes of conduction and convection.
    14·1 answer
  • An air-conditioning system operating on the reversed Carnot cycle is required to transfer heat from a house at a rate of 755 kJ/
    7·1 answer
  • A microwave transmitter has an output of 0.1 W at 2 GHz. Assume that this transmitter is used in a microwave communication syste
    8·1 answer
  • A satellite would have a mass of 270 kg on the surface of Mars. Determine the weight of the satellite in pounds if it is in orbi
    12·1 answer
  • Technician A says that the enable criteria are the criteria that must be met before the PCM completes a monitor test. Technician
    8·1 answer
  • if stall speed in ktas for an aircraft us 100 ktas at sea level, what is the stall speed in ktas of the aircraft at 5000 ft dens
    7·1 answer
  • Safety-in engineering as with everything else is all about trying to maximize or create the hazards involved with what you are d
    6·2 answers
  • if when you put your shirt in your pants, your shirt is tucked, does that mean when your shirt is over your pants, your pants ar
    6·2 answers
  • Describe the risks associated with their working environment (such as the tools, materials and equipment that they use, spillage
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!