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

Graphical limit where function undefined


2m read
·Nov 11, 2024

So we have the graph of ( y = f(x) ) right over here. What we want to do is figure out the limit of ( f(x) ) as ( x ) approaches -4. So, what does that mean?

Well, a limit is saying, “What is my function approaching as the input of that function approaches, in this case, -4?” As the input approaches a value, and as we see in this example, the function doesn't necessarily have to be even defined at that value. We can see ( f(4) ), you go to ( x ) at -4, and you see that ( f(4) ) is undefined. So this is not defined, but as we'll see, even though the function isn't defined there, the limit might be defined there.

Actually, it could go the other way around; sometimes a function is defined there, but the limit is not, and we'll see that in future videos. But let's just get an understanding here of what's going on as ( x ) approaches -4 from values greater than -4 and from values less than -4.

Well, let's first think about values greater than -4. So when ( x ) is -1, this is ( f(-1) ). This is ( f(-2) ). This is ( f(-3) ). This is ( f(-3.5) ). This is ( f(-3.9) ). This is ( f(-3.99) ). This is ( f(-4.0001) ). You can see the value of our function, as ( x ) gets closer and closer to -4 from values greater than -4, seems to be approaching 6.

Let’s see if that's true from the other direction, some from values less than -4. So this is ( f(-7) ). This is ( f(-5) ). This is ( f(-4.5) ). This is ( f(-4.1) ). This is ( f(-4.01) ). It looks like it's getting awfully close to a little bit more than 6. So it seems, as we get closer and closer to -4, the value of our function is approaching positive 6.

More Articles

View All
I read 100 Philosophical Books. Here's the best one.
I remember feeling completely aimless in high school. None of my classes felt particularly meaningful to me. I would sit in class, stare straight ahead, and my mind would often just wander. At home, I would try to avoid thinking too much by playing video …
2015 AP Chemistry free response 1e | Chemistry | Khan Academy
The only common oxide of zinc has a formula ZnO, zinc, and then you have your oxygen. Write the electron configuration for a zinc atom in the ground state. So, there’s a couple of ways that you could do this for the electron configuration. Let’s first id…
Don't Start a Blog, Start a Cult - Mr. Money Mustache
The first question I had for you, not on the paper, is if I want to start a cult-like Mustache Ian’s. What are your pro tips? That’s a good question, and if I had prepared, I would have brought my little talk that I gave a few years ago at a blogger conf…
Organization in the human body | Cells and organisms | Middle school biology | Khan Academy
Have you ever thought about how incredible the human body is? For example, just to name a few things that your body’s already been doing today: you’re using your lungs to take breaths in and out, your heart’s beating without stopping, and your brain is co…
Warren Buffett: How Long Can This Stock Bubble Last? (2021)
It’s no secret that stock prices have continued to hit all-time highs. All three major American stock market indices, the S&P 500, the Dow Jones Industrial Average, and the Nasdaq, all are at record highs. That has led to some very prominent and highl…
Simulating robots with module imports | Intro to CS - Python | Khan Academy
Let’s design a program that imports functionality from another file. When programming teams collaborate on projects, they’re often writing code across multiple files. They package their work into functions and then share them for other team members to use…