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

3.7 Q-10

Question Statement

Find the area above the xx-axis bounded by the curve y2=3βˆ’xy^2 = 3 - x from x=βˆ’1x = -1 to x=2x = 2.


Background and Explanation

This problem requires understanding of how to calculate the area between a curve and the x-axis. The given equation is a relation between yy and xx. To find the area, we need to:

  • Solve for yy in terms of xx.
  • Use definite integrals to find the area under the curve.

In this case, the curve y2=3βˆ’xy^2 = 3 - x has two branches, but we are concerned with the positive branch because the area we need to find lies above the x-axis.


Solution

  1. Start by solving for yy:
y2=3βˆ’xβ‡’y=Β±3βˆ’x y^2 = 3 - x \quad \Rightarrow \quad y = \pm \sqrt{3 - x}

Since we are looking for the area above the x-axis, we choose the positive branch:

y=3βˆ’x y = \sqrt{3 - x}

This gives us the equation of the curve above the x-axis.

  1. Determine the limits of integration: The problem specifies the range from x=βˆ’1x = -1 to x=2x = 2. Therefore, we need to find the area under the curve from x=βˆ’1x = -1 to x=2x = 2.

  2. Set up the integral for the area: The area is found by integrating y=3βˆ’xy = \sqrt{3 - x} from x=βˆ’1x = -1 to x=2x = 2:

Area=βˆ«βˆ’123βˆ’x,dx \text{Area} = \int_{-1}^{2} \sqrt{3 - x} , dx

Since we are integrating with respect to xx, we proceed with solving this integral.

  1. Solve the integral: First, rewrite the integral:
Area=βˆ«βˆ’12(3βˆ’x)1/2,dx \text{Area} = \int_{-1}^{2} (3 - x)^{1/2} , dx

To simplify, use the substitution method. The integral becomes:

=βˆ«βˆ’12(3βˆ’x)1/2(βˆ’1),dx = \int_{-1}^{2} (3 - x)^{1/2} (-1) , dx

Now, apply the power rule for integration:

∫(3βˆ’x)1/2dx=(3βˆ’x)3/23/2=23(3βˆ’x)3/2 \int (3 - x)^{1/2} dx = \frac{(3 - x)^{3/2}}{3/2} = \frac{2}{3} (3 - x)^{3/2}
  1. Evaluate the definite integral: Now, substitute the limits x=βˆ’1x = -1 and x=2x = 2:
Area=23[(3βˆ’(βˆ’1))3/2βˆ’(3βˆ’2)3/2] \text{Area} = \frac{2}{3} \left[ (3 - (-1))^{3/2} - (3 - 2)^{3/2} \right]

Simplify the terms inside the parentheses:

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

Calculate the values:

=23[8βˆ’1] = \frac{2}{3} \left[ 8 - 1 \right] =23Γ—7=143 = \frac{2}{3} \times 7 = \frac{14}{3}

Thus, the area is:

Area=143,(sq.Β units) \text{Area} = \frac{14}{3} , \text{(sq. units)}

Key Formulas or Methods Used

  • Power rule for integration:
∫(aβˆ’x)n,dx=(aβˆ’x)n+1n+1 \int (a - x)^n , dx = \frac{(a - x)^{n+1}}{n+1}
  • Substitution method (in this case, simple integration of a binomial expression).

Summary of Steps

  1. Solve for yy: y=3βˆ’xy = \sqrt{3 - x}.
  2. Set up the integral: βˆ«βˆ’123βˆ’x,dx\int_{-1}^{2} \sqrt{3 - x} , dx.
  3. Apply the power rule and simplify the integral.
  4. Evaluate the integral using the limits of integration.
  5. Final answer: 143\frac{14}{3} square units.