Skip to main content
Back to Sequences & Series
JEE Main 2019
Sequences & Series
Sequences and Series
Medium

Question

If 1, log9(31x+2),log3(4.3x1){\log _9}\,\,({3^{1 - x}} + 2),\,\,{\log _3}\,\,({4.3^x} - 1) are in A.P. then x equals

Options

Solution

Key Concepts and Formulas

  • Arithmetic Progression (A.P.): Three numbers a,b,ca, b, c are in A.P. if the difference between consecutive terms is constant, which means ba=cbb - a = c - b, or equivalently, 2b=a+c2b = a + c.
  • Logarithm Properties:
    • logba=c    bc=a\log_b a = c \iff b^c = a
    • logb(MN)=logbM+logbN\log_b (MN) = \log_b M + \log_b N
    • logb(MN)=logbMlogbN\log_b \left(\frac{M}{N}\right) = \log_b M - \log_b N
    • logbMk=klogbM\log_b M^k = k \log_b M
    • logbkM=1klogbM\log_{b^k} M = \frac{1}{k} \log_b M
    • logbb=1\log_b b = 1
    • blogbM=Mb^{\log_b M} = M
  • Domain of Logarithms: For logBA\log_B A to be defined, B>0B > 0, B1B \ne 1, and A>0A > 0.

Step-by-Step Solution

The given terms are 11, log9(31x+2){\log _9}\,\,({3^{1 - x}} + 2), and log3(4.3x1){\log _3}\,\,({4.3^x} - 1). Let a=1a = 1, b=log9(31x+2)b = {\log _9}\,\,({3^{1 - x}} + 2), and c=log3(4.3x1)c = {\log _3}\,\,({4.3^x} - 1).

Step 1: Apply the Arithmetic Progression Condition Since the terms are in A.P., the middle term is the arithmetic mean of the other two: 2b=a+c2b = a + c. 2log9(31x+2)=1+log3(4.3x1)2 \cdot {\log _9}\,\,({3^{1 - x}} + 2) = 1 + {\log _3}\,\,({4.3^x} - 1) Explanation: This is the fundamental definition of an arithmetic progression applied to the given three terms, setting up the core equation to solve.

Step 2: Simplify the Logarithmic Terms to a Common Base We will convert all logarithms to base 3. Using the property logbkM=1klogbM\log_{b^k} M = \frac{1}{k} \log_b M, we rewrite log9\log_9 as log32\log_{3^2}. 212log3(31x+2)=1+log3(4.3x1)2 \cdot \frac{1}{2} {\log _3}\,\,({3^{1 - x}} + 2) = 1 + {\log _3}\,\,({4.3^x} - 1) log3(31x+2)=1+log3(4.3x1){\log _3}\,\,({3^{1 - x}} + 2) = 1 + {\log _3}\,\,({4.3^x} - 1) Explanation: To combine and manipulate logarithmic terms effectively, they must share the same base. Base 3 is chosen because it is the base of the other given logarithm and 99 is a power of 33.

Step 3: Rearrange and Combine Logarithmic Terms We express the constant 11 as log33\log_3 3. Then, we use the logarithm property logbM+logbN=logb(MN)\log_b M + \log_b N = \log_b (MN) to combine the terms on the right side. log3(31x+2)=log33+log3(4.3x1){\log _3}\,\,({3^{1 - x}} + 2) = {\log _3} 3 + {\log _3}\,\,({4.3^x} - 1) log3(31x+2)=log3(3(4.3x1)){\log _3}\,\,({3^{1 - x}} + 2) = {\log _3}\,(3 \cdot ({4.3^x} - 1)) Explanation: The goal here is to isolate the logarithmic terms and combine them into a single logarithm on each side of the equation. This simplifies the equation for the next step.

Step 4: Equate the Arguments of the Logarithms If logbM=logbN\log_b M = \log_b N, then M=NM = N. 31x+2=3(4.3x1)3^{1 - x} + 2 = 3 \cdot (4.3^x - 1) Explanation: Once the equation is in the form of a single logarithm on each side with the same base, their arguments must be equal. This transforms the logarithmic equation into an algebraic one.

Step 5: Solve the Algebraic Equation Using Substitution First, simplify 31x=33x3^{1-x} = \frac{3}{3^x}. Let y=3xy = 3^x. Since 3x>03^x > 0 for all real xx, we must have y>0y > 0. 3y+2=3(4y1)\frac{3}{y} + 2 = 3(4y - 1) 3+2yy=12y3\frac{3 + 2y}{y} = 12y - 3 Multiply both sides by yy (since y0y \ne 0): 3+2y=12y23y3 + 2y = 12y^2 - 3y Rearrange into a standard quadratic equation: 12y25y3=012y^2 - 5y - 3 = 0 Explanation: Equations involving expressions like 3x3^x and 3x3^{-x} are often simplified by substituting y=3xy = 3^x. This converts the equation into a familiar quadratic form, which can be solved using standard methods.

Step 6: Solve the Quadratic Equation for yy We factor the quadratic equation 12y25y3=012y^2 - 5y - 3 = 0. We look for two numbers that multiply to 12×3=3612 \times -3 = -36 and add to 5-5. These numbers are 9-9 and 44. 12y29y+4y3=012y^2 - 9y + 4y - 3 = 0 3y(4y3)+1(4y3)=03y(4y - 3) + 1(4y - 3) = 0 (3y+1)(4y3)=0(3y + 1)(4y - 3) = 0 This yields two possible values for yy: 3y+1=0    y=133y + 1 = 0 \implies y = -\frac{1}{3} 4y3=0    y=344y - 3 = 0 \implies y = \frac{3}{4} Explanation: Solving the quadratic equation gives the possible values for our substitution variable yy.

Step 7: Substitute Back and Solve for xx Recall that y=3xy = 3^x.

  • Case 1: y=13y = -\frac{1}{3} 3x=133^x = -\frac{1}{3} This solution is not possible because 3x3^x is always positive for real values of xx. Explanation: The range of the exponential function f(x)=axf(x) = a^x (where a>0,a1a > 0, a \ne 1) is (0,)(0, \infty). Thus, 3x3^x cannot be negative.

  • Case 2: y=34y = \frac{3}{4} 3x=343^x = \frac{3}{4} Take log3\log_3 on both sides to solve for xx: log3(3x)=log3(34)\log_3 (3^x) = \log_3 \left(\frac{3}{4}\right) x=log33log34x = \log_3 3 - \log_3 4 x=1log34x = 1 - \log_3 4 Explanation: We use the definition of logarithm to solve for xx. The property logbbk=k\log_b b^k = k and the quotient rule for logarithms are applied here.

Step 8: Verify Domain Constraints We must ensure that the arguments of the original logarithms are positive for x=1log34x = 1 - \log_3 4.

  1. Argument of log9\log_9: 31x+23^{1 - x} + 2 Substitute x=1log34x = 1 - \log_3 4: 31(1log34)+2=3log34+2=4+2=63^{1 - (1 - \log_3 4)} + 2 = 3^{\log_3 4} + 2 = 4 + 2 = 6. Since 6>06 > 0, this is valid.

  2. Argument of log3\log_3: 43x14 \cdot 3^x - 1 Substitute x=1log34x = 1 - \log_3 4: 43(1log34)1=4313log341=1213log341=12141=31=24 \cdot 3^{(1 - \log_3 4)} - 1 = 4 \cdot 3^1 \cdot 3^{-\log_3 4} - 1 = 12 \cdot \frac{1}{3^{\log_3 4}} - 1 = 12 \cdot \frac{1}{4} - 1 = 3 - 1 = 2. Since 2>02 > 0, this is valid.

Both arguments are positive, so x=1log34x = 1 - \log_3 4 is the correct solution. Explanation: This is a critical step in solving logarithmic equations. Any solution derived algebraically must be checked against the domain restrictions of the original logarithmic expressions to ensure it is not an extraneous solution.

Common Mistakes & Tips

  • Domain Check is Crucial: Always verify that your solutions satisfy the domain requirements of the original logarithmic expressions. Extraneous solutions can arise from algebraic manipulations.
  • Base Conversion: Ensure all logarithms are converted to a common base before attempting to combine them. This is a standard simplification technique.
  • Substitution Strategy: When dealing with expressions like axa^x and axa^{-x}, using a substitution (e.g., y=axy = a^x) can transform the equation into a simpler polynomial form.

Summary The problem requires applying the definition of an arithmetic progression to three given terms involving logarithms. By converting all logarithms to a common base, using logarithm properties to simplify, and then solving the resulting algebraic equation (which involves a substitution), we find a potential value for xx. Finally, it is essential to verify that this value of xx satisfies the domain constraints of the original logarithmic expressions to confirm it as the valid solution. The derived solution is x=1log34x = 1 - \log_3 4.

The final answer is 1log34\boxed{1 - \,{\log _3}\,4\,} which corresponds to option (B).

Practice More Sequences & Series Questions

View All Questions