Approximating error in area of a circle from its radius
$begingroup$
Given a circle with area 15 and an error in its area of .2, what would the maximum error in its radius be?
Given that $$A=pi r^2$$ $$A'=2pi r$$ it can be found that the radius when A = 15 must be $$r=sqrt{frac{15}{pi}} $$ so using differentials $$A(r+Delta r)approx A(r)+A'(r)Delta r $$ $$15approxfrac{sqrt{15}}{pi}+2pisqrt{frac{15}{pi}}Delta r$$
so $$Delta rapproxfrac{15-sqrt{frac{15}{pi}}}{2pi sqrt{frac{15}{pi}}}$$
Is this correct?
calculus ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
Given a circle with area 15 and an error in its area of .2, what would the maximum error in its radius be?
Given that $$A=pi r^2$$ $$A'=2pi r$$ it can be found that the radius when A = 15 must be $$r=sqrt{frac{15}{pi}} $$ so using differentials $$A(r+Delta r)approx A(r)+A'(r)Delta r $$ $$15approxfrac{sqrt{15}}{pi}+2pisqrt{frac{15}{pi}}Delta r$$
so $$Delta rapproxfrac{15-sqrt{frac{15}{pi}}}{2pi sqrt{frac{15}{pi}}}$$
Is this correct?
calculus ordinary-differential-equations
$endgroup$
1
$begingroup$
$A=pi r^2 implies r=sqrt{frac{A}{pi}}$. Did you mean the radius is $sqrt{frac{15}{pi}}$?
$endgroup$
– Dando18
Dec 11 '18 at 23:47
$begingroup$
Yes, edited to show that.
$endgroup$
– ovil101
Dec 11 '18 at 23:51
$begingroup$
Did you replace $A(r+Δr)$ with $15$ and $A(r)$ with $frac{sqrt{15}}pi$? What is the justification for both? Where does the $pm0.2$ enter the formula?
$endgroup$
– LutzL
Dec 12 '18 at 8:56
add a comment |
$begingroup$
Given a circle with area 15 and an error in its area of .2, what would the maximum error in its radius be?
Given that $$A=pi r^2$$ $$A'=2pi r$$ it can be found that the radius when A = 15 must be $$r=sqrt{frac{15}{pi}} $$ so using differentials $$A(r+Delta r)approx A(r)+A'(r)Delta r $$ $$15approxfrac{sqrt{15}}{pi}+2pisqrt{frac{15}{pi}}Delta r$$
so $$Delta rapproxfrac{15-sqrt{frac{15}{pi}}}{2pi sqrt{frac{15}{pi}}}$$
Is this correct?
calculus ordinary-differential-equations
$endgroup$
Given a circle with area 15 and an error in its area of .2, what would the maximum error in its radius be?
Given that $$A=pi r^2$$ $$A'=2pi r$$ it can be found that the radius when A = 15 must be $$r=sqrt{frac{15}{pi}} $$ so using differentials $$A(r+Delta r)approx A(r)+A'(r)Delta r $$ $$15approxfrac{sqrt{15}}{pi}+2pisqrt{frac{15}{pi}}Delta r$$
so $$Delta rapproxfrac{15-sqrt{frac{15}{pi}}}{2pi sqrt{frac{15}{pi}}}$$
Is this correct?
calculus ordinary-differential-equations
calculus ordinary-differential-equations
edited Dec 11 '18 at 23:50
ovil101
asked Dec 11 '18 at 23:44
ovil101ovil101
273
273
1
$begingroup$
$A=pi r^2 implies r=sqrt{frac{A}{pi}}$. Did you mean the radius is $sqrt{frac{15}{pi}}$?
$endgroup$
– Dando18
Dec 11 '18 at 23:47
$begingroup$
Yes, edited to show that.
$endgroup$
– ovil101
Dec 11 '18 at 23:51
$begingroup$
Did you replace $A(r+Δr)$ with $15$ and $A(r)$ with $frac{sqrt{15}}pi$? What is the justification for both? Where does the $pm0.2$ enter the formula?
$endgroup$
– LutzL
Dec 12 '18 at 8:56
add a comment |
1
$begingroup$
$A=pi r^2 implies r=sqrt{frac{A}{pi}}$. Did you mean the radius is $sqrt{frac{15}{pi}}$?
$endgroup$
– Dando18
Dec 11 '18 at 23:47
$begingroup$
Yes, edited to show that.
$endgroup$
– ovil101
Dec 11 '18 at 23:51
$begingroup$
Did you replace $A(r+Δr)$ with $15$ and $A(r)$ with $frac{sqrt{15}}pi$? What is the justification for both? Where does the $pm0.2$ enter the formula?
$endgroup$
– LutzL
Dec 12 '18 at 8:56
1
1
$begingroup$
$A=pi r^2 implies r=sqrt{frac{A}{pi}}$. Did you mean the radius is $sqrt{frac{15}{pi}}$?
$endgroup$
– Dando18
Dec 11 '18 at 23:47
$begingroup$
$A=pi r^2 implies r=sqrt{frac{A}{pi}}$. Did you mean the radius is $sqrt{frac{15}{pi}}$?
$endgroup$
– Dando18
Dec 11 '18 at 23:47
$begingroup$
Yes, edited to show that.
$endgroup$
– ovil101
Dec 11 '18 at 23:51
$begingroup$
Yes, edited to show that.
$endgroup$
– ovil101
Dec 11 '18 at 23:51
$begingroup$
Did you replace $A(r+Δr)$ with $15$ and $A(r)$ with $frac{sqrt{15}}pi$? What is the justification for both? Where does the $pm0.2$ enter the formula?
$endgroup$
– LutzL
Dec 12 '18 at 8:56
$begingroup$
Did you replace $A(r+Δr)$ with $15$ and $A(r)$ with $frac{sqrt{15}}pi$? What is the justification for both? Where does the $pm0.2$ enter the formula?
$endgroup$
– LutzL
Dec 12 '18 at 8:56
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Your approach is correct but likely an overkill. The final result is also not really pretty.
If you have a known area $A$ with error $delta$, then $r = sqrt{frac{A pm delta}{pi}}$. Then its error is given by $delta_r = r_max - r_min = sqrt{frac{A + delta}{pi}} - sqrt{frac{A - delta}{pi}}$, exactly. If you want to go further on the approximations, you might want to use Bernoulli's inequality so $delta_r = sqrt{frac{A}{pi}}((1+delta/A)^{1/2} - (1-delta/A)^{1/2}) approx sqrt{frac{A}{pi}}(2*frac{delta}{2A}) approx frac{delta}{sqrt{pi A}}$.
$endgroup$
add a comment |
$begingroup$
The errors are related by
$$ Delta A = frac{dA}{dr} Delta r = 2pi r Delta r $$
Therefore
$$ Delta r = frac{Delta A}{2pi r} = frac{0.2}{2pi sqrt{frac{15}{pi}}} = frac{0.1}{sqrt{15pi}} $$
Your formula is incorrect because you had $Delta A = A - r$
$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%2f3036015%2fapproximating-error-in-area-of-a-circle-from-its-radius%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$
Your approach is correct but likely an overkill. The final result is also not really pretty.
If you have a known area $A$ with error $delta$, then $r = sqrt{frac{A pm delta}{pi}}$. Then its error is given by $delta_r = r_max - r_min = sqrt{frac{A + delta}{pi}} - sqrt{frac{A - delta}{pi}}$, exactly. If you want to go further on the approximations, you might want to use Bernoulli's inequality so $delta_r = sqrt{frac{A}{pi}}((1+delta/A)^{1/2} - (1-delta/A)^{1/2}) approx sqrt{frac{A}{pi}}(2*frac{delta}{2A}) approx frac{delta}{sqrt{pi A}}$.
$endgroup$
add a comment |
$begingroup$
Your approach is correct but likely an overkill. The final result is also not really pretty.
If you have a known area $A$ with error $delta$, then $r = sqrt{frac{A pm delta}{pi}}$. Then its error is given by $delta_r = r_max - r_min = sqrt{frac{A + delta}{pi}} - sqrt{frac{A - delta}{pi}}$, exactly. If you want to go further on the approximations, you might want to use Bernoulli's inequality so $delta_r = sqrt{frac{A}{pi}}((1+delta/A)^{1/2} - (1-delta/A)^{1/2}) approx sqrt{frac{A}{pi}}(2*frac{delta}{2A}) approx frac{delta}{sqrt{pi A}}$.
$endgroup$
add a comment |
$begingroup$
Your approach is correct but likely an overkill. The final result is also not really pretty.
If you have a known area $A$ with error $delta$, then $r = sqrt{frac{A pm delta}{pi}}$. Then its error is given by $delta_r = r_max - r_min = sqrt{frac{A + delta}{pi}} - sqrt{frac{A - delta}{pi}}$, exactly. If you want to go further on the approximations, you might want to use Bernoulli's inequality so $delta_r = sqrt{frac{A}{pi}}((1+delta/A)^{1/2} - (1-delta/A)^{1/2}) approx sqrt{frac{A}{pi}}(2*frac{delta}{2A}) approx frac{delta}{sqrt{pi A}}$.
$endgroup$
Your approach is correct but likely an overkill. The final result is also not really pretty.
If you have a known area $A$ with error $delta$, then $r = sqrt{frac{A pm delta}{pi}}$. Then its error is given by $delta_r = r_max - r_min = sqrt{frac{A + delta}{pi}} - sqrt{frac{A - delta}{pi}}$, exactly. If you want to go further on the approximations, you might want to use Bernoulli's inequality so $delta_r = sqrt{frac{A}{pi}}((1+delta/A)^{1/2} - (1-delta/A)^{1/2}) approx sqrt{frac{A}{pi}}(2*frac{delta}{2A}) approx frac{delta}{sqrt{pi A}}$.
answered Dec 12 '18 at 2:07
Lucas HenriqueLucas Henrique
1,039414
1,039414
add a comment |
add a comment |
$begingroup$
The errors are related by
$$ Delta A = frac{dA}{dr} Delta r = 2pi r Delta r $$
Therefore
$$ Delta r = frac{Delta A}{2pi r} = frac{0.2}{2pi sqrt{frac{15}{pi}}} = frac{0.1}{sqrt{15pi}} $$
Your formula is incorrect because you had $Delta A = A - r$
$endgroup$
add a comment |
$begingroup$
The errors are related by
$$ Delta A = frac{dA}{dr} Delta r = 2pi r Delta r $$
Therefore
$$ Delta r = frac{Delta A}{2pi r} = frac{0.2}{2pi sqrt{frac{15}{pi}}} = frac{0.1}{sqrt{15pi}} $$
Your formula is incorrect because you had $Delta A = A - r$
$endgroup$
add a comment |
$begingroup$
The errors are related by
$$ Delta A = frac{dA}{dr} Delta r = 2pi r Delta r $$
Therefore
$$ Delta r = frac{Delta A}{2pi r} = frac{0.2}{2pi sqrt{frac{15}{pi}}} = frac{0.1}{sqrt{15pi}} $$
Your formula is incorrect because you had $Delta A = A - r$
$endgroup$
The errors are related by
$$ Delta A = frac{dA}{dr} Delta r = 2pi r Delta r $$
Therefore
$$ Delta r = frac{Delta A}{2pi r} = frac{0.2}{2pi sqrt{frac{15}{pi}}} = frac{0.1}{sqrt{15pi}} $$
Your formula is incorrect because you had $Delta A = A - r$
answered Dec 13 '18 at 6:13
DylanDylan
12.7k31026
12.7k31026
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%2f3036015%2fapproximating-error-in-area-of-a-circle-from-its-radius%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
1
$begingroup$
$A=pi r^2 implies r=sqrt{frac{A}{pi}}$. Did you mean the radius is $sqrt{frac{15}{pi}}$?
$endgroup$
– Dando18
Dec 11 '18 at 23:47
$begingroup$
Yes, edited to show that.
$endgroup$
– ovil101
Dec 11 '18 at 23:51
$begingroup$
Did you replace $A(r+Δr)$ with $15$ and $A(r)$ with $frac{sqrt{15}}pi$? What is the justification for both? Where does the $pm0.2$ enter the formula?
$endgroup$
– LutzL
Dec 12 '18 at 8:56