Skip to main content
Back to Quadratic Equations
JEE Main 2020
Quadratic Equations
Quadratic Equation and Inequalities
Hard

Question

The equation e4x+8e3x+13e2x8ex+1=0,xR\mathrm{e}^{4 x}+8 \mathrm{e}^{3 x}+13 \mathrm{e}^{2 x}-8 \mathrm{e}^{x}+1=0, x \in \mathbb{R} has :

Options

Solution

Key Concepts and Formulas

  • Reciprocal Equations: Equations where the coefficients are symmetric. A common strategy is to divide by a power of the variable and make a substitution to simplify.
  • Exponential Functions: The function exe^x is always positive for real xx. Therefore, if ex=te^x = t, then t>0t > 0.
  • Quadratic Formula: The solutions to the quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 are given by x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

Step-by-Step Solution

Step 1: Initial Substitution to Convert to a Polynomial

We are given the equation e4x+8e3x+13e2x8ex+1=0e^{4x} + 8e^{3x} + 13e^{2x} - 8e^x + 1 = 0. To simplify, we make the substitution t=ext = e^x. Since xRx \in \mathbb{R}, we know that t>0t > 0. Substituting, we get:

t4+8t3+13t28t+1=0t^4 + 8t^3 + 13t^2 - 8t + 1 = 0

Step 2: Dividing by t2t^2 to Exploit Reciprocal Nature

This is a reciprocal equation because the coefficients are symmetric. Since t>0t > 0, we can divide the equation by t2t^2 without losing any solutions. This allows us to group terms effectively:

t4t2+8t3t2+13t2t28tt2+1t2=0\frac{t^4}{t^2} + \frac{8t^3}{t^2} + \frac{13t^2}{t^2} - \frac{8t}{t^2} + \frac{1}{t^2} = 0

t2+8t+138t+1t2=0t^2 + 8t + 13 - \frac{8}{t} + \frac{1}{t^2} = 0

Step 3: Grouping Terms for Further Simplification

We rearrange and group terms to prepare for another substitution:

(t2+1t2)+8(t1t)+13=0\left(t^2 + \frac{1}{t^2}\right) + 8\left(t - \frac{1}{t}\right) + 13 = 0

Step 4: Second Substitution to Obtain a Quadratic

Let z=t1tz = t - \frac{1}{t}. Then, z2=(t1t)2=t22+1t2z^2 = \left(t - \frac{1}{t}\right)^2 = t^2 - 2 + \frac{1}{t^2}, so t2+1t2=z2+2t^2 + \frac{1}{t^2} = z^2 + 2. Substituting these into our equation, we get:

(z2+2)+8z+13=0(z^2 + 2) + 8z + 13 = 0

z2+8z+15=0z^2 + 8z + 15 = 0

Step 5: Solving the Quadratic for z

We factor the quadratic equation in zz:

(z+3)(z+5)=0(z + 3)(z + 5) = 0

This gives us two possible values for zz:

z=3orz=5z = -3 \quad \text{or} \quad z = -5

Step 6: Back-Substituting to Find t

We substitute back z=t1tz = t - \frac{1}{t} to find the values of tt.

  • Case 1: z=3z = -3

t1t=3t - \frac{1}{t} = -3

Multiplying by tt, we get:

t21=3tt^2 - 1 = -3t

t2+3t1=0t^2 + 3t - 1 = 0

  • Case 2: z=5z = -5

t1t=5t - \frac{1}{t} = -5

Multiplying by tt, we get:

t21=5tt^2 - 1 = -5t

t2+5t1=0t^2 + 5t - 1 = 0

Step 7: Solving for t and Applying the Constraint t > 0

We use the quadratic formula to solve for tt in each case. Remember that t=ex>0t = e^x > 0, so we discard any negative solutions.

  • For t2+3t1=0t^2 + 3t - 1 = 0:

t=3±324(1)(1)2(1)=3±132t = \frac{-3 \pm \sqrt{3^2 - 4(1)(-1)}}{2(1)} = \frac{-3 \pm \sqrt{13}}{2}

Since t>0t > 0, we take the positive root:

t1=3+1323+3.62=0.3>0t_1 = \frac{-3 + \sqrt{13}}{2} \approx \frac{-3 + 3.6}{2} = 0.3 > 0

  • For t2+5t1=0t^2 + 5t - 1 = 0:

t=5±524(1)(1)2(1)=5±292t = \frac{-5 \pm \sqrt{5^2 - 4(1)(-1)}}{2(1)} = \frac{-5 \pm \sqrt{29}}{2}

Since t>0t > 0, we take the positive root:

t2=5+2925+5.42=0.2>0t_2 = \frac{-5 + \sqrt{29}}{2} \approx \frac{-5 + 5.4}{2} = 0.2 > 0

We have two valid positive values for tt.

Step 8: Finding the Solutions for x

Since t=ext = e^x, we have x=ln(t)x = \ln(t). Therefore, the two solutions for xx are:

x1=ln(3+132)x_1 = \ln\left(\frac{-3 + \sqrt{13}}{2}\right)

x2=ln(5+292)x_2 = \ln\left(\frac{-5 + \sqrt{29}}{2}\right)

Step 9: Analyzing the Nature of the Solutions

Since 0<3+132<10 < \frac{-3 + \sqrt{13}}{2} < 1 and 0<5+292<10 < \frac{-5 + \sqrt{29}}{2} < 1, both x1x_1 and x2x_2 are negative (since ln(t)<0\ln(t) < 0 if 0<t<10 < t < 1).

Step 10: Summary of Solutions

We have found two real solutions for xx, and both solutions are negative.

Common Mistakes & Tips

  • Remember the constraint t>0t > 0 when solving for tt. Discard any negative solutions.
  • Be careful with algebraic manipulations, especially when squaring or taking square roots.
  • Recognize the reciprocal structure of the equation to apply the appropriate solution technique.

Summary

By making appropriate substitutions and solving the resulting quadratic equations, we found two real solutions for xx. Since both corresponding tt values were between 0 and 1, we concluded that both solutions for xx are negative. This corresponds to option (A).

Final Answer

The final answer is \boxed{A}, which corresponds to option (A).

Practice More Quadratic Equations Questions

View All Questions