Answer:
%
Explanation:
Determine the initial velocity


= 19.89 m/s
final velocity


=8.84 m/s
total mechanical energy is given as







Shaft power


mechanical efficiency

%
Answer:
d. all of the above
Explanation:
There are two components of acceleration for a particle moving in a circular path, radial and tangential acceleration.
The radial acceleration is given by;

Where;
V is the velocity of the particle
R is the radius of the circular path
This radial acceleration is always directed towards the center of the path, perpendicular to the tangential acceleration and negative.
Therefore, from the given options in the question, all the options are correct.
d. all of the above
Answer:
Entropy generation rate of the two reservoirs is approximately zero (
) and system satisfies the Second Law of Thermodynamics.
Explanation:
Reversible heat pumps can be modelled by Inverse Carnot's Cycle, whose key indicator is the cooling Coefficient of Performance, which is the ratio of heat supplied to hot reservoir to input work to keep the system working. That is:

The following simplification can be used in the case of reversible heat pumps:

Where temperature must written at absolute scale, that is, Kelvin scale for SI Units:


Then, input power needed for the heat pump is:



By the First Law of Thermodynamics, heat pump works at steady state and likewise, the heat released from cold reservoir is now computed:




According to the Second Law of Thermodynamics, a reversible heat pump should have an entropy generation rate equal to zero. The Second-Law model for the system is:





Albeit entropy generation rate is positive, it is also really insignificant and therefore means that such heat pump satisfies the Second Law of Thermodynamics. Furthermore,
.
Answer:
import java.util.Scanner;
public class FindMatchValue {
public static void main (String [] args) {
Scanner scnr = new Scanner(System.in);
final int NUM_VALS = 4;
int[] userValues = new int[NUM_VALS];
int i;
int matchValue;
int numMatches = -99; // Assign numMatches with 0 before your for loop
matchValue = scnr.nextInt();
for (i = 0; i < userValues.length; ++i) {
userValues[i] = scnr.nextInt();
}
/* Your solution goes here */
numMatches = 0;
for (i = 0; i < userValues.length; ++i) {
if(userValues[i] == matchValue) {
numMatches++;
}
}
System.out.println("matchValue: " + matchValue + ", numMatches: " + numMatches);
}
}
This question is incomplete, the missing diagram is uploaded along this answer below;
Answer:
from the diagram, the curve that most closely describes the variation of the local heat transfer coefficient with position along the plate is Option D
Explanation:
Given the data in the question;
We write the expression for the local Nusselt number for Laminar flow over the flat plate;
Nu = 

Nu =

=

= 
Next we write down the expression for the local heat flux from the plate with uniform surface temperature;
q =
T
- T∞ )
q ∝ 
∴
q ∝ 
The local heat flux decreases with the position as it is inversely proportional to the square root of the position from the leading edge and it will not be zero at the end of the plate.
Therefore, from the diagram, the curve that most closely describes the variation of the local heat transfer coefficient with position along the plate is Option D