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
Serjik [45]
3 years ago
9

A closed system of mass 10 kg undergoes a process during which there is energy transfer by work from the system of 0.147 kJ per

kg, an elevation decrease of 50 m, and an increase in velocity from 15 m/s to 30 m/s. The specific internal energy decreases by 5 kJ/kg and the acceleration of gravity is constant at 9.7 m/s^2. Determine the heat transfer for the process, in kJ.
Engineering
2 answers:
mr_godi [17]3 years ago
7 0

Answer:

-50.005 KJ

Explanation:

Mass flow rate = 0.147 KJ per kg

mass= 10 kg

Δh= 50 m

Δv= 15 m/s

W= 10×0.147= 1.47 KJ

Δu= -5 kJ/kg

ΔKE + ΔPE+ ΔU= Q-W

0.5×m×(30^2- 15^2)+ mgΔh+mΔu= Q-W

Q= W+ 0.5×m×(30^2- 15^2) +mgΔh+mΔu

= 1.47 +0.5×1/100×(30^2- 15^2)-9.7×50/1000-50

= 1.47 +3.375-4.8450-50

Q=-50.005 KJ

lilavasa [31]3 years ago
5 0

Answer:

50.005 kJ of heat is transferred by the system

Solution:

As per the question:

Mass of the closed system, m = 10 kg

Decrease in elevation, d = 50 m

Initial velocity, v = 15 m/s

Final velocity, v' = 30 m/s

Change in internal energy, dU = - 5 kJ/kg = - 5000(10 kg) = - 50000 J

As per the first thermodynamics' law:

dQ = dW + (dPE +dKE + dU)            (1)

where

dQ = heat transfer change

dPE +dKE + dU = dE = change in the energy of the system

PE = Potential Energy

KE = Kinetic Energy

U = Internal energy

Now,

dPE = mgd = - 10\times 9.7\times 50 = 4850 J = - 4.850 kJ

(Since, the elevation decreases and hence PE decreases)

dKE = \frac{1}{2}m(v'^{2} - v^{2}) = \frac{1}{2}\times 10(30^{2} - 15^{2}) = 3375 J = 3.375 kJ

Work done, dW = 0.147\times 10^{3}\times 10 = 1470 J

Therefore, using the respective energy values in eqn (1):

dQ = 1470 + (- 4850 + 3375 - 50000) = - 50005 J = - 50.005 kJ

You might be interested in
Experimental Design Application Production engineers wish to find the optimal process for etching circuit boards quickly. They c
Veseljchak [2.6K]

Answer:

Hello your question is incomplete attached below is the missing part and answer

options :

Effect A

Effect B

Effect C

Effect D

Effect AB

Effect AC

Effect AD

Effect BC

Effect BD

Effect CD

Answer :

A  = significant

 B  = significant

C  = Non-significant

D  = Non-significant

AB  = Non-significant

AC  = significant

AD  = Non-significant

BC  = Non-significant

 BD  = Non-significant

 CD = Non-significant

Explanation:

The dependent variable here is Time

Effect of A  = significant

Effect of B  = significant

Effect of C  = Non-significant

Effect of D  = Non-significant

Effect of AB  = Non-significant

Effect of AC  = significant

Effect of AD  = Non-significant

Effect of BC  = Non-significant

Effect of BD  = Non-significant

Effect of CD = Non-significant

8 0
3 years ago
WILL GIVE BRAINLIEST!Technician A says it takes two revolutions of the crankshaft to fit all eight cylinders on a V8. Technician
lidiya [134]

Answer:

C

Explanation:

3 0
2 years ago
Read 2 more answers
A 2-m3insulated rigid tank contains 3.2 kg of carbon dioxide at 120 kPa.Paddle-wheel work is done on the system until the pressu
AleksandrR [38]

Answer:

The change in entropy is found to be 0.85244 KJ/k

Explanation:

In order to solve this question, we first need to find the ration of temperature for both state 1 and state 2. For that, we can use Charles' law. Because the volume of the tank is constant.

P1/T1 = P2/T2

T2/T1 = P2/P1

T2/T1 = 180 KPa/120KPa

T2/T1 = 1.5

Now, the change in entropy is given as:

ΔS = m(s2 - s1)

where,

s2 = Cv ln(T2/T1)

s1 = R ln(V2/V1)

ΔS = change in entropy

m = mass of CO2 = 3.2 kg

Therefore,

ΔS = m[Cv ln(T2/T1) - R ln(V2/V1)]

Since, V1 = V2, therefore,

ΔS = mCv ln(T2/T1)

Cv at 300 k for carbondioxide is 0.657 KJ/Kg.K

Therefore,

ΔS = (3.2 kg)(0.657 KJ/kg.k) ln(1.5)

<u>ΔS = 0.85244 KJ/k</u>

3 0
2 years ago
Describe at least one way you take advantage or could take advantage of each of the different forms of energy
Scorpion4ik [409]

Answer:

Kinetic energy can be used to develop electric energy which can be used as electricity.

Explanation:

The kinetic energy can be harnessed; much like some hydro power technologies harness water movement. A way to convert this kinetic energy into electric energy is through piezoelectric. By applying a mechanical stress to a piezoelectric crystal or material an electric current will be created and can be harvested.

Kinetic energy is also generated by the human body when it is in motion. Studies have also been done using kinetic energy and then converting it to other types of energy, which is then used to power everything from flashlights to radios and more.

4 0
2 years ago
Find the largest number. The process of finding the maximum value (i.e., the largest of a group of values) is used frequently in
salantis [7]

Answer:

See Explanation

Explanation:

Required

- Pseudocode to determine the largest of 10 numbers

- C# program to determine the largest of 10 numbers

The pseudocode and program makes use of a 1 dimensional array to accept input for the 10 numbers;

The largest of the 10 numbers is then saved in variable Largest and printed afterwards.

Pseudocode (Number lines are used for indentation to illustrate the program flow)

1. Start:

2. Declare Number as 1 dimensional array of 10 integers

3. Initialize: counter = 0

4. Do:

4.1 Display “Enter Number ”+(counter + 1)

4.2 Accept input for Number[counter]

4.3 While counter < 10

5. Initialize: Largest = Number[0]

6. Loop: i = 0 to 10

6.1 if Largest < Number[i] Then

6.2 Largest = Number[i]

6.3 End Loop:

7. Display “The largest input is “+Largest

8. Stop

C# Program (Console)

Comments are used for explanatory purpose

using System;

namespace ConsoleApplication1

{

   class Program

   {

       static void Main(string[] args)

       {

           int[] Number = new int[10];  // Declare array of 10 elements

           //Accept Input

           int counter = 0;

           while(counter<10)

           {

               Console.WriteLine("Enter Number " + (counter + 1)+": ");

               string var = Console.ReadLine();

               Number[counter] = Convert.ToInt32(var);

               counter++;                  

           }

           //Initialize largest to first element of the array

           int Largest = Number[0];

           //Determine Largest

           for(int i=0;i<10;i++)

           {

               if(Largest < Number[i])

               {

                   Largest = Number[i];

               }

           }

           //Print Largest

           Console.WriteLine("The largest input is "+ Largest);

           Console.ReadLine();

       }

   }

}

8 0
3 years ago
Other questions:
  • At a high school science fair, Connor won first place for his replica of the Golden Gate Bridge. Connor liked the project so muc
    5·1 answer
  • To make 1000 containers of ice cream you need: 600 gallons of milk, 275 gallons of cream, and 120 gallons of flavor. Each ingred
    12·1 answer
  • A gasoline engine has a piston/cylinder with 0.1 kg air at 4 MPa, 1527◦C after combustion, and this is expanded in a polytropic
    14·1 answer
  • a sprue is 12 in long and has a diameter of 5 in at the top. The molten metal level in the pouring basing is taken to be 3 in fr
    13·2 answers
  • Air in a rigid tank is initially at 320 K and 130 kPa. Heat is added until the final pressure is 438 kPa. What is the change in
    9·1 answer
  • Communication "works" to the degree that a wide variety of information is completely and thoroughly shared among the parties, an
    13·1 answer
  • A hot-water stream at 80°C enters a mixing chamber with a mass flow rate of 0.46 kg/s where it is mixed with a stream of cold wa
    14·1 answer
  • Those in this career install, maintain, and repair electrical wiring,
    5·2 answers
  • # 17
    13·2 answers
  • Water flows through a horizontal 60 mm diameter galvanized iron pipe at a rate of 0.02 m3/s. If the pressure drop is 135 kPa per
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!