Answer:
We conclude that the approximate series solution (with only one eigein value) provides systematically high results but by less than 1.5%, for the biot number range from 0.11 to 10. See attached image.
Explanation:
Answer:
skin is the largest organ
Answer:
a) 24 kg
b) 32 kg
Explanation:
The gauge pressure is of the gas is equal to the weight of the piston divided by its area:
p = P / A
p = m * g / (π/4 * d^2)
Rearranging
p * (π/4 * d^2) = m * g
m = p * (π/4 * d^2) / g
m = 1200 * (π/4 * 0.5^2) / 9.81 = 24 kg
After the weight is added the gauge pressure is 2.8kPa
The mass of piston plus addded weight is
m2 = 2800 * (π/4 * 0.5^2) / 9.81 = 56 kg
56 - 24 = 32 kg
The mass of the added weight is 32 kg.
Answer:
#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
int main() {
string name[5];
int age[5];
int i,j;
for ( i = 0; i<=4; i++ ) {
cout << "Please enter student's name:";
cin >> name[i];
cout << "Please enter student's age:";
cin >> age[i];
}
for (i=0;i<=4;i++){
cout<<"Age of "<< name[i]<<" is "<<age[i]<<endl;
}
}
Output of above program is displayed in figure attached.
Answer:
True
Explanation:
For point in xz plane the stress tensor is given by![\left[\begin{array}{ccc}Dx_{} &txz\\tzx&Dz\\\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7DDx_%7B%7D%20%26txz%5C%5Ctzx%26Dz%5C%5C%5Cend%7Barray%7D%5Cright%5D)
where Dx is the direct stress along x ; Dz is direct stress along z ; tzx and txz are the shear stress components
We know that the stress tensor matrix is symmetrical which means that tzx = txz ( obtained by moment equlibrium )
thus we require only 1 independent component of shear stress to define the whole stress tensor at a point in 2D plane