Calculating sinusoidity of a line
up vote
0
down vote
favorite
I have a line in a 2D plane. I wanted to calculate the sinusoidity of the line. What i thought was to calculate the arc length and then divide this with the eucledean distance between the initial and final points of the line. Is this a correct procedure?
geometry
add a comment |
up vote
0
down vote
favorite
I have a line in a 2D plane. I wanted to calculate the sinusoidity of the line. What i thought was to calculate the arc length and then divide this with the eucledean distance between the initial and final points of the line. Is this a correct procedure?
geometry
Define the sinusoidity. Currently, Google reports 61 occurrences of this word, which is a good sign that it doesn't exist.
– Yves Daoust
Nov 19 at 15:47
how straight a curve is..
– Harikrishnan R
Nov 19 at 16:40
If you have no precise requirement, this method is not worse than another.
– Yves Daoust
Nov 19 at 17:18
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a line in a 2D plane. I wanted to calculate the sinusoidity of the line. What i thought was to calculate the arc length and then divide this with the eucledean distance between the initial and final points of the line. Is this a correct procedure?
geometry
I have a line in a 2D plane. I wanted to calculate the sinusoidity of the line. What i thought was to calculate the arc length and then divide this with the eucledean distance between the initial and final points of the line. Is this a correct procedure?
geometry
geometry
asked Nov 19 at 15:31
Harikrishnan R
33
33
Define the sinusoidity. Currently, Google reports 61 occurrences of this word, which is a good sign that it doesn't exist.
– Yves Daoust
Nov 19 at 15:47
how straight a curve is..
– Harikrishnan R
Nov 19 at 16:40
If you have no precise requirement, this method is not worse than another.
– Yves Daoust
Nov 19 at 17:18
add a comment |
Define the sinusoidity. Currently, Google reports 61 occurrences of this word, which is a good sign that it doesn't exist.
– Yves Daoust
Nov 19 at 15:47
how straight a curve is..
– Harikrishnan R
Nov 19 at 16:40
If you have no precise requirement, this method is not worse than another.
– Yves Daoust
Nov 19 at 17:18
Define the sinusoidity. Currently, Google reports 61 occurrences of this word, which is a good sign that it doesn't exist.
– Yves Daoust
Nov 19 at 15:47
Define the sinusoidity. Currently, Google reports 61 occurrences of this word, which is a good sign that it doesn't exist.
– Yves Daoust
Nov 19 at 15:47
how straight a curve is..
– Harikrishnan R
Nov 19 at 16:40
how straight a curve is..
– Harikrishnan R
Nov 19 at 16:40
If you have no precise requirement, this method is not worse than another.
– Yves Daoust
Nov 19 at 17:18
If you have no precise requirement, this method is not worse than another.
– Yves Daoust
Nov 19 at 17:18
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
You can define the radius of curvature at any point where the second derivative is defined by $$R=left|frac {(1+y')^{3/2}}{y''}right|$$
Your approach is a fine algorithm. Whether it matches what you are looking for is up to you. Note that it will not distinguish two sides of a triangle from a rather smooth curve of the same arc length and end points.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
You can define the radius of curvature at any point where the second derivative is defined by $$R=left|frac {(1+y')^{3/2}}{y''}right|$$
Your approach is a fine algorithm. Whether it matches what you are looking for is up to you. Note that it will not distinguish two sides of a triangle from a rather smooth curve of the same arc length and end points.
add a comment |
up vote
0
down vote
accepted
You can define the radius of curvature at any point where the second derivative is defined by $$R=left|frac {(1+y')^{3/2}}{y''}right|$$
Your approach is a fine algorithm. Whether it matches what you are looking for is up to you. Note that it will not distinguish two sides of a triangle from a rather smooth curve of the same arc length and end points.
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
You can define the radius of curvature at any point where the second derivative is defined by $$R=left|frac {(1+y')^{3/2}}{y''}right|$$
Your approach is a fine algorithm. Whether it matches what you are looking for is up to you. Note that it will not distinguish two sides of a triangle from a rather smooth curve of the same arc length and end points.
You can define the radius of curvature at any point where the second derivative is defined by $$R=left|frac {(1+y')^{3/2}}{y''}right|$$
Your approach is a fine algorithm. Whether it matches what you are looking for is up to you. Note that it will not distinguish two sides of a triangle from a rather smooth curve of the same arc length and end points.
answered Nov 19 at 17:18
Ross Millikan
288k23195364
288k23195364
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%2f3005077%2fcalculating-sinusoidity-of-a-line%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
Define the sinusoidity. Currently, Google reports 61 occurrences of this word, which is a good sign that it doesn't exist.
– Yves Daoust
Nov 19 at 15:47
how straight a curve is..
– Harikrishnan R
Nov 19 at 16:40
If you have no precise requirement, this method is not worse than another.
– Yves Daoust
Nov 19 at 17:18