How to determine the x values where a function is continuous

  • Context: Undergrad 
  • Thread starter Thread starter TheRedDevil18
  • Start date Start date
  • Tags Tags
    Continuous Function
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
TheRedDevil18
Messages
406
Reaction score
2
How would I find the x values for which a function is continuous ?, and how to tell whether it is a removable discontinuity, a jump discontinuity, or an infinite discontinuity ?

Suppose the function is sqrt(9-x^2)/x^2-1
 
Physics news on Phys.org
[itex]\frac{\sqrt{9-x^2}}{x^2-1}=\frac{\sqrt{9-x^2}}{(x-1)(x+1)}[/itex]. So your function is not defined on the points 1 and -1, but it is continuous on the other points as a composition of basic continuous functions. To study the behavior of the function near the singularities, you calculate the limits, you will find [tex]\lim_{x\rightarrow 1} \frac{\sqrt{9-x^2}}{x^2-1}=+ \infty[/tex] from the right and [itex]-\infty[/itex] from the left. The opposite thing happens for -1.
 
ndjokovic said:
[itex]\frac{\sqrt{9-x^2}}{x^2-1}=\frac{\sqrt{9-x^2}}{(x-1)(x+1)}[/itex]. So your function is not defined on the points 1 and -1, but it is continuous on the other points as a composition of basic continuous functions. To study the behavior of the function near the singularities, you calculate the limits, you will find [tex]\lim_{x\rightarrow 1} \frac{\sqrt{9-x^2}}{x^2-1}=+ \infty[/tex] from the right and [itex]-\infty[/itex] from the left. The opposite thing happens for -1.

Wouldn't the numerator also have a restriction ?, the square root can't be negative. So would it be correct in saying that the graph is continuous on the intervals [-3,-1) U [3,1) ?
 
TheRedDevil18 said:
Wouldn't the numerator also have a restriction ?, the square root can't be negative. So would it be correct in saying that the graph is continuous on the intervals [-3,-1) U [3,1) ?
Interval notation goes left to right, so this would be written as [-3, -1) U (1, 3[/color]].
 
ndjokovic said:
[itex]\frac{\sqrt{9-x^2}}{x^2-1}=\frac{\sqrt{9-x^2}}{(x-1)(x+1)}[/itex]. So your function is not defined on the points 1 and -1, but it is continuous on the other points as a composition of basic continuous functions. To study the behavior of the function near the singularities, you calculate the limits, you will find [tex]\lim_{x\rightarrow 1} \frac{\sqrt{9-x^2}}{x^2-1}=+ \infty[/tex] from the right and [itex]-\infty[/itex] from the left. The opposite thing happens for -1.
Technically, ##\lim_{x\to 1} \frac{\sqrt{9-x^2}}{x^2-1} ## does not exist, since the left and right limits are different (which is what you said). The notation that is often used is
##\lim_{x \to 1^+} \frac{\sqrt{9-x^2}}{x^2-1} = \infty## and ##\lim_{x \to 1^-} \frac{\sqrt{9-x^2}}{x^2-1} = -\infty##.