Skip to main content
Back to Definite Integration
JEE Main 2023
Definite Integration
Definite Integration
Hard

Question

Let P(x) = x 2 + bx + c be a quadratic polynomial with real coefficients such that 01P(x)dx\int_0^1 {P(x)dx} = 1 and P(x) leaves remainder 5 when it is divided by (x - 2). Then the value of 9(b + c) is equal to :

Options

Solution

Key Concepts and Formulas

  • Remainder Theorem: For a polynomial P(x)P(x), the remainder on division by (xa)(x-a) is P(a)P(a).
  • Definite Integration of Polynomials: The integral of a polynomial axnax^n is axn+1n+1\frac{ax^{n+1}}{n+1}. For a definite integral abf(x)dx\int_a^b f(x) dx, we evaluate the antiderivative F(x)F(x) at the limits: F(b)F(a)F(b) - F(a).
  • Solving Systems of Linear Equations: We will use algebraic manipulation (substitution or elimination) to find the values of unknown coefficients.

Step-by-Step Solution

Step 1: Understand the Given Information and Goal We are given a quadratic polynomial P(x)=x2+bx+cP(x) = x^2 + bx + c with real coefficients bb and cc. We are provided with two conditions:

  1. The definite integral of P(x)P(x) from 0 to 1 is 1: 01P(x)dx=1\int_0^1 P(x) dx = 1.
  2. When P(x)P(x) is divided by (x2)(x-2), the remainder is 5. Our objective is to find the value of 9(b+c)9(b+c).

Step 2: Apply the Remainder Theorem The second condition states that P(x)P(x) leaves a remainder of 5 when divided by (x2)(x-2). By the Remainder Theorem, this means P(2)=5P(2) = 5. Substituting x=2x=2 into the polynomial P(x)=x2+bx+cP(x) = x^2 + bx + c: P(2)=(2)2+b(2)+cP(2) = (2)^2 + b(2) + c P(2)=4+2b+cP(2) = 4 + 2b + c Since P(2)=5P(2) = 5, we have: 4+2b+c=54 + 2b + c = 5 Subtracting 4 from both sides gives us our first linear equation: 2b+c=1(Equation 1)2b + c = 1 \quad (\text{Equation 1}) Reasoning: This step converts the information about polynomial division into a concrete algebraic equation involving the unknown coefficients bb and cc.

Step 3: Apply the Definite Integration Condition The first condition states that 01P(x)dx=1\int_0^1 P(x) dx = 1. Substituting P(x)=x2+bx+cP(x) = x^2 + bx + c into the integral: 01(x2+bx+c)dx=1\int_0^1 (x^2 + bx + c) dx = 1 Now, we find the antiderivative of P(x)P(x) using the power rule for integration: [x2+12+1+bx1+11+1+cx0+10+1]01=1\left[ \frac{x^{2+1}}{2+1} + \frac{bx^{1+1}}{1+1} + \frac{cx^{0+1}}{0+1} \right]_0^1 = 1 [x33+bx22+cx]01=1\left[ \frac{x^3}{3} + \frac{bx^2}{2} + cx \right]_0^1 = 1 Next, we evaluate this antiderivative at the upper limit (x=1x=1) and subtract its value at the lower limit (x=0x=0), according to the Fundamental Theorem of Calculus: (133+b(1)22+c(1))(033+b(0)22+c(0))=1\left( \frac{1^3}{3} + \frac{b(1)^2}{2} + c(1) \right) - \left( \frac{0^3}{3} + \frac{b(0)^2}{2} + c(0) \right) = 1 (13+b2+c)(0)=1\left( \frac{1}{3} + \frac{b}{2} + c \right) - (0) = 1 13+b2+c=1\frac{1}{3} + \frac{b}{2} + c = 1 To isolate the terms with bb and cc, subtract 13\frac{1}{3} from both sides: b2+c=113\frac{b}{2} + c = 1 - \frac{1}{3} b2+c=23(Equation 2)\frac{b}{2} + c = \frac{2}{3} \quad (\text{Equation 2}) Reasoning: This step utilizes calculus to establish a second independent relationship between bb and cc, derived from the given integral condition.

Step 4: Solve the System of Linear Equations We now have a system of two linear equations with two variables:

  1. 2b+c=12b + c = 1
  2. b2+c=23\frac{b}{2} + c = \frac{2}{3}

We can solve this system. Let's use the substitution method. From Equation 1, we can express cc in terms of bb: c=12bc = 1 - 2b Substitute this expression for cc into Equation 2: b2+(12b)=23\frac{b}{2} + (1 - 2b) = \frac{2}{3} Combine the terms involving bb: b22b+1=23\frac{b}{2} - 2b + 1 = \frac{2}{3} To combine b2\frac{b}{2} and 2b-2b, find a common denominator: b24b2+1=23\frac{b}{2} - \frac{4b}{2} + 1 = \frac{2}{3} 3b2+1=23-\frac{3b}{2} + 1 = \frac{2}{3} Subtract 1 from both sides: 3b2=231-\frac{3b}{2} = \frac{2}{3} - 1 3b2=2333-\frac{3b}{2} = \frac{2}{3} - \frac{3}{3} 3b2=13-\frac{3b}{2} = -\frac{1}{3} Multiply both sides by 1-1: 3b2=13\frac{3b}{2} = \frac{1}{3} To solve for bb, multiply both sides by 23\frac{2}{3}: b=13×23b = \frac{1}{3} \times \frac{2}{3} b=29b = \frac{2}{9} Now, substitute the value of bb back into the expression for cc (c=12bc = 1 - 2b): c=12(29)c = 1 - 2\left(\frac{2}{9}\right) c=149c = 1 - \frac{4}{9} c=9949c = \frac{9}{9} - \frac{4}{9} c=59c = \frac{5}{9} Reasoning: By systematically solving the system of equations, we determine the unique values of bb and cc that satisfy both given conditions.

Step 5: Calculate the Final Value We are asked to find the value of 9(b+c)9(b+c). Substitute the values of bb and cc we found: b+c=29+59b+c = \frac{2}{9} + \frac{5}{9} b+c=2+59b+c = \frac{2+5}{9} b+c=79b+c = \frac{7}{9} Now, multiply this sum by 9: 9(b+c)=9×(79)9(b+c) = 9 \times \left(\frac{7}{9}\right) 9(b+c)=79(b+c) = 7 Reasoning: This final step directly addresses the question asked in the problem by combining the determined coefficients and performing the required multiplication.

Common Mistakes & Tips

  • Algebraic Errors: Be extremely careful when manipulating fractions and solving the system of equations. Double-checking each step can prevent small errors from snowballing.
  • Integration Errors: Ensure the power rule for integration is applied correctly, especially with the addition of the constant of integration (though it cancels out in definite integrals).
  • Remainder Theorem Misapplication: Always ensure you are substituting the correct value of xx into P(x)P(x) based on the divisor (xa)(x-a).

Summary The problem required us to find the value of 9(b+c)9(b+c) for a quadratic polynomial P(x)=x2+bx+cP(x) = x^2 + bx + c. We used the Remainder Theorem to derive one linear equation from the division condition (P(2)=5P(2)=5). We then used the definite integration condition (01P(x)dx=1\int_0^1 P(x) dx = 1) to derive a second linear equation. Solving these two equations simultaneously yielded the values of bb and cc. Finally, we substituted these values into the expression 9(b+c)9(b+c) to obtain the answer.

The final answer is 7\boxed{7}.

Practice More Definite Integration Questions

View All Questions