Answer:
a) P ≥ 22.164 Kips
b) Q = 5.4 Kips
Explanation:
GIven
W = 18 Kips
μ₁ = 0.30
μ₂ = 0.60
a) P = ?
We get F₁ and F₂ as follows:
F₁ = μ₁*W = 0.30*18 Kips = 5.4 Kips
F₂ = μ₂*Nef = 0.6*Nef
Then, we apply
∑Fy = 0 (+↑)
Nef*Cos 12º - F₂*Sin 12º = W
⇒ Nef*Cos 12º - (0.6*Nef)*Sin 12º = 18
⇒ Nef = 21.09 Kips
Wedge moves if
P ≥ F₁ + F₂*Cos 12º + Nef*Sin 12º
⇒ P ≥ 5.4 Kips + 0.6*21.09 Kips*Cos 12º + 21.09 Kips*Sin 12º
⇒ P ≥ 22.164 Kips
b) For the static equilibrium of base plate
Q = F₁ = 5.4 Kips
We can see the pic shown in order to understand the question.
Answer:
(b) False
Explanation:
The specific internal energy of the system does not depend on the path of the process, it is a state function means its depend on only on the initial and the final position it does not depend on the path which it follow in the process.Internal energy is associated with the random motion of the molecules.
So it is false statement as internal energy is not a path function
Answer:
/* C Program to rotate matrix by 90 degrees */
#include<stdio.h>
int main()
{
int matrix[100][100];
int m,n,i,j;
printf("Enter row and columns of matrix: ");
scanf("%d%d",&m,&n);
/* Enter m*n array elements */
printf("Enter matrix elements: \n");
for(i=0;i<m;i++)
{
for(j=0;j<n;j++)
{
scanf("%d",&matrix[i][j]);
}
}
/* matrix after the 90 degrees rotation */
printf("Matrix after 90 degrees roration \n");
for(i=0;i<n;i++)
{
for(j=m-1;j>=0;j--)
{
printf("%d ",matrix[j][i]);
}
printf("\n");
}
return 0;
}
Answer:
a) at T = 5800 k
band emission = 0.2261
at T = 2900 k
band emission = 0.0442
b) daylight (d) = 0.50 μm
Incandescent ( i ) = 1 μm
Explanation:
To Calculate the band emission fractions we will apply the Wien's displacement Law
The ban emission fraction in spectral range λ1 to λ2 at a blackbody temperature T can be expressed as
F ( λ1 - λ2, T ) = F( 0 ----> λ2,T) - F( 0 ----> λ1,T )
<em>Values are gotten from the table named: blackbody radiati</em>on functions
<u>a) Calculate the band emission fractions for the visible region</u>
at T = 5800 k
band emission = 0.2261
at T = 2900 k
band emission = 0.0442
attached below is a detailed solution to the problem
<u>b)calculate wavelength corresponding to the maximum spectral intensity</u>
For daylight ( d ) = 2898 μm *k / 5800 k = 0.50 μm
For Incandescent ( i ) = 2898 μm *k / 2900 k = 1 μm
Answer:
Yes, it is possible to maintain a pressure of 10 kPa in a condenser that is being cooled by river water that is entering at 20 °C because this temperature (20 °C) of the external cooling water is less than the saturation temperature of steam which is which is 45.81 °C, and heated by a boiler; as a result of this condition, coupled with the assumption that the turbine, pump, and interconnecting tube are adiabatic, and the condenser exchanges its heat with the external cooling river water, it possible to maintain a pressure of 10 kPa.