Hi! I'm not entirely sure about this question:
'A rectangle ABCD is inscribed in a circle of radius a.
Find an area-of-the-rectangle function and state the domain.'
Thanks in advance 
first step is to use pythagoras theorem:
- if we draw a diagonal line from point D to B inside the rectangle, we can label the hypotenuse as 2a (radius A multiplied by 2)
- by labelling the other two sides of the right-angle triangle as x and y, we can solve like so:
a^2 + b^2=c^2
y^2 + x^2= (2a)^2
y^2= 4a^2-x^2
hence, y= square root of 4a^2-x^2
as we are asked to find an 'area of the rectangle function', which is length multiplied by width: x(sq. root 4a^2-x^2)
and to find the domain:
sq. root of 4a^2-x^2=0
x=0 4a^2-x^2=0
-x^2=-4a^2
x= sq. root 4 multiplied by sq. root a^2
= 2 x a = 2a
hence, the domain is [0, 2a]
hope i helped
