Answer:
Explanation:
Usar motores eléctricos en aviones ofrece numerosas ventajas reales. A diferencia de los motores de combustión interna los motores eléctricos no necesitan aire para funcionar, lo que significa que pueden mantener toda su capacidad y potencia incluso a altitudes elevadas donde el aire es más tenue.
Answer:
see explaination
Explanation:
import java.util.InputMismatchException;
import java.util.Scanner;
public class calculate {
static float a=0,b=0;
double cal()
{
if(a==0||b==0)
{
System.out.println("no values found in a or b");
start();
}
double x=(a*a)+(b*b);
double h=Math.sqrt(x);
a=0;
b=0;
return h;
}
float enter()
{
float val=0;
try
{
System.out.println("Enter side");
Scanner sc1 = new Scanner(System.in);
val = sc1.nextFloat();
return val;
}
catch(InputMismatchException e)
{
System.out.println("Enter correct value");
}
return val;
}
void start()
{
calculate c=new calculate();
while(true)
{
System.out.println("Enter Command");
Scanner sc = new Scanner(System.in);
String input = sc.nextLine();
switch(input)
{
case "A":
a=c.enter();
break;
case "B":
b=c.enter();
break;
case "C":
double res=c.cal();
System.out.println("Hypotenuse is : "+res);
break;
case "Q":
System.exit(0);
default:System.out.println("wrong command");
}
}
}
public static void main(String[] args) {
calculate c=new calculate();
c.start();
}
}
Answer:
Shearing stresses are the stresses generated in any material when a force acts in such a way that it tends to tear off the material.
Generally the above definition is valid at an armature level, in more technical terms shearing stresses are the component of the stresses that act parallel to any plane in a material that is under stress. Shearing stresses are present in a body even if normal forces act on it along the centroidal axis.
Mathematically in a plane AB the shearing stresses are given by

Yes the shearing force which generates the shearing stresses is similar to frictional force that acts between the 2 surfaces in contact with each other.
Answer:
Activation energy for creep in this temperature range is Q = 252.2 kJ/mol
Explanation:
To calculate the creep rate at a particular temperature
creep rate, 
Creep rate at 800⁰C, 

.........................(1)
Creep rate at 700⁰C


.................(2)
Divide equation (1) by equation (2)
![\frac{0.01}{5.5 * 10^{-4} } = \exp[\frac{-Q}{1073R} -\frac{-Q}{973R} ]\\18.182= \exp[\frac{-Q}{1073R} +\frac{Q}{973R} ]\\R = 8.314\\18.182= \exp[\frac{-Q}{1073*8.314} +\frac{Q}{973*8.314} ]\\18.182= \exp[0.0000115 Q]\\](https://tex.z-dn.net/?f=%5Cfrac%7B0.01%7D%7B5.5%20%2A%2010%5E%7B-4%7D%20%7D%20%3D%20%5Cexp%5B%5Cfrac%7B-Q%7D%7B1073R%7D%20-%5Cfrac%7B-Q%7D%7B973R%7D%20%5D%5C%5C18.182%3D%20%5Cexp%5B%5Cfrac%7B-Q%7D%7B1073R%7D%20%2B%5Cfrac%7BQ%7D%7B973R%7D%20%5D%5C%5CR%20%3D%208.314%5C%5C18.182%3D%20%5Cexp%5B%5Cfrac%7B-Q%7D%7B1073%2A8.314%7D%20%2B%5Cfrac%7BQ%7D%7B973%2A8.314%7D%20%5D%5C%5C18.182%3D%20%5Cexp%5B0.0000115%20Q%5D%5C%5C)
Take the natural log of both sides

Umm the Water cycle sorry I’m trying