If a function has a removable discontinuity at [tex]x = a[/tex], that means these things.
[tex]
\begin{align*}<br />
\lim_{x \to a^+} f(x) & = \lim_{x \to a^-} f(x)\\<br />
\text{ so } & \lim_{x \to a} f(x) \text{ exists}\\<br />
f(a) & \text{ is defined} \\<br />
f(a) & \ne \lim_{x \to a^+} f(x)<br />
\end{align*}[/tex]
All the limits above are finite. Basically, if there is a removable discontinuity at [tex]x = a[/tex], the function has almost everything needed to be continuous there, but the function value is "wrong". Here is an example.
[tex]
f(x) = \begin{cases}<br />
3x+5 & \text{ if } x \ne 10\\<br />
20 & \text{ if } x = 10 <br />
\end{cases}[/tex]
Here the limit at 10 is equal to 35 (because both one-sided limits equal 35), but [tex]f(10) = 20[/tex], so the function is not continuous there. We say there is a removable discontinuity at 10 because we can do this: make [tex]f[/tex] continuous merely by doing this:
[tex]
F(x) = \begin{cases}<br />
3x + 5 & \text{ if } x \ne 10\\<br />
35 & \text{ if } x = 10 <br />
\end{cases}[/tex]
i.e. - we remove the discontinuity by redefining the function at the problem point, in order to make the function continuous there.
A function has a jump discontinuity at a spot if the two one-sided limits both exist but are not equal. Here is an example - the jump discontinuity is at [tex]x = 2[/tex].
[tex]
w(x) = \begin{cases}<br />
2x - 1 & \text{ if } x <=2\\<br />
10x + 1 & \text{ if } x > 2<br />
\end{cases}[/tex]
The limit from the left is 3, the limit from the right is 21. If you were to view the graph of [tex]w[/tex] you would see a 'jump' in the two portions of the graph at [tex]x = 2[/tex]. What you need to do is find the values of [tex]a[/tex] and [tex]b[/tex] to make your function have the types of behavior discussed here. Good luck.