Question: Draw a function

Hi, I'm new to Maple,

 

I need to draw:

j:=x->1/sqrt(2*x-x²);
           1      
x -> --------------
     sqrt(2 x - xᄇ)
I found the integer who is :

Int(j(x),x=0..1)=int(j(x),x=0..1);
            /1                                                   
           |          1                           2              
           |   --------------- dx = ------------------------------
           |             (1/2)                 /            (1/2)\
          /0   (2 x - xᄇ)                (1/2) |    /    2 \     |
                                    (-xᄇ)      |1 + |1 - --|     |
                                               \    \    xᄇ/     /
When I'm trying to plot the equation from y=0..10 I'm having this warning. What I can do for this ?

plot(1/sqrt(2*x-x²),y=0..10);

Warning, unable to evaluate the function to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct
 

Please don't tell me to go check in the help section I read it but didn't find anything for my problem !

 

Thanks a lot

Phil

Please Wait...