Answer:
0.234
Explanation:
True stress is ratio of instantaneous load acting on instantaneous cross-sectional area
σ = k × (ε)^n
σ = true stress
ε = true strain
k = strength coefficient
n = strain hardening exponent
ε = ( σ / k) ^1/n
take log of both side
log ε =
( log σ - log k)
n = ( log σ - log k) / log ε
n = (log 578 - log 860) / log 0.20 = 0.247
the new ε = ( 600 / 860)^( 1 / 0.247) = 0.234
Answer:
<h2>Generator </h2>
Explanation:
A generator converts mechanical energy into electrical energy
The question is incomplete. The complete question is :
The solid rod shown is fixed to a wall, and a torque T = 85N?m is applied to the end of the rod. The diameter of the rod is 46mm .
When the rod is circular, radial lines remain straight and sections perpendicular to the axis do not warp. In this case, the strains vary linearly along radial lines. Within the proportional limit, the stress also varies linearly along radial lines. If point A is located 12 mm from the center of the rod, what is the magnitude of the shear stress at that point?
Solution :
Given data :
Diameter of the rod : 46 mm
Torque, T = 85 Nm
The polar moment of inertia of the shaft is given by :


J = 207.6 
So the shear stress at point A is :



Therefore, the magnitude of the shear stress at point A is 4913.29 MPa.
Answer:
The solution code is written in Java.
System.out.println(numItems);
Explanation:
Java <em>println() </em>method can be used to display any string on the console terminal. We can use <em>println()</em> method to output the value held by variable <em>numItems.</em> The <em>numItems </em>is passed as the input parameter to <em>println()</em> and this will output the value of <em>numItems</em> to console terminal and at the same time the output with be ended with a newline automatically.