Question #0993b

1 Answer

16/3163sq. units

Explanation:

enter image source here

Given: y^2=2x+3y2=2x+3 and y = xy=x

Here is a graph of the two equations:

graph{(2x+3-y^2)(y-x)=0 [-10, 10, -5, 5]}

Solving these equations:

y^2=2x+3" [1]"y2=2x+3 [1]
y = x" [2]"y=x [2]

Substituting equation [2] into equation [1]:

x^2=2x+3x2=2x+3

x^2 - 2x - 3=0x22x3=0

(x-3)(x+1)=0(x3)(x+1)=0

x = 3 and x = -1x=3andx=1

:. "Area" = int_-1^3(y - (y^2-3)/2)dy

= {:y^2/2-y^3/6+3/2y]_-1^3

= 16/3 "units"^2