Transform $prod_k=0^n (1+x^2^k)$ to $sum_k=0^n c_kx^k$prove $s(x+y)=s(x)s(y)$Finding the stationary points of a functionA closed form for $sumlimits_n(e-(1+1/n)^n)$Fourier Transform of sin functionAn initial-value problem and a corresponding Laplace TransformThe continuity of a function of two variablesZ transform of $sum_k=0^n3^k$Laplace Transform of FractionLimit using Riemann sums??What is the value of the sum $sum_n=1^infty frac1n^n$
Theorems that impeded progress
Can a monk's single staff be considered dual wielded, as per the Dual Wielder feat?
Languages that we cannot (dis)prove to be Context-Free
What defenses are there against being summoned by the Gate spell?
How can bays and straits be determined in a procedurally generated map?
Codimension of non-flat locus
DC-DC converter from low voltage at high current, to high voltage at low current
How does one intimidate enemies without having the capacity for violence?
How do I deal with an unproductive colleague in a small company?
Why are electrically insulating heatsinks so rare? Is it just cost?
Important Resources for Dark Age Civilizations?
A case of the sniffles
Are the number of citations and number of published articles the most important criteria for a tenure promotion?
dbcc cleantable batch size explanation
Does object always see its latest internal state irrespective of thread?
Why can't I see bouncing of switch on oscilloscope screen?
Why is consensus so controversial in Britain?
Uncaught TypeError: 'set' on proxy: trap returned falsish for property Name
Do infinite dimensional systems make sense?
What's that red-plus icon near a text?
How much RAM could one put in a typical 80386 setup?
How old can references or sources in a thesis be?
What would happen to a modern skyscraper if it rains micro blackholes?
NMaximize is not converging to a solution
Transform $prod_k=0^n (1+x^2^k)$ to $sum_k=0^n c_kx^k$
prove $s(x+y)=s(x)s(y)$Finding the stationary points of a functionA closed form for $sumlimits_n(e-(1+1/n)^n)$Fourier Transform of sin functionAn initial-value problem and a corresponding Laplace TransformThe continuity of a function of two variablesZ transform of $sum_k=0^n3^k$Laplace Transform of FractionLimit using Riemann sums??What is the value of the sum $sum_n=1^infty frac1n^n$
$begingroup$
I want to transform the following
$$prod_k=0^n (1+x^2^k)$$
to the canonical form $sum_k=0^n c_kx^k$
This is what I got so far
beginalign*
prod_k=0^n (1+x^2^k)= dfracx^2^n-1x-1 (x^2^n+1) \
endalign*
but I don't know how to continue, can someone help me with this?
calculus
$endgroup$
add a comment |
$begingroup$
I want to transform the following
$$prod_k=0^n (1+x^2^k)$$
to the canonical form $sum_k=0^n c_kx^k$
This is what I got so far
beginalign*
prod_k=0^n (1+x^2^k)= dfracx^2^n-1x-1 (x^2^n+1) \
endalign*
but I don't know how to continue, can someone help me with this?
calculus
$endgroup$
add a comment |
$begingroup$
I want to transform the following
$$prod_k=0^n (1+x^2^k)$$
to the canonical form $sum_k=0^n c_kx^k$
This is what I got so far
beginalign*
prod_k=0^n (1+x^2^k)= dfracx^2^n-1x-1 (x^2^n+1) \
endalign*
but I don't know how to continue, can someone help me with this?
calculus
$endgroup$
I want to transform the following
$$prod_k=0^n (1+x^2^k)$$
to the canonical form $sum_k=0^n c_kx^k$
This is what I got so far
beginalign*
prod_k=0^n (1+x^2^k)= dfracx^2^n-1x-1 (x^2^n+1) \
endalign*
but I don't know how to continue, can someone help me with this?
calculus
calculus
asked Mar 29 at 9:44
D. QaD. Qa
1656
1656
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Note that $ sum_k=0^n-1 2^k=2^n-1$. Therefore, the highest power of $x$ in $prod_k=0^n-1(1+x^2^k)$ is $2^n-1$. In other words, none of the terms will repeat as we keep multiplying by $1+x^2^n$. Thus, the relation can be obtained using induction.
It is easy to see that for $n=1$
beginequation
prod_k=0^1(1+x^2^k) = (1+x)(1+x^2)= 1+x+x^2+x^3.
endequation
Now, let us assume that $prod_k=0^n-1(1+x^2^k) = sum_k=0^2^n-1 x^k$. Then, we have
beginequation
prod_k=0^n(1+x^2^k) = left(sum_k=0^2^n-1 x^kright)(1+x^2^n) = sum_k=0^2^n-1 x^k+ sum_k=0^2^n-1 x^k+2^n = sum_k=0^2^n+1-1 x^k.
endequation
$endgroup$
add a comment |
$begingroup$
You may also approach this from a combinatorical point fo view:
- Expanding would give a sum of $2^n+1$ summands.
- Each summand is a product of powers of $x$ where the exponent corresponds to a uniquely determined sequence $(b_0,b_1,ldots , b_n)$ of binary digits $b_i in 0,1$ for $i=0,ldots ,n$ where $0$ means choose $1 = x^0$ and $1$ means choose $x^2^i$ from the factor $(1+x^2^i)$
Hence,
$$prod_k=0^n (1+x^2^k) = sum_(b_0,b_1,ldots , b_n) in 0,1^n+1x^sum_i=0^nb_icdot 2^i= sum_k=0^2^n+1-1x^k$$
$endgroup$
add a comment |
$begingroup$
Looks good as
beginalign
prod_k=0^n-1left(1+x^2^kright)&=prod_k=0^n-1frac1-x^2^k+11-x^2^k\ &=frac11-xprod_k=0^n-1left(1-x^2^k+1right)prod_k=0^n-2left(1-x^2^k+1right)^-1\ &=frac1-x^2^n1-x.
endalign
$endgroup$
$begingroup$
But how would I transform it to the canonical form? In a solution I encountered the final solution was $dfrac1-x^2^n 1-x (1+x^2^n )= (1+x+ dots +x^2^n-1 ) (1+x^2^n )$, but I did not understand how does $dfrac1-x^2^n 1-x =(1+x+ dots +x^2^n-1 ) $
$endgroup$
– D. Qa
Mar 29 at 9:56
$begingroup$
@D.Qa, sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 10:46
$begingroup$
@Martín-BlasPérezPinilla Does the same also apply for $(1+x^2^n)=x^2^n+x^2^n+1+ dots + x^2^n+1-1$ ?
$endgroup$
– D. Qa
Mar 29 at 13:42
$begingroup$
@D.Qa, I think that you have forgotten the denominator and a sign... But your RHS is the sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 14:52
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%2f3166947%2ftransform-prod-k-0n-1x2k-to-sum-k-0n-c-kxk%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
$begingroup$
Note that $ sum_k=0^n-1 2^k=2^n-1$. Therefore, the highest power of $x$ in $prod_k=0^n-1(1+x^2^k)$ is $2^n-1$. In other words, none of the terms will repeat as we keep multiplying by $1+x^2^n$. Thus, the relation can be obtained using induction.
It is easy to see that for $n=1$
beginequation
prod_k=0^1(1+x^2^k) = (1+x)(1+x^2)= 1+x+x^2+x^3.
endequation
Now, let us assume that $prod_k=0^n-1(1+x^2^k) = sum_k=0^2^n-1 x^k$. Then, we have
beginequation
prod_k=0^n(1+x^2^k) = left(sum_k=0^2^n-1 x^kright)(1+x^2^n) = sum_k=0^2^n-1 x^k+ sum_k=0^2^n-1 x^k+2^n = sum_k=0^2^n+1-1 x^k.
endequation
$endgroup$
add a comment |
$begingroup$
Note that $ sum_k=0^n-1 2^k=2^n-1$. Therefore, the highest power of $x$ in $prod_k=0^n-1(1+x^2^k)$ is $2^n-1$. In other words, none of the terms will repeat as we keep multiplying by $1+x^2^n$. Thus, the relation can be obtained using induction.
It is easy to see that for $n=1$
beginequation
prod_k=0^1(1+x^2^k) = (1+x)(1+x^2)= 1+x+x^2+x^3.
endequation
Now, let us assume that $prod_k=0^n-1(1+x^2^k) = sum_k=0^2^n-1 x^k$. Then, we have
beginequation
prod_k=0^n(1+x^2^k) = left(sum_k=0^2^n-1 x^kright)(1+x^2^n) = sum_k=0^2^n-1 x^k+ sum_k=0^2^n-1 x^k+2^n = sum_k=0^2^n+1-1 x^k.
endequation
$endgroup$
add a comment |
$begingroup$
Note that $ sum_k=0^n-1 2^k=2^n-1$. Therefore, the highest power of $x$ in $prod_k=0^n-1(1+x^2^k)$ is $2^n-1$. In other words, none of the terms will repeat as we keep multiplying by $1+x^2^n$. Thus, the relation can be obtained using induction.
It is easy to see that for $n=1$
beginequation
prod_k=0^1(1+x^2^k) = (1+x)(1+x^2)= 1+x+x^2+x^3.
endequation
Now, let us assume that $prod_k=0^n-1(1+x^2^k) = sum_k=0^2^n-1 x^k$. Then, we have
beginequation
prod_k=0^n(1+x^2^k) = left(sum_k=0^2^n-1 x^kright)(1+x^2^n) = sum_k=0^2^n-1 x^k+ sum_k=0^2^n-1 x^k+2^n = sum_k=0^2^n+1-1 x^k.
endequation
$endgroup$
Note that $ sum_k=0^n-1 2^k=2^n-1$. Therefore, the highest power of $x$ in $prod_k=0^n-1(1+x^2^k)$ is $2^n-1$. In other words, none of the terms will repeat as we keep multiplying by $1+x^2^n$. Thus, the relation can be obtained using induction.
It is easy to see that for $n=1$
beginequation
prod_k=0^1(1+x^2^k) = (1+x)(1+x^2)= 1+x+x^2+x^3.
endequation
Now, let us assume that $prod_k=0^n-1(1+x^2^k) = sum_k=0^2^n-1 x^k$. Then, we have
beginequation
prod_k=0^n(1+x^2^k) = left(sum_k=0^2^n-1 x^kright)(1+x^2^n) = sum_k=0^2^n-1 x^k+ sum_k=0^2^n-1 x^k+2^n = sum_k=0^2^n+1-1 x^k.
endequation
answered Mar 29 at 10:13
Geethu JosephGeethu Joseph
1858
1858
add a comment |
add a comment |
$begingroup$
You may also approach this from a combinatorical point fo view:
- Expanding would give a sum of $2^n+1$ summands.
- Each summand is a product of powers of $x$ where the exponent corresponds to a uniquely determined sequence $(b_0,b_1,ldots , b_n)$ of binary digits $b_i in 0,1$ for $i=0,ldots ,n$ where $0$ means choose $1 = x^0$ and $1$ means choose $x^2^i$ from the factor $(1+x^2^i)$
Hence,
$$prod_k=0^n (1+x^2^k) = sum_(b_0,b_1,ldots , b_n) in 0,1^n+1x^sum_i=0^nb_icdot 2^i= sum_k=0^2^n+1-1x^k$$
$endgroup$
add a comment |
$begingroup$
You may also approach this from a combinatorical point fo view:
- Expanding would give a sum of $2^n+1$ summands.
- Each summand is a product of powers of $x$ where the exponent corresponds to a uniquely determined sequence $(b_0,b_1,ldots , b_n)$ of binary digits $b_i in 0,1$ for $i=0,ldots ,n$ where $0$ means choose $1 = x^0$ and $1$ means choose $x^2^i$ from the factor $(1+x^2^i)$
Hence,
$$prod_k=0^n (1+x^2^k) = sum_(b_0,b_1,ldots , b_n) in 0,1^n+1x^sum_i=0^nb_icdot 2^i= sum_k=0^2^n+1-1x^k$$
$endgroup$
add a comment |
$begingroup$
You may also approach this from a combinatorical point fo view:
- Expanding would give a sum of $2^n+1$ summands.
- Each summand is a product of powers of $x$ where the exponent corresponds to a uniquely determined sequence $(b_0,b_1,ldots , b_n)$ of binary digits $b_i in 0,1$ for $i=0,ldots ,n$ where $0$ means choose $1 = x^0$ and $1$ means choose $x^2^i$ from the factor $(1+x^2^i)$
Hence,
$$prod_k=0^n (1+x^2^k) = sum_(b_0,b_1,ldots , b_n) in 0,1^n+1x^sum_i=0^nb_icdot 2^i= sum_k=0^2^n+1-1x^k$$
$endgroup$
You may also approach this from a combinatorical point fo view:
- Expanding would give a sum of $2^n+1$ summands.
- Each summand is a product of powers of $x$ where the exponent corresponds to a uniquely determined sequence $(b_0,b_1,ldots , b_n)$ of binary digits $b_i in 0,1$ for $i=0,ldots ,n$ where $0$ means choose $1 = x^0$ and $1$ means choose $x^2^i$ from the factor $(1+x^2^i)$
Hence,
$$prod_k=0^n (1+x^2^k) = sum_(b_0,b_1,ldots , b_n) in 0,1^n+1x^sum_i=0^nb_icdot 2^i= sum_k=0^2^n+1-1x^k$$
answered Mar 29 at 10:22
trancelocationtrancelocation
13.6k1828
13.6k1828
add a comment |
add a comment |
$begingroup$
Looks good as
beginalign
prod_k=0^n-1left(1+x^2^kright)&=prod_k=0^n-1frac1-x^2^k+11-x^2^k\ &=frac11-xprod_k=0^n-1left(1-x^2^k+1right)prod_k=0^n-2left(1-x^2^k+1right)^-1\ &=frac1-x^2^n1-x.
endalign
$endgroup$
$begingroup$
But how would I transform it to the canonical form? In a solution I encountered the final solution was $dfrac1-x^2^n 1-x (1+x^2^n )= (1+x+ dots +x^2^n-1 ) (1+x^2^n )$, but I did not understand how does $dfrac1-x^2^n 1-x =(1+x+ dots +x^2^n-1 ) $
$endgroup$
– D. Qa
Mar 29 at 9:56
$begingroup$
@D.Qa, sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 10:46
$begingroup$
@Martín-BlasPérezPinilla Does the same also apply for $(1+x^2^n)=x^2^n+x^2^n+1+ dots + x^2^n+1-1$ ?
$endgroup$
– D. Qa
Mar 29 at 13:42
$begingroup$
@D.Qa, I think that you have forgotten the denominator and a sign... But your RHS is the sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 14:52
add a comment |
$begingroup$
Looks good as
beginalign
prod_k=0^n-1left(1+x^2^kright)&=prod_k=0^n-1frac1-x^2^k+11-x^2^k\ &=frac11-xprod_k=0^n-1left(1-x^2^k+1right)prod_k=0^n-2left(1-x^2^k+1right)^-1\ &=frac1-x^2^n1-x.
endalign
$endgroup$
$begingroup$
But how would I transform it to the canonical form? In a solution I encountered the final solution was $dfrac1-x^2^n 1-x (1+x^2^n )= (1+x+ dots +x^2^n-1 ) (1+x^2^n )$, but I did not understand how does $dfrac1-x^2^n 1-x =(1+x+ dots +x^2^n-1 ) $
$endgroup$
– D. Qa
Mar 29 at 9:56
$begingroup$
@D.Qa, sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 10:46
$begingroup$
@Martín-BlasPérezPinilla Does the same also apply for $(1+x^2^n)=x^2^n+x^2^n+1+ dots + x^2^n+1-1$ ?
$endgroup$
– D. Qa
Mar 29 at 13:42
$begingroup$
@D.Qa, I think that you have forgotten the denominator and a sign... But your RHS is the sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 14:52
add a comment |
$begingroup$
Looks good as
beginalign
prod_k=0^n-1left(1+x^2^kright)&=prod_k=0^n-1frac1-x^2^k+11-x^2^k\ &=frac11-xprod_k=0^n-1left(1-x^2^k+1right)prod_k=0^n-2left(1-x^2^k+1right)^-1\ &=frac1-x^2^n1-x.
endalign
$endgroup$
Looks good as
beginalign
prod_k=0^n-1left(1+x^2^kright)&=prod_k=0^n-1frac1-x^2^k+11-x^2^k\ &=frac11-xprod_k=0^n-1left(1-x^2^k+1right)prod_k=0^n-2left(1-x^2^k+1right)^-1\ &=frac1-x^2^n1-x.
endalign
answered Mar 29 at 9:48
KevinKevin
5,746823
5,746823
$begingroup$
But how would I transform it to the canonical form? In a solution I encountered the final solution was $dfrac1-x^2^n 1-x (1+x^2^n )= (1+x+ dots +x^2^n-1 ) (1+x^2^n )$, but I did not understand how does $dfrac1-x^2^n 1-x =(1+x+ dots +x^2^n-1 ) $
$endgroup$
– D. Qa
Mar 29 at 9:56
$begingroup$
@D.Qa, sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 10:46
$begingroup$
@Martín-BlasPérezPinilla Does the same also apply for $(1+x^2^n)=x^2^n+x^2^n+1+ dots + x^2^n+1-1$ ?
$endgroup$
– D. Qa
Mar 29 at 13:42
$begingroup$
@D.Qa, I think that you have forgotten the denominator and a sign... But your RHS is the sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 14:52
add a comment |
$begingroup$
But how would I transform it to the canonical form? In a solution I encountered the final solution was $dfrac1-x^2^n 1-x (1+x^2^n )= (1+x+ dots +x^2^n-1 ) (1+x^2^n )$, but I did not understand how does $dfrac1-x^2^n 1-x =(1+x+ dots +x^2^n-1 ) $
$endgroup$
– D. Qa
Mar 29 at 9:56
$begingroup$
@D.Qa, sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 10:46
$begingroup$
@Martín-BlasPérezPinilla Does the same also apply for $(1+x^2^n)=x^2^n+x^2^n+1+ dots + x^2^n+1-1$ ?
$endgroup$
– D. Qa
Mar 29 at 13:42
$begingroup$
@D.Qa, I think that you have forgotten the denominator and a sign... But your RHS is the sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 14:52
$begingroup$
But how would I transform it to the canonical form? In a solution I encountered the final solution was $dfrac1-x^2^n 1-x (1+x^2^n )= (1+x+ dots +x^2^n-1 ) (1+x^2^n )$, but I did not understand how does $dfrac1-x^2^n 1-x =(1+x+ dots +x^2^n-1 ) $
$endgroup$
– D. Qa
Mar 29 at 9:56
$begingroup$
But how would I transform it to the canonical form? In a solution I encountered the final solution was $dfrac1-x^2^n 1-x (1+x^2^n )= (1+x+ dots +x^2^n-1 ) (1+x^2^n )$, but I did not understand how does $dfrac1-x^2^n 1-x =(1+x+ dots +x^2^n-1 ) $
$endgroup$
– D. Qa
Mar 29 at 9:56
$begingroup$
@D.Qa, sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 10:46
$begingroup$
@D.Qa, sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 10:46
$begingroup$
@Martín-BlasPérezPinilla Does the same also apply for $(1+x^2^n)=x^2^n+x^2^n+1+ dots + x^2^n+1-1$ ?
$endgroup$
– D. Qa
Mar 29 at 13:42
$begingroup$
@Martín-BlasPérezPinilla Does the same also apply for $(1+x^2^n)=x^2^n+x^2^n+1+ dots + x^2^n+1-1$ ?
$endgroup$
– D. Qa
Mar 29 at 13:42
$begingroup$
@D.Qa, I think that you have forgotten the denominator and a sign... But your RHS is the sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 14:52
$begingroup$
@D.Qa, I think that you have forgotten the denominator and a sign... But your RHS is the sum of a geometric progression.
$endgroup$
– Martín-Blas Pérez Pinilla
Mar 29 at 14:52
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%2f3166947%2ftransform-prod-k-0n-1x2k-to-sum-k-0n-c-kxk%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