Is tan(x) continuous when x = pi/2?

  • Context: High School 
  • Thread starter Thread starter johann1301
  • Start date Start date
  • Tags Tags
    Continuous
Click For Summary

Discussion Overview

The discussion centers on the continuity of the tangent function, specifically at the point x = π/2 (or 90 degrees). It explores definitions of continuity, the implications of a function being undefined at a point, and various definitions and interpretations of continuity in mathematical analysis.

Discussion Character

  • Debate/contested
  • Technical explanation
  • Conceptual clarification
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that tan(x) is not continuous at x = π/2 because it is not defined at that point.
  • Others discuss the general principle that if a function is not defined at a point, it cannot be continuous there.
  • One participant questions whether this principle applies to all functions, prompting further clarification on the definition of continuity.
  • Several participants provide the formal definition of continuity, emphasizing the necessity of a function being defined at a point for it to be continuous.
  • There is a discussion about alternative definitions of continuity, including the epsilon-delta definition, with some arguing that it is not strictly necessary to define limits to discuss continuity.
  • Participants note that different definitions of continuity can lead to confusion, particularly in relation to limits and their definitions.
  • A counter-example is presented to illustrate a situation where a function can be continuous at a point where the limit does not exist.
  • Some participants express differing views on the implications of definitions and the relationship between continuity and limits.
  • There is acknowledgment of the nuances in definitions and the importance of context in discussing continuity.

Areas of Agreement / Disagreement

Participants generally agree that tan(x) is not continuous at x = π/2 due to it being undefined at that point. However, there is disagreement regarding the implications of different definitions of continuity and the relationship between continuity and limits, indicating that multiple competing views remain.

Contextual Notes

Participants highlight that definitions of continuity can vary and that the relationship between continuity and limits may not be straightforward. The discussion reveals potential ambiguities in definitions that could lead to different interpretations.

johann1301
Messages
216
Reaction score
1
Is the tangents function tan(x) continuous when x = 90 degrees or x = pi/2?
 
Physics news on Phys.org
No, it isn't.
 
  • Like
Likes   Reactions: 1 person
because it isn't defined at that point?
 
johann1301 said:
because it isn't defined at that point?
Correct. The domain of tan(x) doesn't include odd multiples of π/2.
 
is this true for all functions? If a function f(x) isn't defined at some point x=a, then f(x) isn't continuous at the point a?
 
Yes, if the function isn't defined at a point, then it's not continuous there. When we talk about continuity, we are necessarily talking about its domain of definition.
 
  • Like
Likes   Reactions: 1 person
Thanks!
 
Do you not know the definition of "continuous" at a give point? It is
"A function, f, is continuous at x= a if and only if these three conditions are satisified:
1) f(a) exists (f is defined at x= a)
2) \lim_{x\to a} f(x) exists
3) \lim_{x\to a} f(x)= f(a)

Since (3) certainly implies that the left and right sides of the equation exist, often we just state (3) alone. But it is part of the definition of "continuous" that f is defined at x= a.
 
HallsofIvy said:
Do you not know the definition of "continuous" at a give point? It is
"A function, f, is continuous at x= a if and only if these three conditions are satisified:
1) f(a) exists (f is defined at x= a)
2) \lim_{x\to a} f(x) exists
3) \lim_{x\to a} f(x)= f(a)

Since (3) certainly implies that the left and right sides of the equation exist, often we just state (3) alone. But it is part of the definition of "continuous" that f is defined at x= a.

Ok, this makes sense, but what about epsilon and delta argumentation? Is that another definition?
 
  • #10
johann1301 said:
Ok, this makes sense, but what about epsilon and delta argumentation? Is that another definition?

Yes, you can define continuity in several different ways that are (mostly) equivalent. None of them has a function being continuous at a point in which it doesn't exist.
 
  • Like
Likes   Reactions: 1 person
  • #11
johann1301 said:
Ok, this makes sense, but what about epsilon and delta argumentation? Is that another definition?

No. That's just used in the definition of a limit, which is used in the definition of a continuous function.
 
  • #12
willem2 said:
No. That's just used in the definition of a limit, which is used in the definition of a continuous function.

That's not necessarily correct, the Weierstrass definition can be used on its own without requiring you to define limits. But even if you define both they need not necessarily correspond, some authors will for instance define them slightly different and then give the "\lim_{x \to c} f(x) = f(c) iff f continuous at c" as a theorem for limit points only (at least my analysis textbook did so). At the end of the day it doesn't make much difference of course, but it's still something to keep in mind.
 
Last edited:
  • #13
As it turns out wikipedia (see article on "continuous function") falls for such an issue, probably due to using several different textbooks by different authors together. The Weierstrass definition has |x-p| < \delta, the definition for a limit has 0 < |x-p| < \delta.

The difference is small but relevant, define f \subseteq \{ p \} \times \mathbb{R} = \{ (p, f(p)) \}. Then the limit at p doesn't exist yet f is continuous at p.
 
  • #14
caveman1917 said:
As it turns out wikipedia (see article on "continuous function") falls for such an issue, probably due to using several different textbooks by different authors together. The Weierstrass definition has |x-p| < \delta, the definition for a limit has 0 < |x-p| < \delta.

The difference is small but relevant, define f \subseteq \{ p \} \times \mathbb{R} = \{ (p, f(p)) \}. Then the limit at p doesn't exist yet f is continuous at p.

Unless I misunderstand what you are saying, this is not an error. For a continuous function ##|x-c|<\delta## is used because the ##\epsilon##-##\delta## relationship must hold when ##x=c##. For a limit ##0<|x-c|<\delta## because the value of ##f(c)## is unimportant (not even required to exist).

If the limit doesn't exist, then there is some ##\epsilon>0## such that no corresponding ##\delta## can be found. If this is the case, it will still be the case when the restriction that ##0<|x-c|## is included. Of course ##\delta>0##. If not, then every point of a function would be continuous.
 
  • #15
DrewD said:
Unless I misunderstand what you are saying, this is not an error.

It is not an error by itself, but using these ways of defining it means that \lim_{x \to c} f(x) = f(c) iff f continuous at c is not a theorem unless restricted to limit points.

The function provided above was intended as a counter-example. It is continuous since for all strictly positive \epsilon there exists a strictly positive \delta such that for all x \in \{ p \} it is true that
|x - p| &lt; \delta \Rightarrow |f(x) - f(p)| &lt; \epsilon which, since the only element of \{ p \} is p itself boils down to
0 &lt; \delta \Rightarrow 0 &lt; \epsilon which is true by definition of \epsilon, \delta.

That the function does not have a limit at p can be seen by that, as you say, it doesn't depend on f(p) but f(p) is all you have to base it on. Or more formally, no (non-empty) punctured neighbourhoods of p exist.
 
  • #16
That's certainly correct. I wasn't paying enough attention. Thank you for pointing out my mistake.

The theorem could be stated as ##f:U\rightarrow\mathbb{R}## with ##U## open instead of referring directly to limit points (I think open sets would save the day).
 
  • #17
DrewD said:
That's certainly correct. I wasn't paying enough attention. Thank you for pointing out my mistake.

You're welcome, but i wouldn't really call it a mistake. I was just trying to point out that the answer to the question whether they are different definitions is indeed yes, they are almost equivalent but not completely. In the end, as long as you're aware of the precise consequences, it's mostly personal preference as to how exactly you define continuity.

The theorem could be stated as ##f:U\rightarrow\mathbb{R}## with ##U## open instead of referring directly to limit points (I think open sets would save the day).

But is ##\{p\}## an open set? It seems impossible for it not to be. Are you thinking of an open interval (of real numbers)? Or are you thinking of some other larger space in which you consider ##\{ p \}## not to be an open set?
 
Last edited:

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 40 ·
2
Replies
40
Views
5K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K