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

3.7 Q-8

Question Statement

Find the area bounded by the curve y=x3βˆ’4xy = x^3 - 4x and the xx-axis.


Background and Explanation

In this problem, we need to find the area between the curve y=x3βˆ’4xy = x^3 - 4x and the xx-axis. To solve this, we will:

  1. Identify the points where the curve intersects the xx-axis (i.e., where y=0y = 0).
  2. Set up integrals for the areas above and below the xx-axis and compute them separately.

The curve intersects the xx-axis where the equation y=x3βˆ’4xy = x^3 - 4x equals zero. We will use this information to divide the problem into parts and find the area.


Solution

Step 1: Find the x-intercepts

The curve intersects the xx-axis when y=0y = 0, so set x3βˆ’4x=0x^3 - 4x = 0:

x(x2βˆ’4)=0x(x^2 - 4) = 0

This gives two factors:

  • x=0x = 0
  • x2βˆ’4=0x^2 - 4 = 0, which simplifies to x=Β±2x = \pm 2.

So, the curve cuts the xx-axis at the points (βˆ’2,0)(-2, 0), (0,0)(0, 0), and (2,0)(2, 0).

Step 2: Determine the sign of yy in the intervals

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

Step 3: Set up the integral

The area can be split into two parts:

  • From x=βˆ’2x = -2 to x=0x = 0, the curve is above the xx-axis, so the area is positive.
  • From x=0x = 0 to x=2x = 2, the curve is below the xx-axis, so the area is negative (we will subtract the integral to account for the negative region).

Thus, the total area is:

A=βˆ«βˆ’20y,dxβˆ’βˆ«02y,dxA = \int_{-2}^{0} y , dx - \int_{0}^{2} y , dx

Substitute y=x3βˆ’4xy = x^3 - 4x into both integrals:

A=βˆ«βˆ’20(x3βˆ’4x),dxβˆ’βˆ«02(x3βˆ’4x),dxA = \int_{-2}^{0} (x^3 - 4x) , dx - \int_{0}^{2} (x^3 - 4x) , dx

Step 4: Compute the integrals

We split the integrals into individual terms:

A=(βˆ«βˆ’20x3,dxβˆ’4βˆ«βˆ’20x,dx)βˆ’(∫02x3,dxβˆ’4∫02x,dx)A = \left( \int_{-2}^{0} x^3 , dx - 4 \int_{-2}^{0} x , dx \right) - \left( \int_{0}^{2} x^3 , dx - 4 \int_{0}^{2} x , dx \right)

Now, compute each integral:

  • The integral of x3x^3 is x44\frac{x^4}{4}.
  • The integral of xx is x22\frac{x^2}{2}.

Thus, we evaluate each part:

  1. From x=βˆ’2x = -2 to x=0x = 0:
βˆ«βˆ’20x3,dx=[x44]βˆ’20=(0)4βˆ’(βˆ’2)44=βˆ’164=βˆ’4 \int_{-2}^{0} x^3 , dx = \left[ \frac{x^4}{4} \right]_{-2}^{0} = \frac{(0)^4 - (-2)^4}{4} = -\frac{16}{4} = -4 βˆ«βˆ’20x,dx=[x22]βˆ’20=(0)2βˆ’(βˆ’2)22=βˆ’42=βˆ’2 \int_{-2}^{0} x , dx = \left[ \frac{x^2}{2} \right]_{-2}^{0} = \frac{(0)^2 - (-2)^2}{2} = -\frac{4}{2} = -2

Thus, for the first part of the area:

(βˆ’4βˆ’4(βˆ’2))=βˆ’4+8=4 \left( -4 - 4(-2) \right) = -4 + 8 = 4
  1. From x=0x = 0 to x=2x = 2:
∫02x3,dx=[x44]02=(2)4βˆ’(0)44=164=4 \int_{0}^{2} x^3 , dx = \left[ \frac{x^4}{4} \right]_{0}^{2} = \frac{(2)^4 - (0)^4}{4} = \frac{16}{4} = 4 ∫02x,dx=[x22]02=(2)2βˆ’(0)22=42=2 \int_{0}^{2} x , dx = \left[ \frac{x^2}{2} \right]_{0}^{2} = \frac{(2)^2 - (0)^2}{2} = \frac{4}{2} = 2

Thus, for the second part of the area:

(4βˆ’4(2))=4βˆ’8=βˆ’4 \left( 4 - 4(2) \right) = 4 - 8 = -4

Step 5: Final calculation

Now, subtract the two results:

A=4βˆ’(βˆ’4)=4+4=8A = 4 - (-4) = 4 + 4 = 8

Thus, the total area is:

A=8,squareΒ unitsA = 8 , \text{square units}

Key Formulas or Methods Used

  • Definite Integral: The area under the curve between x=ax = a and x=bx = b is given by:
A=∫abf(x),dx A = \int_a^b f(x) , dx
  • Power Rule of Integration:
∫xn,dx=xn+1n+1 \int x^n , dx = \frac{x^{n+1}}{n+1}
  • Splitting the Integral: The area is divided into regions where the function is above and below the xx-axis, and we handle each part separately.

Summary of Steps

  1. Find the xx-intercepts by solving x3βˆ’4x=0x^3 - 4x = 0, which gives x=βˆ’2,0,2x = -2, 0, 2.
  2. Determine the sign of yy in the intervals [βˆ’2,0][-2, 0] and [0,2][0, 2].
  3. Set up the integrals for the area:
A=βˆ«βˆ’20(x3βˆ’4x),dxβˆ’βˆ«02(x3βˆ’4x),dx A = \int_{-2}^{0} (x^3 - 4x) , dx - \int_{0}^{2} (x^3 - 4x) , dx
  1. Compute the integrals for both parts: A=4βˆ’(βˆ’4)=8A = 4 - (-4) = 8
  2. The total area is: A=8,squareΒ unitsA = 8 , \text{square units}