Answer with Explanation:
The general equation of simple harmonic motion is

where,
A is the amplitude of motion
is the angular frequency of the motion
is known as initial phase
part 1)
Now by definition of velocity we have

part 2)
Now by definition of acceleration we have

part 3)
The angular frequency is related to Time period 'T' as
where
is the angular frequency of the motion of the particle.
Part 4) The acceleration and velocities are plotted below
since the maximum value that the sin(x) and cos(x) can achieve in their respective domains equals 1 thus the maximum value of acceleration and velocity is
and
respectively.
Answer:
option B is correct. Fracture will definitely not occur
Explanation:
The formula for fracture toughness is given by;
K_ic = σY√πa
Where,
σ is the applied stress
Y is the dimensionless parameter
a is the crack length.
Let's make σ the subject
So,
σ = [K_ic/Y√πa]
Plugging in the relevant values;
σ = [50/(1.1√π*(0.5 x 10^(-3))]
σ = 1147 MPa
Thus, the material can withstand a stress of 1147 MPa
So, if tensile stress of 1000 MPa is applied, fracture will not occur because the material can withstand a higher stress of 1147 MPa before it fractures. So option B is correct.
Answer:
3.115×
meter
Explanation:
hall-petch constant for copper is given by
=25 MPa
k=0.12 for copper
now according to hall-petch equation
=
+
240=25+
D=3.115×
meter
so the grain diameter using the hall-petch equation=3.115×
meter
Answer:
I am Providing Answer in C Language Program.
Explanation:
Please find attachment regarding code of taking two numbers input and adding them.
I would like to recommend you please use software which supports C language.
#include <stdio.h>
int main () {
int a, b, sum;
printf ("\ nEnter two no:");
scanf ("% d% d", & d, & e);
sum1 = d + e;
printf ("Sum:% d", sum1);
return (0);
}