Why is this function piecewise continuous and not just continuous on [0,10]

Integrate

Junior Member
Joined
May 17, 2018
Messages
129
Screenshot 2024-06-05 164704.png



Once we factor and cancel for t-2 we should be left with a discontinuity at t=-2 which is outside our interval of [0,10]. Meaning the function should just be continuous. Not Piece wise continuous.


How does this solution explain that it is piecewise continuous? Just that it can be both?
 
Once we factor and cancel for t-2 we should be left with a discontinuity at t=-2 which is outside our interval of [0,10]. Meaning the function should just be continuous. Not Piece wise continuous.
Just pay attention to which function they are asking about:
  • The simplified function r(t) is continuous on [0, 10].
  • But the given function f(t) is not defined at t=2, so it can't be continuous on the entire interval.
  • And the new function in the last line, in which they have redefined f(2) (with some value other than 1/4) is not continuous at t=2 because that value is not equal to the limits. But it is continuous on each of two pieces.
Does that answer your question?
 
Just pay attention to which function they are asking about:
  • The simplified function r(t) is continuous on [0, 10].
  • But the given function f(t) is not defined at t=2, so it can't be continuous on the entire interval.
  • And the new function in the last line, in which they have redefined f(2) (with some value other than 1/4) is not continuous at t=2 because that value is not equal to the limits. But it is continuous on each of two pieces.
Does that answer your question?
This really really helps.

I never really thought of a function being different from its simplified version.


Although, I'm not sure what's really going on in the last line.
 
I never really thought of a function being different from its simplified version.
A function is a pairing of each input value in a given set (the domain) with an output value; it is a different function if it has a different set of input values (domain).

In cases like this, simplifying changes the domain, so it is no longer the same function.

More particularly, simplifying in this case results in a function with different properties (continuous, where the original was not).

Although, I'm not sure what's really going on in the last line.
Here's the last line:

1717876628247.png

What they're doing here is a sort of unsimplifying -- messing with the original function by adding 2 into its domain, but with a value that makes it not continuous.

Have you tried graphing the functions yet?

Here is the graph of f(t)=t23t+2t24\displaystyle f(t)=\frac{t^2-3t+2}{t^2-4}:

1717877190865.png

Here is r(t)=t1t+2\displaystyle r(t)=\frac{t-1}{t+2}:

1717877307076.png

It's a different function because it's defined for t=2.

Now here's g(t)={t23t+2t24t21t=2\displaystyle g(t)=\left\{\begin{matrix}\frac{t^2-3t+2}{t^2-4} & t\ne2\\ 1 & t=2\end{matrix}\right.:

1717877648173.png

There, I chose to let their "a" be 1. Do you see how this, too, is a different function?
 
A function is a pairing of each input value in a given set (the domain) with an output value; it is a different function if it has a different set of input values (domain).

In cases like this, simplifying changes the domain, so it is no longer the same function.

More particularly, simplifying in this case results in a function with different properties (continuous, where the original was not).


Here's the last line:


What they're doing here is a sort of unsimplifying -- messing with the original function by adding 2 into its domain, but with a value that makes it not continuous.

Have you tried graphing the functions yet?

Here is the graph of f(t)=t23t+2t24\displaystyle f(t)=\frac{t^2-3t+2}{t^2-4}:


Here is r(t)=t1t+2\displaystyle r(t)=\frac{t-1}{t+2}:


It's a different function because it's defined for t=2.

Now here's g(t)={t23t+2t24t21t=2\displaystyle g(t)=\left\{\begin{matrix}\frac{t^2-3t+2}{t^2-4} & t\ne2\\ 1 & t=2\end{matrix}\right.:


There, I chose to let their "a" be 1. Do you see how this, too, is a different function?
Absolutely fantastic, thank you.
 
Top