Sarkari RiseLogin

Quadratic Equations and Sequence Series Questions for AGNIVEER NAVY

Free, AI-curated practice for the Quadratic Equations and Sequence Series section of AGNIVEER NAVY. We have 20+ verified questions in this bank. Below: 5 sample questions. Sign up free to unlock unlimited practice + AI explanations + per-topic analytics.

▶ Start free — AGNIVEER NAVY mockAll AGNIVEER NAVY resourcesAlready a user? Sign in →
Why this topic matters · 8 min read
Quadratic equations and sequences appear in 8-12% of AGNIVEER_NAVY Maths papers. Expect 2-3 direct questions on roots, sum/product of roots, and arithmetic/geometric progressions. Recent papers focus on finding unknown terms, common differences, and solving word problems using quadratic setup. Speed matters — these questions are solvable in 1-2 minutes if you know the shortcuts.

Quadratic Equations — Standard Form and Roots

A quadratic equation is any equation of the form ax^2 + bx + c = 0 where a is not zero. The solutions (roots) tell you where the parabola crosses the x-axis. In AGNIVEER_NAVY, you'll rarely need to graph; instead, you'll find roots using the quadratic formula or factorization, then use those roots to answer questions about the equation itself. The discriminant (b^2 - 4ac) tells you how many real roots exist without solving.

  • Standard form: ax^2 + bx + c = 0 (a ≠ 0)
  • Discriminant D = b^2 - 4ac determines nature of roots: D > 0 (two distinct real), D = 0 (one repeated real), D < 0 (no real roots)
  • Roots are real and rational if D is a perfect square
  • If roots are α and β, then α + β = -b/a and αβ = c/a (Vieta's formulas — most useful shortcut)
  • Factorization method works when roots are integers; quadratic formula works always
Key formulas
Quadratic Formula
x = (-b ± √(b^2 - 4ac)) / 2a
When: When factorization is difficult or roots are irrational
Sum of Roots
α + β = -b/a
When: To find sum without calculating individual roots (saves time)
Product of Roots
αβ = c/a
When: To find product or verify if roots satisfy a condition
Discriminant
D = b^2 - 4ac
When: To determine if roots are real, equal, or complex without solving
Worked examples

Find sum and product of roots of 2x^2 - 5x + 3 = 0. Here a=2, b=-5, c=3. Sum = -(-5)/2 = 5/2. Product = 3/2. (No need to find x = 1 or x = 3/2 individually.)

If roots of x^2 + px + q = 0 are 2 and 3, find p and q. Sum = 2+3 = 5, so -p = 5, p = -5. Product = 2×3 = 6, so q = 6. Equation is x^2 - 5x + 6 = 0.

Arithmetic Progression (AP)

An arithmetic progression is a sequence where consecutive terms have a constant difference (called common difference d). Examples: 2, 5, 8, 11 (d=3) or 10, 7, 4, 1 (d=-3). AGNIVEER_NAVY tests your ability to find the nth term, sum of n terms, and solve word problems (like finding how many terms, or which term equals a given value). AP is the most frequently tested sequence type.

  • First term = a, common difference = d
  • nth term: T_n = a + (n-1)d
  • Sum of first n terms: S_n = n/2 × (2a + (n-1)d) or S_n = n/2 × (first term + last term)
  • If you know any three of {a, d, n, T_n, S_n}, you can find the rest
  • Identify AP by checking if differences between consecutive terms are equal
Key formulas
nth Term of AP
T_n = a + (n-1)d
When: To find a specific term or to set up equations in word problems
Sum of n Terms (AP)
S_n = n/2 × (2a + (n-1)d)
When: To find total of first n terms; alternative form is S_n = n/2 × (first + last)
Worked examples

Find the 10th term of AP: 3, 7, 11, 15, ... Here a=3, d=4. T_10 = 3 + (10-1)×4 = 3 + 36 = 39.

Sum of first 20 terms of AP with a=5, d=3. S_20 = 20/2 × (2×5 + (20-1)×3) = 10 × (10 + 57) = 10 × 67 = 670.

Geometric Progression (GP)

A geometric progression is a sequence where consecutive terms have a constant ratio (called common ratio r). Examples: 2, 6, 18, 54 (r=3) or 100, 50, 25, 12.5 (r=0.5). AGNIVEER_NAVY asks fewer GP questions than AP, but when they appear, they test nth term, sum of n terms, and infinite series (if |r| < 1). GP grows or shrinks exponentially, so watch for large numbers or fractions.

  • First term = a, common ratio = r
  • nth term: T_n = a × r^(n-1)
  • Sum of first n terms: S_n = a × (r^n - 1) / (r - 1) when r ≠ 1
  • Sum of infinite GP (if |r| < 1): S_∞ = a / (1 - r)
  • If r > 1, GP increases; if 0 < r < 1, GP decreases; if r < 0, terms alternate in sign
Key formulas
nth Term of GP
T_n = a × r^(n-1)
When: To find a specific term or set up equations
Sum of n Terms (GP)
S_n = a × (r^n - 1) / (r - 1)
When: To find total of first n terms (r ≠ 1)
Sum of Infinite GP
S_∞ = a / (1 - r)
When: When |r| < 1 and you need sum of all terms
Worked examples

Find the 5th term of GP: 2, 6, 18, ... Here a=2, r=3. T_5 = 2 × 3^(5-1) = 2 × 81 = 162.

Sum of first 4 terms of GP with a=4, r=2. S_4 = 4 × (2^4 - 1) / (2 - 1) = 4 × 15 / 1 = 60.

Connecting Quadratics to Sequences

AGNIVEER_NAVY sometimes asks questions where a quadratic equation arises from a sequence problem. For example, finding which term of an AP equals a given value leads to solving a quadratic. Or, if the sum of n terms of an AP equals some value, you set up and solve a quadratic in n. This is a high-value skill because it combines two topics and tests problem-solving depth.

  • If T_n = k (a specific value), substitute T_n = a + (n-1)d = k and solve for n (may be quadratic)
  • If S_n = k, substitute S_n = n/2 × (2a + (n-1)d) = k, simplify, and solve (often quadratic in n)
  • Always reject negative or non-integer values of n (n must be a positive integer)
  • Check your answer by substituting back into the original sequence formula
⚠ Common mistakes to avoid
  • Forgetting that n must be a positive integer. If solving a quadratic gives n = -3 or n = 2.5, reject it immediately.
  • Confusing the sum formula for AP: using S_n = n/2 × (2a + (n-1)d) but making arithmetic errors. Double-check by using the alternative S_n = n/2 × (first + last).
  • In GP, using the sum formula S_n = a × (r^n - 1) / (r - 1) when r = 1. If r = 1, all terms are equal, so S_n = n × a.
  • Misidentifying the common difference or ratio. Always verify by computing at least two consecutive differences or ratios before proceeding.
  • In quadratics, applying Vieta's formulas incorrectly. Remember: sum = -b/a (note the negative sign), product = c/a. Sign errors are frequent.
🧠 Memory aids
  • AP = Arithmetic (addition/subtraction), GP = Geometric (multiplication/division). Think: AP is linear growth, GP is exponential growth.
  • For Vieta: Sum = -b/a (negative b), Product = c/a (positive c). Mnemonic: 'Sum is Negative, Product is Positive'.
  • T_n formulas: AP uses (n-1)d (linear), GP uses r^(n-1) (exponential). The power grows with n in GP, not in AP.
  • Discriminant D: D > 0 (two roots), D = 0 (one root), D < 0 (no real roots). Think: D is the 'Decider' of root count.
🎯 AGNIVEER NAVY exam tips
  • AGNIVEER_NAVY papers typically include 1-2 AP questions (finding nth term or sum) and 0-1 GP question. AP is higher priority.
  • Quadratic questions often appear as 'find the roots' or 'if roots are α and β, find α + β or αβ'. Use Vieta's formulas to save time — don't solve the full quadratic unless asked.
  • Word problems combining quadratics and sequences are common. Example: 'A sum increases by a fixed amount each month. After how many months will it reach Rs. 5000?' Set up the AP formula, solve the resulting quadratic.
  • Time management: AP/GP questions should take 1-2 minutes each. If you're stuck, move on and return later. These are not trick questions — if your setup is correct, arithmetic is straightforward.
  • Recent papers show a trend toward 'find the common difference' or 'find the first term' given partial information. Practice reverse-engineering sequences from limited data.

Sample questions

Q1 · medium · AI-verified
If the 3rd and 7th terms of a GP are 18 and 288 respectively, find the common ratio.
  1. 2
  2. 4
  3. 6
  4. 3
Q2 · easy · AI-verified
What is the discriminant of the quadratic equation 2x² - 4x + 2 = 0?
  1. 16
  2. -8
  3. 8
  4. 0
Q3 · medium · AI-verified
How many terms of the AP: 9, 17, 25, ... must be taken to give a sum of 636?
  1. 10
  2. 12
  3. 14
  4. 15
Q4 · hard · AI-verified
If α and β are roots of x² − 6x + 8 = 0, find the value of α³ + β³.
  1. 96
  2. 72
  3. 54
  4. 90
Q5 · hard · AI-verified
In a GP, the 3rd term is 18 and the 6th term is 486. What is the common ratio?
  1. 3
  2. 2
  3. 6
  4. 4
💡 Want answers + explanations + 15+ more Quadratic Equations and Sequence Series questions? Sign up free →
⭐ Recommended for AGNIVEER NAVY aspirants

Full AI 6-Month

all your target exams · 6 months · unlimited mocks + AI
₹799~₹4.4/day
Sign up free, then unlockSee all plans →

More AGNIVEER NAVY topics

Awards Honors Books Authors
20+ practice questions
Fill in the Blanks Grammar
20+ practice questions
Chemistry Class 12 Atomic Structure Bonding
20+ practice questions
Differentiation Application of Derivatives
20+ practice questions
Physics Class 11 Kinematics and Laws of Motion
20+ practice questions
Indian Polity Constitution Basics
20+ practice questions

Free practice, AI explanations, 24 exams — all in one app

Daily 10-Q quiz · AI doubt solver in Hindi + English · adaptive mocks · 49,000+ practice questions (19,000+ verified PYQs).

Sign up freePricingTry Daily 10-Q