S7-SA1-0691
What is Pointwise Continuity?
Grade Level:
Class 12
AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics
Definition
What is it?
Pointwise continuity means checking if a function is continuous at a *single specific point*. A function is continuous at a point if its graph doesn't have any breaks, jumps, or holes exactly at that point. Think of it like drawing a line without lifting your pen at that particular spot.
Simple Example
Quick Example
Imagine you are tracking the temperature of a cup of hot chai. If the temperature changes smoothly from 70 degrees Celsius to 69 degrees Celsius without any sudden jump (like instantly dropping to 20 degrees), then the temperature function is continuous at every point in that interval. Pointwise continuity means checking if it's smooth at, say, exactly 69.5 degrees Celsius.
Worked Example
Step-by-Step
Let's check if the function f(x) = x + 2 is continuous at the point x = 3.
1. Find the value of the function at x = 3: f(3) = 3 + 2 = 5.
---
2. Find the limit of the function as x approaches 3 from the left (LHL): lim (x->3-) (x + 2) = 3 + 2 = 5.
---
3. Find the limit of the function as x approaches 3 from the right (RHL): lim (x->3+) (x + 2) = 3 + 2 = 5.
---
4. Compare the function value and the limits. Here, f(3) = 5, LHL = 5, and RHL = 5.
---
5. Since f(3) = LHL = RHL, the function f(x) = x + 2 is continuous at x = 3.
---
Answer: The function f(x) = x + 2 is continuous at x = 3.
Why It Matters
Understanding pointwise continuity is crucial for building reliable AI models that predict smoothly, designing stable rockets in Space Technology, and ensuring accurate drug dosages in Medicine. Engineers use it to design bridges that don't suddenly break, and data scientists rely on it for smooth data analysis in FinTech. It's a foundational concept for many advanced fields!
Common Mistakes
MISTAKE: Assuming a function is continuous everywhere if it's continuous at one point | CORRECTION: Pointwise continuity checks only one point. A function can be continuous at one point but discontinuous at another.
MISTAKE: Forgetting to check the function's actual value at the point, only checking limits | CORRECTION: For continuity, the function's value AT the point must exist and be equal to the limit at that point.
MISTAKE: Thinking a sharp corner (like in |x|) means discontinuity | CORRECTION: A sharp corner is continuous. Discontinuity means a break, jump, or hole. A sharp corner just means the derivative doesn't exist there, but the function itself is continuous.
Practice Questions
Try It Yourself
QUESTION: Is the function f(x) = x^2 continuous at x = 1? | ANSWER: Yes, it is continuous.
QUESTION: For the function f(x) = (x^2 - 4) / (x - 2), is it continuous at x = 2? | ANSWER: No, it is not continuous at x = 2 because f(2) is undefined.
QUESTION: A function g(x) is defined as g(x) = x + 5 for x <= 2 and g(x) = x^2 + 1 for x > 2. Is g(x) continuous at x = 2? | ANSWER: No, it is not continuous at x = 2. (At x=2, g(2)=7. LHL is 7. RHL is 2^2+1=5. Since LHL != RHL, it's not continuous.)
MCQ
Quick Quiz
Which of the following conditions is NOT required for a function f(x) to be continuous at a point x = a?
f(a) must be defined
The limit of f(x) as x approaches 'a' must exist
The limit of f(x) as x approaches 'a' must be equal to f(a)
The derivative of f(x) must exist at x = a
The Correct Answer Is:
D
For continuity, we only need the function value to exist, the limit to exist, and these two to be equal. The existence of the derivative is a stronger condition (differentiability) and is not required for just continuity.
Real World Connection
In the Real World
In a self-driving car (EVs), the sensor data for distance to another vehicle must be pointwise continuous. If the distance measurement suddenly jumps from 10 meters to 100 meters without actually moving, the car's AI (Machine Learning) would get confused and might cause an accident. Engineers at companies like Tata Motors or Mahindra use this concept to ensure their sensor data streams are smooth and reliable.
Key Vocabulary
Key Terms
FUNCTION: A rule that assigns each input exactly one output | LIMIT: The value a function approaches as the input approaches some value | CONTINUOUS: Without breaks, jumps, or holes | DISCONTINUOUS: Having a break, jump, or hole at a point | DEFINED: Having a specific, calculable value
What's Next
What to Learn Next
Now that you understand pointwise continuity, you should learn about 'Continuity in an Interval'. This will help you understand if a function is smooth across a whole range of points, not just one. It builds directly on what you've learned and is super important for calculus!


