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

3.7 Q-5

Question Statement

Find the area between the xx-axis and the curve y=4xβˆ’x2y = 4x - x^2.


Background and Explanation

To solve this problem, we need to calculate the area under the curve y=4xβˆ’x2y = 4x - x^2 between the points where the curve intersects the xx-axis. This is done by integrating the function over the interval where it is above the xx-axis. The general approach involves setting up a definite integral and calculating the area bounded by the curve and the xx-axis.


Solution

Step 1: Express the function

The given function is:

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

This is a quadratic function that cuts the xx-axis at the points x=0x = 0 and x=4x = 4 (where y=0y = 0).

Step 2: Identify the limits of integration

Since the curve is above the xx-axis between x=0x = 0 and x=4x = 4, we will integrate over the interval [0,4][0, 4].

Step 3: Set up the integral

We now set up the integral to find the area:

A=∫04(4xβˆ’x2),dxA = \int_{0}^{4} (4x - x^2) , dx

Step 4: Compute the integral

First, we integrate the terms 4x4x and x2x^2:

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

Now, substitute these results into the integral:

A=[2x2βˆ’x33]04A = \left[ 2x^2 - \frac{x^3}{3} \right]_0^4

Step 5: Evaluate the definite integral

Now, evaluate the expression at the limits x=4x = 4 and x=0x = 0:

A=(2(4)2βˆ’(4)33)βˆ’(2(0)2βˆ’(0)33)A = \left( 2(4)^2 - \frac{(4)^3}{3} \right) - \left( 2(0)^2 - \frac{(0)^3}{3} \right)

Simplify the terms:

A=(2(16)βˆ’643)βˆ’(0)A = \left( 2(16) - \frac{64}{3} \right) - (0) A=32βˆ’643A = 32 - \frac{64}{3}

Step 6: Final simplification

Simplify the expression to get the final area:

A=963βˆ’643=323A = \frac{96}{3} - \frac{64}{3} = \frac{32}{3}

Thus, the area under the curve is 323\frac{32}{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
  • Power Rule of Integration:
∫xn,dx=xn+1n+1 \int x^n , dx = \frac{x^{n+1}}{n+1}

Summary of Steps

  1. Express the function: y=4xβˆ’x2y = 4x - x^2
  2. Set up the integral: A=∫04(4xβˆ’x2),dxA = \int_0^4 (4x - x^2) , dx
  3. Integrate the function: A=[2x2βˆ’x33]04A = \left[ 2x^2 - \frac{x^3}{3} \right]_0^4
  4. Evaluate the integral at x=4x = 4 and x=0x = 0: A=32βˆ’643A = 32 - \frac{64}{3}
  5. Simplify to get the final area: A=323,sq.Β unitsA = \frac{32}{3} , \text{sq. units}