# Gear Ratios

A gear ratio is the relationship between the sizes of two gears. If a smaller driving gear turns a larger driven gear, the larger gear rotates more slowly but with greater torque.&#x20;

For example, if a driving gear has 10 teeth and the driven gear has 20 teeth, the ratio is 2:1, meaning the smaller gear must complete two full rotations for the larger gear to rotate once.

<div align="left"><figure><img src="/files/4yUTY9wYyC6hbaLa27E6" alt="" width="375"><figcaption><p><em>A diagram of a 2:1 Gear ratio by</em> <a href="https://ciechanow.ski/"><em>Bartosz Ciechanowski</em></a></p></figcaption></figure></div>

Gear ratios in *FIRST* Tech Challenge are crucial for optimizing speed and torque, depending on the task at hand.&#x20;

<details>

<summary><strong>Increasing Speed</strong></summary>

If you use a higher gear ratio (2:1, for example), the output gear spins faster than the input gear, while lowering torque. This is particularly useful for applications such as active intake, flywheel, or turret systems.

</details>

<details>

<summary><strong>Increasing Torque</strong></summary>

A lower gear ratio (1:2, for example) means the output gear rotates more slowly but with greater force. This is ideal for lifting mechanisms, drivetrains, or linear extension.

</details>

To optimize efficiency, ensure that torque and speed are balanced; having excess torque on a wrist joint could mean wasted force, so gearing it up for extra speed can improve movement while maintaining control. Always match the gear ratio to the actual load and motion requirements to avoid inefficiencies that drain power or limit performance.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.ftcwiki.org/transmitting-power/gears/gear-ratios.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
