Can parametric equations graph all kinds of lines?
I saw this question which had a similar viewpoint, but was limited to straight lines and polynomials. Now we know that we can graph some pretty crazy stuff with parametric equations. For example: 
and even

So naturally one would think that, if we put pen to paper, and drew something, anything, there would be a set of parametric equations to describe that shape or figure (of course, I'm not saying that finding the equations will be easy, but they should exist). So, is this true?
functions parametric
add a comment |
I saw this question which had a similar viewpoint, but was limited to straight lines and polynomials. Now we know that we can graph some pretty crazy stuff with parametric equations. For example: 
and even

So naturally one would think that, if we put pen to paper, and drew something, anything, there would be a set of parametric equations to describe that shape or figure (of course, I'm not saying that finding the equations will be easy, but they should exist). So, is this true?
functions parametric
i.stack.imgur.com/EHNR8.png If you look at this image, an answer becomes a lot more apparent. You can define as many separate functions as you like over whatever intervals you like and adjoin them to each other by the "endpoints" of the intervals to get whatever shapes you like.
– ÍgjøgnumMeg
Mar 19 '16 at 5:03
@Ed_4434 yes, if you define them over different intervals, but is it possible to do something like that with a single set of equations?
– Airdish
Mar 19 '16 at 5:05
add a comment |
I saw this question which had a similar viewpoint, but was limited to straight lines and polynomials. Now we know that we can graph some pretty crazy stuff with parametric equations. For example: 
and even

So naturally one would think that, if we put pen to paper, and drew something, anything, there would be a set of parametric equations to describe that shape or figure (of course, I'm not saying that finding the equations will be easy, but they should exist). So, is this true?
functions parametric
I saw this question which had a similar viewpoint, but was limited to straight lines and polynomials. Now we know that we can graph some pretty crazy stuff with parametric equations. For example: 
and even

So naturally one would think that, if we put pen to paper, and drew something, anything, there would be a set of parametric equations to describe that shape or figure (of course, I'm not saying that finding the equations will be easy, but they should exist). So, is this true?
functions parametric
functions parametric
edited Apr 13 '17 at 12:21
Community♦
1
1
asked Mar 19 '16 at 4:57
AirdishAirdish
1,261623
1,261623
i.stack.imgur.com/EHNR8.png If you look at this image, an answer becomes a lot more apparent. You can define as many separate functions as you like over whatever intervals you like and adjoin them to each other by the "endpoints" of the intervals to get whatever shapes you like.
– ÍgjøgnumMeg
Mar 19 '16 at 5:03
@Ed_4434 yes, if you define them over different intervals, but is it possible to do something like that with a single set of equations?
– Airdish
Mar 19 '16 at 5:05
add a comment |
i.stack.imgur.com/EHNR8.png If you look at this image, an answer becomes a lot more apparent. You can define as many separate functions as you like over whatever intervals you like and adjoin them to each other by the "endpoints" of the intervals to get whatever shapes you like.
– ÍgjøgnumMeg
Mar 19 '16 at 5:03
@Ed_4434 yes, if you define them over different intervals, but is it possible to do something like that with a single set of equations?
– Airdish
Mar 19 '16 at 5:05
i.stack.imgur.com/EHNR8.png If you look at this image, an answer becomes a lot more apparent. You can define as many separate functions as you like over whatever intervals you like and adjoin them to each other by the "endpoints" of the intervals to get whatever shapes you like.
– ÍgjøgnumMeg
Mar 19 '16 at 5:03
i.stack.imgur.com/EHNR8.png If you look at this image, an answer becomes a lot more apparent. You can define as many separate functions as you like over whatever intervals you like and adjoin them to each other by the "endpoints" of the intervals to get whatever shapes you like.
– ÍgjøgnumMeg
Mar 19 '16 at 5:03
@Ed_4434 yes, if you define them over different intervals, but is it possible to do something like that with a single set of equations?
– Airdish
Mar 19 '16 at 5:05
@Ed_4434 yes, if you define them over different intervals, but is it possible to do something like that with a single set of equations?
– Airdish
Mar 19 '16 at 5:05
add a comment |
1 Answer
1
active
oldest
votes
As far as I know, yes. Just about any line you could draw could be approximated by a parametric curve consisting of polynomials. For the Cartesian equivalent, look up "infinite series polynomials". A higher degree of accuracy can be achieved by adding more polynomial terms. Cusps (corners) could be achieved by including such functions as $sqrt{x^2}$. Jump discontinuities could be achieved by including such functions as $sqrt{x^2}/x$. A single parametric curve could then look as if it was multiple lines.
Disclaimer: All equations produced this way would be approximations of the originally drawn line, but could be made arbitrarily accurate. Coming up with these functions could be extremely tedious to do by hand, because any change made to any portion of the function would require adjustments to the rest of the curve.
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%2f1703984%2fcan-parametric-equations-graph-all-kinds-of-lines%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
As far as I know, yes. Just about any line you could draw could be approximated by a parametric curve consisting of polynomials. For the Cartesian equivalent, look up "infinite series polynomials". A higher degree of accuracy can be achieved by adding more polynomial terms. Cusps (corners) could be achieved by including such functions as $sqrt{x^2}$. Jump discontinuities could be achieved by including such functions as $sqrt{x^2}/x$. A single parametric curve could then look as if it was multiple lines.
Disclaimer: All equations produced this way would be approximations of the originally drawn line, but could be made arbitrarily accurate. Coming up with these functions could be extremely tedious to do by hand, because any change made to any portion of the function would require adjustments to the rest of the curve.
add a comment |
As far as I know, yes. Just about any line you could draw could be approximated by a parametric curve consisting of polynomials. For the Cartesian equivalent, look up "infinite series polynomials". A higher degree of accuracy can be achieved by adding more polynomial terms. Cusps (corners) could be achieved by including such functions as $sqrt{x^2}$. Jump discontinuities could be achieved by including such functions as $sqrt{x^2}/x$. A single parametric curve could then look as if it was multiple lines.
Disclaimer: All equations produced this way would be approximations of the originally drawn line, but could be made arbitrarily accurate. Coming up with these functions could be extremely tedious to do by hand, because any change made to any portion of the function would require adjustments to the rest of the curve.
add a comment |
As far as I know, yes. Just about any line you could draw could be approximated by a parametric curve consisting of polynomials. For the Cartesian equivalent, look up "infinite series polynomials". A higher degree of accuracy can be achieved by adding more polynomial terms. Cusps (corners) could be achieved by including such functions as $sqrt{x^2}$. Jump discontinuities could be achieved by including such functions as $sqrt{x^2}/x$. A single parametric curve could then look as if it was multiple lines.
Disclaimer: All equations produced this way would be approximations of the originally drawn line, but could be made arbitrarily accurate. Coming up with these functions could be extremely tedious to do by hand, because any change made to any portion of the function would require adjustments to the rest of the curve.
As far as I know, yes. Just about any line you could draw could be approximated by a parametric curve consisting of polynomials. For the Cartesian equivalent, look up "infinite series polynomials". A higher degree of accuracy can be achieved by adding more polynomial terms. Cusps (corners) could be achieved by including such functions as $sqrt{x^2}$. Jump discontinuities could be achieved by including such functions as $sqrt{x^2}/x$. A single parametric curve could then look as if it was multiple lines.
Disclaimer: All equations produced this way would be approximations of the originally drawn line, but could be made arbitrarily accurate. Coming up with these functions could be extremely tedious to do by hand, because any change made to any portion of the function would require adjustments to the rest of the curve.
edited Oct 21 '18 at 2:24
Xander Henderson
14.2k103554
14.2k103554
answered Oct 21 '18 at 1:41
Broadneck High SchoolBroadneck High School
1
1
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.
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%2f1703984%2fcan-parametric-equations-graph-all-kinds-of-lines%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
i.stack.imgur.com/EHNR8.png If you look at this image, an answer becomes a lot more apparent. You can define as many separate functions as you like over whatever intervals you like and adjoin them to each other by the "endpoints" of the intervals to get whatever shapes you like.
– ÍgjøgnumMeg
Mar 19 '16 at 5:03
@Ed_4434 yes, if you define them over different intervals, but is it possible to do something like that with a single set of equations?
– Airdish
Mar 19 '16 at 5:05