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

3.7 Q-3

Question Statement

Find the area below the curve y=3xy = 3 \sqrt{x} and above the xx-axis, between x=1x = 1 and x=4x = 4.


Background and Explanation

This problem requires the use of definite integration to find the area under the curve y=3xy = 3 \sqrt{x} between the limits x=1x = 1 and x=4x = 4.

We need to evaluate the integral of the function 3x3 \sqrt{x} within the given limits. The curve is in the first quadrant, and it intersects the xx-axis at x=0x = 0.


Solution

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

A=∫143x,dxA = \int_{1}^{4} 3 \sqrt{x} , dx

Step 1: Express the integral in a simpler form

We can rewrite the integrand as 3Γ—x1/23 \times x^{1/2}:

A=3∫14x1/2,dxA = 3 \int_{1}^{4} x^{1/2} , dx

Step 2: Apply the power rule of integration

The integral of xnx^{n} is given by:

∫xn,dx=xn+1n+1\int x^n , dx = \frac{x^{n+1}}{n+1}

Using this rule, we can now integrate x1/2x^{1/2}:

∫x1/2,dx=x3/23/2=2x3/23\int x^{1/2} , dx = \frac{x^{3/2}}{3/2} = \frac{2x^{3/2}}{3}

Step 3: Evaluate the integral

Now, we evaluate the integral from x=1x = 1 to x=4x = 4:

A=3[2x3/23]14A = 3 \left[ \frac{2x^{3/2}}{3} \right]_{1}^{4}

This simplifies to:

A=2[x3/2]14A = 2 \left[ x^{3/2} \right]_{1}^{4}

Now, evaluate x3/2x^{3/2} at the limits x=4x = 4 and x=1x = 1:

A=2[(4)3/2βˆ’(1)3/2]A = 2 \left[ (4)^{3/2} - (1)^{3/2} \right]

Since 43/2=(22)3/2=23=84^{3/2} = (2^2)^{3/2} = 2^3 = 8 and 13/2=11^{3/2} = 1, we get:

A=2[8βˆ’1]=2Γ—7=14A = 2 \left[ 8 - 1 \right] = 2 \times 7 = 14

Thus, the area is 14 square units.


Key Formulas or Methods Used

  • Definite Integral: The area under the 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 for Integration: The integral of xnx^n is:
∫xn,dx=xn+1n+1 \int x^n , dx = \frac{x^{n+1}}{n+1}

Summary of Steps

  1. Set up the integral: A=3∫14x1/2,dxA = 3 \int_{1}^{4} x^{1/2} , dx

  2. Use the power rule to integrate: ∫x1/2,dx=2x3/23\int x^{1/2} , dx = \frac{2x^{3/2}}{3}

  3. Evaluate the definite integral: A=2[x3/2]14A = 2 \left[ x^{3/2} \right]_{1}^{4}

  4. Simplify the expression: A=2[8βˆ’1]=14A = 2 \left[ 8 - 1 \right] = 14

  5. The area is 14 square units.