Topic: Help w/ Function

Hi!

I am a newbie who is self-teaching calculus.  I am using Graph 4.2.

How can I plot the following function?

y=SQR(x), where X is not equal to 2

Thank you!

Dr. T

Re: Help w/ Function

To plot the square of x for all values except 2, you can use: f(x)=if(x <> 2, sqr(x))
However it will look the same as f(x)=sqr(x)

Re: Help w/ Function

You can add a 'circle' marker at the point of discontinuity.

Post's attachments

Attachment icon discontinuous_functions_01.grf 2.33 kb, 410 downloads since 2016-10-22 

discontinuous_functions_01.png, 3.77 kb, 400 x 300
discontinuous_functions_01.png 3.77 kb, 393 downloads since 2016-10-22 

Attachment icon discontinuous_functions_02.grf 3.51 kb, 389 downloads since 2016-10-22 

discontinuous_functions_02.png, 3.72 kb, 400 x 300
discontinuous_functions_02.png 3.72 kb, 367 downloads since 2016-10-22 

Re: Help w/ Function

Ivan and Benice,

Thank you!

Dr. T