Ascend
Coding
Ascend
  • 🚀Introduction
  • VEX Robotics
    • 🛠️Building
      • 📏CAD Design
      • 🔧Best Practices
      • 🏎️Drive Trains
        • 🔩Screw Joints
        • 🥊Boxing
        • 🔵Bearing flats
        • 🛤️Fixing Friction
        • 🔥450 RPM on 2.75"
      • 🏍️Motors
      • 🪨Metal
      • Plastic
      • 🎈Pneumatics
      • ➕Additional Mechanisms
        • 🖨️3D Printing
        • ↔️Ratchets
        • 🏹Catapults
        • 🎣Intakes
        • 🏋️Lifts
    • 💻Coding
      • ⚖️Choosing Your Coding Environment
      • 🔴VEXCode Pro
        • 🖥️Getting Started
        • 🚗Drive Code
        • 🚴Coding Motors
        • 🌬️Coding Pneumatics
        • 🎛️Advanced
          • 📡Coding Autonomous
          • 📈Coding PIDs
            • ⬆️Drive PID Tutorial
            • ↩️Turn PID Tutorial
            • 🎸Tuning PIDs
              • 🔢Ziegler-Nichols Method
              • 📊Graphing PIDs
          • 📋Tasks
          • 🚝Advanced Drive Code
      • 🟡PROS
    • 📗Engineering Notebook
      • 📔Formatting
      • ⭐Notebook Walkthrough
      • 💠Decision Matrices
        • 📌Decision Point
      • ➕Additional Resources
    • 🏆Tournaments
      • 🗣️Team Interviews
        • 🪙Interview Tips
        • ⛳Interview Scoring
        • 🤽‍♀️Interview Practice Questions
      • 🤹Skills
      • ℹ️Ranking and Stats
      • 📷Filming Matches
  • Other
    • 🧑‍💼Management
      • 🕑Time Management
      • 👨‍👩‍👧‍👦Team Management
        • 👮Delegation
        • ⚓Optimal Team Size
      • 🖇️Code Management (GitHub)
      • 🚋Resource Management
      • ⁉️Stuck?
    • 🍎Physics
      • ⚙️Torque
      • 😑Stress Forces
    • 👾Extra stuff
      • 📸96504 Gallery
      • ⛑️VEX Team Resources (High Stakes)
      • 🏎️Driving Simulator
Powered by GitBook
On this page

Was this helpful?

  1. Other
  2. Physics

Stress Forces

PreviousTorqueNextExtra stuff

Last updated 1 year ago

Was this helpful?

In robotics the concept of forces is essential to understand to limit the damage to your robot in competition. In VEX robotics there are 3 common stress forces: Bending, Torsion, Compression/Tension.

Bending is the most common of the stress forces and it comes when a force is applied perpendicular to the length of the object. This is most common in lifts

Torsion can be common in underdeveloped robots. Torsion happens when a piece of metal (usually a long piece) is twisted. This is most common when sparsely supported metals are involved in high torque situations

Compression/Tension are opposing pushing(compression) or pulling(tension) forces that are often seen at connections between pieces through screws, standoffs, or spacers that become inconsistent over time.

When a metal is subject to stress, it it can deform either elastically (temporarily) or plastically (permanently). If the metal breaks it is known as yielding or failure.

Stress can also affect the properties of the metal like the ductility, malleability, and toughness. This means that if the metal undergoes stress it will be less able to withstand further stress.

Ways to combat this stress include applying appropriate protective coatings and designing structures to distribute stress evenly.

🍎
😑