- #1
samir
- 27
- 0
Hi!
I want to define a sine function that is discontinuous at multiples of $\pi$. The multiplier is to be an integer.
How can I do that?
I am thinking about something like this:
$$f(x)=\begin{cases}sin(x) & x \in \Bbb{R} \\ \text{undefined} & x=n \cdot \pi | n \in \Bbb{Z} \text{ and } x \in \Bbb{R}\end{cases}$$
Is this a valid statement?
Not only does it need to be discontinuous, but also undefined at these multiples. I believe it is the only way to have such a function be discontinuous at those multiples. Let me know if you know of another way.
I tried to graph this on my calculator but it didn't work. I think I need to define the condition for undefined in terms of x. Can I do that?
It seems like my calculator wants me to define $n$ first before I use it. But how do you define a variable that holds an element of the infinite set of integers? I'm not so sure. If I could set the data type to integers, that would get me half way there. Since it is a programmable calculator it should be possible. This is more of a product usage question, so I will leave that off for now. What I really want to know is if my definition of such function above is mathematically correct? I can deal with the calculator and graphing later.
I want to define a sine function that is discontinuous at multiples of $\pi$. The multiplier is to be an integer.
How can I do that?
I am thinking about something like this:
$$f(x)=\begin{cases}sin(x) & x \in \Bbb{R} \\ \text{undefined} & x=n \cdot \pi | n \in \Bbb{Z} \text{ and } x \in \Bbb{R}\end{cases}$$
Is this a valid statement?
Not only does it need to be discontinuous, but also undefined at these multiples. I believe it is the only way to have such a function be discontinuous at those multiples. Let me know if you know of another way.
I tried to graph this on my calculator but it didn't work. I think I need to define the condition for undefined in terms of x. Can I do that?
It seems like my calculator wants me to define $n$ first before I use it. But how do you define a variable that holds an element of the infinite set of integers? I'm not so sure. If I could set the data type to integers, that would get me half way there. Since it is a programmable calculator it should be possible. This is more of a product usage question, so I will leave that off for now. What I really want to know is if my definition of such function above is mathematically correct? I can deal with the calculator and graphing later.
Last edited: