Is there a neat way to find the sign of a real function with radicals like this?
$begingroup$
This simple function:
$$f(x) = sqrt{x+2} - 2sqrt{x+1} + sqrt{x}$$
is negative for $x>0$ (just checked out with a graphic calculator).
But how to "prove" this algebraically?
The function comes out from the problem of finding which of these numbers $sqrt{12} - sqrt{11}$ and $sqrt{11} - sqrt{10}$ is bigger.
[BTW, given that $f(x)$ is negative, it should be that $sqrt{11} - sqrt{10}$ is bigger than $sqrt{12} - sqrt{11}$ !]
Thanks!
real-analysis functions
$endgroup$
add a comment |
$begingroup$
This simple function:
$$f(x) = sqrt{x+2} - 2sqrt{x+1} + sqrt{x}$$
is negative for $x>0$ (just checked out with a graphic calculator).
But how to "prove" this algebraically?
The function comes out from the problem of finding which of these numbers $sqrt{12} - sqrt{11}$ and $sqrt{11} - sqrt{10}$ is bigger.
[BTW, given that $f(x)$ is negative, it should be that $sqrt{11} - sqrt{10}$ is bigger than $sqrt{12} - sqrt{11}$ !]
Thanks!
real-analysis functions
$endgroup$
$begingroup$
Since you have the tag "real analysis", do you know about differentiation and integration? Because that would give an elegant answer.
$endgroup$
– Mees de Vries
Jan 8 at 15:10
add a comment |
$begingroup$
This simple function:
$$f(x) = sqrt{x+2} - 2sqrt{x+1} + sqrt{x}$$
is negative for $x>0$ (just checked out with a graphic calculator).
But how to "prove" this algebraically?
The function comes out from the problem of finding which of these numbers $sqrt{12} - sqrt{11}$ and $sqrt{11} - sqrt{10}$ is bigger.
[BTW, given that $f(x)$ is negative, it should be that $sqrt{11} - sqrt{10}$ is bigger than $sqrt{12} - sqrt{11}$ !]
Thanks!
real-analysis functions
$endgroup$
This simple function:
$$f(x) = sqrt{x+2} - 2sqrt{x+1} + sqrt{x}$$
is negative for $x>0$ (just checked out with a graphic calculator).
But how to "prove" this algebraically?
The function comes out from the problem of finding which of these numbers $sqrt{12} - sqrt{11}$ and $sqrt{11} - sqrt{10}$ is bigger.
[BTW, given that $f(x)$ is negative, it should be that $sqrt{11} - sqrt{10}$ is bigger than $sqrt{12} - sqrt{11}$ !]
Thanks!
real-analysis functions
real-analysis functions
asked Jan 8 at 15:03
RNaniRNani
132
132
$begingroup$
Since you have the tag "real analysis", do you know about differentiation and integration? Because that would give an elegant answer.
$endgroup$
– Mees de Vries
Jan 8 at 15:10
add a comment |
$begingroup$
Since you have the tag "real analysis", do you know about differentiation and integration? Because that would give an elegant answer.
$endgroup$
– Mees de Vries
Jan 8 at 15:10
$begingroup$
Since you have the tag "real analysis", do you know about differentiation and integration? Because that would give an elegant answer.
$endgroup$
– Mees de Vries
Jan 8 at 15:10
$begingroup$
Since you have the tag "real analysis", do you know about differentiation and integration? Because that would give an elegant answer.
$endgroup$
– Mees de Vries
Jan 8 at 15:10
add a comment |
5 Answers
5
active
oldest
votes
$begingroup$
begin{align}
f(x) &= sqrt{x+2}-2sqrt{x+1}+sqrt{x}\
&= sqrt{x+2}-sqrt{x+1}-(sqrt{x+1}-sqrt{x})\
&=frac{1}{sqrt{x+2}+sqrt{x+1}}-frac1{sqrt{x+1}+sqrt{x}}\
&<0
end{align}
since $x+2 > x$.
$endgroup$
1
$begingroup$
(+1) You were too fast for me.
$endgroup$
– José Carlos Santos
Jan 8 at 15:15
$begingroup$
Wow! Thanks a lot! Is this a "standard pattern" to solve these kind of problems? I'm not a mathematician :)
$endgroup$
– RNani
Jan 8 at 15:15
1
$begingroup$
I think It's natural when we see subtraction of square root, we think of conjugate.
$endgroup$
– Siong Thye Goh
Jan 8 at 15:17
add a comment |
$begingroup$
I will prove $f(x)<0$
So i need to prove $sqrt{x+2}-2sqrt{x+1}+sqrt{x}<0left(x>0right)$
Or $sqrt{x+2}+sqrt{x}<2sqrt{x+1}$
By square both sides we have: $sqrt{x^2+2x}<x+1$
Or $x^2+2x<x^2+2x+1Leftrightarrow0<1$
So $f(x)<0$ it means $f(x)$ is negative for $x>0$
$endgroup$
$begingroup$
Interesting. Thanks!!!
$endgroup$
– RNani
Jan 8 at 15:36
add a comment |
$begingroup$
With some analysis
The square root function is strictly concave, hence
$$sqrt{tfrac12 x+tfrac12(x+2)}=sqrt{x+1}>tfrac12sqrt x+tfrac12sqrt{x+2}iff sqrt x+sqrt{x+2}<2sqrt{x+1}.$$
$endgroup$
add a comment |
$begingroup$
Here is a calculus-based answer, that I find more intuitive. We want to prove that
$$
sqrt{x+1} - sqrt{x} > sqrt{x+2} - sqrt{x + 1}.
$$
Fix $x > 0$. Then the fundamental theorem of calculus tells us that what we want to prove is equivalent to
$$
int_{x}^{x+1} frac1{2sqrt{y}} mathrm dy > int_{x+1}^{x+2} frac1{2sqrt{y}} mathrm dy.
$$
But because the function $sqrt{y}$ is strictly increasing, the function $frac1{2sqrt{y}}$ is strictly decreasing. In particular, integrating over an interval of length one gives lower numbers as the lower bound of said interval increases.
$endgroup$
$begingroup$
Thanks for your effort. If I had to explain the solution of the problem to an high school student, I would not be sure to go your way :). But anyway... quite elegant indeed.
$endgroup$
– RNani
Jan 8 at 15:27
add a comment |
$begingroup$
$(x+2)^{1/2}-(x+1)^{1/2} - ((x+1)^{1/2} -x^{1/2})$.
MVT:
$(x+k+1)^{1/2}-(x+k)^{1/2}=$
$(1/2)(frac{1}{a})^{1/2}×1,$ where
$a in (x+k, x+k+1)$.
Compare the terms for $k=0,1$
Used:
$dfrac {f(x)-f(x_o)}{x-x_o}=f'(a)$, where
$a in (min(x_0,x),max(x_0,x))$.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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%2f3066273%2fis-there-a-neat-way-to-find-the-sign-of-a-real-function-with-radicals-like-this%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
begin{align}
f(x) &= sqrt{x+2}-2sqrt{x+1}+sqrt{x}\
&= sqrt{x+2}-sqrt{x+1}-(sqrt{x+1}-sqrt{x})\
&=frac{1}{sqrt{x+2}+sqrt{x+1}}-frac1{sqrt{x+1}+sqrt{x}}\
&<0
end{align}
since $x+2 > x$.
$endgroup$
1
$begingroup$
(+1) You were too fast for me.
$endgroup$
– José Carlos Santos
Jan 8 at 15:15
$begingroup$
Wow! Thanks a lot! Is this a "standard pattern" to solve these kind of problems? I'm not a mathematician :)
$endgroup$
– RNani
Jan 8 at 15:15
1
$begingroup$
I think It's natural when we see subtraction of square root, we think of conjugate.
$endgroup$
– Siong Thye Goh
Jan 8 at 15:17
add a comment |
$begingroup$
begin{align}
f(x) &= sqrt{x+2}-2sqrt{x+1}+sqrt{x}\
&= sqrt{x+2}-sqrt{x+1}-(sqrt{x+1}-sqrt{x})\
&=frac{1}{sqrt{x+2}+sqrt{x+1}}-frac1{sqrt{x+1}+sqrt{x}}\
&<0
end{align}
since $x+2 > x$.
$endgroup$
1
$begingroup$
(+1) You were too fast for me.
$endgroup$
– José Carlos Santos
Jan 8 at 15:15
$begingroup$
Wow! Thanks a lot! Is this a "standard pattern" to solve these kind of problems? I'm not a mathematician :)
$endgroup$
– RNani
Jan 8 at 15:15
1
$begingroup$
I think It's natural when we see subtraction of square root, we think of conjugate.
$endgroup$
– Siong Thye Goh
Jan 8 at 15:17
add a comment |
$begingroup$
begin{align}
f(x) &= sqrt{x+2}-2sqrt{x+1}+sqrt{x}\
&= sqrt{x+2}-sqrt{x+1}-(sqrt{x+1}-sqrt{x})\
&=frac{1}{sqrt{x+2}+sqrt{x+1}}-frac1{sqrt{x+1}+sqrt{x}}\
&<0
end{align}
since $x+2 > x$.
$endgroup$
begin{align}
f(x) &= sqrt{x+2}-2sqrt{x+1}+sqrt{x}\
&= sqrt{x+2}-sqrt{x+1}-(sqrt{x+1}-sqrt{x})\
&=frac{1}{sqrt{x+2}+sqrt{x+1}}-frac1{sqrt{x+1}+sqrt{x}}\
&<0
end{align}
since $x+2 > x$.
answered Jan 8 at 15:11
Siong Thye GohSiong Thye Goh
100k1466117
100k1466117
1
$begingroup$
(+1) You were too fast for me.
$endgroup$
– José Carlos Santos
Jan 8 at 15:15
$begingroup$
Wow! Thanks a lot! Is this a "standard pattern" to solve these kind of problems? I'm not a mathematician :)
$endgroup$
– RNani
Jan 8 at 15:15
1
$begingroup$
I think It's natural when we see subtraction of square root, we think of conjugate.
$endgroup$
– Siong Thye Goh
Jan 8 at 15:17
add a comment |
1
$begingroup$
(+1) You were too fast for me.
$endgroup$
– José Carlos Santos
Jan 8 at 15:15
$begingroup$
Wow! Thanks a lot! Is this a "standard pattern" to solve these kind of problems? I'm not a mathematician :)
$endgroup$
– RNani
Jan 8 at 15:15
1
$begingroup$
I think It's natural when we see subtraction of square root, we think of conjugate.
$endgroup$
– Siong Thye Goh
Jan 8 at 15:17
1
1
$begingroup$
(+1) You were too fast for me.
$endgroup$
– José Carlos Santos
Jan 8 at 15:15
$begingroup$
(+1) You were too fast for me.
$endgroup$
– José Carlos Santos
Jan 8 at 15:15
$begingroup$
Wow! Thanks a lot! Is this a "standard pattern" to solve these kind of problems? I'm not a mathematician :)
$endgroup$
– RNani
Jan 8 at 15:15
$begingroup$
Wow! Thanks a lot! Is this a "standard pattern" to solve these kind of problems? I'm not a mathematician :)
$endgroup$
– RNani
Jan 8 at 15:15
1
1
$begingroup$
I think It's natural when we see subtraction of square root, we think of conjugate.
$endgroup$
– Siong Thye Goh
Jan 8 at 15:17
$begingroup$
I think It's natural when we see subtraction of square root, we think of conjugate.
$endgroup$
– Siong Thye Goh
Jan 8 at 15:17
add a comment |
$begingroup$
I will prove $f(x)<0$
So i need to prove $sqrt{x+2}-2sqrt{x+1}+sqrt{x}<0left(x>0right)$
Or $sqrt{x+2}+sqrt{x}<2sqrt{x+1}$
By square both sides we have: $sqrt{x^2+2x}<x+1$
Or $x^2+2x<x^2+2x+1Leftrightarrow0<1$
So $f(x)<0$ it means $f(x)$ is negative for $x>0$
$endgroup$
$begingroup$
Interesting. Thanks!!!
$endgroup$
– RNani
Jan 8 at 15:36
add a comment |
$begingroup$
I will prove $f(x)<0$
So i need to prove $sqrt{x+2}-2sqrt{x+1}+sqrt{x}<0left(x>0right)$
Or $sqrt{x+2}+sqrt{x}<2sqrt{x+1}$
By square both sides we have: $sqrt{x^2+2x}<x+1$
Or $x^2+2x<x^2+2x+1Leftrightarrow0<1$
So $f(x)<0$ it means $f(x)$ is negative for $x>0$
$endgroup$
$begingroup$
Interesting. Thanks!!!
$endgroup$
– RNani
Jan 8 at 15:36
add a comment |
$begingroup$
I will prove $f(x)<0$
So i need to prove $sqrt{x+2}-2sqrt{x+1}+sqrt{x}<0left(x>0right)$
Or $sqrt{x+2}+sqrt{x}<2sqrt{x+1}$
By square both sides we have: $sqrt{x^2+2x}<x+1$
Or $x^2+2x<x^2+2x+1Leftrightarrow0<1$
So $f(x)<0$ it means $f(x)$ is negative for $x>0$
$endgroup$
I will prove $f(x)<0$
So i need to prove $sqrt{x+2}-2sqrt{x+1}+sqrt{x}<0left(x>0right)$
Or $sqrt{x+2}+sqrt{x}<2sqrt{x+1}$
By square both sides we have: $sqrt{x^2+2x}<x+1$
Or $x^2+2x<x^2+2x+1Leftrightarrow0<1$
So $f(x)<0$ it means $f(x)$ is negative for $x>0$
answered Jan 8 at 15:17
Word ShallowWord Shallow
788518
788518
$begingroup$
Interesting. Thanks!!!
$endgroup$
– RNani
Jan 8 at 15:36
add a comment |
$begingroup$
Interesting. Thanks!!!
$endgroup$
– RNani
Jan 8 at 15:36
$begingroup$
Interesting. Thanks!!!
$endgroup$
– RNani
Jan 8 at 15:36
$begingroup$
Interesting. Thanks!!!
$endgroup$
– RNani
Jan 8 at 15:36
add a comment |
$begingroup$
With some analysis
The square root function is strictly concave, hence
$$sqrt{tfrac12 x+tfrac12(x+2)}=sqrt{x+1}>tfrac12sqrt x+tfrac12sqrt{x+2}iff sqrt x+sqrt{x+2}<2sqrt{x+1}.$$
$endgroup$
add a comment |
$begingroup$
With some analysis
The square root function is strictly concave, hence
$$sqrt{tfrac12 x+tfrac12(x+2)}=sqrt{x+1}>tfrac12sqrt x+tfrac12sqrt{x+2}iff sqrt x+sqrt{x+2}<2sqrt{x+1}.$$
$endgroup$
add a comment |
$begingroup$
With some analysis
The square root function is strictly concave, hence
$$sqrt{tfrac12 x+tfrac12(x+2)}=sqrt{x+1}>tfrac12sqrt x+tfrac12sqrt{x+2}iff sqrt x+sqrt{x+2}<2sqrt{x+1}.$$
$endgroup$
With some analysis
The square root function is strictly concave, hence
$$sqrt{tfrac12 x+tfrac12(x+2)}=sqrt{x+1}>tfrac12sqrt x+tfrac12sqrt{x+2}iff sqrt x+sqrt{x+2}<2sqrt{x+1}.$$
answered Jan 8 at 15:29
BernardBernard
119k740113
119k740113
add a comment |
add a comment |
$begingroup$
Here is a calculus-based answer, that I find more intuitive. We want to prove that
$$
sqrt{x+1} - sqrt{x} > sqrt{x+2} - sqrt{x + 1}.
$$
Fix $x > 0$. Then the fundamental theorem of calculus tells us that what we want to prove is equivalent to
$$
int_{x}^{x+1} frac1{2sqrt{y}} mathrm dy > int_{x+1}^{x+2} frac1{2sqrt{y}} mathrm dy.
$$
But because the function $sqrt{y}$ is strictly increasing, the function $frac1{2sqrt{y}}$ is strictly decreasing. In particular, integrating over an interval of length one gives lower numbers as the lower bound of said interval increases.
$endgroup$
$begingroup$
Thanks for your effort. If I had to explain the solution of the problem to an high school student, I would not be sure to go your way :). But anyway... quite elegant indeed.
$endgroup$
– RNani
Jan 8 at 15:27
add a comment |
$begingroup$
Here is a calculus-based answer, that I find more intuitive. We want to prove that
$$
sqrt{x+1} - sqrt{x} > sqrt{x+2} - sqrt{x + 1}.
$$
Fix $x > 0$. Then the fundamental theorem of calculus tells us that what we want to prove is equivalent to
$$
int_{x}^{x+1} frac1{2sqrt{y}} mathrm dy > int_{x+1}^{x+2} frac1{2sqrt{y}} mathrm dy.
$$
But because the function $sqrt{y}$ is strictly increasing, the function $frac1{2sqrt{y}}$ is strictly decreasing. In particular, integrating over an interval of length one gives lower numbers as the lower bound of said interval increases.
$endgroup$
$begingroup$
Thanks for your effort. If I had to explain the solution of the problem to an high school student, I would not be sure to go your way :). But anyway... quite elegant indeed.
$endgroup$
– RNani
Jan 8 at 15:27
add a comment |
$begingroup$
Here is a calculus-based answer, that I find more intuitive. We want to prove that
$$
sqrt{x+1} - sqrt{x} > sqrt{x+2} - sqrt{x + 1}.
$$
Fix $x > 0$. Then the fundamental theorem of calculus tells us that what we want to prove is equivalent to
$$
int_{x}^{x+1} frac1{2sqrt{y}} mathrm dy > int_{x+1}^{x+2} frac1{2sqrt{y}} mathrm dy.
$$
But because the function $sqrt{y}$ is strictly increasing, the function $frac1{2sqrt{y}}$ is strictly decreasing. In particular, integrating over an interval of length one gives lower numbers as the lower bound of said interval increases.
$endgroup$
Here is a calculus-based answer, that I find more intuitive. We want to prove that
$$
sqrt{x+1} - sqrt{x} > sqrt{x+2} - sqrt{x + 1}.
$$
Fix $x > 0$. Then the fundamental theorem of calculus tells us that what we want to prove is equivalent to
$$
int_{x}^{x+1} frac1{2sqrt{y}} mathrm dy > int_{x+1}^{x+2} frac1{2sqrt{y}} mathrm dy.
$$
But because the function $sqrt{y}$ is strictly increasing, the function $frac1{2sqrt{y}}$ is strictly decreasing. In particular, integrating over an interval of length one gives lower numbers as the lower bound of said interval increases.
answered Jan 8 at 15:19
Mees de VriesMees de Vries
16.6k12654
16.6k12654
$begingroup$
Thanks for your effort. If I had to explain the solution of the problem to an high school student, I would not be sure to go your way :). But anyway... quite elegant indeed.
$endgroup$
– RNani
Jan 8 at 15:27
add a comment |
$begingroup$
Thanks for your effort. If I had to explain the solution of the problem to an high school student, I would not be sure to go your way :). But anyway... quite elegant indeed.
$endgroup$
– RNani
Jan 8 at 15:27
$begingroup$
Thanks for your effort. If I had to explain the solution of the problem to an high school student, I would not be sure to go your way :). But anyway... quite elegant indeed.
$endgroup$
– RNani
Jan 8 at 15:27
$begingroup$
Thanks for your effort. If I had to explain the solution of the problem to an high school student, I would not be sure to go your way :). But anyway... quite elegant indeed.
$endgroup$
– RNani
Jan 8 at 15:27
add a comment |
$begingroup$
$(x+2)^{1/2}-(x+1)^{1/2} - ((x+1)^{1/2} -x^{1/2})$.
MVT:
$(x+k+1)^{1/2}-(x+k)^{1/2}=$
$(1/2)(frac{1}{a})^{1/2}×1,$ where
$a in (x+k, x+k+1)$.
Compare the terms for $k=0,1$
Used:
$dfrac {f(x)-f(x_o)}{x-x_o}=f'(a)$, where
$a in (min(x_0,x),max(x_0,x))$.
$endgroup$
add a comment |
$begingroup$
$(x+2)^{1/2}-(x+1)^{1/2} - ((x+1)^{1/2} -x^{1/2})$.
MVT:
$(x+k+1)^{1/2}-(x+k)^{1/2}=$
$(1/2)(frac{1}{a})^{1/2}×1,$ where
$a in (x+k, x+k+1)$.
Compare the terms for $k=0,1$
Used:
$dfrac {f(x)-f(x_o)}{x-x_o}=f'(a)$, where
$a in (min(x_0,x),max(x_0,x))$.
$endgroup$
add a comment |
$begingroup$
$(x+2)^{1/2}-(x+1)^{1/2} - ((x+1)^{1/2} -x^{1/2})$.
MVT:
$(x+k+1)^{1/2}-(x+k)^{1/2}=$
$(1/2)(frac{1}{a})^{1/2}×1,$ where
$a in (x+k, x+k+1)$.
Compare the terms for $k=0,1$
Used:
$dfrac {f(x)-f(x_o)}{x-x_o}=f'(a)$, where
$a in (min(x_0,x),max(x_0,x))$.
$endgroup$
$(x+2)^{1/2}-(x+1)^{1/2} - ((x+1)^{1/2} -x^{1/2})$.
MVT:
$(x+k+1)^{1/2}-(x+k)^{1/2}=$
$(1/2)(frac{1}{a})^{1/2}×1,$ where
$a in (x+k, x+k+1)$.
Compare the terms for $k=0,1$
Used:
$dfrac {f(x)-f(x_o)}{x-x_o}=f'(a)$, where
$a in (min(x_0,x),max(x_0,x))$.
edited Jan 8 at 15:30
answered Jan 8 at 15:24
Peter SzilasPeter Szilas
11.1k2821
11.1k2821
add a comment |
add a comment |
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%2f3066273%2fis-there-a-neat-way-to-find-the-sign-of-a-real-function-with-radicals-like-this%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
$begingroup$
Since you have the tag "real analysis", do you know about differentiation and integration? Because that would give an elegant answer.
$endgroup$
– Mees de Vries
Jan 8 at 15:10