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

3.3 Q-1

Question Statement

Evaluate the integral:

βˆ«βˆ’2x4βˆ’x2,dx\int \frac{-2x}{\sqrt{4 - x^2}} , dx

Background and Explanation

In this problem, we are dealing with an integral that involves a square root in the denominator and a linear term in the numerator. To solve this, we’ll use substitution and standard integration techniques.

To tackle integrals like these, it is often helpful to recognize a pattern or to simplify the expression using trigonometric substitution or algebraic manipulation. In this case, the square root suggests the use of a standard formula for integrals of the form ∫xa2βˆ’x2,dx\int \frac{x}{\sqrt{a^2 - x^2}} , dx.


Solution

  1. Rewrite the integral:
    The given integral is:
βˆ«βˆ’2x4βˆ’x2,dx \int \frac{-2x}{\sqrt{4 - x^2}} , dx

This matches the form of the standard integral, so we proceed with substitution.

  1. Substitute to simplify:
    Notice that the integral has a structure that hints at a simple substitution. We recognize that the expression under the square root is of the form 4βˆ’x24 - x^2. This suggests the substitution:
u=4βˆ’x2soΒ thatdu=βˆ’2x,dx u = 4 - x^2 \quad \text{so that} \quad du = -2x , dx

The differential βˆ’2x,dx-2x , dx matches the numerator of the integral, so we can directly substitute:

βˆ«βˆ’2x4βˆ’x2,dx=∫uu,du=∫u1/2,du \int \frac{-2x}{\sqrt{4 - x^2}} , dx = \int \frac{\sqrt{u}}{\sqrt{u}} , du = \int u^{1/2} , du
  1. Integrate:
    Now, integrate the simplified expression:
∫u1/2,du=u3/23/2=23u3/2 \int u^{1/2} , du = \frac{u^{3/2}}{3/2} = \frac{2}{3} u^{3/2}
  1. Substitute back:
    Finally, substitute back the value of uu (which is 4βˆ’x24 - x^2) to return to the variable xx:
23(4βˆ’x2)3/2+C \frac{2}{3} (4 - x^2)^{3/2} + C

Therefore, the final answer is:

24βˆ’x2+C 2 \sqrt{4 - x^2} + C

Key Formulas or Methods Used

  • Substitution: We used the substitution u=4βˆ’x2u = 4 - x^2 to simplify the integral.
  • Power Rule: The integral of u1/2u^{1/2} was computed using the power rule for integrals.

Summary of Steps

  1. Recognize the form of the integral and apply the substitution u=4βˆ’x2u = 4 - x^2.
  2. Simplify the integral and integrate u1/2u^{1/2}.
  3. Substitute back to express the result in terms of xx.
  4. Final answer: 24βˆ’x2+C2 \sqrt{4 - x^2} + C.