Parametrization of the osculating circle to a space curve?
$begingroup$
Find a parametrization of the osculating circle to r(t)= at t=0
So I found the center of the osculating circle by calculating the radius of curvature and the normal vector. I've also found the equation of the osculating plane in which the circle will lie, but I'm stuck on how to parametrize the circle on this plane.
For time's sake, here are the unit tangent, unit normal, and binormal vectors, the center of the osculating circle, and the equation for the plane:
T(t)= (1/sqrt(2))<-sin(7t),cos(7t),1>
N(t)=<-cos(7t),-sin(7t),0>
B(0)=<0,1/sqrt(2),1/sqrt(2)>
center of osculating circle at t=0, = <-1,0,0>
equation for osculating plane at t=0, = (1/sqrt(2))y+(1/sqrt(2))z=0
at this step, I tried to find the equation of a sphere with the same center and radius as the osculating circle, which gave me (x+1)^2 + y^2 + z^2 =4 and then find the intersection of this sphere with the osculating plane. Solving for y in terms of z in the osculating plane equations yields y=-z, and when plugged into the equation for the sphere, yields (x+1)^2 + 2y^2 = 4. I don't know if i'm on the right track here, but this is as far as i've been able to get.
If anyone could help me out, or show me an entirely different way of approaching the problem, it would be greatly appreciated.
Thanks!
multivariable-calculus parametrization osculating-circle
$endgroup$
add a comment |
$begingroup$
Find a parametrization of the osculating circle to r(t)= at t=0
So I found the center of the osculating circle by calculating the radius of curvature and the normal vector. I've also found the equation of the osculating plane in which the circle will lie, but I'm stuck on how to parametrize the circle on this plane.
For time's sake, here are the unit tangent, unit normal, and binormal vectors, the center of the osculating circle, and the equation for the plane:
T(t)= (1/sqrt(2))<-sin(7t),cos(7t),1>
N(t)=<-cos(7t),-sin(7t),0>
B(0)=<0,1/sqrt(2),1/sqrt(2)>
center of osculating circle at t=0, = <-1,0,0>
equation for osculating plane at t=0, = (1/sqrt(2))y+(1/sqrt(2))z=0
at this step, I tried to find the equation of a sphere with the same center and radius as the osculating circle, which gave me (x+1)^2 + y^2 + z^2 =4 and then find the intersection of this sphere with the osculating plane. Solving for y in terms of z in the osculating plane equations yields y=-z, and when plugged into the equation for the sphere, yields (x+1)^2 + 2y^2 = 4. I don't know if i'm on the right track here, but this is as far as i've been able to get.
If anyone could help me out, or show me an entirely different way of approaching the problem, it would be greatly appreciated.
Thanks!
multivariable-calculus parametrization osculating-circle
$endgroup$
add a comment |
$begingroup$
Find a parametrization of the osculating circle to r(t)= at t=0
So I found the center of the osculating circle by calculating the radius of curvature and the normal vector. I've also found the equation of the osculating plane in which the circle will lie, but I'm stuck on how to parametrize the circle on this plane.
For time's sake, here are the unit tangent, unit normal, and binormal vectors, the center of the osculating circle, and the equation for the plane:
T(t)= (1/sqrt(2))<-sin(7t),cos(7t),1>
N(t)=<-cos(7t),-sin(7t),0>
B(0)=<0,1/sqrt(2),1/sqrt(2)>
center of osculating circle at t=0, = <-1,0,0>
equation for osculating plane at t=0, = (1/sqrt(2))y+(1/sqrt(2))z=0
at this step, I tried to find the equation of a sphere with the same center and radius as the osculating circle, which gave me (x+1)^2 + y^2 + z^2 =4 and then find the intersection of this sphere with the osculating plane. Solving for y in terms of z in the osculating plane equations yields y=-z, and when plugged into the equation for the sphere, yields (x+1)^2 + 2y^2 = 4. I don't know if i'm on the right track here, but this is as far as i've been able to get.
If anyone could help me out, or show me an entirely different way of approaching the problem, it would be greatly appreciated.
Thanks!
multivariable-calculus parametrization osculating-circle
$endgroup$
Find a parametrization of the osculating circle to r(t)= at t=0
So I found the center of the osculating circle by calculating the radius of curvature and the normal vector. I've also found the equation of the osculating plane in which the circle will lie, but I'm stuck on how to parametrize the circle on this plane.
For time's sake, here are the unit tangent, unit normal, and binormal vectors, the center of the osculating circle, and the equation for the plane:
T(t)= (1/sqrt(2))<-sin(7t),cos(7t),1>
N(t)=<-cos(7t),-sin(7t),0>
B(0)=<0,1/sqrt(2),1/sqrt(2)>
center of osculating circle at t=0, = <-1,0,0>
equation for osculating plane at t=0, = (1/sqrt(2))y+(1/sqrt(2))z=0
at this step, I tried to find the equation of a sphere with the same center and radius as the osculating circle, which gave me (x+1)^2 + y^2 + z^2 =4 and then find the intersection of this sphere with the osculating plane. Solving for y in terms of z in the osculating plane equations yields y=-z, and when plugged into the equation for the sphere, yields (x+1)^2 + 2y^2 = 4. I don't know if i'm on the right track here, but this is as far as i've been able to get.
If anyone could help me out, or show me an entirely different way of approaching the problem, it would be greatly appreciated.
Thanks!
multivariable-calculus parametrization osculating-circle
multivariable-calculus parametrization osculating-circle
asked Oct 2 '16 at 18:32
Cole BisacciaCole Bisaccia
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
$newcommand{Vec}[1]{mathbf{#1}}$Generally, if $Vec{v}_{1}$ and $Vec{v}_{2}$ are orthogonal unit vectors in $Vec{R}^{n}$, then
$$
Vec{x}(t) = Vec{p}_{0} + rbigl((cos t)Vec{v}_{1} + (sin t)Vec{v}_{2}bigr)
$$
parametrizes the circle of center $Vec{p}_{0}$ and radius $r$ in the plane spanned by $Vec{v}_{1}$ and $Vec{v}_{2}$.
$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%2f1950964%2fparametrization-of-the-osculating-circle-to-a-space-curve%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$
$newcommand{Vec}[1]{mathbf{#1}}$Generally, if $Vec{v}_{1}$ and $Vec{v}_{2}$ are orthogonal unit vectors in $Vec{R}^{n}$, then
$$
Vec{x}(t) = Vec{p}_{0} + rbigl((cos t)Vec{v}_{1} + (sin t)Vec{v}_{2}bigr)
$$
parametrizes the circle of center $Vec{p}_{0}$ and radius $r$ in the plane spanned by $Vec{v}_{1}$ and $Vec{v}_{2}$.
$endgroup$
add a comment |
$begingroup$
$newcommand{Vec}[1]{mathbf{#1}}$Generally, if $Vec{v}_{1}$ and $Vec{v}_{2}$ are orthogonal unit vectors in $Vec{R}^{n}$, then
$$
Vec{x}(t) = Vec{p}_{0} + rbigl((cos t)Vec{v}_{1} + (sin t)Vec{v}_{2}bigr)
$$
parametrizes the circle of center $Vec{p}_{0}$ and radius $r$ in the plane spanned by $Vec{v}_{1}$ and $Vec{v}_{2}$.
$endgroup$
add a comment |
$begingroup$
$newcommand{Vec}[1]{mathbf{#1}}$Generally, if $Vec{v}_{1}$ and $Vec{v}_{2}$ are orthogonal unit vectors in $Vec{R}^{n}$, then
$$
Vec{x}(t) = Vec{p}_{0} + rbigl((cos t)Vec{v}_{1} + (sin t)Vec{v}_{2}bigr)
$$
parametrizes the circle of center $Vec{p}_{0}$ and radius $r$ in the plane spanned by $Vec{v}_{1}$ and $Vec{v}_{2}$.
$endgroup$
$newcommand{Vec}[1]{mathbf{#1}}$Generally, if $Vec{v}_{1}$ and $Vec{v}_{2}$ are orthogonal unit vectors in $Vec{R}^{n}$, then
$$
Vec{x}(t) = Vec{p}_{0} + rbigl((cos t)Vec{v}_{1} + (sin t)Vec{v}_{2}bigr)
$$
parametrizes the circle of center $Vec{p}_{0}$ and radius $r$ in the plane spanned by $Vec{v}_{1}$ and $Vec{v}_{2}$.
answered Oct 2 '16 at 18:44
Andrew D. HwangAndrew D. Hwang
52.8k447113
52.8k447113
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%2f1950964%2fparametrization-of-the-osculating-circle-to-a-space-curve%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