Find $limlimits_{x to 0+} theta (x)$ and $limlimits_{x to 0-} theta (x)$How to find $limlimits_{ntoinfty}...
2D counterpart of std::array in C++17
Unreachable code, but reachable with exception
Make a transparent 448*448 image
Will a pinhole camera work with instant film?
What is the greatest age difference between a married couple in Tanach?
How do I hide Chekhov's Gun?
When do we add an hyphen (-) to a complex adjective word?
What is this large pipe coming out of my roof?
How to generate globally unique ids for different tables of the same database?
Why are there 40 737 Max planes in flight when they have been grounded as not airworthy?
Is it possible that AIC = BIC?
An Accountant Seeks the Help of a Mathematician
Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?
What are the possible solutions of the given equation?
How to make healing in an exploration game interesting
Why doesn't the EU now just force the UK to choose between referendum and no-deal?
What is IP squat space
Brexit - No Deal Rejection
Why did it take so long to abandon sail after steamships were demonstrated?
How can I change step-down my variable input voltage? [Microcontroller]
How is the Swiss post e-voting system supposed to work, and how was it wrong?
Do I need life insurance if I can cover my own funeral costs?
Happy pi day, everyone!
Is having access to past exams cheating and, if yes, could it be proven just by a good grade?
Find $limlimits_{x to 0+} theta (x)$ and $limlimits_{x to 0-} theta (x)$
How to find $limlimits_{ntoinfty} n·(sqrt[n]{a}-1)$?Prove that $limlimits_{xrightarrow+infty}frac{x^k}{a^x} = 0 (a>1,k>0)$Finding $ lbrace a_{n}rbrace $ s.t. $mathop {lim }limits_{n to infty }a_{n}=1$ and $mathop {lim }limits_{n to infty }a_{n}^{n}=2015$Find the limit of $limlimits_{xrightarrow0}frac{x}{tan x}$.$sum limits_{k=1}^{infty} frac{1}{k} cos 2pi k theta$ does not converge as $theta rightarrow 0?$Does $lim frac{a_n}{e^{delta n}}=0$ for every positive $delta$ imply that $lim frac{a_n}{sumlimits_{k=1}^n a_k} =0$Evaluate $limlimits_{xto0} x^p (log(1/x))^m$ where $0<p<1$ and $m>0$, or $p>1 $ and $m>0$Does $limlimits_{xrightarrow infty}f'(x)$ exist?How does one prove $limlimits_{n→+∞} frac{sin(n+1)}{sin(n)}$ does not exist by means of contradiction?How to prove that $limlimits_{nto infty}a_{n+1}=limlimits_{nto infty}a_{n}$
$begingroup$
I have went through the Lagrange theorem ($f(b)-f(a)=f'(c)(b-a)$), and now looking at the following problem:
Prove that for positive $x$, the following is true:
$$sqrt{x+1}-sqrt{x} = frac{1}{2sqrt{x+theta (x)}}$$
where $1/4 < theta(x) < 1/2$. Find $limlimits_{x to 0+} theta (x)$ and $limlimits_{x to 0-} theta (x)$.
Struggling with this. I can see that $f(b)-f(a)=x+1-x=1$, which means that $f'(c) = frac{1}{2sqrt{x+theta(x)}}$, but this does not help me much. No integration should be used in this solution.
real-analysis derivatives
$endgroup$
add a comment |
$begingroup$
I have went through the Lagrange theorem ($f(b)-f(a)=f'(c)(b-a)$), and now looking at the following problem:
Prove that for positive $x$, the following is true:
$$sqrt{x+1}-sqrt{x} = frac{1}{2sqrt{x+theta (x)}}$$
where $1/4 < theta(x) < 1/2$. Find $limlimits_{x to 0+} theta (x)$ and $limlimits_{x to 0-} theta (x)$.
Struggling with this. I can see that $f(b)-f(a)=x+1-x=1$, which means that $f'(c) = frac{1}{2sqrt{x+theta(x)}}$, but this does not help me much. No integration should be used in this solution.
real-analysis derivatives
$endgroup$
add a comment |
$begingroup$
I have went through the Lagrange theorem ($f(b)-f(a)=f'(c)(b-a)$), and now looking at the following problem:
Prove that for positive $x$, the following is true:
$$sqrt{x+1}-sqrt{x} = frac{1}{2sqrt{x+theta (x)}}$$
where $1/4 < theta(x) < 1/2$. Find $limlimits_{x to 0+} theta (x)$ and $limlimits_{x to 0-} theta (x)$.
Struggling with this. I can see that $f(b)-f(a)=x+1-x=1$, which means that $f'(c) = frac{1}{2sqrt{x+theta(x)}}$, but this does not help me much. No integration should be used in this solution.
real-analysis derivatives
$endgroup$
I have went through the Lagrange theorem ($f(b)-f(a)=f'(c)(b-a)$), and now looking at the following problem:
Prove that for positive $x$, the following is true:
$$sqrt{x+1}-sqrt{x} = frac{1}{2sqrt{x+theta (x)}}$$
where $1/4 < theta(x) < 1/2$. Find $limlimits_{x to 0+} theta (x)$ and $limlimits_{x to 0-} theta (x)$.
Struggling with this. I can see that $f(b)-f(a)=x+1-x=1$, which means that $f'(c) = frac{1}{2sqrt{x+theta(x)}}$, but this does not help me much. No integration should be used in this solution.
real-analysis derivatives
real-analysis derivatives
edited Mar 10 at 14:28
rtybase
11.4k31533
11.4k31533
asked Mar 10 at 13:44
i squared - Keep it Reali squared - Keep it Real
1,61311027
1,61311027
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
You don't need to use Lagrange's theorem. You can simply use the given relation and solve for $theta(x)$.
$$
theta (x) = frac 14 left(1+ 2 sqrt{x^2+x}-2xright)
$$
The given bounds and the value of the right limit come directly from this expression. The left limit does not make sense as the expression in not defined for negative $x$.
In fact, $theta$ is an increasing function of $x$ defined for $x ge 0$ and you have that
$$
lim_{x to 0^+} theta(x)= frac 14
$$
and
$$
lim_{x to +infty} theta (x) = frac 12.
$$
$endgroup$
add a comment |
$begingroup$
As a check:
$f(x+1)-f(x)= f'(t)$, where $x <t_x<x+1$.
With $f(x)=√x$ , $x >0$ .
$sqrt{x+1}-√x = (1/2)(t_x)^{-1/2}$, $x <t_x <x+1$.
Comparing with the expression given:
$t_x = x+theta(x)$, we have
$x < x +theta(x) <x+1$,
$0< theta(x) <1$, $x >0$.
Limits $x rightarrow 0^+$, and $x rightarrow infty.$
Solve for $theta (x),$ as done by PierreCarree.
$theta (x) =(1/4)(1+2(sqrt{x^2+x}-2x).$
1)$lim_{x rightarrow 0^+}theta (x)=1/4$.
2)$theta (x)= (1/4)(1+2(sqrt{x^2-x}-x);$
Recall: $(x^2+x) -x^2=$
$(sqrt{x^2+x}+ x)(sqrt{x^2+x}- x);$
$sqrt{x^2+x}-x =dfrac{x}{sqrt{x^2+x}+x}=$
$dfrac{1}{sqrt{1+1/x}+1}.$
Finally:
$lim_{ xrightarrow infty} theta (x)= 1/2.$
$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%2f3142384%2ffind-lim-limits-x-to-0-theta-x-and-lim-limits-x-to-0-theta-x%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$
You don't need to use Lagrange's theorem. You can simply use the given relation and solve for $theta(x)$.
$$
theta (x) = frac 14 left(1+ 2 sqrt{x^2+x}-2xright)
$$
The given bounds and the value of the right limit come directly from this expression. The left limit does not make sense as the expression in not defined for negative $x$.
In fact, $theta$ is an increasing function of $x$ defined for $x ge 0$ and you have that
$$
lim_{x to 0^+} theta(x)= frac 14
$$
and
$$
lim_{x to +infty} theta (x) = frac 12.
$$
$endgroup$
add a comment |
$begingroup$
You don't need to use Lagrange's theorem. You can simply use the given relation and solve for $theta(x)$.
$$
theta (x) = frac 14 left(1+ 2 sqrt{x^2+x}-2xright)
$$
The given bounds and the value of the right limit come directly from this expression. The left limit does not make sense as the expression in not defined for negative $x$.
In fact, $theta$ is an increasing function of $x$ defined for $x ge 0$ and you have that
$$
lim_{x to 0^+} theta(x)= frac 14
$$
and
$$
lim_{x to +infty} theta (x) = frac 12.
$$
$endgroup$
add a comment |
$begingroup$
You don't need to use Lagrange's theorem. You can simply use the given relation and solve for $theta(x)$.
$$
theta (x) = frac 14 left(1+ 2 sqrt{x^2+x}-2xright)
$$
The given bounds and the value of the right limit come directly from this expression. The left limit does not make sense as the expression in not defined for negative $x$.
In fact, $theta$ is an increasing function of $x$ defined for $x ge 0$ and you have that
$$
lim_{x to 0^+} theta(x)= frac 14
$$
and
$$
lim_{x to +infty} theta (x) = frac 12.
$$
$endgroup$
You don't need to use Lagrange's theorem. You can simply use the given relation and solve for $theta(x)$.
$$
theta (x) = frac 14 left(1+ 2 sqrt{x^2+x}-2xright)
$$
The given bounds and the value of the right limit come directly from this expression. The left limit does not make sense as the expression in not defined for negative $x$.
In fact, $theta$ is an increasing function of $x$ defined for $x ge 0$ and you have that
$$
lim_{x to 0^+} theta(x)= frac 14
$$
and
$$
lim_{x to +infty} theta (x) = frac 12.
$$
answered Mar 10 at 14:05
PierreCarrePierreCarre
1,480211
1,480211
add a comment |
add a comment |
$begingroup$
As a check:
$f(x+1)-f(x)= f'(t)$, where $x <t_x<x+1$.
With $f(x)=√x$ , $x >0$ .
$sqrt{x+1}-√x = (1/2)(t_x)^{-1/2}$, $x <t_x <x+1$.
Comparing with the expression given:
$t_x = x+theta(x)$, we have
$x < x +theta(x) <x+1$,
$0< theta(x) <1$, $x >0$.
Limits $x rightarrow 0^+$, and $x rightarrow infty.$
Solve for $theta (x),$ as done by PierreCarree.
$theta (x) =(1/4)(1+2(sqrt{x^2+x}-2x).$
1)$lim_{x rightarrow 0^+}theta (x)=1/4$.
2)$theta (x)= (1/4)(1+2(sqrt{x^2-x}-x);$
Recall: $(x^2+x) -x^2=$
$(sqrt{x^2+x}+ x)(sqrt{x^2+x}- x);$
$sqrt{x^2+x}-x =dfrac{x}{sqrt{x^2+x}+x}=$
$dfrac{1}{sqrt{1+1/x}+1}.$
Finally:
$lim_{ xrightarrow infty} theta (x)= 1/2.$
$endgroup$
add a comment |
$begingroup$
As a check:
$f(x+1)-f(x)= f'(t)$, where $x <t_x<x+1$.
With $f(x)=√x$ , $x >0$ .
$sqrt{x+1}-√x = (1/2)(t_x)^{-1/2}$, $x <t_x <x+1$.
Comparing with the expression given:
$t_x = x+theta(x)$, we have
$x < x +theta(x) <x+1$,
$0< theta(x) <1$, $x >0$.
Limits $x rightarrow 0^+$, and $x rightarrow infty.$
Solve for $theta (x),$ as done by PierreCarree.
$theta (x) =(1/4)(1+2(sqrt{x^2+x}-2x).$
1)$lim_{x rightarrow 0^+}theta (x)=1/4$.
2)$theta (x)= (1/4)(1+2(sqrt{x^2-x}-x);$
Recall: $(x^2+x) -x^2=$
$(sqrt{x^2+x}+ x)(sqrt{x^2+x}- x);$
$sqrt{x^2+x}-x =dfrac{x}{sqrt{x^2+x}+x}=$
$dfrac{1}{sqrt{1+1/x}+1}.$
Finally:
$lim_{ xrightarrow infty} theta (x)= 1/2.$
$endgroup$
add a comment |
$begingroup$
As a check:
$f(x+1)-f(x)= f'(t)$, where $x <t_x<x+1$.
With $f(x)=√x$ , $x >0$ .
$sqrt{x+1}-√x = (1/2)(t_x)^{-1/2}$, $x <t_x <x+1$.
Comparing with the expression given:
$t_x = x+theta(x)$, we have
$x < x +theta(x) <x+1$,
$0< theta(x) <1$, $x >0$.
Limits $x rightarrow 0^+$, and $x rightarrow infty.$
Solve for $theta (x),$ as done by PierreCarree.
$theta (x) =(1/4)(1+2(sqrt{x^2+x}-2x).$
1)$lim_{x rightarrow 0^+}theta (x)=1/4$.
2)$theta (x)= (1/4)(1+2(sqrt{x^2-x}-x);$
Recall: $(x^2+x) -x^2=$
$(sqrt{x^2+x}+ x)(sqrt{x^2+x}- x);$
$sqrt{x^2+x}-x =dfrac{x}{sqrt{x^2+x}+x}=$
$dfrac{1}{sqrt{1+1/x}+1}.$
Finally:
$lim_{ xrightarrow infty} theta (x)= 1/2.$
$endgroup$
As a check:
$f(x+1)-f(x)= f'(t)$, where $x <t_x<x+1$.
With $f(x)=√x$ , $x >0$ .
$sqrt{x+1}-√x = (1/2)(t_x)^{-1/2}$, $x <t_x <x+1$.
Comparing with the expression given:
$t_x = x+theta(x)$, we have
$x < x +theta(x) <x+1$,
$0< theta(x) <1$, $x >0$.
Limits $x rightarrow 0^+$, and $x rightarrow infty.$
Solve for $theta (x),$ as done by PierreCarree.
$theta (x) =(1/4)(1+2(sqrt{x^2+x}-2x).$
1)$lim_{x rightarrow 0^+}theta (x)=1/4$.
2)$theta (x)= (1/4)(1+2(sqrt{x^2-x}-x);$
Recall: $(x^2+x) -x^2=$
$(sqrt{x^2+x}+ x)(sqrt{x^2+x}- x);$
$sqrt{x^2+x}-x =dfrac{x}{sqrt{x^2+x}+x}=$
$dfrac{1}{sqrt{1+1/x}+1}.$
Finally:
$lim_{ xrightarrow infty} theta (x)= 1/2.$
edited Mar 10 at 18:03
answered Mar 10 at 17:52
Peter SzilasPeter Szilas
11.5k2822
11.5k2822
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%2f3142384%2ffind-lim-limits-x-to-0-theta-x-and-lim-limits-x-to-0-theta-x%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