If a Function is 0 at a Point is Continuous at That Point

Critical Point

The concept of critical point is very important in Calculus as it is used widely in solving optimization problems. The graph of a function has either a horizontal tangent or a vertical tangent at the critical point. Based upon this we will derive a few more facts about critical points.

Let us learn more about critical points along with its definition and how to find it from a function and from a graph along with a few examples.

1. What is a Critical Point of a Function?
2. Finding Critical Points
3. Critical Points on a Graph
4. Critical Points of Multivariable Functions
5. FAQs on Critical Points

What is a Critical Point of a Function?

A critical point of a function y = f(x) is a point (c, f(c)) on the graph of f(x) at which either the derivative is 0 (or) the derivative is not defined. But how is a critical point related to the derivative? We know that the slope of a tangent line of y = f(x) at a point is nothing but the derivative f'(x) at that point. We already have seen that a function has either a horizontal or a vertical tangent at the critical point.

  • Horizontal tangent at (c, f(c)) ⇒ Slope = 0 ⇒ f '(c) = 0
  • Vertical tangent at (c, f(c)) ⇒ Slope = undefined ⇒ f'(c) is NOT defined

Critical Point of a Function Definition

Based upon the above discussion, a critical point of a function is mathematically defined as follows. A point (c, f(c)) is a critical point of a continuous function y = f(x) if and only if

  • c is in the domain of f(x).
  • Either f '(c) = 0 or f'(c) is NOT defined.

Critical Values of a Function

The critical values of a function are the values of the function at the critical points. For example, if (c, f(c)) is a critical point of y = f(x) then f(c) is called the critical value of the function corresponding to the critical point (c, f(c)).

Finding Critical Points

Here are the steps to find the critical point(s) of a function based upon the definition. To find the critical point(s) of a function y = f(x):

  • Step - 1: Find the derivative f '(x).
  • Step - 2: Set f '(x) = 0 and solve it to find all the values of x (if any) satisfying it.
  • Step - 3: Find all the values of x (if any) where f '(x) is NOT defined.
  • Step - 4: All the values of x (only which are in the domain of f(x)) from Step - 2 and Step - 3 are the x-coordinates of the critical points. To find the corresponding y-coordinates, just substitute each of them into the function y = f(x). Writing all such pairs (x, y) would give us all critical points.

Example to Find Critical Points

Let us find the critical points of the function f(x) = x1/3 - x. For this, we first have to find the derivative.

Step - 1: f '(x) = (1/3) x-2/3 - 1 = 1 / (3x2/3)) - 1

Step - 2: f'(x) = 0
1 / (3x2/3)) - 1 = 0
1 / (3x2/3)) = 1
1 = 3x2/3
1/3 = x2/3
Cubing on both sides,
1/27 = x2
Taking square root on both sides,
± 1/(3√3) = x (or) x = ± √3 / 9
So x = √3 / 9 and x = - √3 / 9

Step - 3: f'(x) is NOT defined at x = 0.

Step - 4: The domain of f(x) is the set of all real numbers and hence all x-values from Step - 2 and Step - 3 are present in the domain of f(x) and hence all these are the x-coordinates of the critical points. Let us find their corresponding y-coordinates:

  • When x = √3 / 9, y = (√3 / 9)1/3 - (√3 / 9) = 2√3 / 9
  • When x = -√3 / 9, y = (-√3 / 9)1/3 - (-√3 / 9) = -2√3 / 9
  • When x = 0, y = 01/3 - 0 = 0

Therefore, the critical points of f(x) are (√3 / 9, 2√3 / 9), (-√3 / 9, -2√3 / 9) and (0, 0). In this example, the y-coordinates of critical points which are 2√3 / 9, -2√3 / 9, and 0 are the critical values of the function.

Critical Points on a Graph

We have already seen how to find the critical points when a function is given. Now, we will see how to find the critical points from the graph of a function. The following points would help us in identifying the critical points from a given graph.

  • We know that the points at which the tangents are horizontal are critical points. So at all such critical points, the graph either changes from "increasing to decreasing" or from "decreasing to increasing". It means the curve may have (but not necessarily) a local maximum or a local minimum at critical points. Here is an example.

    How to find critical points from a graph? An example graph is shown for this where the critical points are shown at local minimum and local maximum.
    In the above figure, (0, 0) and (2, 4) are critical points as we have local minimum and local maximum respectively at these points. Note that we can draw horizontal tangents also at these points.

  • The points on the curve where we can draw a vertical tangent are also critical points.

    How to find critical points from a graph? An example graph is shown for this where the critical points are shown at which we can draw vertical tangents.
    In the above figure, (0, 0) is a critical point.

  • The sharp turning points (cusps) are also critical points.

    How to find critical points from a graph? An example graph is shown for this where the critical points are shown at with sharp turning points which are known as cusps.
    In the above figure, (0, 0) is a critical point.

Critical Points of Multivariable Functions

For finding the critical points of a single-variable function y = f(x), we have seen that we set its derivative to zero and solve. But to find the critical points of multivariable functions (functions with more than one variable), we will just set every first partial derivative with respect to each variable to zero and solve the resulting simultaneous equations. For example:

  • To find the critical points of a two-variable function f(x, y), set ∂f / ∂x = 0 and ∂f / ∂y = 0 and solve the system of equations.
  • To find the critical points of a three-variable function f(x, y, z), set ∂f / ∂x = 0, ∂f / ∂y = 0, and ∂f / ∂z = 0 and solve the resultant system of equations.

Example of Finding Critical Points of a Two-Variable Function

Let us find the critical points of f(x, y) = x2 + y2 + 2x + 2y. For this, we have to find the partial derivatives first and then set each of them to zero.

∂f / ∂x = 2x + 2 and ∂f / ∂y = 2y + 2

If we set them to zero,

  • 2x + 2 = 0 ⇒ x = -1
  • 2y + 2 = 0 ⇒ y = -1

So the critical point is (-1, -1).

Important Points on Critical Points:

  • The points at which horizontal tangent can be drawn are critical points.
  • The points at which vertical tangent can be drawn are critical points.
  • All sharp turning points are critical points.
  • Local minimum and local maximum points are critical points but a function doesn't need to have a local minimum or local maximum at a critical point. For example, f(x) = 3x4 - 4x3 has critical point at (0, 0) but it is neither a minimum nor a maximum.
  • The critical point of a linear function does not exist.
  • The critical point of a quadratic function is always its vertex.

Related Topics:

  • Derivative Calculator
  • Applications of Derivatives
  • Maxima and Minima
  • First Derivative Test
  • Second Derivative Test

Breakdown tough concepts through simple visuals.

Math will no longer be a tough subject, especially when you understand the concepts through visualizations.

Book a Free Trial Class

FAQs on Critical Points

What is a Critical Point in Calculus?

A critical point of a function y = f(x) is a point at which the graph of the function is either has a vertical tangent or horizontal tangent. To find critical points we see:

  • The points at which f'(x) = 0.
  • The points at which f'(x) is NOT defined.

How to Find Critical Points of a Function?

To find the critical points of a function y = f(x), just find x-values where the derivative f'(x) = 0 and also the x-values where f'(x) is not defined. These would give the x-values of the critical points and by substituting each of them in y = f(x) will give the y-values of the critical points.

How to Find Critical Points On a Graph?

To find the critical points on a graph:

  • Check for minimum and maximum points.
  • Check the points where drawing a horizontal or vertical tangent is possible.
  • Check for sharp turning points (cusps).

How to Find Critical Points of Multivariable Functions?

To find the critical points of a multivariable function, say f(x, y), we just set the partial derivatives with respect to each variable to 0 and solve the equations. i.e., we solve f\(_x\) =0 and f\(_y\) = 0 and solve them.

Is a Critical Point Always a Local Minimum or a Local Maximum?

No, a critical point doesn't need to be a local minimum or local maximum always. For example, the critical point of f(x) = x3 is (0, 0) but f(x) neither has a minimum nor a maximum at (0, 0).

What is the Use of Critical Point?

The critical point is used to:

  • Find maxima and minima.
  • Finding the increasing and decreasing intervals.
  • Used in optimization problems.

What are Types of Critical Points?

There can be three types of critical points:

  • Critical points where the function has maxima/minima.
  • Critical points where there can be a vertical tangent.
  • Critical points at which the graph takes a sharp turn.

donatouseen1976.blogspot.com

Source: https://www.cuemath.com/calculus/critical-point/

0 Response to "If a Function is 0 at a Point is Continuous at That Point"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel