Skip to main content
Back to Definite Integration
JEE Main 2020
Definite Integration
Definite Integration
Easy

Question

Suppose f(x) is a polynomial of degree four, having critical points at –1, 0, 1. If T = {x \in R | f(x) = f(0)}, then the sum of squares of all the elements of T is :

Options

Solution

  1. Key Concepts and Formulas

    • Critical Points: For a differentiable function f(x)f(x), critical points are the values of xx where f(x)=0f'(x) = 0.
    • Polynomial Derivatives: If f(x)f(x) is a polynomial of degree nn, then f(x)f'(x) is a polynomial of degree n1n-1. If x1,x2,,xn1x_1, x_2, \ldots, x_{n-1} are the roots of f(x)f'(x), then f(x)f'(x) can be written as a(xx1)(xx2)(xxn1)a(x-x_1)(x-x_2)\ldots(x-x_{n-1}) for some constant aa.
    • Integration: The indefinite integral of xnx^n is xn+1n+1+C\frac{x^{n+1}}{n+1} + C, where CC is the constant of integration.
  2. Step-by-Step Solution

Step 1: Determine the form of the derivative f(x)f'(x)

  • Reasoning: We are given that f(x)f(x) is a polynomial of degree four. Its critical points are at 1,0,1-1, 0, 1. For a polynomial, critical points occur where the derivative is zero. Therefore, f(x)f'(x) must have roots at 1,0,1-1, 0, 1. Since f(x)f(x) is of degree four, f(x)f'(x) must be of degree three.
  • Formulation: We can write f(x)f'(x) in factored form using its roots and a leading coefficient, say aa: f(x)=a(x(1))(x0)(x1)f'(x) = a(x - (-1))(x - 0)(x - 1) f(x)=ax(x+1)(x1)f'(x) = ax(x+1)(x-1) f(x)=ax(x21)f'(x) = ax(x^2 - 1) f(x)=a(x3x)f'(x) = a(x^3 - x) Here, aa must be a non-zero constant, otherwise f(x)f(x) would be a constant and not degree four.

Step 2: Find the polynomial f(x)f(x) by integrating f(x)f'(x)

  • Reasoning: To obtain f(x)f(x) from its derivative f(x)f'(x), we perform indefinite integration. We must also include a constant of integration, CC.
  • Integration: f(x)=f(x)dxf(x) = \int f'(x) \, dx f(x)=a(x3x)dxf(x) = \int a(x^3 - x) \, dx f(x)=a(x3x)dxf(x) = a \int (x^3 - x) \, dx f(x)=a(x44x22)+Cf(x) = a \left( \frac{x^4}{4} - \frac{x^2}{2} \right) + C

Step 3: Determine the value of f(0)f(0)

  • Reasoning: The set TT is defined by the condition f(x)=f(0)f(x) = f(0). We need to find the value of f(0)f(0) by substituting x=0x=0 into our expression for f(x)f(x).
  • Calculation: f(0)=a(044022)+Cf(0) = a \left( \frac{0^4}{4} - \frac{0^2}{2} \right) + C f(0)=a(00)+Cf(0) = a(0 - 0) + C f(0)=Cf(0) = C

Step 4: Set up and solve the equation f(x)=f(0)f(x) = f(0)

  • Reasoning: We are given that T={xRf(x)=f(0)}T = \{x \in \mathbb{R} \mid f(x) = f(0)\}. By substituting the expressions for f(x)f(x) and f(0)f(0), we can find the elements of TT.
  • Equation: a(x44x22)+C=Ca \left( \frac{x^4}{4} - \frac{x^2}{2} \right) + C = C
  • Simplification: Subtracting CC from both sides, we get: a(x44x22)=0a \left( \frac{x^4}{4} - \frac{x^2}{2} \right) = 0 Since a0a \neq 0, we can divide by aa: x44x22=0\frac{x^4}{4} - \frac{x^2}{2} = 0 To solve for xx, multiply the entire equation by 4 to clear the denominators: x42x2=0x^4 - 2x^2 = 0 Factor out the common term x2x^2: x2(x22)=0x^2(x^2 - 2) = 0 This equation holds if x2=0x^2 = 0 or x22=0x^2 - 2 = 0. Case 1: x2=0    x=0x^2 = 0 \implies x = 0. Case 2: x22=0    x2=2    x=2x^2 - 2 = 0 \implies x^2 = 2 \implies x = \sqrt{2} or x=2x = -\sqrt{2}.

Step 5: Identify the elements of set TT and calculate the sum of their squares

  • Reasoning: The solutions to the equation f(x)=f(0)f(x) = f(0) are the elements of the set TT. We need to find the sum of the squares of these elements.
  • Set T: The elements of TT are 0,2,20, \sqrt{2}, -\sqrt{2}. T={0,2,2}T = \{0, \sqrt{2}, -\sqrt{2}\}
  • Sum of Squares: xTx2=(0)2+(2)2+(2)2\sum_{x \in T} x^2 = (0)^2 + (\sqrt{2})^2 + (-\sqrt{2})^2 xTx2=0+2+2\sum_{x \in T} x^2 = 0 + 2 + 2 xTx2=4\sum_{x \in T} x^2 = 4
  1. Common Mistakes & Tips

    • Forgetting the constant of integration (C): When integrating to find f(x)f(x), always include the constant of integration. It cancels out in this specific problem, but it's a fundamental part of indefinite integration.
    • Assuming a=1a=1: The leading coefficient aa in f(x)f'(x) is not necessarily 1. While it cancels out in the equation f(x)=f(0)f(x) = f(0), it's important to include it in the general form of f(x)f'(x).
    • Incomplete factoring: Ensure all roots are found. For x2(x22)=0x^2(x^2 - 2) = 0, remember that x2=0x^2=0 gives x=0x=0, and x22=0x^2-2=0 gives two distinct roots.
  2. Summary The problem involves determining a polynomial of degree four given its critical points. By using the critical points to construct the derivative f(x)f'(x), we integrated it to find the general form of f(x)f(x), including the constant of integration CC. The condition f(x)=f(0)f(x) = f(0) simplifies to an equation in xx after evaluating f(0)f(0). Solving this equation by factoring revealed the elements of the set TT. Finally, we computed the sum of the squares of these elements.

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

Practice More Definite Integration Questions

View All Questions