Question
Question: Using integration, find the area bounded by the curve \({{x}^{2}}=4y\) and the line \(x=4y-2\)....
Using integration, find the area bounded by the curve x2=4y and the line x=4y−2.
Solution
We start solving this problem by first finding the points of intersection of the given curves. Then we find the area of the region bounded by each curve with x-axis between the points of intersection using the integration formula for area a∫bf(x)dx. Then we subtract the area of the smaller curve from the area of the larger one to get the area of the required region.
Complete step-by-step solution:
First, let us find the points of intersection of the given curves.
x2=4y⇒y=4x2
Substituting it in the equation of line
⇒x=4y−2⇒x=4(4x2)−2⇒x=x2−2⇒x2−x−2=0⇒(x−2)(x+1)=0⇒x=2,−1
When x=2, y=4x2=422=44⇒y=1
When x=-1, y=4x2=4(−1)2=41⇒y=41
So, points of intersection of the two curves are (2,1) and (−1,41).
Now let us look at the plot
We need to find the area of the shaded region. As we see our required area can be written as the difference between the area of line and parabola between x=-1 and x=2.
Let us consider the formula for finding the area of region bounded by a function f(x) between x=a and x=b,
a∫bf(x)dx
Using this formula, let us find the area of region bounded by curve x2=4y and x-axis between x=-1 and x=2.
⇒−1∫24x2dx=41−1∫2x2dx⇒−1∫24x2dx=41[3x3]−12⇒−1∫24x2dx=41[3x3]−12⇒−1∫24x2dx=41[323−3(−1)3]⇒−1∫24x2dx=41[38−3−1]⇒−1∫24x2dx=41[39]⇒−1∫24x2dx=43................(1)
Now, let us find the area of region bounded by curve x=4y−2 and x-axis between x=-1 and x=2.
⇒−1∫24x+2dx=41−1∫2(x+2)dx⇒−1∫24x+2dx=41[2x2+2x]−12⇒−1∫24x+2dx=41[(222+2(2))−(2(−1)2+2(−1))]⇒−1∫24x+2dx=41[(24+4)−(21−2)]⇒−1∫24x+2dx=41[(2+4)−(2−3)]⇒−1∫24x+2dx=41[6+23]⇒−1∫24x+2dx=41×215⇒−1∫24x+2dx=815................(2)
So, now we need to subtract the equation (1) from equation (2), to get our required area
⇒815−43⇒89
Hence, the area of required region is 89 square units.
Hence, the answer is 89 square units.
Note: We can solve this by using a formula too. The area bounded by two curves f(x) and g(x) between x=a and x=b is a∫b(f(x)−g(x))dx. Here our f(x) is the line and g(x) is the parabola. Then we get −1∫2(4x+2−4x2)dx, which is same as what we have done separately. So, one need to remember that both are same and should not confuse that both are different.