continuous extensions

chileroo

New member
Joined
Sep 11, 2011
Messages
2
I basically need some help getting started on this problem, I'm not sure even where to begin here.

The problem is:

Define h(2) in a way that extends h(t) = (t2 + 3t - 10)/(t - 2) to be continuous at t = 2.

Any help would be greatly appreciated!
 
I basically need some help getting started on this problem, I'm not sure even where to begin here.

The problem is:

Define h(2) in a way that extends h(t) = (t2 + 3t - 10)/(t - 2) to be continuous at t = 2.

Any help would be greatly appreciated!

Is the function continuous as given?

If yes, simply state "function is already continuous at t = 2"

If not, why not? In case it is discontinuous - what type of discontinuity does it have?
 
I basically need some help getting started on this problem, I'm not sure even where to begin here.

The problem is:

Define h(2) in a way that extends h(t) = (t2 + 3t - 10)/(t - 2) to be continuous at t = 2.

Any help would be greatly appreciated!


Define h(x)\displaystyle h(x) with a limit:

h(t)=limxtx2+3x10x2\displaystyle h(t) = \lim_{x \to t}\frac{x^{2} + 3x - 10}{x - 2}

We then have h(2)=limx2x2+3x10x2=7\displaystyle h(2) = \lim_{x \to 2}\frac{x^{2} + 3x - 10}{x - 2} = 7

We could also do this:

\(\displaystyle h(x) =
\begin{cases}
\frac{t^{2} + 3t - 10}{t - 2}, & \text{if }t \ne 2 \\
7, & \text{if }t = 2
\end{cases}\)

This would actually be the same as writing h(x)=t+5\displaystyle h(x) = t+5. This is because t2+3t10t2=(t+5)(t2)t2\displaystyle \frac{t^{2} + 3t - 10}{t - 2} = \frac{(t+5)(t-2)}{t - 2}, which in turn equals t+5 when t2\displaystyle t+5\text{ when }t \ne 2. But if we define h(2):=7\displaystyle h(2) := 7, we just have h(x)=t+5 for all t\displaystyle h(x) = t+5\text{ for all }t.
 
Last edited:
Top