Answer:
Kinematics is the branch of mechanics concerned with the motion of objects without reference to the forces which cause the motion.
-the features or properties of motion in an object.
Explanation:
Hope this helps <3
Have a great day!
Answer:
The code is written in python in the explanation section below
Explanation:
a_feet = int(input("Input the feet of the first fabric: "))
a_inches = int(input("input the size in inches for the first piece of fabric: "))
b_feet = int(input("input the size in Feet for the second piece of fabric: "))
b_inches = int(input("Enter the size in Inches for the second piece of fabric: "))
sum_inches = a_inches + b_inches
inches_to_feet = sum_inches // 12
rem_from_div = sum_inches % 12
sum_feet = a_feet + b_feet + inches_to_feet
print("Feet: {} Inches: {}".format(sum_feet, rem_from_div))
Answer:
ω = 0.571 rad/s
Explanation:
given data
radius = 30 m
solution
we take here g = 9.8 m/s²
and g is express as
g = r × ω² ....................1
put here value and we get
9.8 = 30 × ω²
solve it we get
ω = 0.571 rad/s
Complete Question
The complete question is shown on the first uploaded image
Answer:
a
The torque produced by the pile of rocks is
b
The distance of the single for equilibrium to occur is
Explanation:
From the question we are told that
The mass of the left rock is
The mass of the rock on the right
The distance from fulcrum to the center of the pile of rocks is
Generally the torque produced by the pile of rock is mathematically represented as
Substituting values
Generally we can mathematically evaluated the distance of the the single rock that would put the system in equilibrium as follows
The torque due to the single rock is
At equilibrium the both torque are equal
Making the subject of the formula
Substituting values
Answer:
Explanation:
<h3>Given Data:</h3>
Mass = m = 68 kg
Velocity = v = 30 m/s
Time = 2 hours = 2 × 60 × 60 = 7200 s
<h3>Required:</h3>
Force = F = ?
<h3>Formula to be used:</h3>
<h3>Solution:</h3>