Questions tagged [arc-length]

For questions about/on finding the arc length of a curve/parametrized curve

Given $t\in I$, the arc length of a regular parametrized curve $\alpha : I \rightarrow {\mathbb R}^3$, from the point $t_0$, is by definition $$ s(t)=\int_{t_0}^t |\alpha'(t)| dt, $$ where $$|\alpha'(t)| =\sqrt{ (x'(t))^2+ (y'(t))^2+(z'(t))^2} $$The generalization to $\mathbb{R}^n$ is immediate. In particular, if $n=2$ and $\alpha$ lies on some function $y=f(x)$ with $\alpha(t_0)=(a,f(a))$ and $\alpha(t)=(b,f(b))$, the arc length along $f$ from $a$ to $b$ is $$ \int _a^b \sqrt{1+(f'(x))^2} dx $$ Length of curve is independent of parametrization, so for a calculation related with a curve, for instance, curvature, torsion and so on, we want to find a suitable parametrization. If $|\alpha'(t)|=1,$ then $\alpha$ is a curve parametrized by arc length $t$.

743 questions
0
votes
2 answers

I am confused about how $\sqrt{\sin^2 6t +\cos^2 6t + (6\ln(\cos t))^2}$ simplifies to $36 \sec t$

$$\int (\sin^2 6t +\cos^2 6t + (6\ln(\cos t))^2)^{1/2} dt $$ $$\int (36 (\sin^2 6t + \cos^2 6t + \tan^2 t) )^{1/2} dt $$ $$\int 36 \sec t\,dt $$ the part that I do not get is when $6\ln(\cos t))^2$ is turned to $\tan^2 t$ with $36$ factored out. I'd…
Niko
  • 33
0
votes
1 answer

The length of a function between two points

What I would like to know is some general formula for the length of a function’s line between two point $a$ and $b$ or $f(a)$ and $f(b)$. For example the length of the function $f(x) = x$ is $x \sqrt2$. We can call this new length function $g(x)$…
oypus
  • 57
0
votes
1 answer

Arc length of a trochoid

Wolfram MathWorld gives parametric expressions for a trochoid in terms of a parameter $\phi$: \begin{eqnarray*} x &=& a\phi - b \sin \phi\\ y &=& a - b \cos \phi, \end{eqnarray*} but then gives expressions for the arc length, curvature, and…
user45160
  • 103
0
votes
1 answer

Finding the small base length of Trapezoid

So problem is next: we have a Trapezoid($ABCD$) and we need to find $BC$(small base length). We know only $AD$ wich is big base length(its $10$cm). E point wich is on $AC$(diagonal). $S(abe):S(aed) = 1:2$ This is basically my puzzle... I know its…
Zura
  • 5
0
votes
2 answers

Arc Length Question

I was wondering if anyone can help me figure out a mistake I'm making in this problem: calculate the arc length of $y=x^{1/3}$ over $[3,4]$. I am familiar with the formula and once I square the derivative and put it back into the formula, I…
Neil H
  • 69
  • 2
  • 11
0
votes
1 answer

Arc length of the curve y=ln(x)

Q: Find the arc length of the curve $y=\ln(x)$ where $x$ ranges from $\sqrt{3}$ to $\sqrt{15}$. I think I am stuck in calculation part. The answer is $2 + \ln(3) - \frac{1}{2}\ln(5)$. But I can't derive that from my last line. help me, please.
Kim
  • 55
0
votes
2 answers

Length of an arc

I've been given the question: taking the line $$Y=x^2$$ Find the length of the line between $$X=1,x=2$$ I've been given the working but I don't understand it, I know that once you find $Dx/dy^2$ that you have to use a hyperbolic function but I…
0
votes
1 answer

finding radius from sector area and arc length of a circle

The length of an arc of a circle is $12$ cm. The corresponding sector area is $108$ cm$^2$. Find the radius of the circle. I have not attempted this question and do not understand how to solve this.
1 2
3