# Gear Ratios

<figure><img src="https://3510336827-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M7yGVyBrcpSR8SDSikj%2Fuploads%2FHrHxHeB8FuFhS5ZCvZ6k%2Fdriving_gear.png?alt=media&#x26;token=845ee971-29ed-41bd-b16d-3374db72423f" alt=""><figcaption><p>Sourced from RoboMatter</p></figcaption></figure>

A `Gear Ratio` is defined as the ratio of the rotational speeds of the first and final gears in a train of gears or of any two meshing gears. Essentially, the ratio of the input speed to the output speed of a geared set of shafts. These can be decided to choose a ratio of **Speed** (large gear driving small gear) or [**Torque**](https://wiki.purduesigbots.com/hardware/design-fundamentals/torque) (small gear driving large gear).

Gear ratios are often simplified fractions of the number of teeth on each gear. This is because (at least in Vex) gears have a proportional number of teeth to their diameter which defines the difference in output speed. From the above image, there is a 12 tooth gear, driving a 36 tooth gear which would constitute a 3:1 ratio.&#x20;

$$
Gear Ratio = \frac{Driven}{Driving} = Driven : Driving
$$

The benefit of gear ratios is the ability to choose **speed** vs **torque** in a system. These have an inverse relationship however where a faster output will have lower torque. With the above example, the output shaft has 3x the torque, but also 1/3 the speed.&#x20;

### Teams Contributed to this Article:

* [BLRS](https://purduesigbots.com/) (Purdue SIGBots)

&#x20;


---

# 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://wiki.purduesigbots.com/hardware/design-fundamentals/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.
