• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Calculus From Limits to Mastery

Calnzee

Think Calculus. Learn Calculus. Live Calculus

  • Home
  • Articles
  • Terms
    • Privacy
    • Disclaimer
  • Support
  • Subscribe
  • Contact

Differential Calculus

Understanding Limits: Why the Limit Value Can Be Independent of the Function Value

June 19, 2026 by Splendid Leave a Comment

The Big Idea

One of the most important discoveries students make when studying calculus is that a limit value and a function value are not necessarily the same thing.

A function can approach one value while having a completely different value at the point itself.

This idea often feels strange at first because, in everyday arithmetic, a value is simply a value. Calculus introduces a new perspective: sometimes what happens near a point matters more than what happens at the point.


A Common Example

Consider the function:

f(x)=\begin{cases}x^2, & x\neq 1\\100, & x=1\end{cases}

For all values close to 1, the function behaves exactly like x^2.

Therefore,

\lim_{x\to1}f(x)=1

However, the function value at the point is:

f(1)=100

Notice that:

  • The limit is 1.
  • The function value is 100.

Both statements are true simultaneously.


Why Does This Happen?

A limit examines the behavior of a function near a point.

When evaluating:

\lim_{x\to a}f(x)

the values of f(x) are considered for points very close to a.

The actual value f(a) is not part of the limit definition.

In other words, limits focus on the journey, not necessarily the destination.


Applying Limit Laws

Consider the information:

\lim_{x\to1}f(x)=3

and

f(1)=0

Suppose it is also known that:

\lim_{x\to1}g(x)=7

Now evaluate:

\lim_{x\to1}[2f(x)+g(x)]^2

Using the limit laws:

\lim_{x\to1}2f(x)+g(x)]^2=\left(2\lim_{x\to1}f(x)+\lim_{x\to1}g(x)\right)^2

Substituting the known limits:

\lim_{x\to1}[2f(x)+g(x)]^2=\left(2(3)+7\right)^2=13^2=169

Notice that the value:

f(1)=0

plays no role in the calculation because limits depend on the behavior of the function near the point rather than the value at the point itself.


Can Exceptional Values Be Ignored?

This observation leads to an important idea in calculus.

Suppose a function is continuous almost everywhere except for a few isolated points where different values have been assigned.

In many calculus applications, the limit values provide a better description of the function’s overall behavior than those isolated exceptions.

For example:

f(x)=\begin{cases}x^2, & x\neq 1\\100, & x=1\end{cases}

The graph behaves like x^2 everywhere except at one point.

A mathematician would often say that the function is “essentially” behaving like x^2 and that the point at x=1 represents a removable defect.


Removable Discontinuities

A discontinuity is called removable when the limit exists but the function value differs from that limit.

In the previous example:

\lim_{x\to1}f(x)=1

but

f(1)=100

The discontinuity can be removed by redefining the function value:

f(1)=1

After doing so, the function becomes continuous.


Why Calculus Prefers Limits

Calculus focuses on:

  • Continuity
  • Rates of change
  • Derivatives
  • Areas under curves
  • Long-term behavior

In many of these situations, changing a function at a single point has no effect on the overall result.

For example, the area under a curve remains unchanged whether:

f(1)=1

or

f(1)=1000000

A single point contributes no area.

This is why limits play such a central role in calculus.


A Helpful Mental Model

A useful way to think about functions is to imagine two layers:

Layer 1: Overall Behavior

How the graph behaves as values move through the domain.

Layer 2: Exceptional Point Values

Special values assigned at specific points.

Limits study Layer 1.

Function values study Layer 2.

When only a few exceptional points exist, calculus is often more interested in the overall behavior represented by the limits.


Key Takeaways

  • A limit value and a function value are different concepts.
  • The limit depends on values near a point.
  • The function value depends on the exact point.
  • A limit can exist even when the function value is different.
  • Isolated exceptional values often do not affect the overall behavior of a function.
  • Removable discontinuities occur when a limit exists but the function value does not match the limit.

Most importantly:

\lim_{x\to a}f(x)\neq f(a)

in general.

They are equal only when the function is continuous at the point.

\lim_{x\to a}f(x)=f(a)

Understanding this distinction is one of the foundational ideas that makes calculus possible.

Filed Under: Articles, Differential Calculus Tagged With: continuity, functions, limits

Understanding Derivatives, Relative Extrema, and Points of Inflection

June 16, 2026 by Splendid Leave a Comment

The Big Idea

When studying a function, we often want to answer three important questions:

  1. Is the function increasing or decreasing?
  2. Does the function have any local maxima or minima?
  3. Where does the graph change its shape or curvature?

These questions can be answered using the first and second derivatives.

The first derivative helps us understand the slope of a graph, while the second derivative helps us understand its concavity.

In this post, we will use the function:

f(x)=x^4-2x^3

to understand these concepts.


Understanding the First Derivative

What Is the First Derivative?

The first derivative measures the rate at which a function changes.

It tells us whether the graph is moving upward or downward as we move from left to right.

The first derivative is written as:

f'(x)=\frac{d}{dx}f(x)

Key Interpretation

If:

f'(x)>0

the function is increasing.

If:

f'(x)<0

the function is decreasing.

If:

f'(x)=0

the graph has a horizontal tangent and may contain a maximum or minimum.

Example

Consider the function:

f(x)=x^4-2x^3

Differentiating gives:

f'(x)=4x^3-6x^2

Factoring:

f'(x)=2x^2(2x-3)

To find important points on the graph, we set the derivative equal to zero:

2x^2(2x-3)=0

This gives:

x=0,\quad x=\frac{3}{2}

These values are called critical points.


Understanding Critical Points

What Is a Critical Point?

A critical point is a point where:

f'(x)=0

or where the derivative does not exist.

Critical points are important because maxima and minima can only occur at these points.

Important Note

Not every critical point is a maximum or minimum.

To determine whether a critical point is actually an extremum, we must check how the derivative behaves around it.


Understanding Relative Extrema

What Are Relative Extrema?

Relative extrema are local maximum and minimum points.

A relative maximum occurs when the graph rises and then falls.

A relative minimum occurs when the graph falls and then rises.

The First Derivative Test

We determine extrema by checking whether the derivative changes sign.

Relative Maximum

If:

+\rightarrow-

the function changes from increasing to decreasing.

Therefore, a relative maximum occurs.

Relative Minimum

If:

-\rightarrow+

the function changes from decreasing to increasing.

Therefore, a relative minimum occurs.

Applying the Test

For:

f'(x)=2x^2(2x-3)

we examine the intervals around the critical points.

For values less than 0:

f'(x)<0

For values between 0 and:

\frac{3}{2}

the derivative remains negative.

For values greater than:

\frac{3}{2}

the derivative becomes positive.

This gives the sign pattern:

-\rightarrow-\rightarrow+

Notice that at:

x=0

the derivative does not change sign.

Therefore:

x=0

is not an extremum.

At:

x=\frac{3}{2}

the derivative changes from negative to positive.

Therefore:

x=\frac{3}{2}

is a relative minimum.

Takeaway

A critical point becomes a relative extremum only when the derivative changes sign.

For this function, there is exactly one relative extremum.


Understanding the Second Derivative

What Is the Second Derivative?

The second derivative measures how the slope is changing.

It helps us understand the curvature of a graph.

The second derivative is written as:

f''(x)=\frac{d^2}{dx^2}f(x)

Key Interpretation

If:

f''(x)>0

the graph is concave upward.

If:

f''(x)<0

the graph is concave downward.


Understanding Concavity

Concave Up

A graph is concave upward when it bends like a bowl.

Mathematically:

f''(x)>0

Concave Down

A graph is concave downward when it bends like an upside-down bowl.

Mathematically:

f''(x)<0

The second derivative tells us which type of curvature the graph has.


Understanding Points of Inflection

What Is a Point of Inflection?

A point of inflection is a point where the graph changes concavity.

In other words, the graph changes from:

  • Concave up to concave down

or

  • Concave down to concave up

Key Statement

A point of inflection occurs when the second derivative changes sign.

Important Note

A point where:

f''(x)=0

is only a candidate for an inflection point.

The sign of the second derivative must actually change.


Finding the Points of Inflection

For the function:

f(x)=x^4-2x^3

the second derivative is:

f''(x)=12x^2-12x

Factoring:

f''(x)=12x(x-1)

Setting the second derivative equal to zero:

12x(x-1)=0

gives:

x=0,\quad x=1

These are possible inflection points.

Sign Test

For values less than 0:

f''(x)>0

For values between 0 and 1:

f''(x)<0

For values greater than 1:

f''(x)>0

This gives:

+\rightarrow-\rightarrow+

The sign changes at both points.

Therefore:

x=0

and

x=1

are points of inflection.

Takeaway

A point of inflection occurs whenever the graph changes concavity, which happens when the second derivative changes sign.


Final Results for the Function

For:

f(x)=x^4-2x^3

we found:

  • One relative extremum
  • A relative minimum at
x=\frac{3}{2}
  • Two points of inflection
  • Inflection points at
x=0

and

x=1

Final Takeaway

The first derivative tells us about slope and direction.

\text{First Derivative}\rightarrow\text{Increasing or Decreasing}

The first derivative test helps us identify maxima and minima.

\text{Critical Points}\rightarrow\text{Possible Extrema}

The second derivative tells us about curvature.

\text{Second Derivative}\rightarrow\text{Concavity}

The second derivative test helps us identify points of inflection.

\text{Sign Change in }f''(x)\rightarrow\text{Point of Inflection}

Together, these ideas form the foundation of graph analysis in differential calculus.

Filed Under: Articles, Differential Calculus Tagged With: extrema, inflection points

Why the Limit Does Not Care About the Function Value

June 16, 2026 by Splendid Leave a Comment

Common Misconception

Many students think that to find a limit, we simply use the function value.

This is not always true.

A limit looks at what happens near a point, not necessarily at the point.

Example

Suppose:

\lim_{x\to 2}f(x)=5

and

f(2)=100

When evaluating the limit, we use the value the function is approaching:

\lim_{x\to 2}f(x)=5

The fact that:

f(2)=100

does not change the limit.

Real-Life Analogy

Think of approaching a destination.

  • The limit is the place you are heading toward.
  • The function value is where you are standing at the exact moment.

You can be approaching one location while standing somewhere else.

Exam Tip

When solving limit problems:

  1. Look at values near the point.
  2. Determine what the function approaches.
  3. Do not automatically substitute the function value.

Important Formula

A function is continuous only when:

\lim_{x\to a}f(x)=f(a)

If this equality does not hold, the function is not continuous at (a).

Final Takeaway

The limit describes approaching behavior, while the function value describes actual behavior at a point.

\text{Limit} \rightarrow \text{near the point} \text{Function value} \rightarrow \text{at the point}

That is why the limit value and the function value are independent of each other.

Filed Under: Articles, Differential Calculus Tagged With: continuity, functions, limits

Limit Value vs Function Value

June 16, 2026 by Splendid Leave a Comment

The Big Idea

A limit value and a function value are two different concepts.

  • The limit tells us what value the function is approaching.
  • The function value tells us the actual value of the function at a specific point.

Therefore, the limit can exist even if the function value is different or does not exist.

Key Statement

The limit value is independent of the function value, and the function value is independent of the limit value.

Example

Suppose:

\lim_{x\to 1}f(x)=3

but

f(1)=0

This means:

  • As (x) gets close to 1, the function values get close to 3.
  • At exactly (x=1), the function’s value is 0.

Both statements can be true at the same time.

Visual Interpretation

Imagine a graph with:

  • An open circle at ((1,3))
  • A filled dot at ((1,0))

The graph approaches 3, so the limit is 3.

The filled dot shows the actual function value, which is 0.

Takeaway

Always remember:

\lim_{x\to a}f(x)\neq f(a)\text{ in general}

They are equal only when the function is continuous at (x=a).


Filed Under: Differential Calculus Tagged With: continuity, limits

Primary Sidebar

Recent Posts

  • Why a Semicircle Can Satisfy MVT Even When the Derivative Doesn’t Exist at the Endpoints
  • Understanding Secant Lines, Tangent Lines, and Their Connection to Rates of Change
  • Understanding Limits: Why the Limit Value Can Be Independent of the Function Value
  • Understanding Derivatives, Relative Extrema, and Points of Inflection
  • Why the Limit Does Not Care About the Function Value

Archives

  • June 2026

Categories

  • Articles
  • Differential Calculus
  • Integral Calculus
Terms Display
functions inflection points mean value theorem continuity extrema derivatives tangent secant limits

Footer

Calculus 1A: Differentiation

Calculus 1A: Differentiation by MITx

Calculus 1B: Integration

Calculus 1B: Integration by MITx

Calculus 1C: Coordinate Systems & Infinite Series

This website may use AI tools to assist in content creation. All articles are reviewed, edited, and fact-checked by our team before publishing. We may receive compensation for featuring sponsored products and services or when you click on links on this website. This compensation may influence the placement, presentation, and ranking of products. However, we do not cover all companies or every available product.

  • Home
  • Articles
  • Terms
  • Support
  • Subscribe
  • Contact