Length of curve - CalculusImproper integrals in curve lengthArc length $gamma(t) = (30 sin t, 30 cos t, 50 cos t)$Calculate the length of a curve!Prove that length of a curve is finite / infiniteArc Length parametric curveGiven curve $r(t)=langleunderline acos t,underline bsin trangle$ is the length of the curve $1$?The length of a parametric curveParametrize curve by arc lengthArc length of curve of intersection between cylinder and sphereCould the length of a curve be $0$?
Word for a person who has no opinion about whether god exists
What are actual Tesla M60 models used by AWS?
How did Alan Turing break the enigma code using the hint given by the lady in the bar?
Does a warlock using the Darkness/Devil's Sight combo still have advantage on ranged attacks against a target outside the Darkness?
Do f-stop and exposure time perfectly cancel?
Contract Factories
What are the threaded holes in Manfrotto camera brackets?
Bash script should only kill those instances of another script's that it has launched
How to detect if C code (which needs 'extern C') is compiled in C++
Does "Until when" sound natural for native speakers?
Shifting between bemols (flats) and diesis (sharps)in the key signature
Can Mathematica be used to create an Artistic 3D extrusion from a 2D image and wrap a line pattern around it?
Could you please stop shuffling the deck and play already?
Was Luke Skywalker the leader of the Rebel forces on Hoth?
Should I tell my boss the work he did was worthless
Why was Goose renamed from Chewie for the Captain Marvel film?
How many characters using PHB rules does it take to be able to have access to any PHB spell at the start of an adventuring day?
How is the wildcard * interpreted as a command?
They call me Inspector Morse
What wound would be of little consequence to a biped but terrible for a quadruped?
Declaring and defining template, and specialising them
When traveling to Europe from North America, do I need to purchase a different power strip?
Intuition behind counterexample of Euler's sum of powers conjecture
Latex does not go to next line
Length of curve - Calculus
Improper integrals in curve lengthArc length $gamma(t) = (30 sin t, 30 cos t, 50 cos t)$Calculate the length of a curve!Prove that length of a curve is finite / infiniteArc Length parametric curveGiven curve $r(t)=langleunderline acos t,underline bsin trangle$ is the length of the curve $1$?The length of a parametric curveParametrize curve by arc lengthArc length of curve of intersection between cylinder and sphereCould the length of a curve be $0$?
$begingroup$
I need to find the LENGTH of the curve with x,y,z components listed below:
$ x(t) = tsin(2t)$
$ y(t) = tcos(2t)$
$z(t) = (4/3)tsqrt(t) = (4/3)(t^1.5)$
from $t= 0$ to $t=2pi$
can anyone help pls? i have tried but came to a very hard integral which doesnt look right
i get
$L =2 int^2pi_0sqrtt^2 + t$
which looks wrong since the online solution to this is very lengthy.
calculus integration multivariable-calculus curves
$endgroup$
add a comment |
$begingroup$
I need to find the LENGTH of the curve with x,y,z components listed below:
$ x(t) = tsin(2t)$
$ y(t) = tcos(2t)$
$z(t) = (4/3)tsqrt(t) = (4/3)(t^1.5)$
from $t= 0$ to $t=2pi$
can anyone help pls? i have tried but came to a very hard integral which doesnt look right
i get
$L =2 int^2pi_0sqrtt^2 + t$
which looks wrong since the online solution to this is very lengthy.
calculus integration multivariable-calculus curves
$endgroup$
$begingroup$
SORRY I MEANT LENGTH NOT AREA
$endgroup$
– ElecLearn
2 days ago
$begingroup$
please show your working. The integrand simplifies.
$endgroup$
– David Quinn
2 days ago
$begingroup$
@DavidQuinn i updated it
$endgroup$
– ElecLearn
2 days ago
add a comment |
$begingroup$
I need to find the LENGTH of the curve with x,y,z components listed below:
$ x(t) = tsin(2t)$
$ y(t) = tcos(2t)$
$z(t) = (4/3)tsqrt(t) = (4/3)(t^1.5)$
from $t= 0$ to $t=2pi$
can anyone help pls? i have tried but came to a very hard integral which doesnt look right
i get
$L =2 int^2pi_0sqrtt^2 + t$
which looks wrong since the online solution to this is very lengthy.
calculus integration multivariable-calculus curves
$endgroup$
I need to find the LENGTH of the curve with x,y,z components listed below:
$ x(t) = tsin(2t)$
$ y(t) = tcos(2t)$
$z(t) = (4/3)tsqrt(t) = (4/3)(t^1.5)$
from $t= 0$ to $t=2pi$
can anyone help pls? i have tried but came to a very hard integral which doesnt look right
i get
$L =2 int^2pi_0sqrtt^2 + t$
which looks wrong since the online solution to this is very lengthy.
calculus integration multivariable-calculus curves
calculus integration multivariable-calculus curves
edited 2 days ago
Rory Daulton
29.5k63355
29.5k63355
asked 2 days ago
ElecLearnElecLearn
11
11
$begingroup$
SORRY I MEANT LENGTH NOT AREA
$endgroup$
– ElecLearn
2 days ago
$begingroup$
please show your working. The integrand simplifies.
$endgroup$
– David Quinn
2 days ago
$begingroup$
@DavidQuinn i updated it
$endgroup$
– ElecLearn
2 days ago
add a comment |
$begingroup$
SORRY I MEANT LENGTH NOT AREA
$endgroup$
– ElecLearn
2 days ago
$begingroup$
please show your working. The integrand simplifies.
$endgroup$
– David Quinn
2 days ago
$begingroup$
@DavidQuinn i updated it
$endgroup$
– ElecLearn
2 days ago
$begingroup$
SORRY I MEANT LENGTH NOT AREA
$endgroup$
– ElecLearn
2 days ago
$begingroup$
SORRY I MEANT LENGTH NOT AREA
$endgroup$
– ElecLearn
2 days ago
$begingroup$
please show your working. The integrand simplifies.
$endgroup$
– David Quinn
2 days ago
$begingroup$
please show your working. The integrand simplifies.
$endgroup$
– David Quinn
2 days ago
$begingroup$
@DavidQuinn i updated it
$endgroup$
– ElecLearn
2 days ago
$begingroup$
@DavidQuinn i updated it
$endgroup$
– ElecLearn
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You have to use the formula of the length of a curve: $int ||varphi|| dt$ from $0$ to $2pi$.
in this case the derivative of the components are:
$$x'=sin(2t) + 2tcos(2t)$$
$$y'=cos(2t)- 2tsin(2t)$$
$$z'=2t^0.5$$
follows that the function as an integral is $2t+1$ because $2t+1$ is positive in $[0,2pi]$. And now this integral is very easy.
New contributor
$endgroup$
$begingroup$
did you use $int sqrtx'^2 +y'^2 +z'^2$?
$endgroup$
– ElecLearn
2 days ago
$begingroup$
because i obtain $2int sqrt t^2 +t $
$endgroup$
– ElecLearn
2 days ago
$begingroup$
yes I used it. Under the root I obtain (2t+1)^2
$endgroup$
– Antonio Sannia
2 days ago
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%2f3141709%2flength-of-curve-calculus%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 to use the formula of the length of a curve: $int ||varphi|| dt$ from $0$ to $2pi$.
in this case the derivative of the components are:
$$x'=sin(2t) + 2tcos(2t)$$
$$y'=cos(2t)- 2tsin(2t)$$
$$z'=2t^0.5$$
follows that the function as an integral is $2t+1$ because $2t+1$ is positive in $[0,2pi]$. And now this integral is very easy.
New contributor
$endgroup$
$begingroup$
did you use $int sqrtx'^2 +y'^2 +z'^2$?
$endgroup$
– ElecLearn
2 days ago
$begingroup$
because i obtain $2int sqrt t^2 +t $
$endgroup$
– ElecLearn
2 days ago
$begingroup$
yes I used it. Under the root I obtain (2t+1)^2
$endgroup$
– Antonio Sannia
2 days ago
add a comment |
$begingroup$
You have to use the formula of the length of a curve: $int ||varphi|| dt$ from $0$ to $2pi$.
in this case the derivative of the components are:
$$x'=sin(2t) + 2tcos(2t)$$
$$y'=cos(2t)- 2tsin(2t)$$
$$z'=2t^0.5$$
follows that the function as an integral is $2t+1$ because $2t+1$ is positive in $[0,2pi]$. And now this integral is very easy.
New contributor
$endgroup$
$begingroup$
did you use $int sqrtx'^2 +y'^2 +z'^2$?
$endgroup$
– ElecLearn
2 days ago
$begingroup$
because i obtain $2int sqrt t^2 +t $
$endgroup$
– ElecLearn
2 days ago
$begingroup$
yes I used it. Under the root I obtain (2t+1)^2
$endgroup$
– Antonio Sannia
2 days ago
add a comment |
$begingroup$
You have to use the formula of the length of a curve: $int ||varphi|| dt$ from $0$ to $2pi$.
in this case the derivative of the components are:
$$x'=sin(2t) + 2tcos(2t)$$
$$y'=cos(2t)- 2tsin(2t)$$
$$z'=2t^0.5$$
follows that the function as an integral is $2t+1$ because $2t+1$ is positive in $[0,2pi]$. And now this integral is very easy.
New contributor
$endgroup$
You have to use the formula of the length of a curve: $int ||varphi|| dt$ from $0$ to $2pi$.
in this case the derivative of the components are:
$$x'=sin(2t) + 2tcos(2t)$$
$$y'=cos(2t)- 2tsin(2t)$$
$$z'=2t^0.5$$
follows that the function as an integral is $2t+1$ because $2t+1$ is positive in $[0,2pi]$. And now this integral is very easy.
New contributor
edited 2 days ago
New contributor
answered 2 days ago
Antonio SanniaAntonio Sannia
212
212
New contributor
New contributor
$begingroup$
did you use $int sqrtx'^2 +y'^2 +z'^2$?
$endgroup$
– ElecLearn
2 days ago
$begingroup$
because i obtain $2int sqrt t^2 +t $
$endgroup$
– ElecLearn
2 days ago
$begingroup$
yes I used it. Under the root I obtain (2t+1)^2
$endgroup$
– Antonio Sannia
2 days ago
add a comment |
$begingroup$
did you use $int sqrtx'^2 +y'^2 +z'^2$?
$endgroup$
– ElecLearn
2 days ago
$begingroup$
because i obtain $2int sqrt t^2 +t $
$endgroup$
– ElecLearn
2 days ago
$begingroup$
yes I used it. Under the root I obtain (2t+1)^2
$endgroup$
– Antonio Sannia
2 days ago
$begingroup$
did you use $int sqrtx'^2 +y'^2 +z'^2$?
$endgroup$
– ElecLearn
2 days ago
$begingroup$
did you use $int sqrtx'^2 +y'^2 +z'^2$?
$endgroup$
– ElecLearn
2 days ago
$begingroup$
because i obtain $2int sqrt t^2 +t $
$endgroup$
– ElecLearn
2 days ago
$begingroup$
because i obtain $2int sqrt t^2 +t $
$endgroup$
– ElecLearn
2 days ago
$begingroup$
yes I used it. Under the root I obtain (2t+1)^2
$endgroup$
– Antonio Sannia
2 days ago
$begingroup$
yes I used it. Under the root I obtain (2t+1)^2
$endgroup$
– Antonio Sannia
2 days ago
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%2f3141709%2flength-of-curve-calculus%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
$begingroup$
SORRY I MEANT LENGTH NOT AREA
$endgroup$
– ElecLearn
2 days ago
$begingroup$
please show your working. The integrand simplifies.
$endgroup$
– David Quinn
2 days ago
$begingroup$
@DavidQuinn i updated it
$endgroup$
– ElecLearn
2 days ago