Skip to main content
Back to Matrices & Determinants
JEE Main 2021
Matrices & Determinants
Matrices and Determinants
Medium

Question

If 1, log 10 (4 x - 2) and log 10 (4x+185)\left( {{4^x} + {{18} \over 5}} \right) are in arithmetic progression for a real number x, then the value of the determinant \left| {\matrix{ {2\left( {x - {1 \over 2}} \right)} & {x - 1} & {{x^2}} \cr 1 & 0 & x \cr x & 1 & 0 \cr } } \right| is equal to :

Answer: 1

Solution

Key Concepts and Formulas

Before we dive into the solution, let's recall the fundamental concepts we'll be using:

  1. Arithmetic Progression (AP): Three numbers a,b,ca, b, c are in AP if the middle term is the average of the other two, i.e., 2b=a+c2b = a+c.
  2. Logarithm Properties:
    • Domain: For logbM\log_b M to be defined, M>0M > 0 and b>0,b1b > 0, b \neq 1.
    • Product Rule: logbM+logbN=logb(MN)\log_b M + \log_b N = \log_b (MN)
    • Power Rule: klogbM=logb(Mk)k \log_b M = \log_b (M^k)
    • Base Identity: logbb=1\log_b b = 1
    • Equality: If logbM=logbN\log_b M = \log_b N, then M=NM=N.
  3. Determinant of a 3×33 \times 3 Matrix: For a matrix A=abcdefghiA = \begin{vmatrix} a & b & c \\ d & e & f \\ g & h & i \end{vmatrix}, its determinant is given by a(eifh)b(difg)+c(dheg)a(ei - fh) - b(di - fg) + c(dh - eg).

Step-by-Step Solution

Part 1: Finding the value of xx

We are given that 11, log10(4x2)\log_{10} (4^x - 2), and log10(4x+185)\log_{10} \left( 4^x + \frac{18}{5} \right) are in arithmetic progression.

1. Establish the conditions for logarithms to be defined: For the logarithmic terms to be real and defined, their arguments must be positive:

  • 4x2>0    4x>24^x - 2 > 0 \implies 4^x > 2
  • 4x+185>04^x + \frac{18}{5} > 0 (This condition is always satisfied since 4x4^x is always positive for real xx, and 185\frac{18}{5} is positive). So, the crucial condition is 4x>24^x > 2.

2. Apply the AP condition: If a,b,ca, b, c are in AP, then 2b=a+c2b = a+c. Here, a=1a=1, b=log10(4x2)b=\log_{10} (4^x - 2), and c=log10(4x+185)c=\log_{10} \left( 4^x + \frac{18}{5} \right). Substituting these values: 2log10(4x2)=1+log10(4x+185)2 \log_{10} (4^x - 2) = 1 + \log_{10} \left( 4^x + \frac{18}{5} \right)

3. Simplify the logarithmic equation using properties:

  • First, use the power rule klogbM=logb(Mk)k \log_b M = \log_b (M^k) on the left side: log10(4x2)2=1+log10(4x+185)\log_{10} (4^x - 2)^2 = 1 + \log_{10} \left( 4^x + \frac{18}{5} \right)
  • Next, convert the constant term 11 into a logarithm with base 10 using logbb=1\log_b b = 1: log10(4x2)2=log1010+log10(4x+185)\log_{10} (4^x - 2)^2 = \log_{10} 10 + \log_{10} \left( 4^x + \frac{18}{5} \right)
  • Now, use the product rule logbM+logbN=logb(MN)\log_b M + \log_b N = \log_b (MN) on the right side: log10(4x2)2=log10(10(4x+185))\log_{10} (4^x - 2)^2 = \log_{10} \left( 10 \cdot \left( 4^x + \frac{18}{5} \right) \right)

4. Equate the arguments of the logarithms: Since the logarithms on both sides have the same base, their arguments must be equal: (4x2)2=10(4x+185)(4^x - 2)^2 = 10 \left( 4^x + \frac{18}{5} \right)

5. Solve the resulting exponential equation:

  • Expand the left side and distribute on the right side: (4x)2224x+22=104x+10185(4^x)^2 - 2 \cdot 2 \cdot 4^x + 2^2 = 10 \cdot 4^x + 10 \cdot \frac{18}{5} (4x)244x+4=104x+36(4^x)^2 - 4 \cdot 4^x + 4 = 10 \cdot 4^x + 36
  • Rearrange the terms to form a quadratic equation in terms of 4x4^x: (4x)244x104x+436=0(4^x)^2 - 4 \cdot 4^x - 10 \cdot 4^x + 4 - 36 = 0 (4x)2144x32=0(4^x)^2 - 14 \cdot 4^x - 32 = 0
  • Let y=4xy = 4^x. The equation becomes a quadratic equation in yy: y214y32=0y^2 - 14y - 32 = 0
  • Factor the quadratic equation: We need two numbers that multiply to -32 and add to -14. These are -16 and 2. y216y+2y32=0y^2 - 16y + 2y - 32 = 0 y(y16)+2(y16)=0y(y - 16) + 2(y - 16) = 0 (y+2)(y16)=0(y + 2)(y - 16) = 0
  • Substitute back y=4xy = 4^x: (4x+2)(4x16)=0(4^x + 2)(4^x - 16) = 0
  • This gives two possible solutions for 4x4^x: 4x+2=0    4x=24^x + 2 = 0 \implies 4^x = -2 4x16=0    4x=164^x - 16 = 0 \implies 4^x = 16

6. Validate the solutions for xx:

  • For 4x=24^x = -2: An exponential term axa^x (where a>0a > 0) is always positive for any real xx. Therefore, 4x=24^x = -2 has no real solution for xx. This solution is extraneous.
  • For 4x=164^x = 16: We can write 1616 as 424^2. 4x=424^x = 4^2 x=2x = 2
  • Finally, check this value of xx against the domain condition 4x>24^x > 2: For x=2x=2, 42=164^2 = 16. Since 16>216 > 2, the value x=2x=2 is valid.

So, the only valid value for xx is 22.


Part 2: Evaluating the Determinant

Now we need to calculate the value of the given determinant with x=2x=2.

1. Substitute x=2x=2 into the determinant: The given determinant is: 2(x12)x1x210xx10\begin{vmatrix} 2\left( x - \frac{1}{2} \right) & x - 1 & x^2 \\ 1 & 0 & x \\ x & 1 & 0 \end{vmatrix} Substitute x=2x=2:

  • 2(x12)=2(212)=2(32)=32\left( x - \frac{1}{2} \right) = 2\left( 2 - \frac{1}{2} \right) = 2\left( \frac{3}{2} \right) = 3
  • x1=21=1x - 1 = 2 - 1 = 1
  • x2=22=4x^2 = 2^2 = 4
  • The elements 1,0,x1, 0, x become 1,0,21, 0, 2.
  • The elements x,1,0x, 1, 0 become 2,1,02, 1, 0.

The determinant becomes: 314102210\begin{vmatrix} 3 & 1 & 4 \\ 1 & 0 & 2 \\ 2 & 1 & 0 \end{vmatrix}

2. Evaluate the 3×33 \times 3 determinant: Using cofactor expansion along the first row: Determinant=3021011220+41021\text{Determinant} = 3 \cdot \begin{vmatrix} 0 & 2 \\ 1 & 0 \end{vmatrix} - 1 \cdot \begin{vmatrix} 1 & 2 \\ 2 & 0 \end{vmatrix} + 4 \cdot \begin{vmatrix} 1 & 0 \\ 2 & 1 \end{vmatrix}

  • Calculate the 2×22 \times 2 determinants:
    • 0210=(00)(21)=02=2\begin{vmatrix} 0 & 2 \\ 1 & 0 \end{vmatrix} = (0 \cdot 0) - (2 \cdot 1) = 0 - 2 = -2
    • 1220=(10)(22)=04=4\begin{vmatrix} 1 & 2 \\ 2 & 0 \end{vmatrix} = (1 \cdot 0) - (2 \cdot 2) = 0 - 4 = -4
    • 1021=(11)(02)=10=1\begin{vmatrix} 1 & 0 \\ 2 & 1 \end{vmatrix} = (1 \cdot 1) - (0 \cdot 2) = 1 - 0 = 1
  • Substitute these values back: Determinant=3(2)1(4)+4(1)\text{Determinant} = 3(-2) - 1(-4) + 4(1) Determinant=6+4+4\text{Determinant} = -6 + 4 + 4 Determinant=6+8\text{Determinant} = -6 + 8 Determinant=2\text{Determinant} = 2

Summary and Key Takeaways

This problem beautifully combines concepts from Arithmetic Progressions, Logarithms, Exponential Equations, and Determinants. The key steps involved:

  1. Setting up the AP relation: Correctly translating the "in AP" condition into an equation.
  2. Logarithm Manipulation: Applying logarithm properties to simplify the equation, including converting constants to logarithmic form and using product/power rules.
  3. Domain Consideration: Always checking the domain of logarithmic functions (argument must be positive) to filter out extraneous solutions. This is a common pitfall.
  4. Solving Exponential/Quadratic Equations: Recognizing and solving the quadratic equation formed by substitution (y=4xy = 4^x).
  5. Determinant Evaluation: Accurately substituting the obtained value of xx and then expanding the 3×33 \times 3 determinant.

Always remember to check for domain restrictions, especially with logarithms and square roots, as they often lead to invalid solutions.

Practice More Matrices & Determinants Questions

View All Questions