Trying to parse a Putnam solution from 1995












3














I’m having trouble parsing the solution for the 1995 Putnam, question A2. The proof proceeds:



The easiest proof uses
``big-O'' notation and the fact that $(1+x)^{1/2} = 1 + x/2 +
O(x^{2})$
for $|x|<1$. (Here $O(x^{2})$ means bounded by a constant
times $x^{2}$.) Me: That’s all well and good, and I can arrive at that by the generalized binomial theorem.



The proof continues:
begin{align*}
sqrt{x+a}-sqrt{x} &= x^{1/2}(sqrt{1+a/x} - 1) \
&= x^{1/2}(1 + a/2x + O(x^{-2})),
end{align*}



It would appear that’s an error; it would appear the proof writer dropped the minus 1.



But it continues, hence



$sqrt{sqrt{x+a} - sqrt{x}} = x^{1/4} (a/4x + O(x^{-2}))$



Which I’m at a loss how to arrive at.










share|cite|improve this question









New contributor




Thor Kamphefner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • For what it’s worth, you aren’t the first person to have asked about this. math.stackexchange.com/questions/2020837/…
    – Steve Kass
    3 hours ago










  • I am not sure if you have copied things properly. Why do we have $O(x^{2})$ in one place and $O(x^{-2})$ at others?
    – Kavi Rama Murthy
    3 hours ago










  • Note that on the right side of the first equation, x is in the denominator, whereas at the top, x is in the numerator.
    – Thor Kamphefner
    3 hours ago










  • @KaviRamaMurthy Not OP, but that is because the new "$x$" is now $a/x$, so when you substitute that in $O(x^2)$ becomes $O(a^2/x^2)$, which is the same as $O(x^{-2})$
    – Noble Mushtak
    3 hours ago










  • You should show the question. I looked up the reference and it doesn't appear to be what you want. Also, where is the proof that you refer to?
    – herb steinberg
    3 hours ago
















3














I’m having trouble parsing the solution for the 1995 Putnam, question A2. The proof proceeds:



The easiest proof uses
``big-O'' notation and the fact that $(1+x)^{1/2} = 1 + x/2 +
O(x^{2})$
for $|x|<1$. (Here $O(x^{2})$ means bounded by a constant
times $x^{2}$.) Me: That’s all well and good, and I can arrive at that by the generalized binomial theorem.



The proof continues:
begin{align*}
sqrt{x+a}-sqrt{x} &= x^{1/2}(sqrt{1+a/x} - 1) \
&= x^{1/2}(1 + a/2x + O(x^{-2})),
end{align*}



It would appear that’s an error; it would appear the proof writer dropped the minus 1.



But it continues, hence



$sqrt{sqrt{x+a} - sqrt{x}} = x^{1/4} (a/4x + O(x^{-2}))$



Which I’m at a loss how to arrive at.










share|cite|improve this question









New contributor




Thor Kamphefner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • For what it’s worth, you aren’t the first person to have asked about this. math.stackexchange.com/questions/2020837/…
    – Steve Kass
    3 hours ago










  • I am not sure if you have copied things properly. Why do we have $O(x^{2})$ in one place and $O(x^{-2})$ at others?
    – Kavi Rama Murthy
    3 hours ago










  • Note that on the right side of the first equation, x is in the denominator, whereas at the top, x is in the numerator.
    – Thor Kamphefner
    3 hours ago










  • @KaviRamaMurthy Not OP, but that is because the new "$x$" is now $a/x$, so when you substitute that in $O(x^2)$ becomes $O(a^2/x^2)$, which is the same as $O(x^{-2})$
    – Noble Mushtak
    3 hours ago










  • You should show the question. I looked up the reference and it doesn't appear to be what you want. Also, where is the proof that you refer to?
    – herb steinberg
    3 hours ago














3












3








3







I’m having trouble parsing the solution for the 1995 Putnam, question A2. The proof proceeds:



The easiest proof uses
``big-O'' notation and the fact that $(1+x)^{1/2} = 1 + x/2 +
O(x^{2})$
for $|x|<1$. (Here $O(x^{2})$ means bounded by a constant
times $x^{2}$.) Me: That’s all well and good, and I can arrive at that by the generalized binomial theorem.



The proof continues:
begin{align*}
sqrt{x+a}-sqrt{x} &= x^{1/2}(sqrt{1+a/x} - 1) \
&= x^{1/2}(1 + a/2x + O(x^{-2})),
end{align*}



It would appear that’s an error; it would appear the proof writer dropped the minus 1.



But it continues, hence



$sqrt{sqrt{x+a} - sqrt{x}} = x^{1/4} (a/4x + O(x^{-2}))$



Which I’m at a loss how to arrive at.










share|cite|improve this question









New contributor




Thor Kamphefner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I’m having trouble parsing the solution for the 1995 Putnam, question A2. The proof proceeds:



The easiest proof uses
``big-O'' notation and the fact that $(1+x)^{1/2} = 1 + x/2 +
O(x^{2})$
for $|x|<1$. (Here $O(x^{2})$ means bounded by a constant
times $x^{2}$.) Me: That’s all well and good, and I can arrive at that by the generalized binomial theorem.



The proof continues:
begin{align*}
sqrt{x+a}-sqrt{x} &= x^{1/2}(sqrt{1+a/x} - 1) \
&= x^{1/2}(1 + a/2x + O(x^{-2})),
end{align*}



It would appear that’s an error; it would appear the proof writer dropped the minus 1.



But it continues, hence



$sqrt{sqrt{x+a} - sqrt{x}} = x^{1/4} (a/4x + O(x^{-2}))$



Which I’m at a loss how to arrive at.







binomial-theorem






share|cite|improve this question









New contributor




Thor Kamphefner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question









New contributor




Thor Kamphefner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question








edited 3 hours ago





















New contributor




Thor Kamphefner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 3 hours ago









Thor Kamphefner

365




365




New contributor




Thor Kamphefner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Thor Kamphefner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Thor Kamphefner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • For what it’s worth, you aren’t the first person to have asked about this. math.stackexchange.com/questions/2020837/…
    – Steve Kass
    3 hours ago










  • I am not sure if you have copied things properly. Why do we have $O(x^{2})$ in one place and $O(x^{-2})$ at others?
    – Kavi Rama Murthy
    3 hours ago










  • Note that on the right side of the first equation, x is in the denominator, whereas at the top, x is in the numerator.
    – Thor Kamphefner
    3 hours ago










  • @KaviRamaMurthy Not OP, but that is because the new "$x$" is now $a/x$, so when you substitute that in $O(x^2)$ becomes $O(a^2/x^2)$, which is the same as $O(x^{-2})$
    – Noble Mushtak
    3 hours ago










  • You should show the question. I looked up the reference and it doesn't appear to be what you want. Also, where is the proof that you refer to?
    – herb steinberg
    3 hours ago


















  • For what it’s worth, you aren’t the first person to have asked about this. math.stackexchange.com/questions/2020837/…
    – Steve Kass
    3 hours ago










  • I am not sure if you have copied things properly. Why do we have $O(x^{2})$ in one place and $O(x^{-2})$ at others?
    – Kavi Rama Murthy
    3 hours ago










  • Note that on the right side of the first equation, x is in the denominator, whereas at the top, x is in the numerator.
    – Thor Kamphefner
    3 hours ago










  • @KaviRamaMurthy Not OP, but that is because the new "$x$" is now $a/x$, so when you substitute that in $O(x^2)$ becomes $O(a^2/x^2)$, which is the same as $O(x^{-2})$
    – Noble Mushtak
    3 hours ago










  • You should show the question. I looked up the reference and it doesn't appear to be what you want. Also, where is the proof that you refer to?
    – herb steinberg
    3 hours ago
















For what it’s worth, you aren’t the first person to have asked about this. math.stackexchange.com/questions/2020837/…
– Steve Kass
3 hours ago




For what it’s worth, you aren’t the first person to have asked about this. math.stackexchange.com/questions/2020837/…
– Steve Kass
3 hours ago












I am not sure if you have copied things properly. Why do we have $O(x^{2})$ in one place and $O(x^{-2})$ at others?
– Kavi Rama Murthy
3 hours ago




I am not sure if you have copied things properly. Why do we have $O(x^{2})$ in one place and $O(x^{-2})$ at others?
– Kavi Rama Murthy
3 hours ago












Note that on the right side of the first equation, x is in the denominator, whereas at the top, x is in the numerator.
– Thor Kamphefner
3 hours ago




Note that on the right side of the first equation, x is in the denominator, whereas at the top, x is in the numerator.
– Thor Kamphefner
3 hours ago












@KaviRamaMurthy Not OP, but that is because the new "$x$" is now $a/x$, so when you substitute that in $O(x^2)$ becomes $O(a^2/x^2)$, which is the same as $O(x^{-2})$
– Noble Mushtak
3 hours ago




@KaviRamaMurthy Not OP, but that is because the new "$x$" is now $a/x$, so when you substitute that in $O(x^2)$ becomes $O(a^2/x^2)$, which is the same as $O(x^{-2})$
– Noble Mushtak
3 hours ago












You should show the question. I looked up the reference and it doesn't appear to be what you want. Also, where is the proof that you refer to?
– herb steinberg
3 hours ago




You should show the question. I looked up the reference and it doesn't appear to be what you want. Also, where is the proof that you refer to?
– herb steinberg
3 hours ago










1 Answer
1






active

oldest

votes


















7














OK, so the first step is clearly a mistake with them dropping the $-1$. However, I'm going to try to explain what they may have done, even though it doesn't make sense. First, let's start with their (albeit wrong) equation:



$$sqrt{x+a}-sqrt{x}=x^{1/2}(1+frac{a}{2x}+O(x^{-2}))$$
Now, take the square root:
$$sqrt{sqrt{x+a}-sqrt{x}}=[x^{1/2}(1+frac{a}{2x}+O(x^{-2}))]^{1/2}$$



Distribute the exponent:
$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}[(1+frac{a}{2x}+O(x^{-2}))]^{1/2}$$



Now, the second expression on the right is in the form of $(1+z)^{1/2}$, so I will use the following formula:



$$(1+z)^{1/2}=1+frac z 2+O(z^2)rightarrow \ (1+frac a{2x}+O(x^{-2}))^{1/2}=1+frac{a}{4x}+frac{1}{2}O(x^{-2})+O(frac{a^2}{4x^2})=1+frac{a}{4x}+O(x^{-2})$$



Thus, we get:



$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(1+frac{a}{4x}+O(x^{-2}))$$



Oh, and remember that $-1$ we dropped in the first step? Let's try adding that back in here, because...why not?



$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(1+frac{a}{4x}+O(x^{-2})-1)$$
$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(frac{a}{4x}+O(x^{-2}))$$
Thus, we get the same equation they did, and we only had to make two mathematical errors to get there!






share|cite|improve this answer





















  • I like that you were able to decipher what the original proof writer most likely meant. Thank you for that.
    – Thor Kamphefner
    3 hours ago











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
});


}
});






Thor Kamphefner is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3056405%2ftrying-to-parse-a-putnam-solution-from-1995%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









7














OK, so the first step is clearly a mistake with them dropping the $-1$. However, I'm going to try to explain what they may have done, even though it doesn't make sense. First, let's start with their (albeit wrong) equation:



$$sqrt{x+a}-sqrt{x}=x^{1/2}(1+frac{a}{2x}+O(x^{-2}))$$
Now, take the square root:
$$sqrt{sqrt{x+a}-sqrt{x}}=[x^{1/2}(1+frac{a}{2x}+O(x^{-2}))]^{1/2}$$



Distribute the exponent:
$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}[(1+frac{a}{2x}+O(x^{-2}))]^{1/2}$$



Now, the second expression on the right is in the form of $(1+z)^{1/2}$, so I will use the following formula:



$$(1+z)^{1/2}=1+frac z 2+O(z^2)rightarrow \ (1+frac a{2x}+O(x^{-2}))^{1/2}=1+frac{a}{4x}+frac{1}{2}O(x^{-2})+O(frac{a^2}{4x^2})=1+frac{a}{4x}+O(x^{-2})$$



Thus, we get:



$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(1+frac{a}{4x}+O(x^{-2}))$$



Oh, and remember that $-1$ we dropped in the first step? Let's try adding that back in here, because...why not?



$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(1+frac{a}{4x}+O(x^{-2})-1)$$
$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(frac{a}{4x}+O(x^{-2}))$$
Thus, we get the same equation they did, and we only had to make two mathematical errors to get there!






share|cite|improve this answer





















  • I like that you were able to decipher what the original proof writer most likely meant. Thank you for that.
    – Thor Kamphefner
    3 hours ago
















7














OK, so the first step is clearly a mistake with them dropping the $-1$. However, I'm going to try to explain what they may have done, even though it doesn't make sense. First, let's start with their (albeit wrong) equation:



$$sqrt{x+a}-sqrt{x}=x^{1/2}(1+frac{a}{2x}+O(x^{-2}))$$
Now, take the square root:
$$sqrt{sqrt{x+a}-sqrt{x}}=[x^{1/2}(1+frac{a}{2x}+O(x^{-2}))]^{1/2}$$



Distribute the exponent:
$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}[(1+frac{a}{2x}+O(x^{-2}))]^{1/2}$$



Now, the second expression on the right is in the form of $(1+z)^{1/2}$, so I will use the following formula:



$$(1+z)^{1/2}=1+frac z 2+O(z^2)rightarrow \ (1+frac a{2x}+O(x^{-2}))^{1/2}=1+frac{a}{4x}+frac{1}{2}O(x^{-2})+O(frac{a^2}{4x^2})=1+frac{a}{4x}+O(x^{-2})$$



Thus, we get:



$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(1+frac{a}{4x}+O(x^{-2}))$$



Oh, and remember that $-1$ we dropped in the first step? Let's try adding that back in here, because...why not?



$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(1+frac{a}{4x}+O(x^{-2})-1)$$
$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(frac{a}{4x}+O(x^{-2}))$$
Thus, we get the same equation they did, and we only had to make two mathematical errors to get there!






share|cite|improve this answer





















  • I like that you were able to decipher what the original proof writer most likely meant. Thank you for that.
    – Thor Kamphefner
    3 hours ago














7












7








7






OK, so the first step is clearly a mistake with them dropping the $-1$. However, I'm going to try to explain what they may have done, even though it doesn't make sense. First, let's start with their (albeit wrong) equation:



$$sqrt{x+a}-sqrt{x}=x^{1/2}(1+frac{a}{2x}+O(x^{-2}))$$
Now, take the square root:
$$sqrt{sqrt{x+a}-sqrt{x}}=[x^{1/2}(1+frac{a}{2x}+O(x^{-2}))]^{1/2}$$



Distribute the exponent:
$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}[(1+frac{a}{2x}+O(x^{-2}))]^{1/2}$$



Now, the second expression on the right is in the form of $(1+z)^{1/2}$, so I will use the following formula:



$$(1+z)^{1/2}=1+frac z 2+O(z^2)rightarrow \ (1+frac a{2x}+O(x^{-2}))^{1/2}=1+frac{a}{4x}+frac{1}{2}O(x^{-2})+O(frac{a^2}{4x^2})=1+frac{a}{4x}+O(x^{-2})$$



Thus, we get:



$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(1+frac{a}{4x}+O(x^{-2}))$$



Oh, and remember that $-1$ we dropped in the first step? Let's try adding that back in here, because...why not?



$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(1+frac{a}{4x}+O(x^{-2})-1)$$
$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(frac{a}{4x}+O(x^{-2}))$$
Thus, we get the same equation they did, and we only had to make two mathematical errors to get there!






share|cite|improve this answer












OK, so the first step is clearly a mistake with them dropping the $-1$. However, I'm going to try to explain what they may have done, even though it doesn't make sense. First, let's start with their (albeit wrong) equation:



$$sqrt{x+a}-sqrt{x}=x^{1/2}(1+frac{a}{2x}+O(x^{-2}))$$
Now, take the square root:
$$sqrt{sqrt{x+a}-sqrt{x}}=[x^{1/2}(1+frac{a}{2x}+O(x^{-2}))]^{1/2}$$



Distribute the exponent:
$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}[(1+frac{a}{2x}+O(x^{-2}))]^{1/2}$$



Now, the second expression on the right is in the form of $(1+z)^{1/2}$, so I will use the following formula:



$$(1+z)^{1/2}=1+frac z 2+O(z^2)rightarrow \ (1+frac a{2x}+O(x^{-2}))^{1/2}=1+frac{a}{4x}+frac{1}{2}O(x^{-2})+O(frac{a^2}{4x^2})=1+frac{a}{4x}+O(x^{-2})$$



Thus, we get:



$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(1+frac{a}{4x}+O(x^{-2}))$$



Oh, and remember that $-1$ we dropped in the first step? Let's try adding that back in here, because...why not?



$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(1+frac{a}{4x}+O(x^{-2})-1)$$
$$sqrt{sqrt{x+a}-sqrt{x}}=x^{1/4}(frac{a}{4x}+O(x^{-2}))$$
Thus, we get the same equation they did, and we only had to make two mathematical errors to get there!







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered 3 hours ago









Noble Mushtak

14.3k1734




14.3k1734












  • I like that you were able to decipher what the original proof writer most likely meant. Thank you for that.
    – Thor Kamphefner
    3 hours ago


















  • I like that you were able to decipher what the original proof writer most likely meant. Thank you for that.
    – Thor Kamphefner
    3 hours ago
















I like that you were able to decipher what the original proof writer most likely meant. Thank you for that.
– Thor Kamphefner
3 hours ago




I like that you were able to decipher what the original proof writer most likely meant. Thank you for that.
– Thor Kamphefner
3 hours ago










Thor Kamphefner is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Thor Kamphefner is a new contributor. Be nice, and check out our Code of Conduct.













Thor Kamphefner is a new contributor. Be nice, and check out our Code of Conduct.












Thor Kamphefner is a new contributor. Be nice, and check out our Code of Conduct.
















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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3056405%2ftrying-to-parse-a-putnam-solution-from-1995%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...