Proving that $int_{-infty}^{infty}frac{cos(x)}{x^2}dx$ is convergent/divergent?
up vote
0
down vote
favorite
I want to determine whether $int_{-infty}^{infty}frac{cos(x)}{x^2}dx$ is convergent or not. I first said that, for any $x$, $frac{cos(x)}{x^2} ge frac{-10}{x^2}$. Since $frac{-10}{x^2}$ is divergent, then the initial integral is too. However, the integral calculator website says that $int_{0}^{infty}frac{cos(x)}{x^2}dx$ and $int_{-infty}^{0}frac{cos(x)}{x^2}dx$ are both convergent. Wouldn't it then follow that the initial integral is also convergent?
What error am I making? Thank you.
integration
add a comment |
up vote
0
down vote
favorite
I want to determine whether $int_{-infty}^{infty}frac{cos(x)}{x^2}dx$ is convergent or not. I first said that, for any $x$, $frac{cos(x)}{x^2} ge frac{-10}{x^2}$. Since $frac{-10}{x^2}$ is divergent, then the initial integral is too. However, the integral calculator website says that $int_{0}^{infty}frac{cos(x)}{x^2}dx$ and $int_{-infty}^{0}frac{cos(x)}{x^2}dx$ are both convergent. Wouldn't it then follow that the initial integral is also convergent?
What error am I making? Thank you.
integration
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to determine whether $int_{-infty}^{infty}frac{cos(x)}{x^2}dx$ is convergent or not. I first said that, for any $x$, $frac{cos(x)}{x^2} ge frac{-10}{x^2}$. Since $frac{-10}{x^2}$ is divergent, then the initial integral is too. However, the integral calculator website says that $int_{0}^{infty}frac{cos(x)}{x^2}dx$ and $int_{-infty}^{0}frac{cos(x)}{x^2}dx$ are both convergent. Wouldn't it then follow that the initial integral is also convergent?
What error am I making? Thank you.
integration
I want to determine whether $int_{-infty}^{infty}frac{cos(x)}{x^2}dx$ is convergent or not. I first said that, for any $x$, $frac{cos(x)}{x^2} ge frac{-10}{x^2}$. Since $frac{-10}{x^2}$ is divergent, then the initial integral is too. However, the integral calculator website says that $int_{0}^{infty}frac{cos(x)}{x^2}dx$ and $int_{-infty}^{0}frac{cos(x)}{x^2}dx$ are both convergent. Wouldn't it then follow that the initial integral is also convergent?
What error am I making? Thank you.
integration
integration
edited Dec 5 at 2:16
asked Dec 5 at 2:02
user494405
37219
37219
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
2
down vote
accepted
That
$$
frac{cos x}{x^2}leq frac{-10}{x^2}
$$
for any $x$ is certainly not true, take $x=2pi$ among many other choices.
Also, bounding something above by a divergent integral tells you nothing. Also, depending on where you are examining $1/x^2$, it can be integrable, like at infinity.
However, you were right by accident. It does not converge, and your website is wrong.
$$
cos(x)=1+O(x^2)
$$
so,
$$
int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}
$$
which is not finite. So, there is no hope for $int_0^infty frac{cos x}{x^2}mathrm dx$ or $int_{-infty}^0 frac{cos x}{x^2}mathrm dx$.
My mistake, I actually meant to write $frac{cos x}{x^2}geq frac{-10}{x^2}$, hence why I chose a divergent integral. I've fixed my post. With that in mind, does my logic work? Thanks.
– user494405
Dec 5 at 2:18
1
Still no, you have bounded it from below by $-infty$. You want to push it off to infinity using something that diverges to positive infinity
– qbert
Dec 5 at 2:20
Ah, of course, how dumb of me. So it's enough to say that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$, because, if an integral is positively divergent within a certain interval, then it is of course divergent on any superset of that interval. Correct? Thanks again.
– user494405
Dec 5 at 2:25
1
@user494405 that's right. Not a problem
– qbert
Dec 5 at 2:25
One last question, if you don't mind. Why does $cos(x)=1+O(x^2)$ imply that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$?
– user494405
Dec 5 at 2:34
|
show 1 more comment
up vote
1
down vote
You might want to note that integral calculator websites can be inaccurate. I'm not saying it isn't, here, but depending on the way in the integral converges or diverges, the integral can be handled weirdly by the calculator.
Also, I will take some issue with a bit of your logic: generally speaking, for a pair of functions $f,g$ on an interval $(alpha,beta)$, if $|f(x)| leq |g(x)|$, then we can say two things:
If $int_alpha^beta |g(x)|dx$ is a finite real value (what we call $g$ being "absolutely integrable" on that interval), then so is $f$
If $int_alpha^beta |f(x)|dx$ diverges, the same must be true for $g$.
Your example with $frac{cos(x)}{x^2} leq -frac{10}{x^2}$ and the latter diverging doesn't mean anything in this case. (The inequality is also not true. As you can see, it implies $cos(x) leq -10$, but $cos(x)in [-1,1] ; forall x in mathbb{R}$.)
I'm not 100% sure how you should calculate it. My personal guess would utilizing the power series for cosine but it's just that, a guess.
add a comment |
up vote
0
down vote
$$I(a)=int_{-infty}^inftyfrac{cos(ax)}{x^2}dx$$
$$I'(a)=int_{-infty}^inftyfrac{-sin(ax)}{x}dx=pitext{sgn}(a)$$
$$I(a)=intpitext{sgn}(a)da=pi|a|+C$$
but $C=0$ so:
$$I(a)=pi|a|$$
which would give $I=pi$, whilst I believe the correct answer is $I=0$ so this must be wrong somewhere
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',
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%2f3026497%2fproving-that-int-infty-infty-fraccosxx2dx-is-convergent-diverge%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
That
$$
frac{cos x}{x^2}leq frac{-10}{x^2}
$$
for any $x$ is certainly not true, take $x=2pi$ among many other choices.
Also, bounding something above by a divergent integral tells you nothing. Also, depending on where you are examining $1/x^2$, it can be integrable, like at infinity.
However, you were right by accident. It does not converge, and your website is wrong.
$$
cos(x)=1+O(x^2)
$$
so,
$$
int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}
$$
which is not finite. So, there is no hope for $int_0^infty frac{cos x}{x^2}mathrm dx$ or $int_{-infty}^0 frac{cos x}{x^2}mathrm dx$.
My mistake, I actually meant to write $frac{cos x}{x^2}geq frac{-10}{x^2}$, hence why I chose a divergent integral. I've fixed my post. With that in mind, does my logic work? Thanks.
– user494405
Dec 5 at 2:18
1
Still no, you have bounded it from below by $-infty$. You want to push it off to infinity using something that diverges to positive infinity
– qbert
Dec 5 at 2:20
Ah, of course, how dumb of me. So it's enough to say that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$, because, if an integral is positively divergent within a certain interval, then it is of course divergent on any superset of that interval. Correct? Thanks again.
– user494405
Dec 5 at 2:25
1
@user494405 that's right. Not a problem
– qbert
Dec 5 at 2:25
One last question, if you don't mind. Why does $cos(x)=1+O(x^2)$ imply that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$?
– user494405
Dec 5 at 2:34
|
show 1 more comment
up vote
2
down vote
accepted
That
$$
frac{cos x}{x^2}leq frac{-10}{x^2}
$$
for any $x$ is certainly not true, take $x=2pi$ among many other choices.
Also, bounding something above by a divergent integral tells you nothing. Also, depending on where you are examining $1/x^2$, it can be integrable, like at infinity.
However, you were right by accident. It does not converge, and your website is wrong.
$$
cos(x)=1+O(x^2)
$$
so,
$$
int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}
$$
which is not finite. So, there is no hope for $int_0^infty frac{cos x}{x^2}mathrm dx$ or $int_{-infty}^0 frac{cos x}{x^2}mathrm dx$.
My mistake, I actually meant to write $frac{cos x}{x^2}geq frac{-10}{x^2}$, hence why I chose a divergent integral. I've fixed my post. With that in mind, does my logic work? Thanks.
– user494405
Dec 5 at 2:18
1
Still no, you have bounded it from below by $-infty$. You want to push it off to infinity using something that diverges to positive infinity
– qbert
Dec 5 at 2:20
Ah, of course, how dumb of me. So it's enough to say that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$, because, if an integral is positively divergent within a certain interval, then it is of course divergent on any superset of that interval. Correct? Thanks again.
– user494405
Dec 5 at 2:25
1
@user494405 that's right. Not a problem
– qbert
Dec 5 at 2:25
One last question, if you don't mind. Why does $cos(x)=1+O(x^2)$ imply that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$?
– user494405
Dec 5 at 2:34
|
show 1 more comment
up vote
2
down vote
accepted
up vote
2
down vote
accepted
That
$$
frac{cos x}{x^2}leq frac{-10}{x^2}
$$
for any $x$ is certainly not true, take $x=2pi$ among many other choices.
Also, bounding something above by a divergent integral tells you nothing. Also, depending on where you are examining $1/x^2$, it can be integrable, like at infinity.
However, you were right by accident. It does not converge, and your website is wrong.
$$
cos(x)=1+O(x^2)
$$
so,
$$
int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}
$$
which is not finite. So, there is no hope for $int_0^infty frac{cos x}{x^2}mathrm dx$ or $int_{-infty}^0 frac{cos x}{x^2}mathrm dx$.
That
$$
frac{cos x}{x^2}leq frac{-10}{x^2}
$$
for any $x$ is certainly not true, take $x=2pi$ among many other choices.
Also, bounding something above by a divergent integral tells you nothing. Also, depending on where you are examining $1/x^2$, it can be integrable, like at infinity.
However, you were right by accident. It does not converge, and your website is wrong.
$$
cos(x)=1+O(x^2)
$$
so,
$$
int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}
$$
which is not finite. So, there is no hope for $int_0^infty frac{cos x}{x^2}mathrm dx$ or $int_{-infty}^0 frac{cos x}{x^2}mathrm dx$.
edited Dec 5 at 2:19
answered Dec 5 at 2:14
qbert
22k32459
22k32459
My mistake, I actually meant to write $frac{cos x}{x^2}geq frac{-10}{x^2}$, hence why I chose a divergent integral. I've fixed my post. With that in mind, does my logic work? Thanks.
– user494405
Dec 5 at 2:18
1
Still no, you have bounded it from below by $-infty$. You want to push it off to infinity using something that diverges to positive infinity
– qbert
Dec 5 at 2:20
Ah, of course, how dumb of me. So it's enough to say that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$, because, if an integral is positively divergent within a certain interval, then it is of course divergent on any superset of that interval. Correct? Thanks again.
– user494405
Dec 5 at 2:25
1
@user494405 that's right. Not a problem
– qbert
Dec 5 at 2:25
One last question, if you don't mind. Why does $cos(x)=1+O(x^2)$ imply that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$?
– user494405
Dec 5 at 2:34
|
show 1 more comment
My mistake, I actually meant to write $frac{cos x}{x^2}geq frac{-10}{x^2}$, hence why I chose a divergent integral. I've fixed my post. With that in mind, does my logic work? Thanks.
– user494405
Dec 5 at 2:18
1
Still no, you have bounded it from below by $-infty$. You want to push it off to infinity using something that diverges to positive infinity
– qbert
Dec 5 at 2:20
Ah, of course, how dumb of me. So it's enough to say that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$, because, if an integral is positively divergent within a certain interval, then it is of course divergent on any superset of that interval. Correct? Thanks again.
– user494405
Dec 5 at 2:25
1
@user494405 that's right. Not a problem
– qbert
Dec 5 at 2:25
One last question, if you don't mind. Why does $cos(x)=1+O(x^2)$ imply that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$?
– user494405
Dec 5 at 2:34
My mistake, I actually meant to write $frac{cos x}{x^2}geq frac{-10}{x^2}$, hence why I chose a divergent integral. I've fixed my post. With that in mind, does my logic work? Thanks.
– user494405
Dec 5 at 2:18
My mistake, I actually meant to write $frac{cos x}{x^2}geq frac{-10}{x^2}$, hence why I chose a divergent integral. I've fixed my post. With that in mind, does my logic work? Thanks.
– user494405
Dec 5 at 2:18
1
1
Still no, you have bounded it from below by $-infty$. You want to push it off to infinity using something that diverges to positive infinity
– qbert
Dec 5 at 2:20
Still no, you have bounded it from below by $-infty$. You want to push it off to infinity using something that diverges to positive infinity
– qbert
Dec 5 at 2:20
Ah, of course, how dumb of me. So it's enough to say that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$, because, if an integral is positively divergent within a certain interval, then it is of course divergent on any superset of that interval. Correct? Thanks again.
– user494405
Dec 5 at 2:25
Ah, of course, how dumb of me. So it's enough to say that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$, because, if an integral is positively divergent within a certain interval, then it is of course divergent on any superset of that interval. Correct? Thanks again.
– user494405
Dec 5 at 2:25
1
1
@user494405 that's right. Not a problem
– qbert
Dec 5 at 2:25
@user494405 that's right. Not a problem
– qbert
Dec 5 at 2:25
One last question, if you don't mind. Why does $cos(x)=1+O(x^2)$ imply that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$?
– user494405
Dec 5 at 2:34
One last question, if you don't mind. Why does $cos(x)=1+O(x^2)$ imply that $int_0^1frac{cos x}{x^2}mathrm dxapprox int_0^1 frac{1}{x^2}$?
– user494405
Dec 5 at 2:34
|
show 1 more comment
up vote
1
down vote
You might want to note that integral calculator websites can be inaccurate. I'm not saying it isn't, here, but depending on the way in the integral converges or diverges, the integral can be handled weirdly by the calculator.
Also, I will take some issue with a bit of your logic: generally speaking, for a pair of functions $f,g$ on an interval $(alpha,beta)$, if $|f(x)| leq |g(x)|$, then we can say two things:
If $int_alpha^beta |g(x)|dx$ is a finite real value (what we call $g$ being "absolutely integrable" on that interval), then so is $f$
If $int_alpha^beta |f(x)|dx$ diverges, the same must be true for $g$.
Your example with $frac{cos(x)}{x^2} leq -frac{10}{x^2}$ and the latter diverging doesn't mean anything in this case. (The inequality is also not true. As you can see, it implies $cos(x) leq -10$, but $cos(x)in [-1,1] ; forall x in mathbb{R}$.)
I'm not 100% sure how you should calculate it. My personal guess would utilizing the power series for cosine but it's just that, a guess.
add a comment |
up vote
1
down vote
You might want to note that integral calculator websites can be inaccurate. I'm not saying it isn't, here, but depending on the way in the integral converges or diverges, the integral can be handled weirdly by the calculator.
Also, I will take some issue with a bit of your logic: generally speaking, for a pair of functions $f,g$ on an interval $(alpha,beta)$, if $|f(x)| leq |g(x)|$, then we can say two things:
If $int_alpha^beta |g(x)|dx$ is a finite real value (what we call $g$ being "absolutely integrable" on that interval), then so is $f$
If $int_alpha^beta |f(x)|dx$ diverges, the same must be true for $g$.
Your example with $frac{cos(x)}{x^2} leq -frac{10}{x^2}$ and the latter diverging doesn't mean anything in this case. (The inequality is also not true. As you can see, it implies $cos(x) leq -10$, but $cos(x)in [-1,1] ; forall x in mathbb{R}$.)
I'm not 100% sure how you should calculate it. My personal guess would utilizing the power series for cosine but it's just that, a guess.
add a comment |
up vote
1
down vote
up vote
1
down vote
You might want to note that integral calculator websites can be inaccurate. I'm not saying it isn't, here, but depending on the way in the integral converges or diverges, the integral can be handled weirdly by the calculator.
Also, I will take some issue with a bit of your logic: generally speaking, for a pair of functions $f,g$ on an interval $(alpha,beta)$, if $|f(x)| leq |g(x)|$, then we can say two things:
If $int_alpha^beta |g(x)|dx$ is a finite real value (what we call $g$ being "absolutely integrable" on that interval), then so is $f$
If $int_alpha^beta |f(x)|dx$ diverges, the same must be true for $g$.
Your example with $frac{cos(x)}{x^2} leq -frac{10}{x^2}$ and the latter diverging doesn't mean anything in this case. (The inequality is also not true. As you can see, it implies $cos(x) leq -10$, but $cos(x)in [-1,1] ; forall x in mathbb{R}$.)
I'm not 100% sure how you should calculate it. My personal guess would utilizing the power series for cosine but it's just that, a guess.
You might want to note that integral calculator websites can be inaccurate. I'm not saying it isn't, here, but depending on the way in the integral converges or diverges, the integral can be handled weirdly by the calculator.
Also, I will take some issue with a bit of your logic: generally speaking, for a pair of functions $f,g$ on an interval $(alpha,beta)$, if $|f(x)| leq |g(x)|$, then we can say two things:
If $int_alpha^beta |g(x)|dx$ is a finite real value (what we call $g$ being "absolutely integrable" on that interval), then so is $f$
If $int_alpha^beta |f(x)|dx$ diverges, the same must be true for $g$.
Your example with $frac{cos(x)}{x^2} leq -frac{10}{x^2}$ and the latter diverging doesn't mean anything in this case. (The inequality is also not true. As you can see, it implies $cos(x) leq -10$, but $cos(x)in [-1,1] ; forall x in mathbb{R}$.)
I'm not 100% sure how you should calculate it. My personal guess would utilizing the power series for cosine but it's just that, a guess.
answered Dec 5 at 2:15
Eevee Trainer
3,295224
3,295224
add a comment |
add a comment |
up vote
0
down vote
$$I(a)=int_{-infty}^inftyfrac{cos(ax)}{x^2}dx$$
$$I'(a)=int_{-infty}^inftyfrac{-sin(ax)}{x}dx=pitext{sgn}(a)$$
$$I(a)=intpitext{sgn}(a)da=pi|a|+C$$
but $C=0$ so:
$$I(a)=pi|a|$$
which would give $I=pi$, whilst I believe the correct answer is $I=0$ so this must be wrong somewhere
add a comment |
up vote
0
down vote
$$I(a)=int_{-infty}^inftyfrac{cos(ax)}{x^2}dx$$
$$I'(a)=int_{-infty}^inftyfrac{-sin(ax)}{x}dx=pitext{sgn}(a)$$
$$I(a)=intpitext{sgn}(a)da=pi|a|+C$$
but $C=0$ so:
$$I(a)=pi|a|$$
which would give $I=pi$, whilst I believe the correct answer is $I=0$ so this must be wrong somewhere
add a comment |
up vote
0
down vote
up vote
0
down vote
$$I(a)=int_{-infty}^inftyfrac{cos(ax)}{x^2}dx$$
$$I'(a)=int_{-infty}^inftyfrac{-sin(ax)}{x}dx=pitext{sgn}(a)$$
$$I(a)=intpitext{sgn}(a)da=pi|a|+C$$
but $C=0$ so:
$$I(a)=pi|a|$$
which would give $I=pi$, whilst I believe the correct answer is $I=0$ so this must be wrong somewhere
$$I(a)=int_{-infty}^inftyfrac{cos(ax)}{x^2}dx$$
$$I'(a)=int_{-infty}^inftyfrac{-sin(ax)}{x}dx=pitext{sgn}(a)$$
$$I(a)=intpitext{sgn}(a)da=pi|a|+C$$
but $C=0$ so:
$$I(a)=pi|a|$$
which would give $I=pi$, whilst I believe the correct answer is $I=0$ so this must be wrong somewhere
answered Dec 5 at 2:40
Henry Lee
1,707218
1,707218
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.
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.
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%2f3026497%2fproving-that-int-infty-infty-fraccosxx2dx-is-convergent-diverge%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