Answer:
<em>screw thrust = ML</em>
<em> </em>
Explanation:
thrust of a screw propeller is given by the equation = p
x
Re
where,
D is diameter
V is the fluid velocity
p is the fluid density
N is the angular speed of the screw in revolution per second
Re is the Reynolds number which is equal to puD/μ
where p is the fluid density
u is the fluid velocity, and
μ is the fluid viscosity = kg/m.s = M

<em>Reynolds number is dimensionless so it cancels out</em>
The dimensions of the variables are shown below in MLT
diameter is m = L
speed is in m/s = L
fluid density is in kg/
= M
N is in rad/s = L
=
If we substitute these dimensions in their respective places in the equation, we get
thrust = M



= M


<em>screw thrust = ML</em>
<em> </em>
This is the dimension for a force which indicates that thrust is a type of force
Complete Question
The complete question is shown on the first uploaded image
Answer:
a) The elongation of the composite bar is given as δ = 0.072 in
b) The axial stress induced in each material is = 5485.7 psi
Explanation:
The explanation to the answer above is shown on the second uploaded image
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:
b. satellite surveying
c. aerial surveying
d. optical tooling
e. marketing surveying
f. control surveying
h. statistical surveying
i. telephone surveying
k. alignment surveying
l. mine surveying
m. solar surveying
Explanation:
A Survey is an act of examination of the features of a subject or material under consideration. Land surveying refers to the examination of the natural and man-made features of a piece of land using scientific and mathematical methods.
Land surveying finds application in construction where a survey is made on all the structures found in a constructed property. Topographic surveying deals with examining the natural and man-made feature of a piece of land. As-built survey as the name implies examines the features and location of a building during or recently after construction. These three are examples of land surveys.