Suppose you were a heating engineer and you wished to consider a house as a dynamic system. Without a heater, the average temperature in the house would clearly vary over a 24-h period. What might you consider for inputs, outputs, and state variables for a simple dynamic model? How would you expand your model so that it would predict temperatures in several rooms of the house? How does the installation of a thermostatically controlled heater change your model?

Answers

Answer 1

Answer:

As a heating engineer and considering a house as a dynamic system , and that without a heater, the average temperature in the house would vary over a 24-h period.

What might you consider for inputs, outputs, and state variables for a simple dynamic model?

State variables: according to the weather conditions of the area where the house was built:

State variable # 1: minimum temperture during a day in an specific season (*4);

State variable # 2: maximum temperature during the day, in an specific season (*4) as well;

State variable # 3: average temperature during the day in an specific season (*4).

That makes 16 state variables all of them in Centigrade degrees.

Input variables:

# 1: one degree over each of the state variables given.

# 2: one degree below each of the state variables, all of them in Centigrade           degrees.

Output variables:

# 1 are the temperatures reached after adding one degree to each of the input variables.

# 2 are the temperatures reached after decreasing one degree, all of them in Centigrade degrees.

How would you expand your model so that it would predict temperatures in several rooms of the house?

I would add output variables in a "Y" system to predict temperatures in several rooms of the house.

How does the installation of a thermostatically controlled heater change your model?

It would change on the "Y" variables as they will get a control system  designed for sensors to produce from some input variables to make the system respond.

Explanation:

State-determined system models using well defined physical systems is of highly interest to engineers.


Related Questions

The space shuttle fleet was designed with two booster stages. If the first stage provides a thrust of 686.68 Mega-newtons(MN) and the space shuttle has a mass of 5,470,0005, 470,000 pound-mass, what is the acceleration of the space craft in miles per hour squared?

Answers

Answer:

6.30 miles/hour

Explanation:

Newton's second law applies here. In simple terms:

[tex]F = ma[/tex]

where F = Force (Thrust) in N

           a = acceleration (m/s²)

The acceleration can be given by rearranging the  formula to give:

[tex]a = \frac{F}{N}[/tex]

  = [tex]\frac{(686.68*10^{6} )}{24811505120150.2656} \\= 0.0000277 m/s\\= 6.03 miles/hr[/tex]

Create a program named PaintingDemo that instantiates an array of eight Room objects and demonstrates the Room methods. The Room constructor requires parameters for length, width, and height fields (all of type int); use a variety of values when constructing the objects. The Room class also contains the following fields: Area - The wall area of the Room (as an int) Gallons - The number of gallons of paint needed to paint the room (as an int)

Answers

Answer:

Explanation:

Code used will be like

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

namespace PaintingWall

{

class Room

{

public int length, width, height,Area,Gallons;

public Room(int l,int w,int h)

{

length = l;

width = w;

height = h;  

}

private int getLength()

{

return length;

}

private int getWidth()

{

return width;

}

private int getHeight()

{

return height;

}

public void WallAreaAndNumberGallons()

{

Area = getLength() * getHeight() * getWidth();

if (Area < 350)

{

Gallons = 1;

}

else if (Area > 350)

{

Gallons = 2;

}    

Console.WriteLine ("The area of the Room is " + Area);

Console.WriteLine("The number of gallons paint needed to paint the Room is " + Gallons);

}

 

}

class PaintingDemo

{

static void Main(string[] args)

{

int l, w, h;

Room[] r = new Room[8];

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

{

Console.WriteLine("Room "+(i+1));

Console.Write("Enter Length : ");

l = Convert.ToInt32(Console.ReadLine() );

Console.Write("Enter Width : ");

w = Convert.ToInt32(Console.ReadLine());

Console.Write("Enter Height : ");

h= Convert.ToInt32(Console.ReadLine());

r[i] = new Room(l,w,h);

Console.WriteLine();

}

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

{

Console.WriteLine("Room " + (i + 1));

r[i].WallAreaAndNumberGallons();

}

Console.ReadKey();  

}

}

}

A driver is traveling at 52 mi/h on a wet road. an object is spotted on the road 415 ft ahead and the driver is able to come to a stop just before hitting the object. assuming standard perception/ reaction time and practical stopping distance, determine the grade of the road.

Answers

Answer:

G = 0.424

Explanation:

Ds = ( 0.278tr * V ) + (0.278 * V²)/ ( 19.6* ( f ± G))

Where Ds = stopping sight distance = 415miles = 126.5m

G = absolute grade road

V = velocity of vehicle = 52miles/hr

f = friction = 0 because the road is wet

tr = standard perception / reaction time = 2.5s

So therefore:

Substituting to get G

We have

2479.4G = 705.6G + 751.72

1773.8G = 751.72

G = 751.72/1773.8

G = 0.424

Based on the calculations, the grade of the road is equal to 2.43 %.

Given the following data:

Velocity = 52 mi/h to km/h = 83.6859 km/h.

Assumed data:

Acceleration = 3.5 [tex]m/s^2[/tex]Acceleration due to gravity = 9.8 [tex]m/s^2[/tex]Standard perception/reaction time = 2.5 secondsStopping distance = 135 meters.

The formula for stopping distance.

Mathematically, the stopping distance for an inclined surface with a coefficient of friction is given by this formula:

[tex]SD = 0.278Vt + \frac{V^2}{254} (f \pm 0.01G)[/tex]

Where:

V is the velocity.t is the perception/reaction timeG is the grade of a surface.f is the coefficient of friction.

Substituting the given parameters into the formula, we have;

[tex]135 = 0.278 \times 83.6859 \times 2.5 + [\frac{83.69^2}{254} \times (\frac{3.5}{9.8} + 0.01G)]\\\\135 = 58.14 + [27.58 \times (0.36 + 0.01G)]\\\\135 = 58.14 +9.93+0.2758G\\\\0.2758G=135 - 58.14 -9.93\\\\0.2757G=66.9923\\\\G=\frac{66.93}{0.2757}[/tex]

G = 242.76 ≈ 243

G = 2.43 %

Read more on standard perception/reaction time here: https://brainly.com/question/13218365

5. A driver is traveling at 90 km/h on a wet road. An object is spotted on the road 140m ahead and the driver is able to come to a stop just before hitting the object. Assuming standard reaction time and using the practical-stopping distance equation, determine the grade of the road.

Answers

Answer: Check the attached

Explanation:

The net potential energy EN between two adjacent ions, is sometimes represented by the expression

EN = -C/r + Dexp (-r/p)

in which r is the interionic separation and C, D, and rho are constants whose values depend on the specific material.

Derive an expression for the bonding energy E0 in terms of the equilibrium interionic separation r0 and the constants D and rho using the following procedure:
1. Differentiate EN with respect to r, and then set the resulting expression equal to zero.
2. Solve for C in terms of D, rho and r0.
3. Determine the expression for E0 by substitution for C in the equation above.
What is the equation that represents the correct expression for E0?

Answers

The expression for the bonding energy E₀ in terms of the equilibrium interionic separation r₀ and the given constants is;

E₀ = rD[(exp(-r₀/ρ) + exp(-r/ρ)] - EN/r₀

Bonding Energy and Net Potential Energy

We are given the expression;

EN = -C/r + Dexp(-r/ρ)

where;

EN is net potential energy

r is the interionic separation

C, D, and rho(ρ) are constants whose values depend on the specific material.

The formula for the bonding energy is usually;

E₀ = -C/r₀ + D exp(-r₀/ρ)

Step 1; We are to differentiate EN with respect to r. Thus, we have;

dEN/dr = C/r² - D exp(-r/p)

Step 2; We are to solve for C in terms of D, rho(ρ) and r₀. Thus;

E₀ + (C/r₀) = -D*exp(-r₀/ρ)

⇒ C/r₀ = -Dexp(-r₀/ρ) - E₀

Thus, multiplying both sides by r₀ gives;

C = -r₀(Dexp(-r₀/ρ) + E₀)

Step 3; We are to determine the expression for E₀ by substitution for C in the equation given. This gives us;

EN = -r₀(Dexp(-r₀/ρ) + E₀)/r + Dexp(-r/ρ)

EN = r₀*D*exp(-r₀/ρ) - (r₀E₀/r) + D*exp(-r/ρ)

EN + (r₀E₀/r) = r₀*D*exp(-r₀/ρ) + D*exp(-r/ρ)

r₀E₀/r = D[(exp(-r₀/ρ) + exp(-r/ρ)] - EN

Thus;  E₀ = rD[(exp(-r₀/ρ) + exp(-r/ρ)] - EN/r₀

Read more about bonding energy at; https://brainly.com/question/26065523

A Scotch-yoke mechanism is used to convert rotary motion into reciprocating motion. As the disk rotates at the constant angular rate , a pin A slides in a vertical slot causing the slotted member to displace horizontally according to x = r sin(t) relative to the fi xed disk center O. Determine the expressions for the velocity and acceleration of a point P

Answers

Answer:

The question continues ; Determine the expressions for the velocity and acceleration of a point P as a function of time t, and determine the maximum velocity of point P during one cycle. Use the values r = 75mm and w = pie-rads/s

Explanation:

The diagram and the detailed step by step explanation is as shown in the attachment

Final answer:

In the Scotch-yoke mechanism, if the displacement is given by x = r sin(t), the velocity v = r cos(t) and acceleration a = -r sin(t). The negative sign in acceleration indicates that it is in the opposite direction to displacement.

Explanation:

The Scotch-yoke mechanism which converts rotary motion into reciprocating motion can be analyzed using principles of kinematics. If we have the displacement given by x = r sin(t), the velocity and acceleration can be derived from this displacement equation.

The velocity (v) is the time derivative of the displacement function, i.e., v = dx/dt = r cos(t).

The acceleration (a) is the time derivative of the velocity function, so a = dv/dt = -r sin(t).

The negative sign signifies that acceleration is in the opposite direction to displacement.

Learn more about Scotch-yoke mechanism here:

https://brainly.com/question/33520848

#SPJ11

A water jet that leaves a nozzle at 95 m/s at a flow rate of 120 kg/s is to be used to generate power by striking the buckets located on the perimeter of a wheel. Determine the power generation potential of this water jet. The power generation potential of the water jet is kW.

Answers

Answer:

P= 541.5 kW.

Explanation:

Given that

velocity of water after leaving the nozzle ,v= 95 m/s

The mass flow rate of the water , m= 120 kg/s

The power generated P is given as

[tex]P=\dfrac{1}{2}mv^2[/tex]

Now by putting the values in the above equation we get

[tex]P=\dfrac{1}{2}\times 120\times 95^2\ W[/tex]

P=541500  W

The  power in kW will be 541.5 kW.

Therefore the answer will be 541.5 kW

P= 541.5 kW.

Final answer:

The power generation potential of the water jet is 542.25 kW.

Explanation:

To determine the power generation potential of the water jet, we need to calculate the kinetic energy of the water jet and then convert it to power. The kinetic energy of the water jet can be calculated using the formula KE = 0.5 * m * v^2, where m is the mass flow rate of the water and v is the velocity of the water jet. Given that the flow rate is 120 kg/s and the velocity is 95 m/s, we can calculate the kinetic energy to be KE = 0.5 * 120 * 95^2 = 0.5 * 120 * 9025 = 542,250 J/s.

To convert the kinetic energy to power, we divide by the time taken to deliver the energy. Since the flow rate is given in kg/s, we can assume the time taken is 1 second. Therefore, the power generation potential of the water jet is 542,250 J/s, or 542.25 kW.

Air is compressed slowly in a piston–cylinder assembly from an initial state where p1 = 1.4 bar, V1 = 4.25 m3 , to a final state where p2 = 6.8 bar. During the process, the relation between pressure and volume follows pV = constan

Answers

The work done by the gas is -940 kJ

Explanation:

In this process, we are told that the product of pressure and volume remains constant:

[tex]pV=const.[/tex]

so we can write

[tex]p_1 V_1 = p_2 V_2[/tex]

where

[tex]p_1 = 1.4 bar[/tex] is the initial pressure

[tex]p_2 = 6.8 bar[/tex] is the final pressure

[tex]V_1=4.25 m^2[/tex] is the initial volume

Solving for [tex]V_2[/tex], we find the final volume:

[tex]V_2=\frac{p_1V_1}{p_2}=\frac{(1.4)(4.25)}{6.8}=0.875 m^3[/tex]

Now by looking at the equation of state of an ideal gas:

[tex]pV=nRT[/tex] (1)

we notice that since [tex]pV=const.[/tex], this means that also the absolute temperature of the gas T remains constant (because the number of moles n does not change). Therefore this is an isothermal process: the work done in an isothermal process is given by

[tex]W=nRTln(\frac{V_2}{V_1})[/tex]

And by looking again at (1), we  can substitute (nRT) with (pV), so we get

[tex]W=p_1 V_1 ln (\frac{V_2}{V_1})[/tex]

Converting the pressure into SI units,

[tex]p_1 = 1.4 bar = 1.4\cdot 10^5 Pa[/tex]

So the work done is

[tex]W=(1.4\cdot 10^5)(4.25)ln(\frac{0.875}{4.25})=-9.4\cdot 10^5 J[/tex]

Which means -940 kJ. This value is negative since the work is done by the surroundings on the gas (because the gas is compressed).

Learn more about ideal gases:

brainly.com/question/9321544

brainly.com/question/7316997

brainly.com/question/3658563

#LearnwithBrainly

What character string does the binary ASCII code 1010100 1101000 1101001 1110011 0100000 1101001 1110011 0100000 1000101 1000001 1010011 1011001 0100001?

Answers

Answer: This is EASY!

Explanation:

To make it easy, you would convert those binary numbers and to denary. And this gives:

84 104 105 115 32 105 115 32 69 65 83 89 33

Then, the denary numbers generated can be converted to ASCII code using this ASCII Table in the attachment below. And the result is: This is EASY!

An airplane starts from rest, travels 5000ft down a runway, and after uniform acceleration, takes off with a speed of 162 mi/h. it then climbs in a straight line with a uniform acceleration of 3 ft/s^s until it reaches a constant speed of 220 mi/h. draw the st, vt, and at graphs that describe the motion.

Answers

Answer:

Explanation:

Given

Take off speed [tex]v=162\ mph\approx 237.6\ ft/s[/tex]

distance traveled in runway [tex]d=5000 ft[/tex]

using motion of equation

[tex]v^2-u^2=2as[/tex]

where v=final velocity

u=initial velocity

a=acceleration

s=displacement

[tex](237.6)^2=2\times a\times 5000[/tex]

[tex]a=5.64\ ft/s^2[/tex]

Acceleration after take off [tex]a_2=3\ ft/s^2[/tex]

time taken to reach [tex]237.6 ft/s[/tex]

[tex]v=u+at[/tex]

[tex]237.6=0+5.64\times t[/tex]

[tex]t=42.127\ s [/tex]

after take off it take [tex]t_2[/tex] time to reach [tex]220 mph\approx 322.67[/tex]

[tex]322.67=237.6+3\times t_2[/tex]

[tex]t_2=28.35\ s[/tex]

total time taken [tex]t_0=t+t_1[/tex]

[tex]t_0=70.48\ s[/tex]

The flexural strength or MOR of a ceramic is 310 MPa. A block of the ceramic, which is 20 mm wide, 15 mm high, and 300 mm long, is supported between two rods 150 mm apart. Determine the force required to fracture the material, assuming no plastic deformation occurs.

Answers

Answer:

[tex]F=6200\ \text{N}\\[/tex]

Explanation:

In this problem you need to define the force that acts upon a beam in a 3 point bending problem. I put a picture of the problem taken from Wikipedia:

In this problem the flexural strength is defined with the following formula:

[tex]\sigma=\cfrac{3FL}{2bd^2}[/tex]

where F is the force applied, L the length between the two rods, b the width of the ceramic block and d it's height.

The force is then defined as:

[tex]F=\cfrac{2\sigma bd^2}{3L}=6200\ \text{N}[/tex]

You are traveling along an interstate highway at 32.0 m/s (about 72 mph) when a truck stops suddenly in front of you. You immediately apply your brakes and cut your speed in half after 6.0 s.(a) What was your acceleration, assuming it was constant?

Answers

Answer:

a= - 2.6 m/s².

Explanation:

u = 32 m/s

The speed after 6 s is half of u

[tex]v= \dfrac{32}{2}=16\ m/s[/tex]

t= 6 s

The average acceleration = a

We know v = u +at

v=final velocity

u=initial velocity

Now by putting the values in the above equation

16= 32 + a x 6

[tex]a=\dfrac{16-32}{6}\ m/s^2[/tex]

[tex]a=-2.6\ m/s^2[/tex]

Therefore the acceleration will be - 2.6 m/s².

a= - 2.6 m/s².

Negative indicates that velocity and acceleration is is opposite direction.

the correlation between a car's engine size and its fuel economy is r = -0.774. what fraction of the variability in fuel economy is accounted for by the engine size?

Answers

Answer:

59.9%

Explanation:

R^2 =(-0.774)^2  = 0.599

59.9% of fuel is accounted for

For the following conditions determine whether a CMFR or a PFR is more efficient in removing a reactive compound from the waste stream under steady-state conditions with a first-order reaction: reactor volume = 280 m3, flow rate = 14 m3 · day−1, and reaction rate coefficient = 0.05 day−1.

Answers

Answer:

The PFR is more efficient in the removal of the reactive compound as it has the higher conversion ratio.

Xₚբᵣ = 0.632

X꜀ₘբᵣ = 0.5

Xₚբᵣ > X꜀ₘբᵣ

Explanation:

From the reaction rate coefficient, it is evident the reaction is a first order reaction

Performance equation for a CMFR for a first order reaction is

kτ = (X)/(1 - X)

k = reaction rate constant = 0.05 /day

τ = Time constant or holding time = V/F₀

V = volume of reactor = 280 m³

F₀ = Flowrate into the reactor = 14 m³/day

X = conversion

k(V/F₀) = (X)/(1 - X)

0.05 × (280/14) = X/(1 - X)

1 = X/(1 - X)

X = 1 - X

2X = 1

X = 1/2 = 0.5

For the PFR

Performance equation for a first order reaction is given by

kτ = In [1/(1 - X)]

The parameters are the same as above,

0.05 × (280/14) = In (1/(1-X)

1 = In (1/(1-X))

e = 1/(1 - X)

2.718 = 1/(1 - X)

1 - X = 1/2.718

1 - X = 0.3679

X = 1 - 0.3679

X = 0.632

The PFR is evidently more efficient in the removal of the reactive compound as it has the higher conversion ratio.

Final answer:

To determine whether a CMFR or a PFR is more efficient in removing a reactive compound from the waste stream, we compare their volumes and flow rates. For a first-order reaction, the reaction rate is given by the equation r = kC. In a CMFR, the volume is constant, while in a PFR, the volume varies. Therefore, a PFR may be more efficient depending on the reactor design.

Explanation:

To determine whether a CMFR (Continuous Mixed Flow Reactor) or a PFR (Plug Flow Reactor) is more efficient in removing a reactive compound from the waste stream, we need to compare their volumes and flow rates. For a first-order reaction, the reaction rate is given by the equation: r = kC, where r is the reaction rate, k is the reaction rate coefficient, and C is the concentration of the reactive compound.

In a CMFR, the volume is constant, so the reactor volume (280 m3) is equal to the product of the flow rate (14 m3·day−1) and the residence time (t), which is the time it takes for the fluid to pass through the reactor. Therefore, t = V/Q = 280/14 = 20 days.

In a PFR, the volume varies along the length of the reactor, and the residence time is defined as the integral of the volume divided by the flow rate. Using the equation t = ∫V/Q, we can calculate the residence time for a PFR.

Since the residence time for a CMFR is fixed at 20 days, and the residence time for a PFR can be longer or shorter depending on the reactor design, a PFR may be more efficient in removing the reactive compound from the waste stream under steady-state conditions with a first-order reaction.

Learn more about Efficiency of CMFR and PFR in removing a reactive compound here:

https://brainly.com/question/35349460

#SPJ3

For a certain mechanical element the constitutive relation is Y = AV^3, where Y is a system variable, a is a constant, and V is velocity. Give each answer below in terms of V. (a) If Y is the force, i.e. (Y = F), find an expression for the power in the element? (b) If Y is the linear momentum, i.e. (Y = p), find an expression for the energy stored in the element?

Answers

Answer:

a) Power = Av⁴

b) Energy = Av⁴/2 or (A²v⁶)/2m

Explanation:

Given Y = Av³

A = a constant, v = Velocity, Y = system variable.

a) If Y = Force, F, Find Power in the element.

Power is the dot product of Force and velocity and it's a scalar quantity.

i.e. P = F.v = F.v (cos θ) where θ is the angle between the force and velocity vector.

But in this case, average power is simply given by Fv.

P(avg) = Fv = Yv = (Av³) × v = Av⁴

b) If Y = linear momentum, p, Find the energy stored in the element.

Energy is related to linear momentum by the relationship between kinetic energy and linear momentum.

p = mv and E = mv²/2 = (mv)(v)/2, so,

E = pv/2

For this question, p = Y = Av³

E = Yv/2 = (Av³)v/2 = Av⁴/2

Kinetic energy is often related to momentum through this expression too,

p = mv; p² = m²v²

E = mv²/2; E = (mv²/2) × (m/m) = m²v²/2m = p²/2m

Therefore, E = Y²/2m = (Av³)²/2m = (A²v⁶)/2m

Hope this helps!

A cylinder fitted with a frictionless piston contains 2 kg of R-134a at 3.5 bar and 100 C. The cylinder is now cooled so that the R-134a is kept at constant pressure until a final state is reached with a quality of 25%. Calculate the heat transfer in the process.

Answers

Answer:

The answer to the question is

The heat transferred in the process is -274.645 kJ

Explanation:

To solve the question, we list out the variables thus

R-134a = Tetrafluoroethane

Intitial Temperaturte t₁ = 100 °C

Initial pressure = 3.5 bar = 350 kPa

For closed system we have m₁ = m₂ = m

ΔU = m×(u₂ - u₁) = ₁Q₂ -₁W₂

For constant pressure process we have

Work done = W = [tex]\int\limits^a_b P \, dV[/tex]  = P×ΔV = P × (V₂ - V₁) = P×m×(v₂ - v₁)

From the tables we have

State 1 we have h₁ = (490.48 +489.52)/2 = 490 kJ/kg

State 2 gives h₂ = 206.75 + 0.75 × 194.57= 352.6775 kJ/kg

Therefore Q₁₂ = m×(u₂ - u₁) + W₁₂ = m × (u₂ - u₁) + P×m×(v₂ - v₁)

= m×(h₂ - h₁) = 2.0 kg × (352.6775 kJ/kg - 490 kJ/kg) =-274.645 kJ

A horizontal rigid bar ABC is pinned at end A and supported by two cables at points B and C. A vertical load P 5 10 kN acts at end C of the bar. The two cables are made of steel with a modulus elasticity E 5 200 GPa and have the same cross-sectional area. Calculate the minimum cross-sectional area of each cable if the yield stress of the cable is 400 MPa and the factor of safety is 2.0. Consider load P only; ignore the weight of bar ABC and the cables.

Answers

Final answer:

To determine the minimum cross-sectional area of the steel cables, calculate the allowable stress and use it along with the provided load. The result is a minimum area of 50 mm² for each cable.

Explanation:

The question involves calculating the minimum cross-sectional area of each steel cable designed to support a load with a safety factor, given the yield stress of the material. First, determine the allowable stress by dividing the yield stress by the factor of safety. In this case, the allowable stress is 200 MPa (400 MPa / 2.0). To find the minimum cross-sectional area (A), use the formula A = P / σ, where P = 10 kN = 10,000 N (the load) and σ (sigma) is the allowable stress in N/m². Convert 200 MPa to N/m² to get 200,000 N/m². Therefore, the minimum cross-sectional area required for each cable is 50 mm² (10,000 N / 200,000 N/m²).

For flow over a plate, the variation of velocity with vertical distance y from the plate is given as u(y) = ay − by2 where a and b are constants. Choose the correct relation for the wall shear stress in terms of a, b, and μ.

Answers

For flow over a plate, the variation of velocity with vertical distance y from the plate, the correct relation for the wall shear stress is  [tex]\( \tau = \mu (a - 2by) \)[/tex]. The correct option is B.

The wall shear stress ([tex]\( \tau \)[/tex]) for flow over a plate is given by the following relation, assuming the fluid has constant viscosity ([tex]\( \mu \)[/tex]):

[tex]\[ \tau = \mu \frac{du}{dy} \][/tex]

Where:

[tex]\( \mu \)[/tex] = dynamic viscosity of the fluid,

[tex]\( \dfrac{du}{dy} \)[/tex] = rate of change of velocity with respect to the vertical distance (y) from the plate.

In your case, the velocity profile [tex]\( u(y) = ay - by^2 \)[/tex] is given. To find the rate of change of velocity with respect to y, we differentiate [tex]\( u(y) \)[/tex] with respect to y:

[tex]\[ \frac{du}{dy} = a - 2by \][/tex]

Now, substitute this into the formula for wall shear stress:

[tex]\[ \tau = \mu \left( a - 2by \right) \][/tex]

So, the correct relation for the wall shear stress ([tex]\( \tau \)[/tex]) in terms of a, b, and [tex]\( \mu \)[/tex] is:

[tex]\[ \tau = \mu \left( a - 2by \right) \][/tex]

Thus, the correct option is B.

For more details regarding velocity, visit:

https://brainly.com/question/34025828

#SPJ12

Your question seems incomplete, the probable complete question is:

Question:

For flow over a flat plate, the velocity variation with vertical distance y from the plate is given by [tex]\( u(y) = ay - by^2 \)[/tex], where a and b are constants. What is the correct expression for the wall shear stress ([tex]\( \tau \)[/tex]) in terms of a b, and dynamic viscosity ([tex]\( \mu \)[/tex])?

A) [tex]\( \tau = \mu (a - by) \)[/tex]

B) [tex]\( \tau = \mu (a - 2by) \)[/tex]

C) [tex]\( \tau = \mu (a + by) \)[/tex]

D) [tex]\( \tau = \mu (a + 2by) \)[/tex]

In a conduit with a diameter of 4.5 ft, the depth of flow is 4.0 ft. (a) Determine the hydraulic radius, hydraulic depth, and section factors for critical and normal flows. (b) Determine the alternate depth of flow that will carry the same discharge.

Answers

Answer:

(a) 1.125 ft, Section factor = 22.78

(b) 42.75 ft

Explanation:

Hydraulic radius is given by [tex]R_{H} = \frac{A}{P}[/tex] Where

A = Cross sectional area of flow and

P = Perimeter  h

Since the cross section is a circle  then at depth 4 of 4.5 the perimeter

[tex]=2 \pi r-\frac{\theta }{360} *2 \pi r[/tex]  where r = 2.25 and θ = 102.1 °

perimeter = 10.1 ft and the  area = [tex]=\pi r^2-\frac{\theta }{360} * \pi r^2[/tex] =  11.39 ft²

Therefore [tex]R_{H} = \frac{11.39}{10.1} = 1.125 ft[/tex]

Section factor is given by for critical flow = Z = A×√D

= 11.39 ft² × √(4 ft) = 22.78

for normal flow Z =[tex]Z_{} ^{2} = \frac{A^{3}}{T}[/tex] = 22.78

(b) The alternate depth of flow is given by

for a given flow rate, we have from chart for flow in circular pipes

Alternative depth = 0.9×45 = 42.75 ft

An engineering student claims that a country road can be safely negotiated at 65 mi/h in rainy weather. Because of the winding nature of the road, one stretch of level pavement has a sight distance of only 510 ft. Assuming practical stopping distance, comment on the student

Answers

Answer:

Negotiated speed should be lower. Perception/reaction time is too less than design values.

Explanation:

Given:

- The claimed safe speed V_1 = 65 mi/h

- Sight distance D = 510 ft

- The practical deceleration a = 11.2 ft/s   ... according to standards

Find:

Assuming practical stopping distance, comment on the student whether the claim is correct or not

Solution:

- Calculate the practical stopping distance:

                      d = V_1^2 / 2*a

                      d = ( 65 * 1.46 )^2 / 2*11.2 = 402.054 ft

- Solve for reaction distance d_r is as follows:

                     d_r = D - d = 510 - 402.054 = 107.945 ft

- The perception/time reaction is:

                   t_r = d_r/V_1 = 107.945 / 94.9

                  t_r = 1.17 sec

Answer: The perception/reaction time t_r = 1.17 s is well below the t = 2.3 s.

Hence, the safe speed should be lower.

A manometer containing a fluid with a density of 60 lbm/ft3 is attached to a tank filled with air. If the gage pressure of the air in the tank is 9.4 psig and the atmospheric pressure is 12.5 psia, the fluid-level difference between the two columns, h, in feet is

Answers

Answer:

The fluid level difference in the manometer arm = 22.56 ft.

Explanation:

Assumption: The fluid in the manometer is incompressible, that is, its density is constant.

The fluid level difference between the two arms of the manometer gives the gage pressure of the air in the tank.

And P(gage) = ρgh

ρ = density of the manometer fluid = 60 lbm/ft³

g = acceleration due to gravity = 32.2 ft/s²

ρg = 60 × 32.2 = 1932 lbm/ft²s²

ρg = 1932 lbm/ft²s² × 1lbf.s²/32.2lbm.ft = 60 lbf/ft³

h = fluid level difference between the two arms of the manometer = ?

P(gage) = 9.4 psig = 9.4 × 144 = 1353.6 lbf/ft²

1353.6 = ρg × h = 60 lbf/ft³ × h

h = 1353.6/60 = 22.56 ft

A diagrammatic representation of this setup is presented in the attached image.

Hope this helps!

A cylindrical tank has a thin barrier and it carries two fluids, one of the fluids has specific gravity of 2.0 and the other fluid has a specific weight of 100 lbf/ft3. The mass of the tank is 20lb-mass. Determine the magnitude of the vertical force required to give the tank a downward acceleration of 10 ft/s2.

Answers

Answer:

attached below

Explanation:

Your organization spans multiple geographical locations. The name resolution is happening with a single DNS zone for the entire organization. Which of the following is likely to happen if you continue with the single DNS zone? [Choose all that apply.]

Name resolution traffic goes to the single zone

Granular application of policies

Centralized Management

Higher security

Administrative burden
Submit

Answers

Answer:Name resolution traffic goes to the single zone

Administrative burden

Submit

Centralized Management

Explanation:DNS(Domain name system) is a term used in the internet which Describes the conversion of alphabetical names into Numerical representations,he a large Organisation as stated which spans through different Geographical areas continue with a single Domain name system it will lead to the following.

Name resolution traffic will increase which might delay the execution of tasks

Administrative burden will be Increased as it is carrying out a wide range of activities.

Centralized management which may affect the flow of work.

Given the following materials and their corresponding thermal conductivity values, list them in order from most conductive to least conductive.Sheet Rock: k = 0.43 W/(m*K)Masonite: k = 0.047 W/(m*K)Glass: k = 0.72 W/(m*K)Lexan: k = 0.19 W/(m*K)b) Given the following information, calculate the thermal conductivity using Fourier's Equation.q = 100 WA = 8 m^2ATΔT= 10L = 7 m

Answers

Answer:

1) Glass

2) Rock sheet

3) Lexan

4) Masonite

b) k = 8.75 W/m.K

Explanation:

Given:

The thermal conductivity of certain materials as follows:

-Sheet Rock: k = 0.43 W/(m*K)

-Masonite: k = 0.047 W/(m*K)

-Glass: k = 0.72 W/(m*K)

-Lexan: k = 0.19 W/(m*K)

Data Given:

- Q = 100 W

- A = 8 m^2

- dT = 10 C

- L = 7 m

Find:

a) list the materials in order from most conductive to least conductive

b) calculate the thermal conductivity using Fourier's Equation

Solution:

- We know from Fourier's Law the relation between Heat transfer and thermal conductivity as follows:

                                   Q = k*A*dT / L

- From the relation above we can see that rate of heat transfer is directly proportional to thermal conductivity k.

- Hence, the list in order of decreasing conductivity is as follows:

- The list of materials in the decreasing order of thermal conductivity k is:

           1) Glass                 k = 0.72 W/m.K        

           2) Rock sheet      k = 0.43 W/m.K

           3) Lexan               k = 0.19 W/m.K

           4) Masonite          k = 0.047 W/m.K

- Use the relation given above we can compute the thermal conductivity k with the given data:

                                 k = Q*L / (A*dT)

                                 k = (100 W * 7 m) / (8 m^2*10 C)

                                 k = 8.75 W/m.K

Consider a constant volume process involving heat addition to a closed system consisting of an ideal gas with no changes in kinetic or potential energy. Is the required heat transfer for raising the temperature from 295 to 305 K the same as the heat transfer required from 345 to 355 K?

Answers

Answer:

Yes and no

Explanation:

The thermodynamic equation for the heat transfer in a constant volume process is the following:

[tex]Q=\Delta U=mC_V\Delta T[/tex]

where Q is the required heat, U is the internal energy, m the mass of the gas, C_V the heat capacity assuming consant volume and [tex]\Delta T[/tex] is the change in temperature.

If you assume the heat capacity doesn't change with temperature at which the gas is currently at then the heat transfer depends solely on the change in temperature. With this assumption the transfered heat would be the same in both cases.

In reality the heat capacity does change with respect to temperature. Depending on the type of gas. In reality there would be difference in heat transfered between 295/205 K and 245/255 . Only then you wouldn't use the [tex]\Delta T[/tex] expression since the integral would be different depending on the heat capacity in relation to temperature.

Code a Boolean expression that tests if a decimal variable named currentSales is greater than or equal to 1000 or a Boolean variable named newCustomer is equal to true. Code this statement so both conditions will always be tested, and code it in the shortest way possible]

Answers

Answer:

Given

Decimal variable: currentSales

Decimal test value: 1000

Boolean variable: newCustomer

Boolean default value: true

The following code segment is written in Java

if(currentSales == 1000 || newCustomer)

{

//Some statements

}

The Program above tests two conditions using one of statement

The first condition is to check if currentSales is 1000

== Sign is s a relational operator used for comparison (it's different from=)

|| represents OR

The second condition is newCustomer, which is a Boolean variable

If one or both of the conditions is true, the statements within the {} will be executed

Meaning that, both conditions doesn't have to be true;

At least 1 condition must be true for the statement within the curly braces to be executed

Two loads connected in parallel draw a total of 2.4 kW at 0.8 pf lagging from a 120-V rms, 60-Hz line. One load absorbs 1.5 kW at a 0.707 pf lagging. Determine:
(a) the pf of the second load,
(b) the parallel element required to correct the pf to 0.9 lagging for the two loads.

Answers

Answer: a) 0.948 b) 117.5µf

Explanation:

Given the load, a total of 2.4kw and 0.8pf

V= 120V, 60 Hz

P= 2.4 kw, cos θ= 80

P= S sin θ - (p/cos θ) sin θ

= P tan θ(cos^-1 (0.8)

=2.4 tan(36.87)= 1.8KVAR

S= 2.4 + j1. 8KVA

1 load absorbs 1.5 kW at 0.707 pf lagging

P= 1.5 kW, cos θ= 0.707 and θ=45 degree

Q= Ptan θ= tan 45°

Q=P=1.5kw

S1= 1.5 +1.5j KVA

S1 + S2= S

2.4+j1.8= 1.5+1.5j + S2

S2= 0.9 + 0.3j KVA

S2= 0.949= 18.43 °

Pf= cos(18.43°) = 0.948

b.) pf to 0.9, a capacitor is needed.

Pf = 0.9

Cos θ= 0.9

θ= 25.84 °

(WC) V^2= P (tan θ1 - tan θ2)

C= 2400 ( tan (36. 87°) - tan (25.84°)) /2 πf × 120^2

f=60, π=22/7

C= 117.5µf

In this exercise we have to use the parallel plate and capacitor knowledge to find the values, so:

a) 0.948

b) 117.5µf

What is a capacitor?

Capacitor is a component that stores electrical charges in an electrical field, accumulating an internal electrical charge imbalance.

Given the information that:

total of 2.4 kW at 0.8 pf absorbs 1.5 kW at a 0.707 pf V= 120V, 60 HzP= 2.4 kw, cos θ= 80

Knowing that the formula is;

[tex]P= S sin \theta - (p/cos \theta) sin \theta\\= P tan \theta (cos^{-1} (0.8))\\=2.4 tan(36.87)= 1.8KVAR\\S= 2.4 + j1. 8KVA[/tex]

Continues the calculus we have:

[tex]S1= 1.5 +1.5j KVA\\S1 + S2= S\\2.4+j1.8= 1.5+1.5j + S2\\S2= 0.9 + 0.3j KVA\\S2= 0.949= 18.43 \\Pf= cos(18.43) = 0.948[/tex]

b.) pf to 0.9, a capacitor is needed.

[tex]Pf = 0.9\\Cos \theta= 0.9\\\theta = 25.84\\(WC) V^2= P (tan \theta_1 - tan \theta_2)\\2400 ( tan (36. 87) - tan (25.84)) /2 \pi f * 120^2\\[/tex]

See more about parallel element at brainly.com/question/8055410

A lab technician is ordered to take a sample of your blood. As she inserts the needle, she says, "My, you have tough skin!" What would be an equivalent translation of this statement?

Answers

Answer:

Your stratified squamous epithelium is difficult to penetrate!

Explanation:

The epithelium is the tissue formed by one or several layers of cells attached to each other that cover all the free surfaces of the organism, and constitute the internal lining of the cavities, organs, hollows, ducts of the body and skin and also form the Mucous and glands. The epithelia also forms the parenchyma of many organs, such as the liver.

Flat or squamous epithelia: Formed by flat cells, with much less height than width and a flattened nucleus. It is one of the most external being part of the epidermis and generating some inconveniences when penetrating with needles to perform blood extractions when you have certain characteristics of hardness.

A 15 Watt desk-type fluorescent lamp has an effective resistance of 200 ohms when operating (note: the 15 Watts is only associated with the lamp). It is in series with a ballast that has a resistance of 80 ohms and an inductance of .9H. The lamp and ballast are operated at 120V, 60Hz. Draw the circuit

Answers

The question is incomplete! Complete question along with answers and explanation is provided below.

Question:

A 15 Watt desk-type fluorescent lamp has an effective resistance of 200 ohms when operating (note: the 15 Watts is only associated with the lamp). It is in series with a ballast that has a resistance of 80 ohms and an inductance of .9H. The lamp and ballast are operated at 120V, 60Hz.

a) Draw the circuit

b) Calculate the power drawn by the lamp

c) Calculate the apparent power

d) Calculate the power factor

e) Calculate the reactive power

f) Calculate the size of the capacitor necessary to provide unity power factor correction

Explanation:

a) draw the circuit

Refer to the attached image.

As you can see in the attached drawing, it is a series circuit containing  two resistors and one inductor.

In a series circuit, current remains same throughout the circuit

The circuit is powered by an AC voltage source having voltage of 120 V and frequency 60 Hz.

The current flowing in the circuit can be found by ohm's law

 I = V/Z

where V is the voltage and Z is the total impedance of the circuit

 Z = R + XL

where  XL is the inductive reactance

XL = j2 π f L

XL = j2*π*60*0.9

XL = j339.29Ω

Total resistance is

R =200 + 80 = 280 Ω

Total impedance is

Z = 280 + j339.29 Ω

b) Calculate the power drawn by the lamp

First calculate the current

I = V/Z

I = 120/(280 + j339.29)

I = 0.272<-50.46° A  (complex notation)

P = I²R

P = (0.272)²200

P ≈ 15 W

Power drawn by the circuit

P=V*I*cos(50.46°)

P=20.77 W

c) Calculate the apparent power

A = VI*

A = 120*0.272<50.46°

A = 32.64<50.46° VA

d) Calculate the power factor

PF = cos(50.46)

PF = 0.63

e) Calculate the reactive power

Q = VIsin(50.46)

Q = 120*0.272<-50.46*sin(50.46)

Q = 25.13<-50.46  VAR

f) Calculate the size of the capacitor necessary to provide unity power factor correction

The required reactive compensation power is

Qc = P (tan(old) - tan(new))

Qc = 20.77 (tan(50.46) - tan(0))

Qc = 25.16 VAR

C = Qc/2πfV²

C = 25.16/2*π*60*120²

C = 4.63 uF

Hence adding a capacitor of 4.63 uF parallel to the load will improve the PF from 0.63 to 1.

A pipe produces successive harmonics at 300 Hz and 350 Hz. Calculate the length of the pipe and state whether it is closed at one end or not. Assume the speed of sound to be 340 m/s.

Answers

Answer:

The pipe is open ended and the length of pipe is 3.4 m.

Explanation:

For identification of the type of pipe checking the successive frequencies in both the open pipe and closed pipe as below

Equation for nth frequency for open end pipe is given as

[tex]f_n=\frac{nv}{2L}[/tex]

For (n+1)th value the frequency is

[tex]f_{n+1}=\frac{(n+1)v}{2L}[/tex]

Taking a ratio of both equation and solving for n such that the value of n is a whole number

[tex]\frac{f_{n+1}}{f_n}=\frac{\frac{(n+1)v}{2L}}{\frac{nv}{2L}}\\\frac{350}{300}=\frac{(n+1)}{n}\\350n =300n+300\\50n =300\\n =6\\[/tex]

So n is a whole number this means that the pipe is open ended.

For confirmation the  nth frequency for a closed ended pipe is given as

[tex]f_n=\frac{(2n+1)v}{4L}[/tex]

For (n+1)th value the frequency is

[tex]f_{n+1}=\frac{(2n+3)v}{4L}[/tex]

Taking a ratio of both equation and solving for n such that the value of n is a whole number

[tex]\frac{f_{n+1}}{f_n}=\frac{\frac{(2n+3)v}{2L}}{\frac{(2n+1)v}{2L}}\\\frac{350}{300}=\frac{(2n+3)}{(2n+1)}\\700n+350 =600n+900\\100n =550\\n =5.5\\[/tex]

As n is not a whole number so this is further confirmed that the pipe is open ended.

Now from the equation of, with n=6, v=340 m/s and f=300 Hz

[tex]f_n=\frac{nv}{2L}\\300=\frac{6 \times 340}{2L}\\L=\frac{2040}{600}\\L=3.4 m[/tex]

The value of length is 3.4m.

Other Questions
A subculture is ________.a. a segment of society that shares a distinctive pattern of customs, rules, and traditions that differs from the pattern of the larger group. b. a large number of people who live in the same territory, are relatively independent of people outside it, and participate in a common culture. c. the totality of learned, socially transmitted behavior. d. a specialized language that is used by members of a group. Rhonda Miller wants to take out a 4 year loan to purchase a car. What type of computation would she use to calculate her monthly payments?A. Present value of a single amountB. Future value of a single amountC. Simple interestD. Present value of an annuityE. Future value of an annuity The following function represents an arithmetic sequence.f(1)=1.5f(n+1)=f(n)+0.5What is f(10)? Select the true statements about protein secondary structure. a. The helix is held together by hydrogen bonds between the amide N H NH and C = O C=O groups. b. In a pleated sheet, the side chains are located between adjacent segments. c. In an helix, the side chains are located on the outside of the helix. d. The secondary level of protein structure refers to the spatial arrangements of short segments of the protein. e. Peptide bonds stabilize secondary structure. What is the difintion of function You have $ 400 and a bank is offering 4.0 % interest on deposits. If you deposit the money in the bank, how much will you have in one year? What is the graticule? a. another name for a map projection b. the name given to Earths latitude lines c. another name for a globe the name given to Earths longitude lines d. a name given to the system of lines used to locate points on Earths surface People who use artificial sweeteners in place of sugar tend to be heavier than people who use sugar, thus we can conclude that artificial sweeteners are detrimental to weight loss efforts. This is an example of: Group of answer choices extrapolation misuse of cause and effect influential outlier Light from a helium-neon laser ( = 633 nm) illuminates two slits spaced 0.50 mm apart. A viewing screen is 2.5 m behind the slits. What is the spacing between two adjacent bright fringes? The following histogram presents the amounts of silver (in parts per million) found in a sample of rocks. One rectangle from the histogram is missing. What is its height? enice brudley purchased 3,000 shares of GTI petroleum at $6.30 per share. The broker's commission was $19.95 for fewer than 1,000 shares or $0.02 per share for 1,000 or more. What was the cost of the stock? What was the total paid? Slapshot Company makes ice hockey sticks. During the month of June, 1,900 sticks were completed at a cost of goods manufactured of $437,000. Suppose that on June 1, Slapshot had 350 units in finished goods inventory costing $80,000 and on June 30, 370 units in finished goods inventory costing $84,000. Prepare a cost of goods sold statement for the month of June. _________ includes partners' names, rights, income and loss sharing agreement, withdrawal arrangement, dispute procedures, admission and withdrawal procedures and rights and duties in the event a partner dies. Which statement describes the total amount a rewards customer pays for 10 ounces and 12 ounces of yogurt?A rewards customer earns 2 free ounces of yogurt because the total amount paid for 10 ounces and 12 ounces is the same.A rewards customer pays $5 per ounce because the total amount paid is always increasing.A rewards customer pays $20 for 10 or 12 ounces of yogurt because the total amount paid is increasing.A rewards customer earns 5 free ounces of yogurt because the total amount paid for 10 ounces and 12 ounces is the same. How do you round 6275 to the nearest thousand how does the use of propaganda help a dictator Consider this function for cell duplication where the cells duplicate every minute.f(x) = 75(2)xDetermine what each parameter in the function represents.A)The 75 is the initial number of cells, and the 2 indicates that the number of cells doubles every minute.B)The 75 is the initial number of cells, and the 2 indicates that the number of cells increases by 2 every minute.C)The 75 is the number of cells at 1 minute, and the 2 indicates that the number of cells doubles every minute.D)The 75 is the number of cells at 1 minute, and the 2 indicates that the number of cells increases by 2 every minute. The price of an item yesterday was $140. Today, the price fell to $63. Find the percentage decrease Zack is mapping the argument: "The jury ought to ask the judge for guidance because a confused jury has a duty to ask for guidance." When analyzing the argument Zack determined that it relied on an assumption that was unspoken, namely that the jury is confused. Which shape should Zack use to map that implicit assumption?a. line with one arrowheadb. orange ovalc. blue cloudd. green rectanglee. red hexagon The original purpose of the Mercator projection was to befuddle introductory physical geography students. for the guidance of intercontinental missiles. for ocean navigation. to make the first map of the world. to produce an accurate, equal area map.