Question: Shading Under a Curve

Looking everywhere for this.  Hard to find.  Trying to shade under the curve of $2=x^{.5}+y^{.5}$ from x=0 to 1.  Here is what I found and tried:

 

A:=implicitplot(x^.5+y^.5=2,x=-1..2,y=-1..2,thickness=3,color=blue):
B:=implicitplot(x^.5+y^.5=2,x=0..1,filled=true,color=yellow,view[0..1,-1..1]):
plots[display](A,B, scaling=constrained);

 

 

no idea what the view does.  Any help would be much appreciated. 

 

Nick

Please Wait...