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

3.7 Q-9

Question Statement

Find the area between the curve y=x(xβˆ’1)(x+1)y = x(x - 1)(x + 1) and the xx-axis.


Background and Explanation

To solve this problem, we need to calculate the area bounded by the curve and the xx-axis. This involves finding the points where the curve intersects the xx-axis, setting up definite integrals, and solving for the area. The curve is a cubic polynomial, so it will change direction, and we need to consider these changes for different intervals.


Solution

Step 1: Find the points of intersection

We first find the xx-coordinates where the curve intersects the xx-axis, i.e., where y=0y = 0.

y=x(xβˆ’1)(x+1)y = x(x - 1)(x + 1)

Set y=0y = 0:

x(xβˆ’1)(x+1)=0x(x - 1)(x + 1) = 0

This equation is satisfied when:

x=0,x=1,x=βˆ’1x = 0, \quad x = 1, \quad x = -1

Thus, the curve intersects the xx-axis at the points (0,0)(0, 0), (βˆ’1,0)(-1, 0), and (1,0)(1, 0).

Step 2: Determine the regions

Next, we need to identify where the curve is above or below the xx-axis:

  • For βˆ’1≀x≀0-1 \leq x \leq 0, yβ‰₯0y \geq 0, so the curve is above the xx-axis.
  • For 0≀x≀10 \leq x \leq 1, y≀0y \leq 0, so the curve is below the xx-axis.

Step 3: Set up the integrals

The total area is the sum of the areas between the curve and the xx-axis on the two intervals. We calculate the area on each interval separately:

  • From x=βˆ’1x = -1 to x=0x = 0, the curve is above the xx-axis.
  • From x=0x = 0 to x=1x = 1, the curve is below the xx-axis.

The total area is:

Area=βˆ«βˆ’10(x3βˆ’x)dxβˆ’βˆ«01(x3βˆ’x)dx\text{Area} = \int_{-1}^{0} \left( x^3 - x \right) dx - \int_{0}^{1} \left( x^3 - x \right) dx

Step 4: Solve the integrals

For the first integral:

βˆ«βˆ’10(x3βˆ’x)dx\int_{-1}^{0} \left( x^3 - x \right) dx

We calculate the integrals of x3x^3 and βˆ’x-x separately:

∫x3dx=x44,∫xdx=x22\int x^3 dx = \frac{x^4}{4}, \quad \int x dx = \frac{x^2}{2}

Evaluating this from x=βˆ’1x = -1 to x=0x = 0:

[x44]βˆ’10βˆ’[x22]βˆ’10=(044βˆ’(βˆ’1)44)βˆ’(022βˆ’(βˆ’1)22)\left[\frac{x^4}{4}\right]_{-1}^{0} - \left[\frac{x^2}{2}\right]_{-1}^{0} = \left(\frac{0^4}{4} - \frac{(-1)^4}{4}\right) - \left(\frac{0^2}{2} - \frac{(-1)^2}{2}\right) =(0βˆ’14)βˆ’(0βˆ’12)=βˆ’14+12=14= \left(0 - \frac{1}{4}\right) - \left(0 - \frac{1}{2}\right) = -\frac{1}{4} + \frac{1}{2} = \frac{1}{4}

For the second integral:

∫01(x3βˆ’x)dx\int_{0}^{1} \left( x^3 - x \right) dx

Similarly, we calculate the integrals of x3x^3 and βˆ’x-x separately:

∫x3dx=x44,∫xdx=x22\int x^3 dx = \frac{x^4}{4}, \quad \int x dx = \frac{x^2}{2}

Evaluating this from x=0x = 0 to x=1x = 1:

[x44]01βˆ’[x22]01=(144βˆ’044)βˆ’(122βˆ’022)\left[\frac{x^4}{4}\right]_{0}^{1} - \left[\frac{x^2}{2}\right]_{0}^{1} = \left(\frac{1^4}{4} - \frac{0^4}{4}\right) - \left(\frac{1^2}{2} - \frac{0^2}{2}\right) =(14βˆ’0)βˆ’(12βˆ’0)=14βˆ’12=βˆ’14= \left(\frac{1}{4} - 0\right) - \left(\frac{1}{2} - 0\right) = \frac{1}{4} - \frac{1}{2} = -\frac{1}{4}

Step 5: Combine the results

Now, we subtract the two areas:

TotalΒ Area=14βˆ’(βˆ’14)=14+14=12\text{Total Area} = \frac{1}{4} - \left(-\frac{1}{4}\right) = \frac{1}{4} + \frac{1}{4} = \frac{1}{2}

Thus, the area between the curve and the xx-axis is 12\frac{1}{2} square units.


Key Formulas or Methods Used

  • Definite integrals: To calculate the area between a curve and the xx-axis.
Area=∫abf(x),dx \text{Area} = \int_{a}^{b} f(x) , dx
  • Factorization: Used to find the points where the curve intersects the xx-axis by solving f(x)=0f(x) = 0.

Summary of Steps

  1. Find the points of intersection: Solve x(xβˆ’1)(x+1)=0x(x - 1)(x + 1) = 0 to get x=βˆ’1,0,1x = -1, 0, 1.
  2. Determine the regions: Identify where the curve is above or below the xx-axis.
  3. Set up the integrals: Divide the area into two integrals, one for βˆ’1≀x≀0-1 \leq x \leq 0 and one for 0≀x≀10 \leq x \leq 1.
  4. Solve the integrals: Compute the integrals and find the area for each region.
  5. Combine the results: Add the areas to get the total area, which is 12\frac{1}{2} square units.