Answer:

Explanation:
= Strain = 0.49
= 3.1 MPa
At t = Time = 32 s
= 0.41 MPa
= Time-independent constant
Stress relation with time

at t = 32 s

The time independent constant is 16.0787 s

At t = 6

From the first equation



Answer:
2*10^-<em>5</em>
Explanation:
<em>B=</em><em>I</em><em>L</em>
<em>I=</em><em>B</em><em>/</em><em>L</em>
<em>I=</em><em>0</em><em>.</em><em>0</em><em>0</em><em>2</em><em>0</em><em>*</em><em>1</em><em>0</em><em>^</em><em>-</em><em>4</em><em>/</em><em>1</em><em>0</em>
<em>I=</em><em>2</em><em>*</em><em>1</em><em>0</em><em>^</em><em>5</em>
Line of code will call force with a value of 10 for mass and a value of 9.81 for acceleration is force(10, 9.81).
<h3 /><h3>Line of code for force and acceleration</h3>
- In mechanics, acceleration refers to the rate at which an object's velocity with respect to time varies.
- Acceleration is a vector quantity (in that they have magnitude and direction).
- The direction of an object's acceleration is determined by the direction of the net force acting on it.
- Newton's Second Law states that the combined effect of two factors determines how much an item accelerates.
- The size of the net balance of all external forces acting on the object is, in accordance with the materials used to create it.
- It inversely proportional to its mass, whereas the magnitude of the net resultant force is directly proportional to the net force.
def force(mass, acceleration):
force_val = mass*acceleration
return force_val
10 is assigned to mass and 9.81 is assigned to acceleration
def force(10, 9.81)
So, Line of code will call force with a value of 10 for mass and a value of 9.81 for acceleration is force(10, 9.81).
Learn more about acceleration here:
brainly.com/question/460763
#SPJ4
Answer:
Density of liquid = 4730 kg/m³
Atmospheric pressure on planet X = 8401.7 N/m²
Explanation:
Pressure, P = ρgh where ρ = density of liquid, g =9.8 m/s² and h = height of column at earth's surface = 2185 mm. Since P = atmospheric pressure, for mercury, P = ρ₁gh₁ where ρ₁ = 13.6 g/cm³ and h₁ = 760 mm
So, ρgh = ρ₁gh₁
ρ = ρ₁h₁/h = 13.6 g/cm³ × 760/2185 = 4.73 g/cm³ = 4730 kg/m³
The atmospheric pressure on planet X
P = ρg₁h₃ g₁ = g/4 and h₃ = 725 mm = 0.725 m
on planet X
P = ρg₁h₃ = (4730 kg/m³ × 9.8 m/s² × 0.725 m)/4 = 8401.7 N/m²
I’m guessing it’s the last one, trough