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

Question

If for all real triplets (a, b, c), ƒ(x) = a + bx + cx 2 ; then 01f(x)dx\int\limits_0^1 {f(x)dx} is equal to :

Options

Solution

Key Concepts and Formulas

  • Definite Integration of Polynomials: The integral of a polynomial (axn+bxm+)dx=axn+1n+1+bxm+1m+1+\int (ax^n + bx^m + \dots) dx = \frac{ax^{n+1}}{n+1} + \frac{bx^{m+1}}{m+1} + \dots (for n,m,1n, m, \dots \neq -1). The definite integral abf(x)dx=F(b)F(a)\int_a^b f(x) dx = F(b) - F(a), where F(x)F(x) is the antiderivative of f(x)f(x).
  • Function Evaluation: To evaluate a function f(x)f(x) at a specific point, substitute that point for xx in the function's expression.
  • Algebraic Manipulation: Simplifying expressions and finding common denominators are crucial for comparing different forms of the same mathematical quantity.
  • Simpson's Rule (for reference): While not explicitly required to be known beforehand, this problem is designed such that one of the options corresponds to Simpson's 1/3 rule for approximating integrals, which is exact for quadratic (and cubic) polynomials. The rule states abf(x)dxh3[f(x0)+4f(x1)+2f(x2)++4f(xn1)+f(xn)]\int_a^b f(x) dx \approx \frac{h}{3}[f(x_0) + 4f(x_1) + 2f(x_2) + \dots + 4f(x_{n-1}) + f(x_n)], where h=banh = \frac{b-a}{n} and xi=a+ihx_i = a + ih. For the interval [0,1][0, 1] with n=2n=2 subintervals, we have h=102=12h = \frac{1-0}{2} = \frac{1}{2}, x0=0x_0=0, x1=1/2x_1=1/2, x2=1x_2=1. The approximation becomes 1/23[f(0)+4f(1/2)+f(1)]=16[f(0)+4f(1/2)+f(1)]\frac{1/2}{3}[f(0) + 4f(1/2) + f(1)] = \frac{1}{6}[f(0) + 4f(1/2) + f(1)].

Step-by-Step Solution

Step 1: Evaluate the definite integral of f(x)f(x) over [0,1][0, 1]. We are given the function f(x)=a+bx+cx2f(x) = a + bx + cx^2. We need to compute 01f(x)dx\int_0^1 f(x) dx. 01(a+bx+cx2)dx\int_0^1 (a + bx + cx^2) dx We integrate term by term using the power rule for integration: adx=ax\int a \, dx = ax bxdx=bx22\int bx \, dx = b \frac{x^2}{2} cx2dx=cx33\int cx^2 \, dx = c \frac{x^3}{3} So, the indefinite integral is ax+bx22+cx33ax + \frac{bx^2}{2} + \frac{cx^3}{3}. Now, we evaluate this from 00 to 11: [ax+bx22+cx33]01=(a(1)+b(1)22+c(1)33)(a(0)+b(0)22+c(0)33)\left[ ax + \frac{bx^2}{2} + \frac{cx^3}{3} \right]_0^1 = \left( a(1) + \frac{b(1)^2}{2} + \frac{c(1)^3}{3} \right) - \left( a(0) + \frac{b(0)^2}{2} + \frac{c(0)^3}{3} \right) =(a+b2+c3)(0)= \left( a + \frac{b}{2} + \frac{c}{3} \right) - (0) =a+b2+c3= a + \frac{b}{2} + \frac{c}{3} To make it easier to compare with the options, we find a common denominator: =6a6+3b6+2c6=6a+3b+2c6= \frac{6a}{6} + \frac{3b}{6} + \frac{2c}{6} = \frac{6a + 3b + 2c}{6} Let's call this result (I).

Step 2: Express the values of f(0)f(0), f(1)f(1), and f(1/2)f(1/2) in terms of aa, bb, and cc. The options are given in terms of f(0)f(0), f(1)f(1), and f(1/2)f(1/2). We need to find these values.

  • For f(0)f(0): Substitute x=0x=0 into f(x)=a+bx+cx2f(x) = a + bx + cx^2. f(0)=a+b(0)+c(0)2=af(0) = a + b(0) + c(0)^2 = a
  • For f(1)f(1): Substitute x=1x=1 into f(x)=a+bx+cx2f(x) = a + bx + cx^2. f(1)=a+b(1)+c(1)2=a+b+cf(1) = a + b(1) + c(1)^2 = a + b + c
  • For f(1/2)f(1/2): Substitute x=1/2x=1/2 into f(x)=a+bx+cx2f(x) = a + bx + cx^2. f(12)=a+b(12)+c(12)2=a+b2+c4f\left(\frac{1}{2}\right) = a + b\left(\frac{1}{2}\right) + c\left(\frac{1}{2}\right)^2 = a + \frac{b}{2} + \frac{c}{4}

Step 3: Evaluate each option using the expressions found in Step 2 and compare with the result from Step 1.

Let's analyze option (A): 16{f(0)+f(1)+4f(12)}\frac{1}{6}\left\{ {f(0) + f(1) + 4f\left( {{1 \over 2}} \right)} \right\} Substitute the expressions for f(0)f(0), f(1)f(1), and f(1/2)f(1/2): 16{a+(a+b+c)+4(a+b2+c4)}\frac{1}{6}\left\{ a + (a + b + c) + 4\left(a + \frac{b}{2} + \frac{c}{4}\right) \right\} Simplify the expression inside the curly braces: 16{a+a+b+c+4a+4b2+4c4}\frac{1}{6}\left\{ a + a + b + c + 4a + \frac{4b}{2} + \frac{4c}{4} \right\} 16{(a+a+4a)+(b+2b)+(c+c)}\frac{1}{6}\left\{ (a+a+4a) + (b+2b) + (c+c) \right\} 16{6a+3b+2c}\frac{1}{6}\left\{ 6a + 3b + 2c \right\} Now, distribute the 16\frac{1}{6}: 6a6+3b6+2c6=a+b2+c3\frac{6a}{6} + \frac{3b}{6} + \frac{2c}{6} = a + \frac{b}{2} + \frac{c}{3} This matches our result (I) from Step 1.

Let's quickly check other options to confirm (A) is the only correct one.

Option (B): 2{3f(1)+2f(12)}2\left\{ 3{f(1) + 2f\left( {{1 \over 2}} \right)} \right\} 2{3(a+b+c)+2(a+b2+c4)}2\left\{ 3(a+b+c) + 2\left(a + \frac{b}{2} + \frac{c}{4}\right) \right\} 2{3a+3b+3c+2a+b+c2}2\left\{ 3a + 3b + 3c + 2a + b + \frac{c}{2} \right\} 2{5a+4b+7c2}=10a+8b+7ca+b2+c32\left\{ 5a + 4b + \frac{7c}{2} \right\} = 10a + 8b + 7c \neq a + \frac{b}{2} + \frac{c}{3}

Option (C): 13{f(0)+f(12)}\frac{1}{3}\left\{ {f(0) + f\left( {{1 \over 2}} \right)} \right\} 13{a+(a+b2+c4)}\frac{1}{3}\left\{ a + \left(a + \frac{b}{2} + \frac{c}{4}\right) \right\} 13{2a+b2+c4}=2a3+b6+c12a+b2+c3\frac{1}{3}\left\{ 2a + \frac{b}{2} + \frac{c}{4} \right\} = \frac{2a}{3} + \frac{b}{6} + \frac{c}{12} \neq a + \frac{b}{2} + \frac{c}{3}

Option (D): 12{f(1)+3f(12)}\frac{1}{2}\left\{ {f(1) + 3f\left( {{1 \over 2}} \right)} \right\} 12{(a+b+c)+3(a+b2+c4)}\frac{1}{2}\left\{ (a+b+c) + 3\left(a + \frac{b}{2} + \frac{c}{4}\right) \right\} 12{a+b+c+3a+3b2+3c4}\frac{1}{2}\left\{ a + b + c + 3a + \frac{3b}{2} + \frac{3c}{4} \right\} 12{4a+5b2+7c4}=2a+5b4+7c8a+b2+c3\frac{1}{2}\left\{ 4a + \frac{5b}{2} + \frac{7c}{4} \right\} = 2a + \frac{5b}{4} + \frac{7c}{8} \neq a + \frac{b}{2} + \frac{c}{3}

Common Mistakes & Tips

  • Algebraic Errors: Be meticulous with algebraic simplification, especially when dealing with fractions and combining terms. A small error in arithmetic can lead to an incorrect final answer.
  • Forgetting the Constant of Integration (for indefinite integrals): While this problem involves definite integrals, it's a good reminder that for indefinite integrals, the constant of integration '+ C' is essential. For definite integrals, it cancels out.
  • Misinterpreting Function Notation: Ensure you correctly substitute the values into f(x)f(x) and don't confuse f(x)f(x) with its coefficients a,b,ca, b, c.

Summary

The problem requires us to evaluate a definite integral of a general quadratic polynomial f(x)=a+bx+cx2f(x) = a + bx + cx^2 over the interval [0,1][0, 1]. We first calculated this integral to be a+b2+c3a + \frac{b}{2} + \frac{c}{3}. Then, we evaluated the function at the points x=0x=0, x=1x=1, and x=1/2x=1/2, expressing these values in terms of the coefficients aa, bb, and cc. Finally, we substituted these expressions into each of the given options. Option (A) yielded the exact same result as our calculated definite integral, confirming it as the correct answer. This result is also consistent with Simpson's 1/3 rule for numerical integration, which is exact for polynomials of degree up to three.

The final answer is \boxed{\frac{1}{6}\left{ {f(0) + f(1) + 4f\left( {{1 \over 2}} \right)} \right}}. This corresponds to option (A).

Practice More Definite Integration Questions

View All Questions