Answer:
x=2.19in
Explanation:
This is the equation that relates the force and displacement of a spring
F=Kx
m=mass=12.5lbx1slug/32.14lb=0.39slug
F=mg=0.39*32.2=12.52Lbf
then we calculate the spring count in lbf / ft
K=F/x
K=5.7lbf/1in=5.7lbf/in=68.4lbf/ft
Finally we calculate the displacement with the initial equation
X=F/k
x=12.52/68.4=0.18ft=2.19in
Answer:
a. True - Because the atomic arrangements of that region is disorderer because of the extra half plane atoms in between the line
b.Slip
C. Strength theoretical is greater than strength experimental
d. Shear stress
e. Highest linear density
Answer:
From the question, we have two variables
1. userNum1
2. userNum2
And we are to print "userNum1 is negative" if userNum1 is less than 0.
Then Assign userNum2 with 2 if userNum2 is greater than 10.
Otherwise, print "userNum2 is less or equal 10.".
// Program is written in C++ Programming Language
// Comments are used for explanatory purpose
// Program starts here
#include<iostream>
using namespace std;
int main ()
{
// Declare variables
int userNum1, userNum2;
// Accept input for these variables
cin>>userNum1, userNum2;
// Condition 1
if(userNum1 < 0)
{
cout<<"userNum1 is negative"<<'\n';
}
// Condition 2
if(userNum2 > 10)
{
userNum2 = 2;
}
// If condition is less than 10
else
{
cout<<"userNum2 is less or equal to 10"<<\n;
}
return 0;
}
// End of Program.
Answer:
Explanation:
Given that:
From process 1 → 2



Process 2 → 3
The volume is constant i.e 

Process 3 → 1
P = constant i.e the compression from state 1
Now, to start with 1 → 2




The work-done for the process 1 → 2 through adiabatic expansion is:
![W = \dfrac{1}{1-\gamma}[P_2V_2-P_1V_1]](https://tex.z-dn.net/?f=W%20%3D%20%5Cdfrac%7B1%7D%7B1-%5Cgamma%7D%5BP_2V_2-P_1V_1%5D)
We know that 1 bar = 
∴
![W = \dfrac{1}{1-1.5}[1.25 \times 10^5 \times 4- 10 \times 10^5 \times 1]](https://tex.z-dn.net/?f=W%20%3D%20%5Cdfrac%7B1%7D%7B1-1.5%7D%5B1.25%20%5Ctimes%2010%5E5%20%5Ctimes%204-%2010%20%5Ctimes%2010%5E5%20%5Ctimes%201%5D)


For process 2 → 3
Since V is constant
Thus:
W = PΔV = 0

For process 3 → 1
W = PΔV





The net work-done now for the entire system is :



The sketch of the processes on p -V coordinates can be found in the image attached below.