yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Functions continuous on all real numbers | Limits and continuity | AP Calculus AB | Khan Academy


2m read
·Nov 11, 2024

Which of the following functions are continuous for all real numbers? So let's just remind ourselves what it means to be continuous, what a continuous function looks like.

A continuous function—let's say that's my Y-axis, that is my X-axis—a function is going to be continuous over some interval if it just doesn't have any, uh, jumps or discontinuities over that or gaps over that interval. So, if it's connected, it for sure has to be defined over that interval without any gaps.

For example, a continuous function could look something like this. This function—let me make that line a little bit thicker—so this function right over here is continuous. It is connected over this interval, the interval that we can see now.

Examples of discontinuous functions over an interval, or non-continuous functions, well, they would have gaps of some kind. They could have some type of an asymptotic discontinuity, so something like that makes it discontinuous. They could have jump discontinuity, something like that. They could just have a gap where they're not defined, so they could have a gap where they're not defined, or maybe they actually are defined there, but it's a removable discontinuity.

So all of these are examples of discontinuous functions. Now, if you want the more mathematical understanding of that—and we've looked at this before—we say that a function f is continuous at some value x equals a if and only if, draw my little two-way arrows here, say if and only if the limit of f of x as x approaches a is equal to the value of the function at a.

So once again, in order to be continuous there, you at least have to be defined there. Now, when you look at these, the one thing that jumps out at me is that in order to be continuous for all real numbers, you have to be defined for all real numbers. And g of x is not defined for all real numbers; it's not defined for negative values of x, and so we would rule this one out.

So let's think about f of x equals e to the x. It is defined for all real numbers, and as we'll see, most of the common functions that you've learned in math, they don't have these strange jumps or gaps or discontinuities. Some of them do—functions like 1/x and things like that—but things like e to the x, it doesn't have any of those.

We could graph e to the x; e to the x looks something like this. It's defined for all real numbers; there's no jumps or gaps of any kind. So this f of x is continuous for all real numbers.

Now, I didn't do a very rigorous proof. You could if you like, but for the sake of this exercise, it's really more about getting this intuitive sense of, like, look, e to the x is defined for all real numbers, and so there's no jumps or gaps here. So it's reasonable to say that it's continuous. But you could do a more rigorous proof if you like as well.

More Articles

View All
Introduction to average rate of change | Functions | Algebra I | Khan Academy
So we have different definitions for d of t on the left and the right, and let’s say that d is distance and t is time. So this is giving us our distance as a function of time. On the left, it’s equal to 3t plus one, and you can see the graph of how distan…
Backspin Basketball Flies Off Dam
Recently, some friends of mine went to the Gordon Dam in Tasmania, which is 126.5 meters (or 415 feet) high. Then they dropped a basketball over the edge. You can see that the basketball gets pushed around a bit by the breeze, but it lands basically right…
The Most Dangerous Stuff in the Universe - Strange Stars Explained
Neutron stars are the densest things that are not black holes. In their cores, we might find the most dangerous substance in existence: Strange matter. A bizarre thing so extreme, that it bends the rules of the universe and could infect and destroy everyt…
Guided meditation to help with test anxiety
Welcome to this meditation. I’ll assume that if you are listening, that you have some type of major test or exam coming up, because that’s what the title of this meditation is about. Now, the word meditation can conjure up different ideas to different fol…
The Explosive Element That Changed The World
Derek: The world is full of mysterious places you can see from high above using Google Earth, but what’s really going on down there, and why? I’m Derek Muller, a scientist, educator, and filmmaker, and I’m going to unearth the stories behind these am…
Calculating weights on Mars with if-elif-else | Intro to CS - Python | Khan Academy
Let’s design a program with chain conditionals. We want to build a program that calculates an object’s weight on different planets. We have the formula for this already: weight equals mass times gravity. So, if we know an object’s weight on Earth, we can…