Thread: Math Help
View Single Post
Old Jan 21, 2009 | 03:56 PM
  #19  
Red X's Avatar
Red X
x pǝɹ
 
Joined: Feb 2003
Posts: 6,246
Likes: 1
From: Upstate
Default

Originally Posted by F22B Prelude
My bad I merged two problems

11 if x < -1
For this one you have to know how the range is defined. Is this function defined for all real numbers? If so, then it is discontinuous when x >= -1. If y=0 when x>-1 then its discontinuous (there's a jump) @ x=-1.

-1 <=x <=3; y=x^2 + 2
x > 3; y= 11
Similarly, this would be discontinuous outside the range if you are dealing with real numbers. So whenever x<-1.

In all cases, if x was limited by the definition in the right way(say x could only take on values >-1) then the function in problem #2 could never be discontinuous.

Notice that @x=3, y=11 which is the same when x>3, this means there is no 'jump' or discontinuity at that point. i.e. the limit as you approach from the right is the same as the left.

Last edited by Red X; Jan 21, 2009 at 04:30 PM.
Reply