Question

Difficulty: MediumDefinite Integrals and Area Under Curves

What is the value of the definite integral 12(3x24x2)dx\int_{1}^{2} \left(3x^2 - \frac{4}{x^2}\right) \, dx?

  1. 5Answer
  2. B
    6
  3. C
    9
  4. D
    10

Answer

5
Integrating 3x24x23x^2 - 4x^{-2} gives x3+4xx^3 + \frac{4}{x}. Substituting the upper bound x=2x=2 gives 8+2=108 + 2 = 10, and substituting the lower bound x=1x=1 gives 1+4=51 + 4 = 5. The difference is 105=510 - 5 = 5.

Step-by-Step Solution

1
Rewrite the integrand with a negative exponent
3x24x23x^2 - 4x^{-2}
Converting reciprocal powers into negative exponents simplifies applying the power rule of integration.
2
Find the indefinite integral (antiderivative)
(3x24x2)dx=3x334x11=x3+4x\int (3x^2 - 4x^{-2}) \, dx = \frac{3x^3}{3} - \frac{4x^{-1}}{-1} = x^3 + \frac{4}{x}
Apply the power rule xndx=xn+1n+1\int x^n \, dx = \frac{x^{n+1}}{n+1} to each term.
3
Evaluate the antiderivative at the upper limit x=2x = 2
23+42=8+2=102^3 + \frac{4}{2} = 8 + 2 = 10
Substitute the upper limit into the antiderivative expression.
4
Evaluate the antiderivative at the lower limit x=1x = 1
13+41=1+4=51^3 + \frac{4}{1} = 1 + 4 = 5
Substitute the lower limit into the antiderivative expression.
5
Subtract the lower limit value from the upper limit value
105=510 - 5 = 5
According to the Fundamental Theorem of Calculus, abf(x)dx=F(b)F(a)\int_{a}^{b} f(x)\,dx = F(b) - F(a).

Key Concept

Definite Integration of Polynomial and Power Functions
Rate this question