StepWorking
01Given
Parabolas P1:y=25x2 and P2:y=x2+6, line y=αx with α>0, and Area(P1,P2)=Area(P1,y=αx).
02Goal
Find the value of α3.
03Approach
First, find the intersection points of P1 and P2 to calculate the enclosed area A1 using integration. Then, determine the intersection of P1 with the line y=αx to find A2 as a function of α. Finally, equate A1=A2 to solve for α3.
04Execute
Find intersection of P1 and P2: 25x2=x2+6⟹23x2=6⟹x2=4⟹x=±2. Compute area A1=∫−22(x2+6−25x2)dx=2∫02(6−23x2)dx=2[6x−2x3]02=2(12−4)=16.
05Execute
Find intersection of y=25x2 and y=αx: 25x2=αx⟹x(5x−2α)=0, so x=0 and x=52α. Compute enclosed area A2=∫02α/5(αx−25x2)dx=[2αx2−65x3]02α/5=2α(254α2)−65(1258α3)=252α3−754α3=752α3.
06Execute
Equate A1=A2: 752α3=16⟹α3=16×275=8×75=600.
✓Verify
Check formula for area between y2=4ax and y=mx or x2=4by and y=mx: for x2=52y (so 4b=2/5⟹b=1/10) and y=mx, the area is 38b2m3=38⋅1001⋅α3=752α3. Setting 752α3=16 gives α3=600. Consistent and verified.