Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

3.6 Q-1

Question Statement

Evaluate the integral:
12(x2+1),dx\int_{1}^{2}\left(x^{2}+1\right) , dx


Background and Explanation

To solve this problem, we need to apply the basic rules of integration. The integral consists of two parts:

  • The integral of x2x^2
  • The integral of 11

We will use the power rule for the first term and the standard result for the second term. The power rule is: xn,dx=xn+1n+1+C(for any integer n)\int x^n , dx = \frac{x^{n+1}}{n+1} + C \quad \text{(for any integer n)}

The integral of 1 with respect to xx is simply xx. These concepts will help us break down and solve the integral step by step.


Solution

  1. Separate the Integral:

    We begin by separating the given integral into two simpler integrals: 12(x2+1),dx=12x2,dx+121,dx\int_{1}^{2} \left( x^2 + 1 \right) , dx = \int_{1}^{2} x^2 , dx + \int_{1}^{2} 1 , dx

  2. Integrate x2x^2:

    Using the power rule: x2,dx=x33\int x^2 , dx = \frac{x^3}{3}

    Now, apply the limits of integration from 1 to 2: 12x2,dx=[x33]12=233133=8313=73\int_{1}^{2} x^2 , dx = \left[ \frac{x^3}{3} \right]_{1}^{2} = \frac{2^3}{3} - \frac{1^3}{3} = \frac{8}{3} - \frac{1}{3} = \frac{7}{3}

  3. Integrate 1:

    The integral of 1 is straightforward: 1,dx=x\int 1 , dx = x

    Applying the limits of integration from 1 to 2: 121,dx=[x]12=21=1\int_{1}^{2} 1 , dx = \left[ x \right]_{1}^{2} = 2 - 1 = 1

  4. Combine the Results:

    Adding the two results together: 73+1=73+33=103\frac{7}{3} + 1 = \frac{7}{3} + \frac{3}{3} = \frac{10}{3}

Thus, the value of the integral is: 103\boxed{\frac{10}{3}}


Key Formulas or Methods Used

  • Power rule of integration:
    xn,dx=xn+1n+1+C\int x^n , dx = \frac{x^{n+1}}{n+1} + C
  • Basic integral of 1:
    1,dx=x\int 1 , dx = x

Summary of Steps

  1. Split the integral into two parts:
    12(x2+1),dx=12x2,dx+121,dx\int_{1}^{2} (x^2 + 1) , dx = \int_{1}^{2} x^2 , dx + \int_{1}^{2} 1 , dx

  2. Integrate x2x^2 and apply limits:
    12x2,dx=73\int_{1}^{2} x^2 , dx = \frac{7}{3}

  3. Integrate 1 and apply limits:
    121,dx=1\int_{1}^{2} 1 , dx = 1

  4. Add the results:
    73+1=103\frac{7}{3} + 1 = \frac{10}{3}

Thus, the final result is 103\frac{10}{3}.