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
ser-zykov [4K]
3 years ago
14

A dc shunt motor rated at 240 V has a field winding resistance of 120 Ω and an armature resistance of 0.12 Ω. The motor is suppl

ied at the rated voltage. Under the no-load condition, the motor draws a line current of 4.75 A. When driving a load, the motor runs at 1350 rpm, and draws a current of 29 A. Use the load data for the calculation of the motor constant.
(a) Draw the equivalent circuit of the motor, and determine the motor constant.

(b) Calculate the no-load speed.

(c) Plot the motor speed versus the load current, and determine the load current when the speed is 1% below the no-load speed.

Engineering
1 answer:
patriot [66]3 years ago
7 0

Answer:

a) see attached pic

b) No-load speed: 1368 rpm

c) IL at 1% below no-load speed = 22.4 A

Explanation:

a)

(See attached pic)

b) The No- Load Speed:

Since, Ea = KФn [ Ea=Internal Generated Voltage, k=Machine constant,Ф=flux, n=speed]

As the Vt (terminal voltage) and field resistance (Rf) is constant, If (field current is constant. Assuming negligible armature reaction, the following relationship can be written,

Ea2 / Ea1 = K Ф n2 / K Ф n1

Since K and flux is contant,

Ea2 = (n2 / n1) x Ea1

Or, n2 = (Ea2 / Ea1) x n1 -------- (1)

Since, Ea = Vt - IaRa

But at no load, Ia = 0, therefore,

Ea = Vt

At load condition, IL = 29 A

Therefore,

Ia = IL - Vt/Rf

Ia = 29 - 240/120

Ia = 27 A

Therefore, Ea at this load will be,

Ea = Vt - IaRa

Ea = 240 - (27)(0.12)

Ea = 236.76 V

The No-Load speed of motor can be calculated using equation (1),

n2 = (Ea2 /Ea1 ) x n1

1350 = (236.76/240) x n1

n1 = 1368 rpm = No-load Speed

c)

Now, if the speed is 1% below the no-load speed, which is,

n1 = no load speed = 1368 rpm

n2 = 1% less speed = 1354 rpm [ 1368 - (0.01)(1368) ]

Using equation (1),

n2 = (Ea2/Ea1) x n1

1354 = (Ea2/240) x 1368

Ea2 = 237.5 V

Since, Ea = Vt - IaRa

Ia = (Vt - Ea)/ Ra

Ia = (240-237.5)/(0.12)

Ia = 20.4 A

Now,

IL = Ia + If

IL = 20.4 + 240/120

<em>IL = 22.4 A</em>

When, Speed = 1368 rpm, IL = 4.75 A

When , Speed = 1354 rpm, IL = 22.4 A

When, Speed = 1350 rpm., IL = 29 A

<em>(See attached pic) </em>

You might be interested in
Convert the unit Decimeter (dm) into Micrometer (um).
oksian1 [2.3K]

Answer:

86701 Micrometers.

Explanation:

Multiply 0.86701 dm by 100,000 to get 86701 um.

7 0
3 years ago
if you had 100 B size sheets and you cut them into A size sheets, how many sheets of A size paper would you have
castortr0y [4]

Answer:

200

Explanation:

A size sheets (also known as letter size) are 8.5 inches by 11 inches.

B size sheets (also known as ledger size) are 11 inches by 17 inches.

One B size sheet is twice as large as a A size sheet.  So if you have 100 B size sheets and cut each one in half, you'll get 200 A size sheets.

8 0
3 years ago
Consider a 2-shell-passes and 8-tube-passes shell-and-tube heat exchanger. What is the primary reason for using many tube passes
Maru [420]

Answer:

See explanation

Explanation:

Solution:-

- The shell and tube heat exchanger are designated by the order of tube and shell passes.

- A single tube pass: The fluid enters from inlet, exchange of heat, the fluid exits.

- A multiple tube pass: The fluid enters from inlet, exchange of heat, U bend of the fluid, exchange of heat, .... ( nth order of pass ), and then exits.

- By increasing the number of passes we have increased the "retention time" of a specific volume of tube fluid; hence, providing sufficient time for the fluid to exchange heat with the shell fluid.

- By making more U-turns we are allowing greater length for the fluid flow to develop with " constriction and turns " into turbulence. This turbulence usually at the final passes allows mixing of fluid and increases the heat transfer coefficient by:

                                U ∝ v^( 0.8 )    .... ( turbulence )

- The higher the velocity of the fluids the greater the heat transfer coefficient. The increase in the heat transfer coefficient will allow less heat energy carried by either of the fluids to be wasted ; hence, reduced losses.

Thereby, increases the thermal efficiency of the heat exchanger ( higher NTU units ).

5 0
3 years ago
Which system of linear inequalities is represented by the graph? y &gt; x – 2 and y x + 1 y x + 1 y &gt; x – 2 and y &lt; x + 1
KatRina [158]

Answer:

The graph representing the linear inequalities is attached below.

Explanation:

The inequalities given are :

y>x-2   and y<x+1

For tables for values of x and y and get coordinates to plot for both equation.

In the first equation;

y>x-2

y=x-2

y-x = -2

The table will be :

x    y

-2  -4

-1    -3

0     -2

1      -1

2      0

The coordinates to plot are : (-2,-4) , (-1,-3), (0,-2), (1,-1) ,(2,0)

Use a dotted line and shade the part right hand side of the line.

Do the same for the second inequality equation and plot then shade the part satisfying the inequality.

The graph attached shows results.

5 0
3 years ago
Read 2 more answers
Same rule: If both players spend the same number of coins, player 2 gains 1 coin. Off-by-one rule: If the players do not spend t
Galina-37 [17]

Answer:

Check the explanation

Explanation:

1 -

public int getPlayer2Move(int round)

{

  int result = 0;

 

  //If round is divided by 3

  if(round%3 == 0) {

      result= 3;

  }

  //if round is not divided by 3 and is divided by 2

  else if(round%3 != 0 && round%2 == 0) {

      result = 2;

  }

  //if round is not divided by 3 or 2

  else {

      result = 1;

  }

 

  return result;

}

2-

public void playGame()

{

 

  //Initializing player 1 coins

  int player1Coins = startingCoins;

 

  //Initializing player 2 coins

  int player2Coins = startingCoins;

 

 

  for ( int round = 1 ; round <= maxRounds ; round++) {

     

      //if the player 1 or player 2 coins are less than 3

      if(player1Coins < 3 || player2Coins < 3) {

          break;

      }

     

      //The number of coins player 1 spends

      int player1Spends = getPlayer1Move();

     

      //The number of coins player 2 spends

      int player2Spends = getPlayer2Move(round);

     

      //Remaining coins of player 1

      player1Coins -= player1Spends;

     

      //Remaining coins of player 2

      player2Coins -= player2Spends;

     

      //If player 2 spends the same number of coins as player 2 spends

      if ( player1Spends == player2Spends) {

          player2Coins += 1;

          continue;

      }

     

      //positive difference between the number of coins spent by the two players

      int difference = Math.abs(player1Spends - player2Spends) ;

     

      //if difference is 1

      if( difference == 1) {

          player2Coins += 1;

          continue;

      }

     

      //If difference is 2

      if(difference == 2) {

          player1Coins += 2;

          continue;

      }

     

     

  }

 

  // At the end of the game

  //If player 1 coins is equal to player two coins

  if(player1Coins == player2Coins) {

      System.out.println("tie game");

  }

  //If player 1 coins are greater than player 2 coins

  else if(player1Coins > player2Coins) {

      System.out.println("player 1 wins");

  }

  //If player 2 coins is grater than player 2 coins

  else if(player1Coins < player2Coins) {

      System.out.println("player 2 wins");

  }

}

3 0
3 years ago
Other questions:
  • A fluid flows steadily through a pipe with a uniform cross sectional area. The density of the fluid decreases to half its initia
    6·1 answer
  • What are 3 reasons why small businesses are an important part of the American economy?
    9·2 answers
  • The truck travels in a circular path having a radius of 50 m at a speed of v = 4 m&gt;s. For a short distance from s = 0, its sp
    11·1 answer
  • Consider a single crystal of nickel oriented such that a tensile stress is applied along a [001] direction. If slip occurs on a
    6·1 answer
  • Which of these is an example of a service job?
    7·1 answer
  • If you have a hole diameter of 0.250 with a tolerance of ±0.005, what are the limits of the hole size?
    13·1 answer
  • Who was the American founder and leader of the Shakers in the 1770’s who advocated equality, individual responsibility, and peac
    11·2 answers
  • DUE AT 3:00!!!!!
    13·2 answers
  • Determine the maximum height (in inches) that a lift pump can raise water (0.9971 g/ml) from a well at normal atmospheric pressu
    10·1 answer
  • Careful planning will save time, __________, and energy while ensuring the production of a high quality product.
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!