Arc length of a trochoid
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Wolfram MathWorld gives parametric expressions for a trochoid in terms of a parameter $phi$:
begineqnarray*
x &=& aphi - b sin phi\
y &=& a - b cos phi,
endeqnarray*
but then gives expressions for the arc length, curvature, and tangential angle in terms of a parameter $t$ instead, which is not defined there. Can anyone verify that $t$ is the same as $phi$, or else tell me how they are related?
See http://mathworld.wolfram.com/Trochoid.html.
arc-length
add a comment |Â
up vote
0
down vote
favorite
Wolfram MathWorld gives parametric expressions for a trochoid in terms of a parameter $phi$:
begineqnarray*
x &=& aphi - b sin phi\
y &=& a - b cos phi,
endeqnarray*
but then gives expressions for the arc length, curvature, and tangential angle in terms of a parameter $t$ instead, which is not defined there. Can anyone verify that $t$ is the same as $phi$, or else tell me how they are related?
See http://mathworld.wolfram.com/Trochoid.html.
arc-length
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Wolfram MathWorld gives parametric expressions for a trochoid in terms of a parameter $phi$:
begineqnarray*
x &=& aphi - b sin phi\
y &=& a - b cos phi,
endeqnarray*
but then gives expressions for the arc length, curvature, and tangential angle in terms of a parameter $t$ instead, which is not defined there. Can anyone verify that $t$ is the same as $phi$, or else tell me how they are related?
See http://mathworld.wolfram.com/Trochoid.html.
arc-length
Wolfram MathWorld gives parametric expressions for a trochoid in terms of a parameter $phi$:
begineqnarray*
x &=& aphi - b sin phi\
y &=& a - b cos phi,
endeqnarray*
but then gives expressions for the arc length, curvature, and tangential angle in terms of a parameter $t$ instead, which is not defined there. Can anyone verify that $t$ is the same as $phi$, or else tell me how they are related?
See http://mathworld.wolfram.com/Trochoid.html.
arc-length
asked Jul 18 at 18:46
user45160
1032
1032
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
Since this is a first time I hear about trochoids, I just computed the arc length using
$$begineqnarray*
x &=& aphi - b sin (phi) implies x'=a -bcos(phi)\
y &=& a - b cos (phi)implies y'=b sin (phi)
endeqnarray*$$
$$L=int sqrt(x')^2+(y')^2 ,dphi=int sqrta^2+b^2-2 a b cos (phi )=2 |a-b| ,Eleft(fracphi 2|-frac4 a b(a-b)^2right)$$ if $a neq b$.
Looking at the first argument of the elliptic integral, it seems that your are totally correct.
Thanks for working that out! Your second argument in the elliptic integral is different from theirs. Does it work out to the same thing?
– user45160
Jul 20 at 4:46
Oh, never mind - I see that Wolfram Language defines their parameter differently.
– user45160
Jul 20 at 4:55
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Since this is a first time I hear about trochoids, I just computed the arc length using
$$begineqnarray*
x &=& aphi - b sin (phi) implies x'=a -bcos(phi)\
y &=& a - b cos (phi)implies y'=b sin (phi)
endeqnarray*$$
$$L=int sqrt(x')^2+(y')^2 ,dphi=int sqrta^2+b^2-2 a b cos (phi )=2 |a-b| ,Eleft(fracphi 2|-frac4 a b(a-b)^2right)$$ if $a neq b$.
Looking at the first argument of the elliptic integral, it seems that your are totally correct.
Thanks for working that out! Your second argument in the elliptic integral is different from theirs. Does it work out to the same thing?
– user45160
Jul 20 at 4:46
Oh, never mind - I see that Wolfram Language defines their parameter differently.
– user45160
Jul 20 at 4:55
add a comment |Â
up vote
2
down vote
accepted
Since this is a first time I hear about trochoids, I just computed the arc length using
$$begineqnarray*
x &=& aphi - b sin (phi) implies x'=a -bcos(phi)\
y &=& a - b cos (phi)implies y'=b sin (phi)
endeqnarray*$$
$$L=int sqrt(x')^2+(y')^2 ,dphi=int sqrta^2+b^2-2 a b cos (phi )=2 |a-b| ,Eleft(fracphi 2|-frac4 a b(a-b)^2right)$$ if $a neq b$.
Looking at the first argument of the elliptic integral, it seems that your are totally correct.
Thanks for working that out! Your second argument in the elliptic integral is different from theirs. Does it work out to the same thing?
– user45160
Jul 20 at 4:46
Oh, never mind - I see that Wolfram Language defines their parameter differently.
– user45160
Jul 20 at 4:55
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Since this is a first time I hear about trochoids, I just computed the arc length using
$$begineqnarray*
x &=& aphi - b sin (phi) implies x'=a -bcos(phi)\
y &=& a - b cos (phi)implies y'=b sin (phi)
endeqnarray*$$
$$L=int sqrt(x')^2+(y')^2 ,dphi=int sqrta^2+b^2-2 a b cos (phi )=2 |a-b| ,Eleft(fracphi 2|-frac4 a b(a-b)^2right)$$ if $a neq b$.
Looking at the first argument of the elliptic integral, it seems that your are totally correct.
Since this is a first time I hear about trochoids, I just computed the arc length using
$$begineqnarray*
x &=& aphi - b sin (phi) implies x'=a -bcos(phi)\
y &=& a - b cos (phi)implies y'=b sin (phi)
endeqnarray*$$
$$L=int sqrt(x')^2+(y')^2 ,dphi=int sqrta^2+b^2-2 a b cos (phi )=2 |a-b| ,Eleft(fracphi 2|-frac4 a b(a-b)^2right)$$ if $a neq b$.
Looking at the first argument of the elliptic integral, it seems that your are totally correct.
answered Jul 19 at 4:10
Claude Leibovici
112k1055126
112k1055126
Thanks for working that out! Your second argument in the elliptic integral is different from theirs. Does it work out to the same thing?
– user45160
Jul 20 at 4:46
Oh, never mind - I see that Wolfram Language defines their parameter differently.
– user45160
Jul 20 at 4:55
add a comment |Â
Thanks for working that out! Your second argument in the elliptic integral is different from theirs. Does it work out to the same thing?
– user45160
Jul 20 at 4:46
Oh, never mind - I see that Wolfram Language defines their parameter differently.
– user45160
Jul 20 at 4:55
Thanks for working that out! Your second argument in the elliptic integral is different from theirs. Does it work out to the same thing?
– user45160
Jul 20 at 4:46
Thanks for working that out! Your second argument in the elliptic integral is different from theirs. Does it work out to the same thing?
– user45160
Jul 20 at 4:46
Oh, never mind - I see that Wolfram Language defines their parameter differently.
– user45160
Jul 20 at 4:55
Oh, never mind - I see that Wolfram Language defines their parameter differently.
– user45160
Jul 20 at 4:55
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2855880%2farc-length-of-a-trochoid%23new-answer', 'question_page');
);
Post as a guest
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
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
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