Answer:
(d) a and c are correct
Explanation:
METALS : Metal are those materials which has very high ductility, high modulus of elasticity, good thermal and electrical conductivity
for example : iron, gold ,silver, copper
ALLOYS: Alloys are those materials which are made up of combining of two or more than two metals these also have good thermal and electrical conductivity and me liable property
for example ; bronze and brass
so from above discussion it is clear that option (d) will be the correct option
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
Answer:
class TriangleNumbers
{
public static void main (String[] args)
{
for (int number = 1; number <= 10; ++number) {
int sum = 1;
System.out.print("1");
for (int summed = 2; summed <= number; ++summed) {
sum += summed;
System.out.print(" + " + Integer.toString(summed));
}
System.out.print(" = " + Integer.toString(sum) + '\n');
}
}
}
Explanation:
We need to run the code for each of the 10 lines. Each time we sum numbers from 1 to n. We start with 1, then add numbers from 2 to n (and print the operation). At the end, we always print the equals sign, the sum and a newline character.
Answer:
Output signal shape: square, from 0.1 to 230 MHz. Output power: -10 dBm (at a load of 50 Ohms).
Explanation:
Answer:
maximum stress is 2872.28 MPa
Explanation:
given data
radius of curvature = 3 ×
mm
crack length = 5.5 ×
mm
tensile stress = 150 MPa
to find out
maximum stress
solution
we know that maximum stress formula that is express as
......................1
here σo is applied stress and a is half of internal crack and t is radius of curvature of tip of internal crack
so put here all value in equation 1 we get
σm = 2872.28 MPa
so maximum stress is 2872.28 MPa