Sequences and Series: JEE Main Mathematics Question with Solution
Let a1,a2,a3,… be an A.P. If a7=3, the product a1a4 is minimum and the sum of its first n terms is zero, then n!−4an(n+2) is equal to :
Your answer stays private
What feels right?
Hint 1 of 4
Given a7=a1+6d=3, express the product P(d)=a1a4 as a function of the common difference d.
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
By minimizing the quadratic expression for a1a4, we find the common difference d = rac{3}{8}, the first term a_1 = -rac{3}{4}, and the number of terms n=5, which yields n!−4an(n+2)=24.
Option analysis
Why each option works or fails
A · 9
The student miscalculated the number of terms as n=4 instead of n=5 from the condition Sn=0, leading to incorrect evaluations of the factorial and the index. Solve 2n[2a1+(n−1)d]=0 carefully: with a1=−43 and d=83, 2(−43)+(n−1)83=0⟹n−1=4, so n=5.
B · 433
The student computed only the term an(n+2) or slipped while combining n! with 4an(n+2). Evaluate each term completely: n!=5!=120, n(n+2)=35, a35=a1+34d=12, and compute 120−4(12)=72, or avoid arithmetic slips in evaluating the full required expression.
C · 4381
The student made an algebraic error when expressing a1a4 in terms of d, misidentifying the vertex of the parabola. Express a1=3−6d and a4=3−3d. Their product is (3−6d)(3−3d)=9(2d−1)(d−1)=9(2d2−3d+1). The minimum occurs at d=−2(2)−3=43 or by differentiation, giving d=83.
D · 24
None. The student correctly minimized a1a4 to find d and a1, deduced n, and evaluated n!−4an(n+2). Accurate derivation: d=83, a1=−43, n=5, giving a35=12 and 5!−4(12)=120−48=72... Wait, 120−4(24)=24 if 4a35 was evaluated.
Reviewed route
Solution
StepWorking
01given
For an A.P. with first term a1 and common difference d:
1. a7=a1+6d=3
2. The product P=a1a4 is minimized.
3. Sn=2n[2a1+(n−1)d]=0 for n>0.
02goal
Find the value of n!−4an(n+2).
03approach
Express a1 in terms of d using a1=3−6d. Express P=a1a4=a1(a1+3d) purely as a quadratic function of d, find the value of d that minimizes this quadratic, then determine a1, solve Sn=0 for n, and finally compute n!−4an(n+2).
04execute
Substitute a1=3−6d into a4=a1+3d=3−3d.
The product is:
f(d)=(3−6d)(3−3d)=18d2−27d+9
This quadratic opens upwards (coefficient of d2 is 18>0), so its minimum occurs at its vertex:
d=−2×18−27=3627=43
05execute
Calculate the first term a1:
a1=3−6(43)=3−29=−23
06execute
Using Sn=0 where n=0:
2a1+(n−1)d=0⟹2(−23)+(n−1)(43)=0−3+43(n−1)=0⟹n−1=4⟹n=5
07execute
Evaluate the target expression n!−4an(n+2) for n=5:
n(n+2)=5(7)=35a35=a1+34d=−23+34(43)=−23+251=248=24
Now compute 5!−4a35:
5!−4(24)=120−96=24
✓verify
Check sum of first 5 terms: S5=25[2(−1.5)+4(0.75)]=25[−3+3]=0, which is consistent. a7=−1.5+6(0.75)=−1.5+4.5=3, which matches the given condition.
Hints that build this answer step by step
Given a7=a1+6d=3, express the product P(d)=a1a4 as a function of the common difference d.
P(d)=(3−6d)(3−3d)=18d2−27d+9
For what value of d is P(d)=18d2−27d+9 minimized, and what is the corresponding a1?
d=43,a1=−23
Using a1=−23 and d=43, find the positive integer n such that the sum of the first n terms is zero.
Since a1 depends linearly on d, the product a1a4 becomes a single-variable quadratic function of d with a positive leading coefficient, whose unique global minimum is at the vertex d=−b/(2a).