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%)

Let a and b be two distinct positive real numbers. Let 11^textth term of a GP, whose first term is a and third term is b , is equal to p^textth term of another GP, whose first term is a and fifth term is b . Then p is equal to

Solution & Explanation

### Related Formula n^textth text term of a GP: T_n = a r^n-1 ### Core Logic For the first Geometric Progression (GP): First term t_1 = a Third term t_3 = b = a r_1^2 Rightarrow r_1^2 = fracba The 11^textth term is: t_11 = a r_1^10 = a (r_1^2)^5 = a left(fracbaright)^5 For the second Geometric Progression (GP): First term T_1 = a Fifth term T_5 = a r_2^4 = b Rightarrow r_2^4 = fracba Rightarrow r_2 = left(fracbaright)^1/4 ### Step 1: Equating the Terms The p^textth term of the second GP is: T_p = a r_2^p-1 = a left(left(fracbaright)^1/4right)^p-1 = a left(fracbaright)^fracp-14 Given that t_11 = T_p: a left(fracbaright)^5 = a left(fracbaright)^fracp-14 ### Step 2: Solving for p Since a and b are distinct positive real numbers, fracba neq 1. Therefore, we can equate the exponents: 5 = fracp - 14 20 = p - 1 Rightarrow p = 21 ### Pattern Recognition Express the common ratios strictly in terms of powers of (b/a) to bypass isolated radical tracking. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Sequences and Series

Reference Study Guides

More Sequences and Series Previous-Year Questions — Page 7

Q1 jee_main_2024_29_jan_morning Geometric Progression
If in a G.P. of 64 terms, the sum of all the terms is 7 times the sum of the odd terms of the G.P, then the common ratio of the G.P. is equal to
  • A. 7
  • B. 4
  • C. 5
  • D. 6

Solution

### Related Formula S_n = fraca(1 - r^n)1 - r where S_n is the sum of n terms, a is the first term, and r is the common ratio. ### Core Logic Let the terms of the G.P. be a, ar, ar^2, ar^3, dots, ar^63. The sum of all 64 terms is given by: S_textall = a + ar + ar^2 + dots + ar^63 = fraca(1 - r^64)1 - r The odd terms are a, ar^2, ar^4, dots, ar^62. This forms another G.P. with 32 terms and a common ratio of r^2. The sum of the odd terms is: S_textodd = a + ar^2 + ar^4 + dots + ar^62 = fraca(1 - (r^2)^32)1 - r^2 = fraca(1 - r^64)1 - r^2 ### Step 1: Equate and Solve for r We are given that S_textall = 7 cdot S_textodd. Substituting our formulas: fraca(1 - r^64)1 - r = 7 cdot fraca(1 - r^64)1 - r^2 Assuming a neq 0 and r neq 1, we can cancel the common terms dots a(1 - r^64) dots from both sides: frac11 - r = frac71 - r^2 Since 1 - r^2 = (1 - r)(1 + r), we have: frac11 - r = frac7(1 - r)(1 + r) 1 + r = 7 r = 6 ### Pattern Recognition Shortcut: In any G.P. with an even number of terms, the ratio of the total sum to the sum of the odd-positioned terms is exactly 1 + r. Thus, 1 + r = 7 Rightarrow r = 6 immediately. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Sequences and Series
Q2 jee_main_2024_29_jan_morning Arithmetic Progression
In an A.P., the sixth term a_6=2. If the product a_1 a_4 a_5 is the greatest, then the common difference of the A.P., is equal to
  • A. frac32
  • B. frac85
  • C. frac23
  • D. frac58

Solution

### Related Formula a_n = a + (n-1)d For finding extrema of a polynomial function f(x), we set its derivative f'(x) = 0. ### Core Logic Given the 6th term of the A.P. is a_6 = 2. a + 5d = 2 Rightarrow a = 2 - 5d We need to maximize the product P = a_1 a_4 a_5. P = a(a + 3d)(a + 4d) Substituting a = 2 - 5d into the expression for P: P = (2 - 5d)(2 - 5d + 3d)(2 - 5d + 4d) P = (2 - 5d)(2 - 2d)(2 - d) ### Step 1: Expand and Differentiate Let's expand P as a function of d, f(d): f(d) = (2 - 5d)(4 - 6d + 2d^2) f(d) = 8 - 12d + 4d^2 - 20d + 30d^2 - 10d^3 f(d) = -10d^3 + 34d^2 - 32d + 8 To find the maximum, we differentiate f(d) with respect to d and equate to zero: f'(d) = -30d^2 + 68d - 32 = 0 15d^2 - 34d + 16 = 0 Factoring the quadratic: 15d^2 - 24d - 10d + 16 = 0 3d(5d - 8) - 2(5d - 8) = 0 (5d - 8)(3d - 2) = 0 This gives critical points d = frac85 and d = frac23. ### Step 2: Check for Maximum We check the second derivative to confirm a maximum: f''(d) = -60d + 68 At d = frac85: f''left(frac85right) = -60left(frac85right) + 68 = -96 + 68 = -28 lt 0 quad (textMaximum) At d = frac23: f''left(frac23right) = -60left(frac23right) + 68 = -40 + 68 = 28 gt 0 quad (textMinimum) Therefore, the greatest product occurs at d = frac85. ### Pattern Recognition When asked to maximize a product of A.P. terms with a known constant term, express all terms strictly in d, build the cubic, and use standard calculus f'(x)=0 checking roots against the 2nd derivative test (Wavy Curve method works beautifully here). ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Sequences and Series Class 12 Mathematics: Application of Derivatives
Q25 jee_main_2024_30_january_evening Arithmetic Progression
Let S_n be the sum to n-terms of an arithmetic progression 3, 7, 11, dots If 40 lt left(frac6n(n + 1)sum_k=1^nS_kright) lt 42 , then n equals
Numerical Answer. Answer: 9 to 9

Solution

### Related Formula textSum of AP: S_k = frack2 [2a + (k - 1)d] sum_k=1^n k^2 = fracn(n+1)(2n+1)6 sum_k=1^n k = fracn(n+1)2 ### Core Logic For the arithmetic progression 3, 7, 11, dots First term a = 3, Common difference d = 4. The sum of the first k terms is: S_k = frack2 (2(3) + (k - 1)4) = frack2 (6 + 4k - 4) = frack2 (4k + 2) = 2k^2 + k ### Step 1: Finding the Sum of Sums Now compute the sum sum_k=1^n S_k: sum_k=1^n S_k = sum_k=1^n (2k^2 + k) = 2sum_k=1^n k^2 + sum_k=1^n k = 2 left( fracn(n+1)(2n+1)6 right) + fracn(n+1)2 = n(n+1) left[ frac2(2n+1)6 + frac12 right] = n(n+1) left[ frac2n+13 + frac12 right] = n(n+1) left[ frac4n + 2 + 36 right] = fracn(n+1)(4n + 5)6 ### Step 2: Resolving the Inequality Substitute this sum into the given expression: frac6n(n+1) sum_k=1^n S_k = frac6n(n+1) cdot fracn(n+1)(4n+5)6 = 4n + 5 We are given the bounds: 40 lt 4n + 5 lt 42 35 lt 4n lt 37 8.75 lt n lt 9.25 Since n must be an integer (representing the number of terms), the only valid integer is n = 9. ### Pattern Recognition Evaluating a 'sum of sums' for an AP effectively requires applying the Sigma k^2 and Sigma k standard formulas to the generic S_n quadratic. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Sequences and Series
Q2 jee_main_2024_30_jan_morning Sum of n terms of AP
Let S_n denote the sum of first n terms an arithmetic progression. If S_20 = 790 and S_10 = 145, then S_15 - S_5 is:
  • A. 395
  • B. 390
  • C. 405
  • D. 410

Solution

### Related Formula S_n = fracn2[2a + (n-1)d] ### Core Logic Using the sum formula for an AP: S_20 = frac202[2a + 19d] = 790 10[2a + 19d] = 790 2a + 19d = 79 quad dots (1) S_10 = frac102[2a + 9d] = 145 5[2a + 9d] = 145 2a + 9d = 29 quad dots (2) ### Step 1: Solving for a and d Subtracting (2) from (1): 10d = 50 Rightarrow d = 5 Substituting d=5 into (2): 2a + 9(5) = 29 Rightarrow 2a = 29 - 45 = -16 a = -8 ### Step 2: Evaluating the required expression We need to find S_15 - S_5: S_15 - S_5 = frac152[2a + 14d] - frac52[2a + 4d] Substituting 2a = -16 and d = 5: = frac152[-16 + 70] - frac52[-16 + 20] = frac152[54] - frac52[4] = 15 times 27 - 5 times 2 = 405 - 10 = 395 ### Pattern Recognition When two sums of an AP are given, immediately set up the linear equations in terms of a and d. Solve for them, and substitute directly into the target expression. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Sequences and Series

More Sequences and Series Questions — jee_main_2024_30_january_evening

Practice all Sequences and Series previous-year questions →

YOUR FIRST PREP STEP STARTS HERE

We Map Every Repeating Question in Competitive Exams.

Say goodbye to generic mock test fatigue. RankBit uses smart analysis to group past exam questions into their foundational Repeating Question Types. Find chapter weightage, track repeating questions, and score higher with targeted practice.

Select Your Target Exam

Choose an exam track below to find formulas per chapter and patterns.

Syncing Exam Intelligence

Mapping formulas and patterns across all tracks…

PATH A — FULL LENGTH PRACTICE

Full Mock Test Hub

Simulate real NTA exam conditions with fully tracked mocks. Time yourself against past papers.

Under Development
PATH B — TARGETED PRACTICE

Topic-wise Practice Hub

Practice past-year questions one chapter at a time. Pick an exam → subject → chapter and get every PYQ for that topic — pulled together from all past papers — with the chapter's key formulas alongside.

Loading Questions... Browse Topics
Latest from the Blog
View all →

Loading articles...