Question Statement
Find the area between the x-axis and the curve y=2ax−x2 when a>0.
Background and Explanation
To solve this problem, we need to calculate the area between the curve and the x-axis for the given equation. The key concepts involved are:
- Curve Intersection: Identifying the points where the curve intersects the x-axis.
- Definite Integration: Using integration to find the area under the curve over the specified interval.
- Trigonometric Substitution: Simplifying the integral using trigonometric identities for easier calculation.
Solution
Step 1: Finding the points of intersection
We first find the x-values where the curve intersects the x-axis, i.e., when y=0.
Given the equation:
y=2ax−x2
Set y=0:
2ax−x2=0
Squaring both sides:
2ax−x2=0
Factorizing:
x(2a−x)=0
Thus, the curve intersects the x-axis at x=0 and x=2a.
Step 2: Setting up the integral
The curve is above the x-axis between x=0 and x=2a. Therefore, we need to integrate the function y=2ax−x2 from x=0 to x=2a:
Area=∫02a2ax−x2,dx
Step 3: Simplifying the integrand
We rewrite the integrand in a more convenient form:
2ax−x2=a2−(a−x)2
Thus, the integral becomes:
∫02aa2−(a−x)2,dx
Step 4: Trigonometric substitution
Let a−x=asinθ, which implies:
dx=−acosθ,dθ
When x=0, θ=2π, and when x=2a, θ=−2π.
Substituting into the integral:
∫2π−2πa2−a2sin2θ⋅(−acosθ),dθ
Simplifying the square root:
a2cos2θ=acosθ
Thus, the integral becomes:
∫2π−2πacosθ⋅acosθ,dθ=a2∫2π−2πcos2θ,dθ
Step 5: Solving the integral
Use the identity cos2θ=21+cos2θ:
a2∫2π−2π21+cos2θ,dθ
This separates into two integrals:
2a2(∫2π−2π1,dθ+∫2π−2πcos2θ,dθ)
The first integral evaluates to:
∫2π−2π1,dθ=π
The second integral is:
∫2π−2πcos2θ,dθ=0
since sin2θ is zero at both limits.
Thus, the area becomes:
2a2⋅π=2πa2
-
Definite Integral: Used to calculate the area under the curve:
Area=∫abf(x),dx
-
Trigonometric Substitution: To simplify the integral, we used the substitution a−x=asinθ.
-
Trigonometric Identity:
cos2θ=21+cos2θ
Summary of Steps
- Find intersection points: Set y=0 to find x=0 and x=2a.
- Set up the integral: Integrate the function 2ax−x2 from x=0 to x=2a.
- Simplify the integrand: Express 2ax−x2 as a2−(a−x)2.
- Apply trigonometric substitution: Let a−x=asinθ to simplify the integral.
- Solve the integral: Use the identity cos2θ=21+cos2θ and compute the result.
- Final result: The area is 2πa2 square units.