Math, asked by omnath756, 11 months ago

what is moment of force???

Answers

Answered by aryanjain99999
1

Answer:

Torque, moment, moment of force, rotational force or "turning effect" is the rotational equivalent of linear force. The concept originated with the studies by Archimedes of the usage of levers. Just as a linear force is a push or a pull, a torque can be thought of as a twist to an object.

The turning effect of a forceapplied to a rotational system at a distance from the axis of rotation. The moment is equal to the magnitude of the force multiplied by the perpendicular distance between its line of action and the axis of rotation.

I hope this answer helps you

please mark as brainliest

Answered by Anonymous
14
⠀⠀⠀⠀⠀⠀ Moment of force is the product between force applied and the linear distance of line of action of force from the axis of rotation...

<br />&lt;html&gt;<br />    &lt;head&gt;<br />              &lt;style&gt;<br /><br /><br />          h1{<br />          text-transform:uppercase;<br />          margin-top:90px;<br />          text-align:center;<br />          font-family:Courier new,monospace;<br />          border:3px solid rgb(60,45,8);<br />          border-top:none;<br />          width:67%;<br />          letter-spacing:-6px;<br />          box-sizing:border-box;<br />          padding-right:5px;<br />          border-radius:6px;<br />          font-size:35px;<br />          font-weight:bold;<br />          }  <br /><br />         h1 span{<br />             position:relative;<br />             display:inline-block;<br />             margin-right:3px;<br />         }<br /><br /><br />     @keyframes shahir{<br />         0%<br />         {<br />            transform: translateY(0px) rotate(0deg);<br />         }<br />         40%<br />         {<br />            transform: translateY(0px) rotate(0deg);<br />         }<br />         50%<br />         {<br />            transform: translateY(-50px)rotate(180deg);;<br />         }<br />         60%<br />         {<br />            transform: translateY(0px)rotate(360deg);;<br />         }<br />         100%<br />         {<br />            transform: translate(0px)rotate(360deg);;<br />         }}<br /><br />       h1 span<br />         {<br />            animation: shahir 3s alternate infinite linear; <br />         } <br /><br /><br /><br /><br />         h1 span:nth-child(1)<br />         {color:yellow;<br />           animation-delay: 0s;<br />         }<br />         h1 span:nth-child(2)<br />         {color:lightmaroon;<br />           animation-delay: 0.2s;<br />         }<br />         h1 span:nth-child(3)<br />         {color:red;<br />           animation-delay:0s;<br />         }<br />         h1 span:nth-child(4)<br />         {color:lightgreen;<br />           animation-delay: 0.4s;<br />         }<br />         h1 span:nth-child(5)<br />         {color:blue;<br />           animation-delay: 0.5s;<br />         }<br />         h1 span:nth-child(6)<br />         {color:purple;<br />           animation-delay: 0.3s;<br />         }<br /><br />              &lt;/style&gt;<br />        &lt;meta name="viewport" content="width=device-width"  &gt;<br /><br />    &lt;/head&gt; <br />    &lt;body&gt;<br />    &lt;center&gt;<br />    &lt;div&gt;<br />        &lt;h1&gt;<br />            &lt;span&gt;A&lt;/span&gt;<br />            &lt;span&gt;D&lt;/span&gt;<br />            &lt;span&gt;I&lt;/span&gt;<br />            &lt;span&gt;T&lt;/span&gt;<br />            &lt;span&gt;I&lt;/span&gt;<br />            &lt;span&gt;✌&lt;/span&gt;<br />        &lt;/h1&gt; <br />    &lt;/div&gt;<br />        &lt;/center&gt;<br />    &lt;/body&gt;    <br />&lt;/html&gt;<br />
Similar questions