Finding the circumference of a double cycloid
$begingroup$
So I have the following problem:
Find the the circumference of a melon, if the boundary line of the melon is a double cycloid and following equation describe the boundary line of the melon.
{x(t)=5 (t-sin(t)), y(t)=5(1-cos(t))} and
{x(t)=5 (t-sin(t)), y(t)=-5(1-cos(t))}
I have to give the following:
1) integrand for the one side of the melon: $$ g(t)= $$
2)indefinite integral for the half of the melon's circumference: $$ C(t)= ... + C $$
3) the circumference of the melon: $$ C=$$
I don't know how to find the upper and lower bound. So it would be very helpful, if somebody could give me the equations to draw a graph in geogebra or in wolframalpha.
What I have found out:
1) integrand for the one side of the melon: $$ g(t)=sqrt{50-50cos(t)} $$
3) the circumference of the melon: it should be $$ C=80$$, but if I take t from $ 0$ to $ 2pi $ $ g(t)=sqrt{50-50cos(t)} $ the answer comes 0. What is wrong?
calculus integration definite-integrals indefinite-integrals
$endgroup$
add a comment |
$begingroup$
So I have the following problem:
Find the the circumference of a melon, if the boundary line of the melon is a double cycloid and following equation describe the boundary line of the melon.
{x(t)=5 (t-sin(t)), y(t)=5(1-cos(t))} and
{x(t)=5 (t-sin(t)), y(t)=-5(1-cos(t))}
I have to give the following:
1) integrand for the one side of the melon: $$ g(t)= $$
2)indefinite integral for the half of the melon's circumference: $$ C(t)= ... + C $$
3) the circumference of the melon: $$ C=$$
I don't know how to find the upper and lower bound. So it would be very helpful, if somebody could give me the equations to draw a graph in geogebra or in wolframalpha.
What I have found out:
1) integrand for the one side of the melon: $$ g(t)=sqrt{50-50cos(t)} $$
3) the circumference of the melon: it should be $$ C=80$$, but if I take t from $ 0$ to $ 2pi $ $ g(t)=sqrt{50-50cos(t)} $ the answer comes 0. What is wrong?
calculus integration definite-integrals indefinite-integrals
$endgroup$
add a comment |
$begingroup$
So I have the following problem:
Find the the circumference of a melon, if the boundary line of the melon is a double cycloid and following equation describe the boundary line of the melon.
{x(t)=5 (t-sin(t)), y(t)=5(1-cos(t))} and
{x(t)=5 (t-sin(t)), y(t)=-5(1-cos(t))}
I have to give the following:
1) integrand for the one side of the melon: $$ g(t)= $$
2)indefinite integral for the half of the melon's circumference: $$ C(t)= ... + C $$
3) the circumference of the melon: $$ C=$$
I don't know how to find the upper and lower bound. So it would be very helpful, if somebody could give me the equations to draw a graph in geogebra or in wolframalpha.
What I have found out:
1) integrand for the one side of the melon: $$ g(t)=sqrt{50-50cos(t)} $$
3) the circumference of the melon: it should be $$ C=80$$, but if I take t from $ 0$ to $ 2pi $ $ g(t)=sqrt{50-50cos(t)} $ the answer comes 0. What is wrong?
calculus integration definite-integrals indefinite-integrals
$endgroup$
So I have the following problem:
Find the the circumference of a melon, if the boundary line of the melon is a double cycloid and following equation describe the boundary line of the melon.
{x(t)=5 (t-sin(t)), y(t)=5(1-cos(t))} and
{x(t)=5 (t-sin(t)), y(t)=-5(1-cos(t))}
I have to give the following:
1) integrand for the one side of the melon: $$ g(t)= $$
2)indefinite integral for the half of the melon's circumference: $$ C(t)= ... + C $$
3) the circumference of the melon: $$ C=$$
I don't know how to find the upper and lower bound. So it would be very helpful, if somebody could give me the equations to draw a graph in geogebra or in wolframalpha.
What I have found out:
1) integrand for the one side of the melon: $$ g(t)=sqrt{50-50cos(t)} $$
3) the circumference of the melon: it should be $$ C=80$$, but if I take t from $ 0$ to $ 2pi $ $ g(t)=sqrt{50-50cos(t)} $ the answer comes 0. What is wrong?
calculus integration definite-integrals indefinite-integrals
calculus integration definite-integrals indefinite-integrals
edited Dec 6 '18 at 10:18
Student123
asked Dec 3 '18 at 14:16
Student123Student123
536
536
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
This might help, so I am going to put it here.
Calculate the length of a cycloid curve with a radius of 5 inches. The cycloid parametric equations are $x(t)=r(t-sin(t))$ and $y(t)=r(1-cos(t))$. $$f(t)=sqrt{left(frac{dx}{dt}right)^{2}+left(frac{dy}{dt}right)^{2}}dt=sqrt{r^{2}(t-sin(t))^{2}+r^{2}(1-cos(t))^{2}}dt$$ $$=rcdotsqrt{2-2cos(t)}dt$$ Normally, I would stop at this point and integrate, but this can be beneficially simplified using a trig identity. $cos(theta)=1-2sin^{2}(theta/2)$ Factoring the radical gets $sqrt{2(1-cos(t)).}$ Applying the identity gets $sqrt{2(1-(1-2sin^{2}(t/2))}=sqrt{4sin^{2}(t/2)}=2sin(frac{t}{2})$. $$f(t)=rcdot2sin(frac{t}{2})dt$$ This last eqn is a great deal easier to integrate. $$int_{0}^{2pi}rcdot2sin(frac{t}{2})dt=-rcdot4cos(frac{t}{2})Big|_{0}^{2pi}=8r$$
$endgroup$
1
$begingroup$
As far as i can tell, no. Half of the circumference is what I show in the answer.
$endgroup$
– Narlin
Dec 3 '18 at 15:14
$begingroup$
where do you get the $cos(theta)=1-2sin^{2}(theta/2)$ from?
$endgroup$
– Student123
Dec 6 '18 at 10:50
$begingroup$
sosmath.com/trig/douangl/douangl.html about half way down the page.
$endgroup$
– Narlin
Dec 6 '18 at 20:55
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%2f3024106%2ffinding-the-circumference-of-a-double-cycloid%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
$begingroup$
This might help, so I am going to put it here.
Calculate the length of a cycloid curve with a radius of 5 inches. The cycloid parametric equations are $x(t)=r(t-sin(t))$ and $y(t)=r(1-cos(t))$. $$f(t)=sqrt{left(frac{dx}{dt}right)^{2}+left(frac{dy}{dt}right)^{2}}dt=sqrt{r^{2}(t-sin(t))^{2}+r^{2}(1-cos(t))^{2}}dt$$ $$=rcdotsqrt{2-2cos(t)}dt$$ Normally, I would stop at this point and integrate, but this can be beneficially simplified using a trig identity. $cos(theta)=1-2sin^{2}(theta/2)$ Factoring the radical gets $sqrt{2(1-cos(t)).}$ Applying the identity gets $sqrt{2(1-(1-2sin^{2}(t/2))}=sqrt{4sin^{2}(t/2)}=2sin(frac{t}{2})$. $$f(t)=rcdot2sin(frac{t}{2})dt$$ This last eqn is a great deal easier to integrate. $$int_{0}^{2pi}rcdot2sin(frac{t}{2})dt=-rcdot4cos(frac{t}{2})Big|_{0}^{2pi}=8r$$
$endgroup$
1
$begingroup$
As far as i can tell, no. Half of the circumference is what I show in the answer.
$endgroup$
– Narlin
Dec 3 '18 at 15:14
$begingroup$
where do you get the $cos(theta)=1-2sin^{2}(theta/2)$ from?
$endgroup$
– Student123
Dec 6 '18 at 10:50
$begingroup$
sosmath.com/trig/douangl/douangl.html about half way down the page.
$endgroup$
– Narlin
Dec 6 '18 at 20:55
add a comment |
$begingroup$
This might help, so I am going to put it here.
Calculate the length of a cycloid curve with a radius of 5 inches. The cycloid parametric equations are $x(t)=r(t-sin(t))$ and $y(t)=r(1-cos(t))$. $$f(t)=sqrt{left(frac{dx}{dt}right)^{2}+left(frac{dy}{dt}right)^{2}}dt=sqrt{r^{2}(t-sin(t))^{2}+r^{2}(1-cos(t))^{2}}dt$$ $$=rcdotsqrt{2-2cos(t)}dt$$ Normally, I would stop at this point and integrate, but this can be beneficially simplified using a trig identity. $cos(theta)=1-2sin^{2}(theta/2)$ Factoring the radical gets $sqrt{2(1-cos(t)).}$ Applying the identity gets $sqrt{2(1-(1-2sin^{2}(t/2))}=sqrt{4sin^{2}(t/2)}=2sin(frac{t}{2})$. $$f(t)=rcdot2sin(frac{t}{2})dt$$ This last eqn is a great deal easier to integrate. $$int_{0}^{2pi}rcdot2sin(frac{t}{2})dt=-rcdot4cos(frac{t}{2})Big|_{0}^{2pi}=8r$$
$endgroup$
1
$begingroup$
As far as i can tell, no. Half of the circumference is what I show in the answer.
$endgroup$
– Narlin
Dec 3 '18 at 15:14
$begingroup$
where do you get the $cos(theta)=1-2sin^{2}(theta/2)$ from?
$endgroup$
– Student123
Dec 6 '18 at 10:50
$begingroup$
sosmath.com/trig/douangl/douangl.html about half way down the page.
$endgroup$
– Narlin
Dec 6 '18 at 20:55
add a comment |
$begingroup$
This might help, so I am going to put it here.
Calculate the length of a cycloid curve with a radius of 5 inches. The cycloid parametric equations are $x(t)=r(t-sin(t))$ and $y(t)=r(1-cos(t))$. $$f(t)=sqrt{left(frac{dx}{dt}right)^{2}+left(frac{dy}{dt}right)^{2}}dt=sqrt{r^{2}(t-sin(t))^{2}+r^{2}(1-cos(t))^{2}}dt$$ $$=rcdotsqrt{2-2cos(t)}dt$$ Normally, I would stop at this point and integrate, but this can be beneficially simplified using a trig identity. $cos(theta)=1-2sin^{2}(theta/2)$ Factoring the radical gets $sqrt{2(1-cos(t)).}$ Applying the identity gets $sqrt{2(1-(1-2sin^{2}(t/2))}=sqrt{4sin^{2}(t/2)}=2sin(frac{t}{2})$. $$f(t)=rcdot2sin(frac{t}{2})dt$$ This last eqn is a great deal easier to integrate. $$int_{0}^{2pi}rcdot2sin(frac{t}{2})dt=-rcdot4cos(frac{t}{2})Big|_{0}^{2pi}=8r$$
$endgroup$
This might help, so I am going to put it here.
Calculate the length of a cycloid curve with a radius of 5 inches. The cycloid parametric equations are $x(t)=r(t-sin(t))$ and $y(t)=r(1-cos(t))$. $$f(t)=sqrt{left(frac{dx}{dt}right)^{2}+left(frac{dy}{dt}right)^{2}}dt=sqrt{r^{2}(t-sin(t))^{2}+r^{2}(1-cos(t))^{2}}dt$$ $$=rcdotsqrt{2-2cos(t)}dt$$ Normally, I would stop at this point and integrate, but this can be beneficially simplified using a trig identity. $cos(theta)=1-2sin^{2}(theta/2)$ Factoring the radical gets $sqrt{2(1-cos(t)).}$ Applying the identity gets $sqrt{2(1-(1-2sin^{2}(t/2))}=sqrt{4sin^{2}(t/2)}=2sin(frac{t}{2})$. $$f(t)=rcdot2sin(frac{t}{2})dt$$ This last eqn is a great deal easier to integrate. $$int_{0}^{2pi}rcdot2sin(frac{t}{2})dt=-rcdot4cos(frac{t}{2})Big|_{0}^{2pi}=8r$$
answered Dec 3 '18 at 14:51
NarlinNarlin
524310
524310
1
$begingroup$
As far as i can tell, no. Half of the circumference is what I show in the answer.
$endgroup$
– Narlin
Dec 3 '18 at 15:14
$begingroup$
where do you get the $cos(theta)=1-2sin^{2}(theta/2)$ from?
$endgroup$
– Student123
Dec 6 '18 at 10:50
$begingroup$
sosmath.com/trig/douangl/douangl.html about half way down the page.
$endgroup$
– Narlin
Dec 6 '18 at 20:55
add a comment |
1
$begingroup$
As far as i can tell, no. Half of the circumference is what I show in the answer.
$endgroup$
– Narlin
Dec 3 '18 at 15:14
$begingroup$
where do you get the $cos(theta)=1-2sin^{2}(theta/2)$ from?
$endgroup$
– Student123
Dec 6 '18 at 10:50
$begingroup$
sosmath.com/trig/douangl/douangl.html about half way down the page.
$endgroup$
– Narlin
Dec 6 '18 at 20:55
1
1
$begingroup$
As far as i can tell, no. Half of the circumference is what I show in the answer.
$endgroup$
– Narlin
Dec 3 '18 at 15:14
$begingroup$
As far as i can tell, no. Half of the circumference is what I show in the answer.
$endgroup$
– Narlin
Dec 3 '18 at 15:14
$begingroup$
where do you get the $cos(theta)=1-2sin^{2}(theta/2)$ from?
$endgroup$
– Student123
Dec 6 '18 at 10:50
$begingroup$
where do you get the $cos(theta)=1-2sin^{2}(theta/2)$ from?
$endgroup$
– Student123
Dec 6 '18 at 10:50
$begingroup$
sosmath.com/trig/douangl/douangl.html about half way down the page.
$endgroup$
– Narlin
Dec 6 '18 at 20:55
$begingroup$
sosmath.com/trig/douangl/douangl.html about half way down the page.
$endgroup$
– Narlin
Dec 6 '18 at 20:55
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%2f3024106%2ffinding-the-circumference-of-a-double-cycloid%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