Suppose a, b, c are in A.P. and a^2, 2b^2, c^2 are in G.P. If a < b < c and a + b + c = 1, then 9(a^2 + b^2 + c^2) is equal to ____.

Numerical Answer Type:
Enter a numerical value Answer: 9 to 9 +4 marks

Solution & Explanation

### Related Formula For A.P.: a = b-d, c = b+d. For G.P.: (2b^2)^2 = a^2 c^2 implies 4b^4 = a^2 c^2. ### Core Logic Given a + b + c = 1 implies (b-d) + b + (b+d) = 1 implies 3b = 1 implies b = frac13. Using G.P. condition: 4b^4 = [(b-d)(b+d)]^2 = (b^2 - d^2)^2 4 left(frac181right) = left(frac19 - d^2right)^2 implies frac19 - d^2 = pm frac29 Since a < b < c, d > 0. Taking frac19 - d^2 = -frac29 implies d^2 = frac13 implies d = frac1sqrt3. ### Step 1: Compute Required Expression a^2 + b^2 + c^2 = (b-d)^2 + b^2 + (b+d)^2 = 3b^2 + 2d^2 = 3left(frac19right) + 2left(frac13right) = frac13 + frac23 = 1 9(a^2 + b^2 + c^2) = 9(1) = 9 ### Pattern Recognition Set a=b-d, c=b+d to eliminate terms early using a+b+c=1. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Sequences and Series

Reference Study Guides

More Sequences and Series Previous-Year Questions

Q6 jee_main_2026_21_jan_morning Properties of Geometric Progression
Let a_1 , a_2 , a_3 , ..... be a G.P. of increasing positive terms such that a_2 cdot a_3 cdot a_4 = 64 and a_1 + a_3 + a_5 = frac8137 . Then a_3 + a_5 + a_7 is equal to :
  • A. 3256
  • B. 3252
  • C. 3244
  • D. 3248

Solution

### Related Formula ntext-th term of a GP: T_n = a r^n-1 ### Core Logic Let the terms of the GP be a, ar, ar^2, ar^3, dots Given: a_2 cdot a_3 cdot a_4 = 64 (ar) cdot (ar^2) cdot (ar^3) = 64 a^3 r^6 = 64 Rightarrow (ar^2)^3 = 64 Rightarrow ar^2 = 4 Since it is a GP of increasing positive terms, r > 1 and a > 0. ### Step 1: Utilize the sum condition Given: a_1 + a_3 + a_5 = frac8137 a + ar^2 + ar^4 = frac8137 Extract a from ar^2 = 4 Rightarrow a = frac4r^2. Substitute this in: frac4r^2 + 4 + 4r^2 = frac8137 4left(frac1r^2 + 1 + r^2right) = frac8137 Let r^2 = t: 4left(frac1t + 1 + tright) = frac8137 Wait, there is a much faster method by just scaling the required expression. ### Step 2: Calculate the required expression We need a_3 + a_5 + a_7 = ar^2 + ar^4 + ar^6. Notice that ar^2 + ar^4 + ar^6 = r^2 (a + ar^2 + ar^4). So, required sum = r^2 left(frac8137right). To find r^2, we solve the quadratic in t = r^2: 4left(fract^2 + t + 1tright) = frac8137 28t^2 + 28t + 28 = 813t 28t^2 - 785t + 28 = 0 The roots are t = 28 and t = frac128. Since the GP is increasing, r > 1 Rightarrow r^2 = 28. ### Step 3: Final evaluation Alternatively, expand directly: ar^2 (1 + r^2 + r^4) = 4 (1 + 28 + (28)^2) = 4(1 + 28 + 784) = 4(813) = 3252. (Note: r^2 times frac8137 = 28 times frac8137 = 4 times 813 = 3252) ### Pattern Recognition In GP questions demanding a sum shifted by a fixed index (like a_1+a_3+a_5 to a_3+a_5+a_7), immediately look to factor out the common ratio multiplier r^k. Here it's a simple scaling by r^2. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Sequences and Series Class 10 Maths: Quadratic Equations
Q22 jee_main_2026_21_jan_morning Telescoping Sums and Recurrence Relations
Let a_1 = 1 and for n geq 1 , a_n+1 = frac12 a_n + fracn^2 - 2n - 1n^2 (n + 1)^2 . Then left|sum_n=1^inftyleft(a_n - frac2n^2right)right| is equal
Numerical Answer. Answer: 2 to 2

Solution

### Related Formula Partial fraction decomposition for telescopic summing: frac2n^2 - (n+1)^2 + 1 dotsdots text structures directly cancel in series expansions. ### Core Logic Given recurrence: a_n+1 - frac12a_n = fracn^2 - 2n - 1n^2(n+1)^2 Rewrite the numerator to split the fraction: n^2 - 2n - 1 = 2n^2 - (n^2 + 2n + 1) = 2n^2 - (n+1)^2 a_n+1 - frac12a_n = frac2n^2 - (n+1)^2n^2(n+1)^2 = frac2(n+1)^2 - frac1n^2 ### Step 1: Telescope generation Multiply both sides by appropriate powers of 2 to create a cancelling chain: For n=1: a_2 - frac12a_1 = frac22^2 - frac11^2 For n=2: multiply by 2 Rightarrow 2left[a_3 - frac12a_2 = frac23^2 - frac12^2right] Rightarrow 2a_3 - a_2 = frac2 times 23^2 - frac22^2 Wait, let's look at a cleaner telescopic scaling: a_n+1 - frac2(n+1)^2 = frac12 left(a_n - frac2n^2right). ### Step 2: Identify Geometric Progression Let V_n = a_n - frac2n^2. The recurrence gives V_n+1 = frac12 V_n. This proves V_n is a geometric progression with common ratio r = 1/2. First term V_1 = a_1 - frac21^2 = 1 - 2 = -1. ### Step 3: Infinite Summation We need left| sum_n=1^infty left( a_n - frac2n^2 right) right| = left| sum_n=1^infty V_n right|. Since V_n is an infinite GP: S_infty = fracV_11 - r = frac-11 - 1/2 = frac-11/2 = -2 Taking absolute value: |-2| = 2 ### Pattern Recognition When dealing with rational fraction recurrences A_n+1 - k A_n = f(n) - k f(n-1), immediately substitute V_n = A_n - f(n). This substitution instantly isolates a classical Geometric Progression. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Sequences and Series
Q12 jee_main_2026_21_jan_evening Geometric Progression
Let a_1, fraca_22, fraca_32^2, ldots, fraca_102^9 be a G.P. of common ratio \frac{1}{\sqrt{2}}. If a_1 + a_2 + ldots + a_10 = 62, then a_1 is equal to:
  • A. 2(sqrt2 - 1)
  • B. 2 - sqrt2
  • C. sqrt2 - 1
  • D. 2(2 - sqrt2)

Solution

### Related Formula textSum of G.P. S_n = fraca(r^n - 1)r - 1 text (for r > 1) ### Core Logic The given sequence is a G.P. with ratio frac1sqrt2. fraca_2/2a_1 = frac1sqrt2 implies a_2 = a_1 sqrt2 fraca_3/2^2a_2/2 = frac1sqrt2 implies fraca_32 a_2 = frac1sqrt2 implies a_3 = a_2 sqrt2 = a_1 (sqrt2)^2 Thus, a_1, a_2, a_3, dots, a_10 forms a standard G.P. with first term a_1 and common ratio R = sqrt2. ### Step 1: Calculate the Sum Sum of this new sequence is S_10 = 62. S_10 = fraca_1 left( (sqrt2)^10 - 1 right)sqrt2 - 1 = 62 Since (sqrt2)^10 = 2^5 = 32: 62 = fraca_1 (32 - 1)sqrt2 - 1 62 = frac31 a_1sqrt2 - 1 2 = fraca_1sqrt2 - 1 a_1 = 2(sqrt2 - 1) ### Pattern Recognition If a sequence b_n = fraca_nk^n-1 is a G.P. with ratio r, then the base sequence a_n is inherently a G.P. with ratio R = kr. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Sequence and Series
Q20 jee_main_2026_22_january_morning Arithmetic Progression
If the sum of the first four terms of an A.P. is 6 and the sum of its first six terms is 4, then the sum of its first twelve terms is
  • A. -20
  • B. -24
  • C. -26
  • D. -22

Solution

### Related Formula S_n = fracn2[2a + (n-1)d] ### Core Logic Given the sum of first 4 terms is S_4 = 6: frac42(2a + 3d) = 6 implies 2a + 3d = 3 quad dots (1) Given the sum of first 6 terms is S_6 = 4: frac62(2a + 5d) = 4 implies 2a + 5d = frac43 quad dots (2) ### Step 1: Finding Parameters a and d Subtract equation (1) from equation (2): (2a + 5d) - (2a + 3d) = frac43 - 3 2d = -frac53 implies d = -frac56 Substitute d into equation (1): 2a + 3left(-frac56right) = 3 2a - frac52 = 3 2a = 3 + frac52 = frac112 implies a = frac114 ### Step 2: Calculating Sum of 12 terms S_12 = frac122[2a + 11d] S_12 = 6 left[2left(frac114right) + 11left(-frac56right)right] S_12 = 6 left[ frac112 - frac556 right] = 6 left[ frac33 - 556 right] S_12 = 33 - 55 = -22 ### Pattern Recognition Standard two-variable linear equations format strictly from sum identities. Fractions easily resolve by distributing the external multiplication constant n/2 directly into the bracket. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Sequences and Series
Q19 jee_main_2026_22_january_evening Functional Equations and Geometric Series
Let f and g be functions satisfying f(x+y) = f(x)f(y), f(1) = 7 and g(x+y) = g(xy), g(1) = 1, for all x, y in mathbbN. If sum_x=1^n left(fracf(x)g(x)right) = 19607, then n is equal to:
  • A. 7
  • B. 5
  • C. 6
  • D. 4

Solution

### Related Formula Exponential functional equation: f(x+y) = f(x)f(y) implies f(x) = a^x. Geometric progression sum formula: S_n = fraca(r^n - 1)r - 1. ### Core Logic Since f(1) = 7, f(x) = 7^x. For g(x+y) = g(xy), set y = 1 implies g(x+1) = g(x). Since g(1) = 1, we have g(1) = g(2) = dots = g(n) = 1. ### Step 1: Solve Summation sum_x=1^n frac7^x1 = 19607 implies 7 left( frac7^n - 17 - 1 right) = 19607 frac76 (7^n - 1) = 19607 implies 7^n - 1 = 16806 implies 7^n = 16807 Since 7^5 = 16807, n = 5. ### Pattern Recognition Recognize f(x)=7^x and constant function g(x)=1 from given functional equations. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Sequences and Series Class 11 Maths: Functions and Graphs

More Sequences and Series Questions — jee_main_2026_22_january_evening

Practice all Sequences and Series previous-year questions →

Rankbit System
JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%) | JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%)