Is this a correct parametrization of a rectangle on the complex plane?
$begingroup$
$z = 3 + i(2t - 1), t in [0,1)
\
z = 3 - 6(t-1) + i, t in [1,2)
\
z = -3 + i(1 - 2(t-2)), t in [2,3)
\
z = 6(t-3) - 3 - i, t in [3,4]$
I parameterized a rectangle with vertices at (-3,-i),(-3,i),(3,i), and (3,-i) in the above manner. However, I am having odd results later on in the problem I am working on and I am wondering if it is stemming from a faulty parameterized. Is this valid, and even if it is, is there an even simpler way that I could do it?
parametric
$endgroup$
add a comment |
$begingroup$
$z = 3 + i(2t - 1), t in [0,1)
\
z = 3 - 6(t-1) + i, t in [1,2)
\
z = -3 + i(1 - 2(t-2)), t in [2,3)
\
z = 6(t-3) - 3 - i, t in [3,4]$
I parameterized a rectangle with vertices at (-3,-i),(-3,i),(3,i), and (3,-i) in the above manner. However, I am having odd results later on in the problem I am working on and I am wondering if it is stemming from a faulty parameterized. Is this valid, and even if it is, is there an even simpler way that I could do it?
parametric
$endgroup$
add a comment |
$begingroup$
$z = 3 + i(2t - 1), t in [0,1)
\
z = 3 - 6(t-1) + i, t in [1,2)
\
z = -3 + i(1 - 2(t-2)), t in [2,3)
\
z = 6(t-3) - 3 - i, t in [3,4]$
I parameterized a rectangle with vertices at (-3,-i),(-3,i),(3,i), and (3,-i) in the above manner. However, I am having odd results later on in the problem I am working on and I am wondering if it is stemming from a faulty parameterized. Is this valid, and even if it is, is there an even simpler way that I could do it?
parametric
$endgroup$
$z = 3 + i(2t - 1), t in [0,1)
\
z = 3 - 6(t-1) + i, t in [1,2)
\
z = -3 + i(1 - 2(t-2)), t in [2,3)
\
z = 6(t-3) - 3 - i, t in [3,4]$
I parameterized a rectangle with vertices at (-3,-i),(-3,i),(3,i), and (3,-i) in the above manner. However, I am having odd results later on in the problem I am working on and I am wondering if it is stemming from a faulty parameterized. Is this valid, and even if it is, is there an even simpler way that I could do it?
parametric
parametric
asked Feb 11 '16 at 17:31
StudentStudent
318210
318210
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You have indeed described a path around a rectangle. As $t$ ranges from $0$ to $4$, the point $z(t)$ moves from $3-i$ to $3+i$ to $-3+i$ to $-3-i$ finally arriving back at $3-i$. The motion is piecewise linear.
If you write it as
$$z(t)=begin{cases}tz_0+(1-t)z_1,& 0leq t leq1\
t'z_1+(1-t')z_2,&0leq t'leq1&(t'=t-1)\
t''z_2+(1-t'')z_3,&0leq t'leq1&(t''=t'-1)\
t'''z_3+(1-t''')z_0,&0leq t''leq1&(t'''=t''-1)
end{cases}$$
then it is immediately clear how the point progresses around the path (here the $z_k$ are the vertices of the path).
$endgroup$
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%2f1650838%2fis-this-a-correct-parametrization-of-a-rectangle-on-the-complex-plane%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$
You have indeed described a path around a rectangle. As $t$ ranges from $0$ to $4$, the point $z(t)$ moves from $3-i$ to $3+i$ to $-3+i$ to $-3-i$ finally arriving back at $3-i$. The motion is piecewise linear.
If you write it as
$$z(t)=begin{cases}tz_0+(1-t)z_1,& 0leq t leq1\
t'z_1+(1-t')z_2,&0leq t'leq1&(t'=t-1)\
t''z_2+(1-t'')z_3,&0leq t'leq1&(t''=t'-1)\
t'''z_3+(1-t''')z_0,&0leq t''leq1&(t'''=t''-1)
end{cases}$$
then it is immediately clear how the point progresses around the path (here the $z_k$ are the vertices of the path).
$endgroup$
add a comment |
$begingroup$
You have indeed described a path around a rectangle. As $t$ ranges from $0$ to $4$, the point $z(t)$ moves from $3-i$ to $3+i$ to $-3+i$ to $-3-i$ finally arriving back at $3-i$. The motion is piecewise linear.
If you write it as
$$z(t)=begin{cases}tz_0+(1-t)z_1,& 0leq t leq1\
t'z_1+(1-t')z_2,&0leq t'leq1&(t'=t-1)\
t''z_2+(1-t'')z_3,&0leq t'leq1&(t''=t'-1)\
t'''z_3+(1-t''')z_0,&0leq t''leq1&(t'''=t''-1)
end{cases}$$
then it is immediately clear how the point progresses around the path (here the $z_k$ are the vertices of the path).
$endgroup$
add a comment |
$begingroup$
You have indeed described a path around a rectangle. As $t$ ranges from $0$ to $4$, the point $z(t)$ moves from $3-i$ to $3+i$ to $-3+i$ to $-3-i$ finally arriving back at $3-i$. The motion is piecewise linear.
If you write it as
$$z(t)=begin{cases}tz_0+(1-t)z_1,& 0leq t leq1\
t'z_1+(1-t')z_2,&0leq t'leq1&(t'=t-1)\
t''z_2+(1-t'')z_3,&0leq t'leq1&(t''=t'-1)\
t'''z_3+(1-t''')z_0,&0leq t''leq1&(t'''=t''-1)
end{cases}$$
then it is immediately clear how the point progresses around the path (here the $z_k$ are the vertices of the path).
$endgroup$
You have indeed described a path around a rectangle. As $t$ ranges from $0$ to $4$, the point $z(t)$ moves from $3-i$ to $3+i$ to $-3+i$ to $-3-i$ finally arriving back at $3-i$. The motion is piecewise linear.
If you write it as
$$z(t)=begin{cases}tz_0+(1-t)z_1,& 0leq t leq1\
t'z_1+(1-t')z_2,&0leq t'leq1&(t'=t-1)\
t''z_2+(1-t'')z_3,&0leq t'leq1&(t''=t'-1)\
t'''z_3+(1-t''')z_0,&0leq t''leq1&(t'''=t''-1)
end{cases}$$
then it is immediately clear how the point progresses around the path (here the $z_k$ are the vertices of the path).
edited Feb 11 '16 at 17:50
answered Feb 11 '16 at 17:39
MPWMPW
30.4k12157
30.4k12157
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%2f1650838%2fis-this-a-correct-parametrization-of-a-rectangle-on-the-complex-plane%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