The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
I took a quiz a week ago and couldn't figure out how to do it at all. My fault. But now that I'm looking at his answer I have no idea how he got there. And I'd like to know.
Oh yeah there's more. The other end of the root wasn't hard to understand since he didn't have to multiply both sides by the reciprocal. Also thanks for the help Doc, one of those questions were on the exam I took yesterday.
That is honestly a bullshit way to solve that problem.
Clearly he doesn't want to ignore the 4 in the second step, since that would simplify to the answer 0. But it's just as valid an approximation to suggest in the second step that 10^242-4 = 10^242 and simplify to 0, as it is to multiply top and bottom by the entire equation. Either way you are getting an approximation. There's no justification for going the extra step just to get a nonzero value.
I have some issues with the *solution* to this question, but first I'm going to address the "extra step" problem. The reason for going that extra step is that the root is very definitively not 0. Let's try this out:
f(0) = 1. This is not a solution, nor is it close to a solution.
f(1.0*10^(-121)) = 1.0*10^(-242). Not exactly 0, I know, but it is still remarkably close. In fact, to get any closer, we'd need to include roughly 242 more significant figures on our roots.
So why not go a third step, and get those additional 242 significant figures? Or a fourth, to get 242 more? Once we get going, why even stop?
The answer is simple. 0 is not the root, and has 0 sig figs. It may be close, but it tells us nothing about the nature of the root (order of magnitude, positive or negative, etc). 1.0 * 10^-121 is not the root either, but it has 2 sig figs (we really only need 1, but a 2nd is nice) and tells us the order of magnitude of the root as well as the fact it is positive. With any further approximations, we'd get 0.9999... with 241 or so 9's and then maybe a .6 or something, which is waaaay too much to write down on a page when it is only 10^(-240)% different than our 1st order approximation.
I hope that clears up the reason for approximating.
Now my issue with our *solution*. We don't even need to do any approximation in the first place. If you add the two roots of a quadratic, you get -b/a. You can even solve for them (and leave them in the complicated form with an integer adding a square root), then when you add them together the square roots cancel each other out.
Absolutely makes sense now guys, thanks. The class is called Numerical Methods for Computation Science, and this example was supposed to show rounding errors and such. I hope that makes more sense on why that is the solution.
Posts
2(10^121 + 10^121) = 4 * 10^121
IOS Game Center ID: Isotope-X
Clearly he doesn't want to ignore the 4 in the second step, since that would simplify to the answer 0. But it's just as valid an approximation to suggest in the second step that 10^242-4 = 10^242 and simplify to 0, as it is to multiply top and bottom by the entire equation. Either way you are getting an approximation. There's no justification for going the extra step just to get a nonzero value.
f(0) = 1. This is not a solution, nor is it close to a solution.
f(1.0*10^(-121)) = 1.0*10^(-242). Not exactly 0, I know, but it is still remarkably close. In fact, to get any closer, we'd need to include roughly 242 more significant figures on our roots.
So why not go a third step, and get those additional 242 significant figures? Or a fourth, to get 242 more? Once we get going, why even stop?
The answer is simple. 0 is not the root, and has 0 sig figs. It may be close, but it tells us nothing about the nature of the root (order of magnitude, positive or negative, etc). 1.0 * 10^-121 is not the root either, but it has 2 sig figs (we really only need 1, but a 2nd is nice) and tells us the order of magnitude of the root as well as the fact it is positive. With any further approximations, we'd get 0.9999... with 241 or so 9's and then maybe a .6 or something, which is waaaay too much to write down on a page when it is only 10^(-240)% different than our 1st order approximation.
I hope that clears up the reason for approximating.
Now my issue with our *solution*. We don't even need to do any approximation in the first place. If you add the two roots of a quadratic, you get -b/a. You can even solve for them (and leave them in the complicated form with an integer adding a square root), then when you add them together the square roots cancel each other out.