When should I resolve significant figures?
$begingroup$
Background:
For a long time I have had some issues with significant figures. More specifically, I never know when to resolve them. In my high-school physics class the examples in the textbook usually resolved the significant figures at the end of an equation.
A real example (this is the last step of a longer problem); this is the equation in the course:
$-w cdot sin(theta) = m cdot a$
$-(290N) cdot sin(23°) = 30.1kg cdot a $
$ a = -3.8 frac{ m} {sec ^2} $
With no rounding in between steps here you get -3.764519.... when rounded -3.8.
If one broke the problem into smaller steps however, like
$-w cdot sin(theta) = m cdot a$
$-(290N) cdot sin(23°) = 30.1kg cdot a $
$ -110N = 30.1kg cdot a$
$ a = frac{-110N}{30.1kg} = -3.7$
Rounding at each step ends up 3.654485... 3.7 when rounded. There is enough difference there to make an answer like this one "wrong" against the textbook.
I personally think it makes more sense to do it like the second example, but which one is right?
significant-figures
$endgroup$
add a comment |
$begingroup$
Background:
For a long time I have had some issues with significant figures. More specifically, I never know when to resolve them. In my high-school physics class the examples in the textbook usually resolved the significant figures at the end of an equation.
A real example (this is the last step of a longer problem); this is the equation in the course:
$-w cdot sin(theta) = m cdot a$
$-(290N) cdot sin(23°) = 30.1kg cdot a $
$ a = -3.8 frac{ m} {sec ^2} $
With no rounding in between steps here you get -3.764519.... when rounded -3.8.
If one broke the problem into smaller steps however, like
$-w cdot sin(theta) = m cdot a$
$-(290N) cdot sin(23°) = 30.1kg cdot a $
$ -110N = 30.1kg cdot a$
$ a = frac{-110N}{30.1kg} = -3.7$
Rounding at each step ends up 3.654485... 3.7 when rounded. There is enough difference there to make an answer like this one "wrong" against the textbook.
I personally think it makes more sense to do it like the second example, but which one is right?
significant-figures
$endgroup$
add a comment |
$begingroup$
Background:
For a long time I have had some issues with significant figures. More specifically, I never know when to resolve them. In my high-school physics class the examples in the textbook usually resolved the significant figures at the end of an equation.
A real example (this is the last step of a longer problem); this is the equation in the course:
$-w cdot sin(theta) = m cdot a$
$-(290N) cdot sin(23°) = 30.1kg cdot a $
$ a = -3.8 frac{ m} {sec ^2} $
With no rounding in between steps here you get -3.764519.... when rounded -3.8.
If one broke the problem into smaller steps however, like
$-w cdot sin(theta) = m cdot a$
$-(290N) cdot sin(23°) = 30.1kg cdot a $
$ -110N = 30.1kg cdot a$
$ a = frac{-110N}{30.1kg} = -3.7$
Rounding at each step ends up 3.654485... 3.7 when rounded. There is enough difference there to make an answer like this one "wrong" against the textbook.
I personally think it makes more sense to do it like the second example, but which one is right?
significant-figures
$endgroup$
Background:
For a long time I have had some issues with significant figures. More specifically, I never know when to resolve them. In my high-school physics class the examples in the textbook usually resolved the significant figures at the end of an equation.
A real example (this is the last step of a longer problem); this is the equation in the course:
$-w cdot sin(theta) = m cdot a$
$-(290N) cdot sin(23°) = 30.1kg cdot a $
$ a = -3.8 frac{ m} {sec ^2} $
With no rounding in between steps here you get -3.764519.... when rounded -3.8.
If one broke the problem into smaller steps however, like
$-w cdot sin(theta) = m cdot a$
$-(290N) cdot sin(23°) = 30.1kg cdot a $
$ -110N = 30.1kg cdot a$
$ a = frac{-110N}{30.1kg} = -3.7$
Rounding at each step ends up 3.654485... 3.7 when rounded. There is enough difference there to make an answer like this one "wrong" against the textbook.
I personally think it makes more sense to do it like the second example, but which one is right?
significant-figures
significant-figures
asked Jan 16 at 13:27
user635303
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Do not round until you absolutely have to round at the end. Rounding along the way gives errors that multiply every time you do it, so what you write down at the end can end up very far further from the correct answer than rounding at the end. For an extreme example, consider multiplying $14$ by itself $100$ times, then rounding to 1 significant figure. If we do the rounding at the end, we get an answer of $4times 10^{114}$, very close to the exact answer of $4.100186...times 10^{114}$. If, however, we round at the start, we get $10^{100}$, which is 400 trillion times too small.
$endgroup$
add a comment |
$begingroup$
There are two sources of error here - the error due to imprecise measurements of data, and the error due to imprecise arithmetic along the way. We can't do anything about the former, and we'll report the final result to an accuracy based on the data's accuracy, but we can adjust the latter source of error. Specifically, we'd like it to be smaller than the error from imprecise measurements, so we aren't reporting incorrect digits.
Naively, we might say to calculate the intermediate steps without any rounding at all - but that isn't really an option. If nothing else, we'll be limited by the precision of whatever calculator/computer system we use. There are ways to get arbitrarily high precision (usually requiring writing a program), but even those require us to specify just how much precision we want, at a cost in the time it takes to calculate.
So then, what we really want is just enough precision in the calculations that the roundoff error there will be smaller than the error from the measurements. To do that, run all the calculations to one or two more digits of accuracy than the measurements, before rounding at the end. Or, if it's in a calculator or computer, don't bother with extra rounding when ordinary floating-point arithmetic is that good.
$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%2f3075722%2fwhen-should-i-resolve-significant-figures%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$
Do not round until you absolutely have to round at the end. Rounding along the way gives errors that multiply every time you do it, so what you write down at the end can end up very far further from the correct answer than rounding at the end. For an extreme example, consider multiplying $14$ by itself $100$ times, then rounding to 1 significant figure. If we do the rounding at the end, we get an answer of $4times 10^{114}$, very close to the exact answer of $4.100186...times 10^{114}$. If, however, we round at the start, we get $10^{100}$, which is 400 trillion times too small.
$endgroup$
add a comment |
$begingroup$
Do not round until you absolutely have to round at the end. Rounding along the way gives errors that multiply every time you do it, so what you write down at the end can end up very far further from the correct answer than rounding at the end. For an extreme example, consider multiplying $14$ by itself $100$ times, then rounding to 1 significant figure. If we do the rounding at the end, we get an answer of $4times 10^{114}$, very close to the exact answer of $4.100186...times 10^{114}$. If, however, we round at the start, we get $10^{100}$, which is 400 trillion times too small.
$endgroup$
add a comment |
$begingroup$
Do not round until you absolutely have to round at the end. Rounding along the way gives errors that multiply every time you do it, so what you write down at the end can end up very far further from the correct answer than rounding at the end. For an extreme example, consider multiplying $14$ by itself $100$ times, then rounding to 1 significant figure. If we do the rounding at the end, we get an answer of $4times 10^{114}$, very close to the exact answer of $4.100186...times 10^{114}$. If, however, we round at the start, we get $10^{100}$, which is 400 trillion times too small.
$endgroup$
Do not round until you absolutely have to round at the end. Rounding along the way gives errors that multiply every time you do it, so what you write down at the end can end up very far further from the correct answer than rounding at the end. For an extreme example, consider multiplying $14$ by itself $100$ times, then rounding to 1 significant figure. If we do the rounding at the end, we get an answer of $4times 10^{114}$, very close to the exact answer of $4.100186...times 10^{114}$. If, however, we round at the start, we get $10^{100}$, which is 400 trillion times too small.
answered Jan 16 at 13:36
user3482749user3482749
4,266919
4,266919
add a comment |
add a comment |
$begingroup$
There are two sources of error here - the error due to imprecise measurements of data, and the error due to imprecise arithmetic along the way. We can't do anything about the former, and we'll report the final result to an accuracy based on the data's accuracy, but we can adjust the latter source of error. Specifically, we'd like it to be smaller than the error from imprecise measurements, so we aren't reporting incorrect digits.
Naively, we might say to calculate the intermediate steps without any rounding at all - but that isn't really an option. If nothing else, we'll be limited by the precision of whatever calculator/computer system we use. There are ways to get arbitrarily high precision (usually requiring writing a program), but even those require us to specify just how much precision we want, at a cost in the time it takes to calculate.
So then, what we really want is just enough precision in the calculations that the roundoff error there will be smaller than the error from the measurements. To do that, run all the calculations to one or two more digits of accuracy than the measurements, before rounding at the end. Or, if it's in a calculator or computer, don't bother with extra rounding when ordinary floating-point arithmetic is that good.
$endgroup$
add a comment |
$begingroup$
There are two sources of error here - the error due to imprecise measurements of data, and the error due to imprecise arithmetic along the way. We can't do anything about the former, and we'll report the final result to an accuracy based on the data's accuracy, but we can adjust the latter source of error. Specifically, we'd like it to be smaller than the error from imprecise measurements, so we aren't reporting incorrect digits.
Naively, we might say to calculate the intermediate steps without any rounding at all - but that isn't really an option. If nothing else, we'll be limited by the precision of whatever calculator/computer system we use. There are ways to get arbitrarily high precision (usually requiring writing a program), but even those require us to specify just how much precision we want, at a cost in the time it takes to calculate.
So then, what we really want is just enough precision in the calculations that the roundoff error there will be smaller than the error from the measurements. To do that, run all the calculations to one or two more digits of accuracy than the measurements, before rounding at the end. Or, if it's in a calculator or computer, don't bother with extra rounding when ordinary floating-point arithmetic is that good.
$endgroup$
add a comment |
$begingroup$
There are two sources of error here - the error due to imprecise measurements of data, and the error due to imprecise arithmetic along the way. We can't do anything about the former, and we'll report the final result to an accuracy based on the data's accuracy, but we can adjust the latter source of error. Specifically, we'd like it to be smaller than the error from imprecise measurements, so we aren't reporting incorrect digits.
Naively, we might say to calculate the intermediate steps without any rounding at all - but that isn't really an option. If nothing else, we'll be limited by the precision of whatever calculator/computer system we use. There are ways to get arbitrarily high precision (usually requiring writing a program), but even those require us to specify just how much precision we want, at a cost in the time it takes to calculate.
So then, what we really want is just enough precision in the calculations that the roundoff error there will be smaller than the error from the measurements. To do that, run all the calculations to one or two more digits of accuracy than the measurements, before rounding at the end. Or, if it's in a calculator or computer, don't bother with extra rounding when ordinary floating-point arithmetic is that good.
$endgroup$
There are two sources of error here - the error due to imprecise measurements of data, and the error due to imprecise arithmetic along the way. We can't do anything about the former, and we'll report the final result to an accuracy based on the data's accuracy, but we can adjust the latter source of error. Specifically, we'd like it to be smaller than the error from imprecise measurements, so we aren't reporting incorrect digits.
Naively, we might say to calculate the intermediate steps without any rounding at all - but that isn't really an option. If nothing else, we'll be limited by the precision of whatever calculator/computer system we use. There are ways to get arbitrarily high precision (usually requiring writing a program), but even those require us to specify just how much precision we want, at a cost in the time it takes to calculate.
So then, what we really want is just enough precision in the calculations that the roundoff error there will be smaller than the error from the measurements. To do that, run all the calculations to one or two more digits of accuracy than the measurements, before rounding at the end. Or, if it's in a calculator or computer, don't bother with extra rounding when ordinary floating-point arithmetic is that good.
answered Jan 16 at 14:13
jmerryjmerry
9,8481225
9,8481225
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%2f3075722%2fwhen-should-i-resolve-significant-figures%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