How to Find Q in Geometric Sequences- Math Tutorial
What Is Q in a Geometric Sequence?
Q represents the common ratio in a geometric sequence. It's the number you multiply by to get from one term to the next.
That's it. No fancy definition. If you have 2, 6, 18, 54... you multiplied by 3 each time. Q = 3.
The Formula You Need to Memorize
Every term in a geometric sequence follows this rule:
an = a1 × q(n-1)
Where:
- an = the term you want to find
- a1 = the first term
- q = the common ratio
- n = the position of the term
This formula is your entire toolkit. Everything else is just rearranging it.
How to Find Q: 3 Methods
Method 1: Divide Any Term by the Previous Term
This is the fastest way when you have consecutive terms.
Q = an ÷ an-1
Example: Find Q if the sequence is 5, 15, 45, 135...
15 ÷ 5 = 3
Verify: 45 ÷ 15 = 3 ✓
That's all. Pick any two consecutive terms and divide.
Method 2: Using Two Non-Consecutive Terms
Sometimes you don't have consecutive terms. Use the formula:
Q = (an / am)1/(n-m)
Example: First term is 2, fifth term is 162. Find Q.
Q = (162 / 2)1/(5-1) = (81)1/4 = 3
Method 3: When You Only Have Two Terms
If you know a1 and a2:
Q = a2 / a1
Example: a1 = 4, a2 = 28. Find Q.
Q = 28 / 4 = 7
Quick Reference Table
| What You Know | Formula for Q |
|---|---|
| Two consecutive terms | Q = an ÷ an-1 |
| First term + any other term | Q = (an / a1)1/(n-1) |
| Two random terms | Q = (an / am)1/(n-m) |
Practical Examples
Example 1: Find the 10th Term
Sequence: 3, 12, 48, 192... Find a10.
Step 1: Find Q → 12 ÷ 3 = 4
Step 2: Apply formula → a10 = 3 × 49
Step 3: Calculate → 3 × 262,144 = 786,432
Example 2: Find Q From the 3rd and 7th Terms
If a3 = 8 and a7 = 128, find Q.
Step 1: Use the formula → Q = (128 / 8)1/(7-3)
Step 2: Simplify → (16)1/4
Step 3: Solve → Q = 2
Example 3: Identify the Sequence
Is 2, 10, 50, 250 geometric? Find Q.
10 ÷ 2 = 5
50 ÷ 10 = 5
250 ÷ 50 = 5
Yes. Q = 5. The sequence is geometric.
Common Mistakes That Cost You Points
- Confusing arithmetic and geometric sequences. Arithmetic uses addition/subtraction (common difference, d). Geometric uses multiplication/division (common ratio, q). Different formulas.
- Forgetting that the exponent is (n-1), not n. The first term has no multiplication. Only terms after the first get multiplied by Q.
- Rounding Q too early. Keep it exact. If Q = 3/2, don't round to 1.5 until the final answer.
- Not checking your work. Multiply your found Q back through the sequence. If it doesn't match, you messed up.
How to Get Started (Step-by-Step)
Step 1: Identify two consecutive terms or know which terms you have.
Step 2: Divide the later term by the earlier term.
Step 3: That's Q. Verify with one more pair if you're unsure.
Step 4: Plug Q into your formula along with a1 to find any term you need.
When Q Is Negative or a Fraction
Q doesn't have to be positive or greater than 1.
Sequence: 100, -50, 25, -12.5... → Q = -0.5
Sequence: 81, 27, 9, 3... → Q = 1/3
The rules don't change. Divide. Done.
Finding Q When Given the Sum or Other Info
Sometimes problems don't give you terms directly. You might get:
- First term and sum of terms
- Two non-consecutive terms with their positions
- A recursive definition
In these cases, set up equations using the main formula and solve for Q algebraically. It takes more steps, but the foundation is always the same formula.
Bottom Line
Q is found by dividing any term by the term before it. That's the core skill. Everything else—finding specific terms, identifying sequences, solving word problems—builds on this one operation.
Don't overcomplicate it. Divide. Check. Move on.