Let α,β(α=β) be the values of m, for which the equations x+y+z=1, x+2y+4z=m and x+4y+10z=m2 have infinitely many solutions. Then the value of n=1∑10(nα+nβ) is equal to :
Options
Solution
Key Concept: Conditions for Infinitely Many Solutions of a System of Linear Equations
For a system of linear equations Ax=B (where A is the coefficient matrix, x is the variable vector, and B is the constant vector), Cramer's Rule provides conditions for the nature of its solutions:
Unique Solution: If det(A)=0, the system has a unique solution.
No Solution or Infinitely Many Solutions: If det(A)=0, then:
If at least one of the determinants Δx,Δy,Δz (formed by replacing a column of A with B) is non-zero, the system has no solution.
If det(A)=0 AND all determinants Δx,Δy,Δz are also zero, the system has infinitely many solutions.
In this problem, we are given that the system has infinitely many solutions. Therefore, we must satisfy the condition det(A)=0 and Δx=Δy=Δz=0.
Step 1: Formulate the System of Equations and Identify the Coefficient Matrix
The given system of linear equations is:
x+y+z=1
x+2y+4z=m
x+4y+10z=m2
We can write this system in matrix form AX=B, where:
A=1111241410, X=xyz, and B=1mm2.
Step 2: Calculate the Determinant of the Coefficient Matrix (Δ)
For infinitely many solutions, the determinant of the coefficient matrix, denoted as Δ or det(A), must be zero. Let's calculate Δ:
Δ=1111241410
We expand the determinant along the first row:
Δ=1⋅24410−1⋅11410+1⋅1124Δ=1(2⋅10−4⋅4)−1(1⋅10−4⋅1)+1(1⋅4−2⋅1)Δ=1(20−16)−1(10−4)+1(4−2)Δ=1(4)−1(6)+1(2)Δ=4−6+2Δ=0
Since Δ=0, the system either has no solutions or infinitely many solutions. This confirms the first condition for infinitely many solutions.
Step 3: Apply the Condition Δx=0 to find values of m
For the system to have infinitely many solutions, in addition to Δ=0, all determinants Δx,Δy,Δz must also be zero. We will calculate Δx and set it to zero to find the possible values of m.
Δx is the determinant of the matrix formed by replacing the first column of A with the constant terms vector B:
Δx=1mm21241410
Expand Δx along the first column:
Δx=1⋅24410−m⋅14110+m2⋅1214Δx=1(2⋅10−4⋅4)−m(1⋅10−1⋅4)+m2(1⋅4−1⋅2)Δx=1(20−16)−m(10−4)+m2(4−2)Δx=1(4)−m(6)+m2(2)Δx=4−6m+2m2
Now, we set Δx=0 as required for infinitely many solutions:
2m2−6m+4=0
Divide by 2:
m2−3m+2=0
This is a quadratic equation in m. We can factor it:
(m−1)(m−2)=0
This gives us two values for m: m=1 or m=2.
Tip: While we only calculated Δx=0, it is implicitly understood that for these values of m, Δy and Δz would also be zero. For problems involving parameters, finding the values that make one of these determinants zero is usually sufficient, as these are the only values of the parameter for which infinitely many solutions could exist.
Step 4: Identify α and β
The problem states that α,β are the values of m for which the system has infinitely many solutions, and α=β.
From our calculation, the values of m are 1 and 2.
So, we can assign α=1 and β=2 (or vice versa, it won't affect the final sum).
Step 5: Calculate the Required Summation
We need to find the value of n=1∑10(nα+nβ).
Substitute α=1 and β=2:
n=1∑10(n1+n2)
Using the property of summation ∑(an+bn)=∑an+∑bn:
n=1∑10n+n=1∑10n2
Now, we use the standard summation formulas:
Sum of the first k natural numbers: ∑n=1kn=2k(k+1)
Sum of the squares of the first k natural numbers: ∑n=1kn2=6k(k+1)(2k+1)
For k=10:
n=1∑10n=210(10+1)=210⋅11=5⋅11=55n=1∑10n2=610(10+1)(2⋅10+1)=610⋅11⋅21n=1∑10n2=62310=385
Now, add these two sums:
55+385=440
Common Mistake Alert: The original solution had a typo m^2-3x+2=0 instead of m^2-3m+2=0. Always double-check variable names and ensure consistency in mathematical expressions.
Step 6: Final Answer
The value of n=1∑10(nα+nβ) is 440.
Summary and Key Takeaway:
This problem demonstrates the application of Cramer's Rule for determining the nature of solutions for a system of linear equations. The crucial conditions for infinitely many solutions are that the determinant of the coefficient matrix (Δ) must be zero, AND all other related determinants (Δx,Δy,Δz) must also be zero. Once the parameters are found, the problem reduces to calculating a sum using standard series formulas. Mastery of determinant calculations and summation formulas is essential for such problems.