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

3.7 Q-1

Question Statement

Find the area between the xx axis and the curve y=x2+1y = x^2 + 1 from x=1x = 1 to x=2x = 2.


Background and Explanation

To solve this problem, we need to calculate the area under the curve y=x2+1y = x^2 + 1 between x=1x = 1 and x=2x = 2. The concept used here is definite integration, which gives the area under a curve between two points.


Solution

We need to compute the following integral to find the area:

A=12(x2+1),dxA = \int_{1}^{2} (x^2 + 1) , dx

This integral can be broken into two simpler integrals:

A=12x2,dx+121,dxA = \int_{1}^{2} x^2 , dx + \int_{1}^{2} 1 , dx

Step 1: Evaluate the first integral

The integral of x2x^2 is:

x2,dx=x33\int x^2 , dx = \frac{x^3}{3}

Now evaluate this from x=1x = 1 to x=2x = 2:

[x33]12=(2)33(1)33=8313=73\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}

Step 2: Evaluate the second integral

The integral of 1 is simply:

1,dx=x\int 1 , dx = x

Now evaluate this from x=1x = 1 to x=2x = 2:

[x]12=21=1\left[ x \right]_{1}^{2} = 2 - 1 = 1

Step 3: Combine the results

Now, add the results from the two integrals:

A=73+1=73+33=103 square unitsA = \frac{7}{3} + 1 = \frac{7}{3} + \frac{3}{3} = \frac{10}{3} \text{ square units}

Thus, the area under the curve is 103\frac{10}{3} square units.


Key Formulas or Methods Used

  • Definite Integral: The area under a curve from x=ax = a to x=bx = b is given by:
A=abf(x),dx A = \int_{a}^{b} f(x) , dx
  • Basic Integration Rules:
    • xn,dx=xn+1n+1\int x^n , dx = \frac{x^{n+1}}{n+1}
    • 1,dx=x\int 1 , dx = x

Summary of Steps

  1. Set up the integral: A=12(x2+1),dxA = \int_{1}^{2} (x^2 + 1) , dx
  2. Break the integral into two parts: A=12x2,dx+121,dxA = \int_{1}^{2} x^2 , dx + \int_{1}^{2} 1 , dx
  3. Evaluate the first integral: 73\frac{7}{3}
  4. Evaluate the second integral: 11
  5. Add the results: A=103 square unitsA = \frac{10}{3} \text{ square units}