answer.
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
saw5
5 days ago
11

A thermocouple element when taken from a liquid at 50°C and plunged into a liquid at 100° C at time t = 0 gave the following e.m

.f. values. Determine the 95% response time. Use linear interpolation inside the intervals
Engineering
1 answer:
grin007 [323]5 days ago
3 0

Answer:

t(@95%) = 75 s

Explanation:

Given:

Time (s)         0          20           40           60            80            100            120

emf  (mV)     2.5        3.8          4.5          4.8           4.9             5.0            5.0

Determine:

95 % response time t?

Solution:

To find the 95% response time t, we must calculate the 95% emf value:

                             emf = emf_o + 0.95*(emf_ss - emf_o)

where,

                              emf_o = 2.5 mV and emf_ss = 5.0 V

                              emf = 2.5 + 0.95*(5.0 - 2.5)

                              emf = 4.875 mV @ 95%

We observe that the 95% response occurs between 60 s and 80 s. To find the exact time for this response, we will use interpolation within this range:

                              t = m*emf + C          (linear interpolation)

where,

                              m:slope and C: t intercept are constants                                

  m = ( 80 - 60 ) / (4.9 - 4.8 ) = 200

                              C = 80 - 200*4.9 = -900 s

                           

  t(4.875) = 200*4.875 - 900

                               t(@95%) = 75 s

Answer: The time taken for a 95% response is t = 75 s.

You might be interested in
Consider 1.0 kg of austenite containing 1.15 wt% C, cooled to below 727C (1341F). (a) What is the proeutectoid phase? (b) How
pantera1 [306]

Answer:

a) The phase before eutectoid is commonly referred to as cementite, with the chemical formula Fe₃C.

b) The total mass of ferrite obtained is 0.8311 kg.

The total cementite mass equals 0.1689 kg.

c) The total cementite mass accounts for 0.9343 kg.

Explanation:

Provided:

1 kg of austenite

a carbon content of 1.15 wt%

Cooled below 727°C

Questions:

a) Identify the proeutectoid phase.

b) Calculate the mass of total ferrite and cementite, Wf =?, Wc =?

c) Determine the mass of both pearlite and the proeutectoid phase, Wp =?

d) Create a schematic to illustrate the resulting microstructure.

a) The proeutectoid phase is referred to as cementite with the formula Fe₃C.

b) To find the total mass of formed ferrite:

W_{f} =\frac{C_{cementite}-C_{2} }{C_{cementite}-C_{1} }

With:

Ccementite = composition of cementite = 6.7 wt%

C₁ = composition of phase 1 = 0.022 wt%

C₂ = overall composition = 1.15 wt%

Inserting the values yields:

W_{f} =\frac{6.7-1.15}{6.7-0.022} =0.8311kg

For the total mass of cementite:

W_{c} =\frac{C_{2}-C_{1}}{C_{cementite}-C_{1} } =\frac{1.15-0.022}{6.7-0.022} =0.1689kg

c) The mass of pearlite:

W_{p} =\frac{6.7-1.15}{5.94} =0.9343kg

d) The diagram illustrates the different compositions: (pearlite, proeutectoid cementite, ferrite, eutectoid cementite)

6 0
1 month ago
Number pattern Write a recursive method called print Pattern() to output the following number pattern. Given a positive integer
alex41 [359]

Response:

Refer to the explanation

Clarification:

Code:

import java.util.Scanner;

public class NumberPattern {

public static int x, count;

public static void displayNumPattern(int num1, int num2) {

if (num1 > 0 && x == 0) {

System.out.print(num1 + " ");

count++;

displayNumPattern(num1 - num2, num2);

} else {

x = 1;

if (count >= 0) {

System.out.print(num1 + " ");

count--;

if (count < 0) {

System.exit(0);

}

displayNumPattern(num1 + num2, num2);

}

}

}

public static void main(String[] args) {

Scanner scnr = new Scanner(System.in);

int num1;

int num2;

num1 = scnr.nextInt();

num2 = scnr.nextInt();

displayNumPattern(num1, num2);

}

}

See attached example output

3 0
1 month ago
Read 2 more answers
. Were you able to observe ???? = 0 in the circuit you constructed during lab? Why or why not? Hint: What value of resistance wo
Mrrafil [318]

Answer:

An attachment follows below

Explanation:

1) The formula used for the damping coefficient in a series RLC circuit.

If \xi = 0, it is possible to set c = 0 but an inductor will still possess some capacitance.

2) The behaviors of critically damped and underdamped systems are illustrated along with comments on their temporal responses.

4) While several answers might suffice, the four I’ve highlighted are the crucial parameters necessary about an unknown op-amp before utilizing it in a circuit.

Hope this addresses all your inquiries.

5 0
1 month ago
Can a 1½ " conduit, with a total area of 2.04 square inches, be filled with wires that total 0.93 square inches if the maximum f
Kisachek [356]
It is not feasible to install the wires within the conduit. Explanation: The given dimensions show that the total area is 2.04 square inches while the wires occupy 0.93 square inches. The maximum allowable fill for the conduit is 40%. To determine if placement is possible, compute the conduit’s area at 40% which equates to 0.816 square inches, less than the required area of the wires.
4 0
1 month ago
A shopaholic has to buy a pair of jeans , a pair of shoes l,a skirt and a top with budgeted dollar.Given the quantity of each pr
choli [298]

Answer:

you may be struggling to pinpoint the separation between your inquiry and my perspective

0 0
1 month ago
Other questions:
  • Two streams flow into a 500.0-gallon tank. The first stream is 10.0 wt % ethanol and 90.0 wt% hexane (mixture density is rho1 0.
    15·1 answer
  • Water is flowing in a metal pipe. The pipe OD (outside diameter) is 61 cm. The pipe length is 120 m. The pipe wall thickness is
    9·1 answer
  • Write a program with total change amount as an integer input, and output the change using the fewest coins, one coin type per li
    15·1 answer
  • NEEDS TO BE IN PYTHON:ISBN-13 is a new standard for indentifying books. It uses 13 digits d1d2d3d4d5d6d7d8d910d11d12d13 . The la
    15·1 answer
  • The pressure drop across a valve through which air flows is expected to be 10 kPa. If this differential were applied to the two
    11·1 answer
  • A solid cylinder is concentric with a straight pipe. The cylinder is 0.5 m long and has an outside diameter of 8 cm. The pipe ha
    10·1 answer
  • A heating cable is embedded in a concrete slab for snow melting. The heating cable is heated electrically with joule heating to
    9·1 answer
  • Refrigerant-134a enters the coils of the evaporator of a refrigeration system as a saturated liquid–vapor mixture at a pressure
    5·1 answer
  • A 3-phase, 50 Hz, 110 KV overhead line has conductors placed in a horizontal plane 3 m apart. Conductor diameter is 2.5 cm. If t
    6·1 answer
  • The total floor area of a building, including below-grade space but excluding unenclosed areas, measured from the exterior of th
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!