Arc Length Int. of r(t)=cos(t^2)+sin(t^2)+t^2 from 0 to sqrt(2pi)

cdotter
Messages
305
Reaction score
0

Homework Statement


r(t)=cos(t^2)\hat{i}+sin(t^2)\hat{j}+t^2\hat{k}

Compute the arc length integral from t=0 to t=\sqrt{2 \pi}

Homework Equations


Arclength = \int_{a}^{b}||v(t)||\, dt

The Attempt at a Solution



I did the following:

\\r'(t)=-2tsin(t^2)\hat{i}+2tcos(t^2)\hat{j}+2t\hat{k}\\
||r'(t)||=\sqrt{4t^2sin^2(t^2)+4t^2cos^2(t^2)+4t^2}
\int_{0}^{\sqrt{2 \pi}}\frac{r'(t)}{||r'(t)||} \, dt

I put the integral in Maple and it gave me 1.9 something if I remember correctly?

My professor has the answer as: \int_{0}^{\sqrt{2 \pi}}2t\sqrt{2} \, dt = 2 \pi \sqrt{2}[/itex]<br /> <br /> Where did I go wrong? <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f615.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":confused:" title="Confused :confused:" data-smilie="5"data-shortname=":confused:" />
 
Physics news on Phys.org
cdotter said:

Homework Statement


r(t)=cos(t^2)\hat{i}+sin(t^2)\hat{j}+t^2\hat{k}

Compute the arc length integral from t=0 to t=\sqrt{2 \pi}


Homework Equations


Arclength = \int_{a}^{b}||v(t)||\, dt


The Attempt at a Solution



I did the following:

\\r&#039;(t)=-2tsin(t^2)\hat{i}+2tcos(t^2)\hat{j}+2t\hat{k}\\
||r&#039;(t)||=\sqrt{4t^2sin^2(t^2)+4t^2cos^2(t^2)+4t^2}
\int_{0}^{\sqrt{2 \pi}}\frac{r&#039;(t)}{||r&#039;(t)||} \, dt
The integral above doesn't make sense, geometrically. r'(t)/|r'(t)| is a unit tangent vector. When you integrate, you get a vector, not the scalar that you should get when you compute arc length.

Use the formula you showed in Relevant Equations - that's what you should be using.

Also, be sure to simplify ||r&#039;(t)||=\sqrt{4t^2sin^2(t^2)+4t^2cos^2(t^2)+4t^2}

cdotter said:
I put the integral in Maple and it gave me 1.9 something if I remember correctly?

My professor has the answer as: \int_{0}^{\sqrt{2 \pi}}2t\sqrt{2} \, dt = 2 \pi \sqrt{2}[/itex]<br /> <br /> Where did I go wrong? <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f615.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":confused:" title="Confused :confused:" data-smilie="5"data-shortname=":confused:" />
 
Mark44 said:
The integral above doesn't make sense, geometrically. r'(t)/|r'(t)| is a unit tangent vector. When you integrate, you get a vector, not the scalar that you should get when you compute arc length.

Use the formula you showed in Relevant Equations - that's what you should be using.

Also, be sure to simplify ||r&#039;(t)||=\sqrt{4t^2sin^2(t^2)+4t^2cos^2(t^2)+4t^2}

Wow I'm mixed up today. :eek:
 
Got the answer. I'm not sure what the heck I was thinking earlier. Thank you for your help!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top