Question
Question: How do you find the area between \( x = 4 - {y^2} \) and \( x = y - 2 \) ?...
How do you find the area between x=4−y2 and x=y−2 ?
Solution
Hint : In order to find the area, we need to know the region between the equations, and from the equation we can see that the first equation would represent a parabola and the second one would represent a straight line. Compare the two equations to find the points of intersection then using integration find the area inside them.
Formula used:
∫xndx=n+1xn+1
∫adx=a∫dx
Complete step-by-step answer :
The first Equation given is: x=4−y2 and the second is x=y−2 .
Since, value of x is given in both, so comparing the two equations, we get:
4−y2=y−2 y2+y−6=0
Comparing the obtained Quadratic Equation with the standard Quadratic Equation ax2+bx+c=0 , we get:
a=1 b=1 c=−6
Solving for discriminant, we get:
D=b2−4ac D=12−4×1×(−6) D=1+24 D=25=5
Quadratic Formula to find both roots of a quadratic equation as
y1=2a−b+b2−4ac and y2=2a−b−b2−4ac
y1,y2 are root to quadratic equations ax2+bx+c .
For, y1 :
y1=2a−b+b2−4ac y1=2×1−1+5=24=2
For, y2 :
y2=2a−b−b2−4ac y2=2×1−1−5=2−6=−3
Hence the factors will be (y−y1)and(y−y2) that is (y−2)and(y+3) .
Putting the values of y1 and y2 in the equation x=y−2 one by one to get x1 and x2 :
x1=y1−2=2−2=0
x2=y2−2=−3−2=−5
Therefore, the points of intersection are:
(x1,y1)and(x2,y2) , which are (0,2)and(−5,−3) .
According to the points obtained, the graph would be:
Since, the starting and ending points for the y-axis are: −3and2 .So, the area is starting from −3to2 .
Writing the first and second equation in terms of y and we get:
x=4−y2=>y=4−x
x=y−2=>y=x+2
The area under the equation is:
A=−3∫2[(4−y2)−(y−2)]dy
On further solving, we get:
A=−3∫2[(4−y2)−(y−2)]dy A=−3∫2[4−y2−y+2]dy A=−3∫2[−y2−y+6]dy A=−−3∫2y2dy−−3∫2ydy+6−3∫2dy A=−[3y3]−32−[2y2]2−3+6[y]2−3 A=−[323−3(−3)3]−[222−2(−3)2]+6[2−(−3)] A=−[38+9]−[2−29]+6[2+3] A=−38−9−2+29+30 A=−38−11+29+30 A=6125=20.833
Therefore, the area between x=4−y2 and x=y−2 is 20.833 sq. units.
So, the correct answer is “ 20.833 sq. units.”.
Note : It's important to find the intersecting points to know the area covered by the parabola and the straight line.
We can also take the value of x instead of y to find the area, just the values inside the integration would be written in terms of x and dx .