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

Question

The number of real solutions of the equation 3(x2+1x2)2(x+1x)+5=03\left( {{x^2} + {1 \over {{x^2}}}} \right) - 2\left( {x + {1 \over x}} \right) + 5 = 0, is

Options

Solution

Key Concepts and Formulas

  • Substitution: Identifying repeating expressions in an equation and substituting a new variable to simplify the equation.
  • AM-GM Inequality: For non-negative real numbers a1,a2,...,ana_1, a_2, ..., a_n, a1+a2+...+anna1a2...ann\frac{a_1 + a_2 + ... + a_n}{n} \ge \sqrt[n]{a_1 a_2 ... a_n}. In particular, for two positive real numbers aa and bb, a+b2ab\frac{a+b}{2} \ge \sqrt{ab}, or a+b2aba+b \ge 2\sqrt{ab}.
  • Quadratic Formula/Factoring: Methods to find the roots of a quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0.

Step-by-Step Solution

1. Simplifying the Equation using Substitution

The given equation is: 3(x2+1x2)2(x+1x)+5=03\left( {{x^2} + {1 \over {{x^2}}}} \right) - 2\left( {x + {1 \over x}} \right) + 5 = 0 We notice terms of the form x+1xx + \frac{1}{x} and x2+1x2x^2 + \frac{1}{x^2}. We want to express x2+1x2x^2 + \frac{1}{x^2} in terms of x+1xx + \frac{1}{x}. Using the algebraic identity (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2, let a=xa=x and b=1xb=\frac{1}{x}. Then, (x+1x)2=x2+2x1x+1x2=x2+2+1x2\left(x + \frac{1}{x}\right)^2 = x^2 + 2 \cdot x \cdot \frac{1}{x} + \frac{1}{x^2} = x^2 + 2 + \frac{1}{x^2}. Rearranging, we get: x2+1x2=(x+1x)22x^2 + {1 \over x^2} = \left(x + {1 \over x}\right)^2 - 2

WHY this step? This allows us to rewrite the given equation in terms of a single expression, x+1xx + \frac{1}{x}, making it easier to solve.

Let t=x+1xt = x + \frac{1}{x}. Then, x2+1x2=t22x^2 + \frac{1}{x^2} = t^2 - 2. Substituting these into the original equation: 3(t22)2(t)+5=03(t^2 - 2) - 2(t) + 5 = 0

2. Determining the Valid Range for the Substituted Variable 'tt'

Before solving for tt, we need to determine the possible values of t=x+1xt = x + \frac{1}{x} when xx is a real number.

WHY this step? Not all solutions for tt will yield real solutions for xx. Restricting the domain of tt ensures we only consider solutions that could possibly arise from real values of xx.

Consider the function f(x)=x+1xf(x) = x + \frac{1}{x} for real xx:

  • If x>0x > 0: By the AM-GM inequality, x+1x2x1x=2x + \frac{1}{x} \ge 2\sqrt{x \cdot \frac{1}{x}} = 2. Equality occurs when x=1xx = \frac{1}{x}, which means x2=1x^2=1. Since x>0x>0, x=1x=1. Thus, for positive xx, t2t \ge 2.
  • If x<0x < 0: Let x=yx = -y, where y>0y > 0. Then t=x+1x=y+1y=(y+1y)t = x + \frac{1}{x} = -y + \frac{1}{-y} = -\left(y + \frac{1}{y}\right). Since y+1y2y + \frac{1}{y} \ge 2 (from the AM-GM case for positive yy), then (y+1y)2-\left(y + \frac{1}{y}\right) \le -2. Equality occurs when y=1y=1, which means x=1x=-1. Thus, for negative xx, t2t \le -2.

Combining these cases, the valid range for tt when xx is real is: t(,2][2,)t \in (-\infty, -2] \cup [2, \infty)

3. Solving the Quadratic Equation for 'tt'

Simplify and solve the transformed equation for tt: 3(t22)2t+5=03(t^2 - 2) - 2t + 5 = 0 3t262t+5=03t^2 - 6 - 2t + 5 = 0 3t22t1=03t^2 - 2t - 1 = 0 We can solve this quadratic equation by factoring: 3t23t+t1=03t^2 - 3t + t - 1 = 0 3t(t1)+1(t1)=03t(t - 1) + 1(t - 1) = 0 (3t+1)(t1)=0(3t + 1)(t - 1) = 0 This gives two possible solutions for tt: 3t+1=0    t=133t + 1 = 0 \implies t = -\frac{1}{3} t1=0    t=1t - 1 = 0 \implies t = 1

WHY this step? This step finds the values of tt that satisfy the simplified quadratic equation. These values are potential solutions, but they must be validated.

4. Verifying Solutions Against the Valid Range

Compare the values of tt we found (t=1t=1 and t=13t=-\frac{1}{3}) with the valid range for tt, which is t(,2][2,)t \in (-\infty, -2] \cup [2, \infty).

  • For t=1t = 1: This value is not in the valid range because 11 is not less than or equal to 2-2 and not greater than or equal to 22.
  • For t=13t = -\frac{1}{3}: This value is also not in the valid range because 13-\frac{1}{3} is not less than or equal to 2-2 and not greater than or equal to 22.

WHY this step? This step is crucial to eliminate extraneous solutions. We are checking if the solutions we found for tt are actually possible given the constraint that xx must be real.

5. Conclusion: Number of Real Solutions for 'xx'

Since neither of the values obtained for tt (11 and 13-\frac{1}{3}) falls within the permissible range (,2][2,)(-\infty, -2] \cup [2, \infty), there are no real values of tt that satisfy the conditions. Consequently, there are no real values of xx that can satisfy the original equation.

Therefore, the number of real solutions for the given equation is 0.

Common Mistakes & Tips

  • Forgetting the Range of tt: Always determine the range of t=x+1xt = x + \frac{1}{x} for real xx and check your solutions against it.
  • Incorrect AM-GM: Make sure you apply AM-GM correctly, especially when dealing with negative values. Consider substituting x=yx = -y when x<0x < 0.
  • Algebraic Mistakes: Double-check your algebraic manipulations, especially when squaring, expanding, and factoring.

Summary

By substituting t=x+1xt = x + \frac{1}{x} and recognizing that x2+1x2=t22x^2 + \frac{1}{x^2} = t^2 - 2, the equation was transformed into a quadratic 3t22t1=03t^2 - 2t - 1 = 0. The solutions for tt were found to be 11 and 13-\frac{1}{3}. However, for real solutions of xx, tt must lie in the interval (,2][2,)(-\infty, -2] \cup [2, \infty). Since neither 11 nor 13-\frac{1}{3} falls within this interval, there are no real solutions for xx.

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

Practice More Quadratic Equations Questions

View All Questions