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
nevsk [136]
3 years ago
7

1. Nitrogen at an initial state of 300 K, 150 kPa, and 0.2 m3 is compressed slowly in an isothermal process to a final pressure

of 800 kPa. Determine the work done during this process.
Engineering
1 answer:
Sauron [17]3 years ago
7 0

Answer:

Workdone during the process = 130kJ

Explanation:

Workdone by an expanding gas which is also called pressure-volume work, is defined as the pressure exerted by the gas molecules on the walls of the containing vessel. If work done by an expanding gas is the energy transferred to its surroundings i.e If volume increases, workdone is negative(loses energy).

In an isothermal process(constant Temperature of 300K, we use boyles law:

P1V1 = P2V2

V2 = (150 * 0.2)/800

= 0.0375 m3

W = -P(V2 - V1)

= 800*(0.0375 - 0.200)

= 130kJ

You might be interested in
Air entrainment is used in concrete to: __________.
Dahasolnce [82]

The answer is number 2) Increase the resistance of the concrete to freeze-thaw damage.

5 0
3 years ago
A concentrated load P is applied to the upper end of a 1.47-m-long pipe. The outside diameter of the pipe is D = 112 mm and the
myrzilka [38]

Answer:

Pmax = 38251.73 N

Explanation:

Given info

L = 1.47 m

D = 112 mm ⇒ R = D/2 = 112/2 mm = 56 mm

d = 101 mm  ⇒ r = D/2 = 101/2 mm = 50.5 mm

a) We can apply the following equation in order to get Q (First Moment of Area):

Q = 2*(A₁*y₁-A₂*y₂)

where

A₁ = π*R² = π*(56 mm)² = 3136 π mm²  

y₁ = 4*R/(3*π) = 4*56/(3*π) mm = 224/(3*π) mm

A₂ = π*r² = π*(50.5 mm)² = 2550.25 π mm²

y₂ = 4*r/(3*π) = 4*50.5/(3*π) mm = 202/(3*π) mm

then

Q = 2*(3136 π mm²*224/(3*π) mm-2550.25 π mm²*202/(3*π) mm)

⇒ Q = 62437.833 mm³

b) If  τallow = 83 MPa = 83 N/mm²

P = ?

We can use the equation

τ = V*Q / (t*I)   ⇒  V = τ*t*I / Q

where

t = D - d = 112 mm - 101 mm = 11 mm

I = (π/64)*(D⁴-d⁴) = (π/64)*((112 mm)⁴-(101 mm)⁴) = 2615942.11 mm⁴

Q = 62437.833 mm³

we could also use this equation in order to get Q:

Q = (4/3)*(R³-r³)

⇒  Q = (4/3)*((56 mm)³-(50.5 mm)³) = 62437.833 mm³

then we have

V = (83 N/mm²)*(11 mm)*(2615942.11 mm⁴) / (62437.833 mm³)

⇒ V = 2942.255 N

Finally Pmax = V = 38251.73 N

6 0
3 years ago
Determine the period of each of the following discrete-time signals (if a signal is not periodic, denote its period by infinity)
sergiy2304 [10]

Answer:

a) it is periodic

N = (20/3)k = 20 { for K =3}

b) it is Non-Periodic.

N = ∞

c) x(n) is periodic

N = LCM ( 5, 20 )

Explanation:

We know that In Discrete time system, complex exponentials and sinusoidal signals are periodic only when ( 2π/w₀) ratio is a rational number.

then the period of the signal is given as

N = ( 2π/w₀)K

k is least integer for which N is also integer

Now, if x(n) = x1(n) + x2(n) and if x1(n) and x2(n) are periodic then x(n) will also be periodic; given N = LCM of N1 and N2

now

a) cos(2π(0.15)n)

w₀ = 2π(0.15)

Now, 2π/w₀ = 2π/2π(0.15) = 1/(0.15) = 1×20 / ( 0.15×20) = 20/3

so, it is periodic

N = (20/3)k = 20 { for K =3}

b) cos(2n);

w₀ = 2

Now, 2π/w₀ = 2π/2) = π

so, it is Non-Periodic.

N = ∞

c)  cos(π0.3n) + cos(π0.4n)

x(n) = x1(n) + x2(n)

x1(n) = cos(π0.3n)

x2(n) =  cos(π0.4n)

so

w₀ = π0.3

2π/w₀  = 2π/π0.3 = 2/0.3 = ( 2×10)/(0.3×10) = 20/3

∴ N1 = 20

AND

w₀ = π0.4

2π/w₀  = 2π/π0. = 2/0.4 = ( 2×10)/(0.4×10) = 20/4 = 5

∴ N² = 5

so, x(n) is periodic

N = LCM ( 5, 20 )

6 0
3 years ago
Spring-loaded rack guide yokes are made of ______ and have a spring that pushes on the back side of the rack to help reduce the
Kobotan [32]

Answer:

metal

Explanation:

A yoke assembly are use in an assembly of a rack and pinion steering gear for a vehicle. The spring loaded yokes guided with a rack are made up of metals. It consists of a spring made of steel which pushes the back side of the rack to reduce the play that occurs between the pinion and the rack and still allow the relative motion.

6 0
3 years ago
Write a function call with arguments tensPlace, onesPlace, and userInt. Be sure to pass the first two arguments as pointers. Sam
Trava [24]

Answer:

#include <stdio.h>

void SplitIntoTensOnes(int* tensDigit, int* onesDigit, int DecVal){

  *tensDigit = (DecVal / 10) % 10;

  *onesDigit = DecVal % 10;

  return;

}

int main(void) {

  int tensPlace = 0;

  int onesPlace = 0;

  int userInt = 0;

  userInt = 41;

  SplitIntoTensOnes(&tensPlace, &onesPlace, userInt);

  printf("tensPlace = %d, onesPlace = %d\n", tensPlace, onesPlace);

  return 0;

}

4 0
3 years ago
Other questions:
  • Nitrate salts (NO3-), when heated, can produce nitrites (NO2-) plus oxygen (O2). A sample of potassium nitrate is heated, and th
    9·1 answer
  • If x &lt; 5 and x &gt;c, give a value of c such that there
    9·1 answer
  • Design a stepped-impedance low-pass filter having a cutoff frequency of 3 GHz and a fifth-order 0.5 dB equal-ripple response. As
    9·1 answer
  • Interlocking stacked material is done by​ _____.
    10·2 answers
  • Given the circuit at the right in which the following values are used: R1 = 20 kΩ, R2 = 12 kΩ, C = 10 µ F, and ε = 25 V. You clo
    11·1 answer
  • Various factors to be considered in deciding the factor of safety?
    14·1 answer
  • Explain the function of both of the organelles pictured below.
    14·1 answer
  • 50 points
    7·1 answer
  • A fusible link should be how many wire sizes smaller than the actual circuit wire?
    8·1 answer
  • Analyze the example of this band saw wheel and axle. The diameter of the wheel is 14 inches. The diameter of the axle that drive
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!