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
Tresset [83]
3 years ago
6

A well-insulated, rigid tank has a volume of 1 m3and is initially evacuated. A valve is opened,and the surrounding air enters at

1 bar, 27 °C. Heat is transferredto the tank by an electric resister at a constant rate for 5 minutes. After heating, the tank pressure is 1 bar and the temperature is 477 °C. Air can be modeled as an ideal gas. Find the power input required, in kW
Engineering
1 answer:
DiKsa [7]3 years ago
3 0

Answer:

0.5 kW

Explanation:

The given parameters are;

Volume of tank = 1 m³

Pressure of air entering tank = 1 bar

Temperature of air = 27°C = 300.15 K

Temperature after heating  = 477 °C = 750.15 K

V₂ = 1 m³

P₁V₁/T₁ = P₂V₂/T₂

P₁ = P₂

V₁ = T₁×V₂/T₂ = 300.15 * 1 /750.15 = 0.4 m³

dQ = m \times c_p \times (T_2 -T_1)

For ideal gas, c_p = 5/2×R = 5/2*0.287 = 0.7175 kJ

PV = NKT

N = PV/(KT) = 100000×1/(750.15×1.38×10⁻²³)

N = 9.66×10²⁴

Number of moles of air = 9.66×10²⁴/(6.02×10²³) = 16.05 moles

The average mass of one mole of air = 28.8 g

Therefore, the total mass = 28.8*16.05 = 462.135 g = 0.46 kg

∴ dQ = 0.46*0.7175*(750.15 - 300.15) = 149.211 kJ

The power input required = The rate of heat transfer = 149.211/(60*5)

The power input required = 0.49737 kW ≈ 0.5 kW.

You might be interested in
A car is traveling at sea level at 78 mi/h on a 4% upgrade before the driver sees a fallen tree in the roadway 150 feet away. Th
Dmitrij [34]

Answer: V = 47.7 mi/hr

Explanation:

first we calculate elements of aero-dynamic resistance

Ka = p/2 * CD * A.f

p is the density of air(0.002378 slugs/ft^3) for zero altitude, CD is the drag coefficient(0.35) and A.f is the front region of the vehicle

so we substitute

Ka = 0.002378/2 * 0.35 * 18

Ka = 0.00749

Now we calculate the final speed of the vehicle (V2) using the relation;

S = (YbW/2gKa)In[ (UW + KaV1^2 + FriW ± Wsinθg) / (UW + KaV2^2 + FriW ± Wsinθg)

so

WE SUBSTITUTE

150 = (1.04 * 2700 / 2 * 32.2 * 0.0075) In [(0.8 * 2700 + 0.0075 *(78mil/hr * 5280ft/1min * 1hr/3600s)^2 + 0.017 * 2700 ± 2700 * 0.04) / (0.8 * 2700 + 0.0075 * V2^2 + 0.017 * 2700 ± 2700 * 0.04)]

150 = (2808/0.483) In [(2160 + 98.16 + 153.9) / ( 2160 + 0.0075V2^2 + 153.9)]

150 = 5813.66 In [ (2160 + 98.16 + 153.9) / ( 2160 + 0.0075V2^2 + 153.9)]

divide both sides by 5813.66

0.0258 = In [ (2412.06) / ( 0.0075V2^2 + 2313.9)]

take the e^ of both side

e^0.0258 = (2412.06) / ( 0.0075V2^2 + 2313.9)

1.0261 = (2412.06) / ( 0.0075V2^2 + 2313.9)]

(0.0075V2^2 + 2313.9) = 2412.06 / 1.0261

(0.0075V2^2 + 2313.9) = 2350.7

0.0075V2^2 = 2350.7 - 2313.9

0.0075V2^2 = 36.8

V2^2 = 36.8 / 0.0075

V2^2 = 4906.6666

V2 = √4906.6666

V2 = 70.0476 ft/s

converting to miles per hour

V2 = 70.0476 ft/s * 1 mil / 5280 ft * 3600s / 1hr

V = 47.7 mi/hr

8 0
3 years ago
He is going ___ in the hot air ballon​
Vladimir [108]

no artical shoul be used here

5 0
2 years ago
The author states that chemical engineering is one of the most difficult and complex aspects of engineering. Why do you think th
marishachu [46]

Answer:

hope this helps

Explanation:

answers:

1. Chemical engineering is most difficult because it's a mix of physics, chemistry and math

2. Stoichiometry is so important because it shows how materials react, interact and play off each other

3. Yes I think consumers would notice if process control standards were not met. for example medicines, when people take Tylenol or cold pills, if the amount of time it took to kick it becomes longer, people will become aware that the product is not consistent and reliable.

4. i have no idea sorry :(

5. This is explaining how there are rules and regulations to make the workplace safe. it can be accomplished by following those rules and regulations

8 0
3 years ago
Read 2 more answers
python Write a program that asks a user to type in two strings and that prints •the characters that occur in both strings. •the
Yuliya22 [10]

Answer:

see explanation

Explanation:

#we first get the elements as inputs

x = input("enter string A :")

y = input("enter string B :")

#then we make independent sets with each

x = set(x)

y = set(y)

#then the intersection of the two sets

intersection = set.intersection(x,y)

#another set for the alphabet

#we use set.difference to get the elements present in x and not in y, and

#viceversa, finally we get the difference between the alphabet and the #intersection of the elements in our strings

z = set('abcdefghijklmnopqrstuvwxyz')

print('\nrepeated :\n',intersection)

print('differences :\n',' Items in A and not B\n',

set.difference(x,y),'\nItems in B and not A\n',

set.difference(y,x))

print('\nItems in neither :\n',set.difference(z,intersection))

8 0
3 years ago
Given a 12-bit A/D converter operating over a voltage range from ????5 V to 5 V, how much does the input voltage have to change,
Doss [256]

Answer:

2.44 mV

Explanation:

This question has to be one of analog quantization size questions and as such, we use the formula

Q = (V₂ - V₁) / 2^n

Where

n = 12

V₂ = higher voltage, 5 V

V₁ = lower voltage, -5 V

Q = is the change in voltage were looking for

On applying the formula and substitutiting the values we have

Q = (5 - -5) / 2^12

Q = 10 / 4096

Q = 0.00244 V, or we say, 2.44 mV

6 0
3 years ago
Other questions:
  • A large well-mixed tank of unknown volume, open to the atmosphere initially, contains pure water. The initial height of the solu
    12·1 answer
  • The density of oxygen contained in a tank is 2.0 kg/m3 when the temperature is 25 °C. Determine the gage pressure of the gas if
    12·1 answer
  • A heavy ball with a weight of 110 N is hung from the ceiling of a lecture hall on a 4.9-m-long rope. The ball is pulled to one s
    6·1 answer
  • 1 kg of saturated steam at 1000 kPa is in a piston-cylinder and the massless cylinder is held in place by pins. The pins are rem
    5·1 answer
  • 1. A fixed-geometry supersonic inlet starts at a Mach number of 3. After starting, the cruise Mach number is 2, and the operatin
    13·1 answer
  • A carbon resistor has a resistance of 976 ohms at 0 degrees C. Determine its resistance at 89 degrees C​
    6·1 answer
  • A Carnot heat engine absorbs 235 KW of heat from a heat source and rejects 164 KW to the atmosphere. Determine the thermal effic
    7·1 answer
  • Glyphicons is mainly used for​
    12·1 answer
  • The static weight distribution is changed laterally by
    5·1 answer
  • The team needs to choose a primary view for the part drawing. Three team members make suggestions:
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!