> f:=sqrt(x);

f := sqrt(x)

> g:=1+1/2*(x-1)-1/8*(x-1)^2;

g := 1/2+1/2*x-1/8*(x-1)^2

> plot({f,g},x=0..5,color=black,thickness=3);

[Maple Plot]

>