Answer:
Explanation:
Given conditions
1)The stress on the blade is 100 MPa
2)The yield strength of the blade is 175 MPa
3)The Young’s modulus for the blade is 50 GPa
4)The strain contributed by the primary creep regime (not including the initial elastic strain) was 0.25 % or 0.0025 strain, and this strain was realized in the first 4 hours.
5)The temperature of the blade is 800°C.
6)The formula for the creep rate in the steady-state regime is dε /dt = 1 x 10-5 σ4 exp (-2 eV/kT)
where: dε /dt is in cm/cm-hr σ is in MPa T is in Kelvink = 8.62 x 10-5 eV/K
Young Modulus, E = Stress,
/Strain, ∈
initial Strain, 


creep rate in the steady state


but Tinitial = 0


solving the above equation,
we get
Tfinal = 2459.82 hr
Answer:
X_cp = c/2
Explanation:
We are given;
Chord = c
Angle of attack = α
p u (s) = c 1
p1(s)=c2,
and c2 > c1
First of all, we need to find the resultant normal force on the plate and the total moment about leading edge.
I've attached the solution
Answer:
Coins weigh less on the Moon.
Explanation:
Gravity is only 1/6th as strong on the Moon than it is on Earth. Where a nickle is about 5 grams on Earth, it is less than 1 gram on the Moon. Gravity is affected by the size of the planet or moon. The Moon is much less massive than the Earth.
Answer:
#include <stdio.h>
typedef struct InventoryTag_struct {
int itemID;
int quantityRemaining;
} InventoryTag;
int main(void) {
InventoryTag redSweater;
redSweater.itemID = 314;
redSweater.quantityRemaining = 500;
/* Your solution goes here */
printf("Inventory ID: %d, Qty: %d\n",redSweater.itemID,redSweater.quantityRemaining);
getchar();
return 0;
}
Explanation:
Answer:
True
Explanation:
To carry out a research in order to that it should yield the desirable result, a researcher must be very clear about his objective for the research.
The researcher must be very much clear about all the do's and don'ts and all the where, why, what sort of thing, i.e., the researcher must be clear about his/her intentions of carrying out the research, and what research is being carried out by him/her.
The one doing the research must be clear about the implications of the research.
Unless all these things are not clear at the researcher's end the research will not give the desired results.