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

Question

The number of real roots of the equation, e 4x + e 3x – 4e 2x + e x + 1 = 0 is :

Options

Solution

Key Concepts and Formulas

  • Symmetric/Reciprocal Equations: Recognizing and manipulating equations where terms exhibit a reciprocal relationship after division by a central term.
  • AM-GM Inequality: For non-negative real numbers a1,a2,...,ana_1, a_2, ..., a_n, the Arithmetic Mean is greater than or equal to the Geometric Mean: a1+a2+...+anna1a2...ann\frac{a_1 + a_2 + ... + a_n}{n} \ge \sqrt[n]{a_1 a_2 ... a_n}.
  • Quadratic Formula/Factoring: Methods for solving quadratic equations of the form ax2+bx+c=0ax^2 + bx + c = 0.

Step-by-Step Solution

Step 1: Rewriting the Equation

We are given the equation: e4x+e3x4e2x+ex+1=0e^{4x} + e^{3x} - 4e^{2x} + e^x + 1 = 0 We want to transform this into a form suitable for substitution. Dividing by e2xe^{2x} will reveal a symmetric structure.

  • Why: Dividing by e2xe^{2x} allows us to group reciprocal terms. Also, e2x>0e^{2x} > 0 for all real xx, so we are not adding or removing any solutions by dividing by it.

Dividing the entire equation by e2xe^{2x}: e4xe2x+e3xe2x4e2xe2x+exe2x+1e2x=0\frac{e^{4x}}{e^{2x}} + \frac{e^{3x}}{e^{2x}} - \frac{4e^{2x}}{e^{2x}} + \frac{e^x}{e^{2x}} + \frac{1}{e^{2x}} = 0 Simplifying the expression: e2x+ex4+ex+e2x=0e^{2x} + e^x - 4 + e^{-x} + e^{-2x} = 0 Rearranging the terms to group reciprocal terms: (e2x+e2x)+(ex+ex)4=0(e^{2x} + e^{-2x}) + (e^x + e^{-x}) - 4 = 0 Expressing negative exponents as reciprocals: (e2x+1e2x)+(ex+1ex)4=0\left(e^{2x} + \frac{1}{e^{2x}}\right) + \left(e^x + \frac{1}{e^x}\right) - 4 = 0

Step 2: Substitution and Quadratic Transformation

We will now introduce a substitution to simplify the equation further.

  • Why: The terms e2x+1e2xe^{2x} + \frac{1}{e^{2x}} and ex+1exe^x + \frac{1}{e^x} are related. Letting z=ex+1exz = e^x + \frac{1}{e^x}, we can express e2x+1e2xe^{2x} + \frac{1}{e^{2x}} in terms of zz.

Let z=ex+1exz = e^x + \frac{1}{e^x}. Then, z2=(ex+1ex)2=e2x+2(ex)(1ex)+1e2x=e2x+2+1e2xz^2 = \left(e^x + \frac{1}{e^x}\right)^2 = e^{2x} + 2(e^x)\left(\frac{1}{e^x}\right) + \frac{1}{e^{2x}} = e^{2x} + 2 + \frac{1}{e^{2x}} Therefore, e2x+1e2x=z22e^{2x} + \frac{1}{e^{2x}} = z^2 - 2. Substituting into our equation: (z22)+z4=0(z^2 - 2) + z - 4 = 0 Simplifying the equation: z2+z6=0z^2 + z - 6 = 0

Step 3: Solving for the Intermediate Variable (zz)

We now have a standard quadratic equation in terms of zz.

  • Why: Solving this quadratic equation will give us the possible values for our substituted expression ex+1exe^x + \frac{1}{e^x}.

Factoring the quadratic equation z2+z6=0z^2 + z - 6 = 0: We look for two numbers that multiply to -6 and add to +1. These numbers are +3 and -2. (z+3)(z2)=0(z + 3)(z - 2) = 0 This yields two possible values for zz: z=3orz=2z = -3 \quad \text{or} \quad z = 2

Step 4: Analyzing the Solutions for zz and Finding xx

We have two potential values for z=ex+1exz = e^x + \frac{1}{e^x}. We must now determine if these values lead to real solutions for xx.

  • Understanding the Valid Range of zz

    • Why: It is crucial to remember that xx must be a real number. For any real number xx, exe^x is always positive. The expression z=ex+1exz = e^x + \frac{1}{e^x} is a sum of two positive numbers. We can use the AM-GM inequality to find the minimum possible value of zz.
    • Applying AM-GM to exe^x and 1ex\frac{1}{e^x}: ex+1ex2ex1ex\frac{e^x + \frac{1}{e^x}}{2} \ge \sqrt{e^x \cdot \frac{1}{e^x}} ex+1ex21\frac{e^x + \frac{1}{e^x}}{2} \ge \sqrt{1} ex+1ex2e^x + \frac{1}{e^x} \ge 2
    • This means zz must always be greater than or equal to 2 (z2z \ge 2) for any real value of xx.
  • Case 1: z=3z = -3

    • We found z=3z = -3 as a solution to the quadratic equation.
    • However, as established above, zz must satisfy z2z \ge 2.
    • Since 3<2-3 < 2, this value of zz is not attainable for any real xx.
    • Therefore, the equation ex+1ex=3e^x + \frac{1}{e^x} = -3 has no real solutions for xx.
  • Case 2: z=2z = 2

    • We found z=2z = 2 as a solution to the quadratic equation.
    • This value satisfies the condition z2z \ge 2, so it is a valid possibility.
    • Substitute back: ex+1ex=2e^x + \frac{1}{e^x} = 2.
    • To solve for xx, we can multiply the equation by exe^x (which is always positive): (ex)2+1=2ex(e^x)^2 + 1 = 2e^x
    • Rearrange into a quadratic form in terms of exe^x: (ex)22ex+1=0(e^x)^2 - 2e^x + 1 = 0
    • This is a perfect square trinomial: (ex1)2=0(e^x - 1)^2 = 0
    • Taking the square root of both sides: ex1=0e^x - 1 = 0 ex=1e^x = 1
    • To find xx, we take the natural logarithm of both sides: x=ln(1)x = \ln(1) x=0x = 0
    • This gives us exactly one real solution for xx.

Step 5: Final Count of Real Roots

By analyzing both possible values of zz, we found that only z=2z=2 leads to a real solution for xx, which is x=0x=0. Therefore, the original equation has exactly one real root.

Common Mistakes & Tips

  • Tip: Always check the validity of the solutions for the intermediate variable (in this case, zz) by considering the domain and range of the functions involved.
  • Tip: The AM-GM inequality is a powerful tool for finding the minimum or maximum values of expressions, which can help determine the validity of solutions.
  • Common Mistake: Forgetting that ex>0e^x > 0 for all real xx. This is critical when analyzing the range of the substituted variable zz.

Summary

The given exponential equation was transformed into a quadratic equation by dividing by e2xe^{2x} and using the substitution z=ex+1exz = e^x + \frac{1}{e^x}. The key step was analyzing the possible values of zz in conjunction with the properties of exponential functions, particularly the AM-GM inequality, which dictates that z2z \ge 2. This analysis revealed that only one of the solutions for zz was valid, leading to a unique real root x=0x=0 for the original equation.

Final Answer

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

Practice More Quadratic Equations Questions

View All Questions