Are the endpoints of the domain of a function counted as critical points?
$begingroup$
Do the end points of a domain come under critical points?
I know we say critical point is a point where the derivative is zero or the derivative doesn't exist.
For example:
$$ f:[0,pi] to [-1,1], f(x) = sin(x).$$
Does this have 1 critical point or 3 critical points (0 and $pi$ included) ?
NOTE: This question is limited to only Single Variable Functions. Although I really would love an insight to this for Multivariable as well.
calculus definition
$endgroup$
add a comment |
$begingroup$
Do the end points of a domain come under critical points?
I know we say critical point is a point where the derivative is zero or the derivative doesn't exist.
For example:
$$ f:[0,pi] to [-1,1], f(x) = sin(x).$$
Does this have 1 critical point or 3 critical points (0 and $pi$ included) ?
NOTE: This question is limited to only Single Variable Functions. Although I really would love an insight to this for Multivariable as well.
calculus definition
$endgroup$
$begingroup$
Same question with different example: math.stackexchange.com/q/2880307/290189, for multivariable case: math.stackexchange.com/q/2322997/290189
$endgroup$
– GNUSupporter 8964民主女神 地下教會
3 hours ago
add a comment |
$begingroup$
Do the end points of a domain come under critical points?
I know we say critical point is a point where the derivative is zero or the derivative doesn't exist.
For example:
$$ f:[0,pi] to [-1,1], f(x) = sin(x).$$
Does this have 1 critical point or 3 critical points (0 and $pi$ included) ?
NOTE: This question is limited to only Single Variable Functions. Although I really would love an insight to this for Multivariable as well.
calculus definition
$endgroup$
Do the end points of a domain come under critical points?
I know we say critical point is a point where the derivative is zero or the derivative doesn't exist.
For example:
$$ f:[0,pi] to [-1,1], f(x) = sin(x).$$
Does this have 1 critical point or 3 critical points (0 and $pi$ included) ?
NOTE: This question is limited to only Single Variable Functions. Although I really would love an insight to this for Multivariable as well.
calculus definition
calculus definition
edited 3 hours ago
GNUSupporter 8964民主女神 地下教會
14.2k82651
14.2k82651
asked 9 hours ago
rajdeep dhingrarajdeep dhingra
505
505
$begingroup$
Same question with different example: math.stackexchange.com/q/2880307/290189, for multivariable case: math.stackexchange.com/q/2322997/290189
$endgroup$
– GNUSupporter 8964民主女神 地下教會
3 hours ago
add a comment |
$begingroup$
Same question with different example: math.stackexchange.com/q/2880307/290189, for multivariable case: math.stackexchange.com/q/2322997/290189
$endgroup$
– GNUSupporter 8964民主女神 地下教會
3 hours ago
$begingroup$
Same question with different example: math.stackexchange.com/q/2880307/290189, for multivariable case: math.stackexchange.com/q/2322997/290189
$endgroup$
– GNUSupporter 8964民主女神 地下教會
3 hours ago
$begingroup$
Same question with different example: math.stackexchange.com/q/2880307/290189, for multivariable case: math.stackexchange.com/q/2322997/290189
$endgroup$
– GNUSupporter 8964民主女神 地下教會
3 hours ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Edited
$$f'(x) = cos(x) = 0 iff x = frac{pi}{2}$$
The function $f$ has three critical points.
- A local maximum: $x = pi/2$ (at which $f(pi/2) = 1$.)
- The endpoints of the domain of $f$ (that is, $[0,pi]$): $x = 0$ and $x = pi$ .
Since the other answer has elaborated on OP's understanding on the definitions using the differentiability of $f$, there's no point repeating its arguments. Instead, I'll cite from a university course web page to show why we need to include the endpoints of the domain of $f$ if $f$ is defined at those points. By doing so, we learn the definitions by heart instead of by memory.
The goal of the procedure of finding critical points is to identify points in the domain at which a (global and/or local) extremum could possibly occur.
- vanishing derivatives:
- endpoints of interval:
(image source: http://tutorial.math.lamar.edu/Classes/CalcI/MinMaxValues_Files/image002.png)
- derivative undefined:
, including points of discontinuity
Source: © CalculusQuest™
$endgroup$
1
$begingroup$
This is much much better. Thanks
$endgroup$
– rajdeep dhingra
3 hours ago
$begingroup$
@Carmeister Thanks for suggestion. Edit done.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
3 hours ago
add a comment |
$begingroup$
Yes, the function has 3 critical numbers. One is where the derivative of the function $f(x)=sin{x}, xin[0,pi]$ is zero and the other two happen to be the endpoints $x=0$ and $x=pi$ because the function $f(x)=sin{x}, xin[0,pi]$ is non-differentiable at those points.
Do you remember what it means for a function to be differentiable at a point? The function has to have a derivative at that point. What is the derivative of the function $f(x)=sin{x}, xin[0,pi]$ at $x=0$? Well, it should be:
$$
lim_{xto0}frac{sin{x}-sin{0}}{x-0}=lim_{xto0}frac{sin{x}}{x}
$$
Which is nothing more than two one-sided limits (if those two limits exist and are equal to each other, the limit itself exists):
$$
lim_{xto0^-}frac{sin{x}}{x}, lim_{xto0^+}frac{sin{x}}{x}
$$
But the first of those two limits for all intents and purposes is nonexistent because all $x$ values that lie to the left of $0$ are not in the domain of the function $f(x)=sin{x}, xin[0,pi]$. For a limit to exist, you need two one-sided limits. But you've got only one! Thus, the derivative at $x=0$ does not exist which makes it a critical number. The exact same idea applies to the other endpoint.
$endgroup$
$begingroup$
I get your logic. But don't we have a definition for derivative at end points. We only take one sided derivatives at the end points. Do you have any book/source to back up your answer ? Thank you for your help
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
Well, you can look it up on Wikipedia: en.wikipedia.org/wiki/Differentiable_function Wikipedia is more or less a reliable and authoritative source of information when it comes to mathematics.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
They have mentioned on that Wikipedia page that , the they are taking in an open interval U. Whereas what I am asking here is a closed interval case.
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
It says quite clearly at the beginning of the second paragraph: More generally, if $x_0$ is a point in the domain of a function $f$, then $f$ is said to be differentiable at $x_0$ if the derivative $f '(x_0)$ exists. It follows that if the point $x_0$ is in the domain of the function and the derivative $f '(x_0)$ does not exist, then the function is non-differentiable at that point.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
To put it simply, a derivative is basically a formula for the slope of the tangent line to a curve. If there is no curve to speak of to the left of a point, there cannot be a tangle line at that point.
$endgroup$
– Michael Rybkin
8 hours ago
|
show 5 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3194826%2fare-the-endpoints-of-the-domain-of-a-function-counted-as-critical-points%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Edited
$$f'(x) = cos(x) = 0 iff x = frac{pi}{2}$$
The function $f$ has three critical points.
- A local maximum: $x = pi/2$ (at which $f(pi/2) = 1$.)
- The endpoints of the domain of $f$ (that is, $[0,pi]$): $x = 0$ and $x = pi$ .
Since the other answer has elaborated on OP's understanding on the definitions using the differentiability of $f$, there's no point repeating its arguments. Instead, I'll cite from a university course web page to show why we need to include the endpoints of the domain of $f$ if $f$ is defined at those points. By doing so, we learn the definitions by heart instead of by memory.
The goal of the procedure of finding critical points is to identify points in the domain at which a (global and/or local) extremum could possibly occur.
- vanishing derivatives:
- endpoints of interval:
(image source: http://tutorial.math.lamar.edu/Classes/CalcI/MinMaxValues_Files/image002.png)
- derivative undefined:
, including points of discontinuity
Source: © CalculusQuest™
$endgroup$
1
$begingroup$
This is much much better. Thanks
$endgroup$
– rajdeep dhingra
3 hours ago
$begingroup$
@Carmeister Thanks for suggestion. Edit done.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
3 hours ago
add a comment |
$begingroup$
Edited
$$f'(x) = cos(x) = 0 iff x = frac{pi}{2}$$
The function $f$ has three critical points.
- A local maximum: $x = pi/2$ (at which $f(pi/2) = 1$.)
- The endpoints of the domain of $f$ (that is, $[0,pi]$): $x = 0$ and $x = pi$ .
Since the other answer has elaborated on OP's understanding on the definitions using the differentiability of $f$, there's no point repeating its arguments. Instead, I'll cite from a university course web page to show why we need to include the endpoints of the domain of $f$ if $f$ is defined at those points. By doing so, we learn the definitions by heart instead of by memory.
The goal of the procedure of finding critical points is to identify points in the domain at which a (global and/or local) extremum could possibly occur.
- vanishing derivatives:
- endpoints of interval:
(image source: http://tutorial.math.lamar.edu/Classes/CalcI/MinMaxValues_Files/image002.png)
- derivative undefined:
, including points of discontinuity
Source: © CalculusQuest™
$endgroup$
1
$begingroup$
This is much much better. Thanks
$endgroup$
– rajdeep dhingra
3 hours ago
$begingroup$
@Carmeister Thanks for suggestion. Edit done.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
3 hours ago
add a comment |
$begingroup$
Edited
$$f'(x) = cos(x) = 0 iff x = frac{pi}{2}$$
The function $f$ has three critical points.
- A local maximum: $x = pi/2$ (at which $f(pi/2) = 1$.)
- The endpoints of the domain of $f$ (that is, $[0,pi]$): $x = 0$ and $x = pi$ .
Since the other answer has elaborated on OP's understanding on the definitions using the differentiability of $f$, there's no point repeating its arguments. Instead, I'll cite from a university course web page to show why we need to include the endpoints of the domain of $f$ if $f$ is defined at those points. By doing so, we learn the definitions by heart instead of by memory.
The goal of the procedure of finding critical points is to identify points in the domain at which a (global and/or local) extremum could possibly occur.
- vanishing derivatives:
- endpoints of interval:
(image source: http://tutorial.math.lamar.edu/Classes/CalcI/MinMaxValues_Files/image002.png)
- derivative undefined:
, including points of discontinuity
Source: © CalculusQuest™
$endgroup$
Edited
$$f'(x) = cos(x) = 0 iff x = frac{pi}{2}$$
The function $f$ has three critical points.
- A local maximum: $x = pi/2$ (at which $f(pi/2) = 1$.)
- The endpoints of the domain of $f$ (that is, $[0,pi]$): $x = 0$ and $x = pi$ .
Since the other answer has elaborated on OP's understanding on the definitions using the differentiability of $f$, there's no point repeating its arguments. Instead, I'll cite from a university course web page to show why we need to include the endpoints of the domain of $f$ if $f$ is defined at those points. By doing so, we learn the definitions by heart instead of by memory.
The goal of the procedure of finding critical points is to identify points in the domain at which a (global and/or local) extremum could possibly occur.
- vanishing derivatives:
- endpoints of interval:
(image source: http://tutorial.math.lamar.edu/Classes/CalcI/MinMaxValues_Files/image002.png)
- derivative undefined:
, including points of discontinuity
Source: © CalculusQuest™
edited 3 hours ago
answered 9 hours ago
GNUSupporter 8964民主女神 地下教會GNUSupporter 8964民主女神 地下教會
14.2k82651
14.2k82651
1
$begingroup$
This is much much better. Thanks
$endgroup$
– rajdeep dhingra
3 hours ago
$begingroup$
@Carmeister Thanks for suggestion. Edit done.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
3 hours ago
add a comment |
1
$begingroup$
This is much much better. Thanks
$endgroup$
– rajdeep dhingra
3 hours ago
$begingroup$
@Carmeister Thanks for suggestion. Edit done.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
3 hours ago
1
1
$begingroup$
This is much much better. Thanks
$endgroup$
– rajdeep dhingra
3 hours ago
$begingroup$
This is much much better. Thanks
$endgroup$
– rajdeep dhingra
3 hours ago
$begingroup$
@Carmeister Thanks for suggestion. Edit done.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
3 hours ago
$begingroup$
@Carmeister Thanks for suggestion. Edit done.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
3 hours ago
add a comment |
$begingroup$
Yes, the function has 3 critical numbers. One is where the derivative of the function $f(x)=sin{x}, xin[0,pi]$ is zero and the other two happen to be the endpoints $x=0$ and $x=pi$ because the function $f(x)=sin{x}, xin[0,pi]$ is non-differentiable at those points.
Do you remember what it means for a function to be differentiable at a point? The function has to have a derivative at that point. What is the derivative of the function $f(x)=sin{x}, xin[0,pi]$ at $x=0$? Well, it should be:
$$
lim_{xto0}frac{sin{x}-sin{0}}{x-0}=lim_{xto0}frac{sin{x}}{x}
$$
Which is nothing more than two one-sided limits (if those two limits exist and are equal to each other, the limit itself exists):
$$
lim_{xto0^-}frac{sin{x}}{x}, lim_{xto0^+}frac{sin{x}}{x}
$$
But the first of those two limits for all intents and purposes is nonexistent because all $x$ values that lie to the left of $0$ are not in the domain of the function $f(x)=sin{x}, xin[0,pi]$. For a limit to exist, you need two one-sided limits. But you've got only one! Thus, the derivative at $x=0$ does not exist which makes it a critical number. The exact same idea applies to the other endpoint.
$endgroup$
$begingroup$
I get your logic. But don't we have a definition for derivative at end points. We only take one sided derivatives at the end points. Do you have any book/source to back up your answer ? Thank you for your help
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
Well, you can look it up on Wikipedia: en.wikipedia.org/wiki/Differentiable_function Wikipedia is more or less a reliable and authoritative source of information when it comes to mathematics.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
They have mentioned on that Wikipedia page that , the they are taking in an open interval U. Whereas what I am asking here is a closed interval case.
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
It says quite clearly at the beginning of the second paragraph: More generally, if $x_0$ is a point in the domain of a function $f$, then $f$ is said to be differentiable at $x_0$ if the derivative $f '(x_0)$ exists. It follows that if the point $x_0$ is in the domain of the function and the derivative $f '(x_0)$ does not exist, then the function is non-differentiable at that point.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
To put it simply, a derivative is basically a formula for the slope of the tangent line to a curve. If there is no curve to speak of to the left of a point, there cannot be a tangle line at that point.
$endgroup$
– Michael Rybkin
8 hours ago
|
show 5 more comments
$begingroup$
Yes, the function has 3 critical numbers. One is where the derivative of the function $f(x)=sin{x}, xin[0,pi]$ is zero and the other two happen to be the endpoints $x=0$ and $x=pi$ because the function $f(x)=sin{x}, xin[0,pi]$ is non-differentiable at those points.
Do you remember what it means for a function to be differentiable at a point? The function has to have a derivative at that point. What is the derivative of the function $f(x)=sin{x}, xin[0,pi]$ at $x=0$? Well, it should be:
$$
lim_{xto0}frac{sin{x}-sin{0}}{x-0}=lim_{xto0}frac{sin{x}}{x}
$$
Which is nothing more than two one-sided limits (if those two limits exist and are equal to each other, the limit itself exists):
$$
lim_{xto0^-}frac{sin{x}}{x}, lim_{xto0^+}frac{sin{x}}{x}
$$
But the first of those two limits for all intents and purposes is nonexistent because all $x$ values that lie to the left of $0$ are not in the domain of the function $f(x)=sin{x}, xin[0,pi]$. For a limit to exist, you need two one-sided limits. But you've got only one! Thus, the derivative at $x=0$ does not exist which makes it a critical number. The exact same idea applies to the other endpoint.
$endgroup$
$begingroup$
I get your logic. But don't we have a definition for derivative at end points. We only take one sided derivatives at the end points. Do you have any book/source to back up your answer ? Thank you for your help
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
Well, you can look it up on Wikipedia: en.wikipedia.org/wiki/Differentiable_function Wikipedia is more or less a reliable and authoritative source of information when it comes to mathematics.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
They have mentioned on that Wikipedia page that , the they are taking in an open interval U. Whereas what I am asking here is a closed interval case.
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
It says quite clearly at the beginning of the second paragraph: More generally, if $x_0$ is a point in the domain of a function $f$, then $f$ is said to be differentiable at $x_0$ if the derivative $f '(x_0)$ exists. It follows that if the point $x_0$ is in the domain of the function and the derivative $f '(x_0)$ does not exist, then the function is non-differentiable at that point.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
To put it simply, a derivative is basically a formula for the slope of the tangent line to a curve. If there is no curve to speak of to the left of a point, there cannot be a tangle line at that point.
$endgroup$
– Michael Rybkin
8 hours ago
|
show 5 more comments
$begingroup$
Yes, the function has 3 critical numbers. One is where the derivative of the function $f(x)=sin{x}, xin[0,pi]$ is zero and the other two happen to be the endpoints $x=0$ and $x=pi$ because the function $f(x)=sin{x}, xin[0,pi]$ is non-differentiable at those points.
Do you remember what it means for a function to be differentiable at a point? The function has to have a derivative at that point. What is the derivative of the function $f(x)=sin{x}, xin[0,pi]$ at $x=0$? Well, it should be:
$$
lim_{xto0}frac{sin{x}-sin{0}}{x-0}=lim_{xto0}frac{sin{x}}{x}
$$
Which is nothing more than two one-sided limits (if those two limits exist and are equal to each other, the limit itself exists):
$$
lim_{xto0^-}frac{sin{x}}{x}, lim_{xto0^+}frac{sin{x}}{x}
$$
But the first of those two limits for all intents and purposes is nonexistent because all $x$ values that lie to the left of $0$ are not in the domain of the function $f(x)=sin{x}, xin[0,pi]$. For a limit to exist, you need two one-sided limits. But you've got only one! Thus, the derivative at $x=0$ does not exist which makes it a critical number. The exact same idea applies to the other endpoint.
$endgroup$
Yes, the function has 3 critical numbers. One is where the derivative of the function $f(x)=sin{x}, xin[0,pi]$ is zero and the other two happen to be the endpoints $x=0$ and $x=pi$ because the function $f(x)=sin{x}, xin[0,pi]$ is non-differentiable at those points.
Do you remember what it means for a function to be differentiable at a point? The function has to have a derivative at that point. What is the derivative of the function $f(x)=sin{x}, xin[0,pi]$ at $x=0$? Well, it should be:
$$
lim_{xto0}frac{sin{x}-sin{0}}{x-0}=lim_{xto0}frac{sin{x}}{x}
$$
Which is nothing more than two one-sided limits (if those two limits exist and are equal to each other, the limit itself exists):
$$
lim_{xto0^-}frac{sin{x}}{x}, lim_{xto0^+}frac{sin{x}}{x}
$$
But the first of those two limits for all intents and purposes is nonexistent because all $x$ values that lie to the left of $0$ are not in the domain of the function $f(x)=sin{x}, xin[0,pi]$. For a limit to exist, you need two one-sided limits. But you've got only one! Thus, the derivative at $x=0$ does not exist which makes it a critical number. The exact same idea applies to the other endpoint.
edited 3 hours ago
GNUSupporter 8964民主女神 地下教會
14.2k82651
14.2k82651
answered 8 hours ago
Michael RybkinMichael Rybkin
4,524522
4,524522
$begingroup$
I get your logic. But don't we have a definition for derivative at end points. We only take one sided derivatives at the end points. Do you have any book/source to back up your answer ? Thank you for your help
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
Well, you can look it up on Wikipedia: en.wikipedia.org/wiki/Differentiable_function Wikipedia is more or less a reliable and authoritative source of information when it comes to mathematics.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
They have mentioned on that Wikipedia page that , the they are taking in an open interval U. Whereas what I am asking here is a closed interval case.
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
It says quite clearly at the beginning of the second paragraph: More generally, if $x_0$ is a point in the domain of a function $f$, then $f$ is said to be differentiable at $x_0$ if the derivative $f '(x_0)$ exists. It follows that if the point $x_0$ is in the domain of the function and the derivative $f '(x_0)$ does not exist, then the function is non-differentiable at that point.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
To put it simply, a derivative is basically a formula for the slope of the tangent line to a curve. If there is no curve to speak of to the left of a point, there cannot be a tangle line at that point.
$endgroup$
– Michael Rybkin
8 hours ago
|
show 5 more comments
$begingroup$
I get your logic. But don't we have a definition for derivative at end points. We only take one sided derivatives at the end points. Do you have any book/source to back up your answer ? Thank you for your help
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
Well, you can look it up on Wikipedia: en.wikipedia.org/wiki/Differentiable_function Wikipedia is more or less a reliable and authoritative source of information when it comes to mathematics.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
They have mentioned on that Wikipedia page that , the they are taking in an open interval U. Whereas what I am asking here is a closed interval case.
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
It says quite clearly at the beginning of the second paragraph: More generally, if $x_0$ is a point in the domain of a function $f$, then $f$ is said to be differentiable at $x_0$ if the derivative $f '(x_0)$ exists. It follows that if the point $x_0$ is in the domain of the function and the derivative $f '(x_0)$ does not exist, then the function is non-differentiable at that point.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
To put it simply, a derivative is basically a formula for the slope of the tangent line to a curve. If there is no curve to speak of to the left of a point, there cannot be a tangle line at that point.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
I get your logic. But don't we have a definition for derivative at end points. We only take one sided derivatives at the end points. Do you have any book/source to back up your answer ? Thank you for your help
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
I get your logic. But don't we have a definition for derivative at end points. We only take one sided derivatives at the end points. Do you have any book/source to back up your answer ? Thank you for your help
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
Well, you can look it up on Wikipedia: en.wikipedia.org/wiki/Differentiable_function Wikipedia is more or less a reliable and authoritative source of information when it comes to mathematics.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
Well, you can look it up on Wikipedia: en.wikipedia.org/wiki/Differentiable_function Wikipedia is more or less a reliable and authoritative source of information when it comes to mathematics.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
They have mentioned on that Wikipedia page that , the they are taking in an open interval U. Whereas what I am asking here is a closed interval case.
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
They have mentioned on that Wikipedia page that , the they are taking in an open interval U. Whereas what I am asking here is a closed interval case.
$endgroup$
– rajdeep dhingra
8 hours ago
$begingroup$
It says quite clearly at the beginning of the second paragraph: More generally, if $x_0$ is a point in the domain of a function $f$, then $f$ is said to be differentiable at $x_0$ if the derivative $f '(x_0)$ exists. It follows that if the point $x_0$ is in the domain of the function and the derivative $f '(x_0)$ does not exist, then the function is non-differentiable at that point.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
It says quite clearly at the beginning of the second paragraph: More generally, if $x_0$ is a point in the domain of a function $f$, then $f$ is said to be differentiable at $x_0$ if the derivative $f '(x_0)$ exists. It follows that if the point $x_0$ is in the domain of the function and the derivative $f '(x_0)$ does not exist, then the function is non-differentiable at that point.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
To put it simply, a derivative is basically a formula for the slope of the tangent line to a curve. If there is no curve to speak of to the left of a point, there cannot be a tangle line at that point.
$endgroup$
– Michael Rybkin
8 hours ago
$begingroup$
To put it simply, a derivative is basically a formula for the slope of the tangent line to a curve. If there is no curve to speak of to the left of a point, there cannot be a tangle line at that point.
$endgroup$
– Michael Rybkin
8 hours ago
|
show 5 more comments
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3194826%2fare-the-endpoints-of-the-domain-of-a-function-counted-as-critical-points%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown

(image source: http://tutorial.math.lamar.edu/Classes/CalcI/MinMaxValues_Files/image002.png)
, including points of discontinuity 
$begingroup$
Same question with different example: math.stackexchange.com/q/2880307/290189, for multivariable case: math.stackexchange.com/q/2322997/290189
$endgroup$
– GNUSupporter 8964民主女神 地下教會
3 hours ago