Questions tagged [curves]

For questions about or involving curves.

Let $X$ be a topological space and $I$ an interval in $\mathbb{R}$. A continuous curve in $X$ is a continuous map $\gamma : I \to X$.

Let $X$ be a smooth manifold and again, let $I$ be an interval in $\mathbb{R}$. A smooth curve in $X$ is a smooth map $\gamma : I \to X$.

Note, it both cases, a curve is more than its image. That is, given two curves $\gamma_1 : I_1 \to X$ and $\gamma_2 : I_2 \to X$, it may be the case that $\gamma_1(I_1) = \gamma_2(I_2)$. A particular instance of this occurs when there is a map $\sigma : I_2 \to I_1$ which is a homeomorphism in the case of continuous curves or a diffeomorphism in the case of smooth curves, such that $\gamma_2 = \gamma_1\circ\sigma$. In this case, we say that $\gamma_2$ is a reparameterisation of $\gamma_1$.

3579 questions
0
votes
1 answer

A no regular curve.

How can I prove that there is not a parametrization $\alpha$ of the set $\{(x,|x|) : -1\leq x \leq 1\}$ such that $\alpha $ is regular curve? Thanks a lot!
EQJ
  • 4,369
0
votes
2 answers

Finding the self-intersection of a cruve

I need to find the self-intersection of the curve $$ C_1:x=t^2-5t+4, y=4\sin({\pi t\over 2}), 0 \le t \le 6 $$ I figured I would try to solve these equations on my TI-nspire: $$t_1^2-5t_1+4=t_2^2+5t_2+4$$ $$4\sin({\pi t_1 \over 2})=4\sin({\pi t_2…
0
votes
1 answer

General question on parameter functions

I have always wondered why considering paths, $\gamma(t)$, there is inevitably a condition that $\gamma'(t) \neq 0$ associated within the same sentence. Can someone please give me a motivational reasoning behind this; whether by examples or goals…
Harch
  • 244
0
votes
0 answers

What's the name of this curve?

Sorry for the very beginner question but I just can't find the name or formula of such a curve. It's probably simple but Math is not my strongest field. It's like a sinusoidal curve but it starts and end steeps while the center part is mort…
TnK
  • 1
  • 1
0
votes
1 answer

Help calculating fastest curve to get to target value with constraints

I apologize ahead of time for not knowing the right terminology to ask this question well... I am trying to calculate a table of values using the "fastest" ramp/rate/curve based on specified limits over a period (time). For example, assuming I have…
BBALEY
  • 1
0
votes
1 answer

Consider the curve $C=\bigl\{(t,|t|): t \in \mathbb R\bigr\}$.

Consider the curve $C=\bigl\{(t,|t|): t \in \mathbb R\bigr\}$.Show that if $\alpha:\bigr]a,b\bigr[ \to \mathbb R$ is a differentiable curve whose trace lies in C and $t_0 \in \bigr]a,b\bigr[$ is such that $\alpha(t_0)=(0,0)$ then…
J P
  • 333
0
votes
0 answers

Measuring the smoothness of a curve

In deep learning, accuracy curves are crucial for evaluating a model's performance. Typically, an accuracy curve resembles a logarithmic function, although the reasons for this are beyond the scope of this question. Large spikes in the accuracy…
0
votes
0 answers

Offset a curve so that it passes through my point

I have a spline curve with 4 control points and I have a point in space (Let's call it M) that I want my new curve to go through that point. These are the steps that I am doing to offset my curve. I get the closest point in the curve from my point…
0
votes
0 answers

Interval color curve

I'm not very good at math. I have a range of colors. The lightness have a range of 100% down to 10%. It starts off very slow but then follows a more linear curve. I made up these numbers by hand but it should probably be done mathematically. Is…
0
votes
0 answers

Type of curve to fit: looking for suggestions

Seeking ideas: what kind of curve is this? looks like an "unbalanced" 1/x. Anyone encountered something similar?
pepster
  • 116
0
votes
1 answer

Simple closed curves on a plane sorted by "complexity": circle, ellipse, what's next?

Simple closed curves on a plane sorted by "complexity": circle, ellipse, what's next? Simple means the curve does not cross itself. I am not able to define "complexity" in a rigorous way, let's say the more parameters are needed to define a curve,…
0
votes
1 answer

Area and perimeter of deltoid

Wolfram Alpha mentions the following general formula for the area and perimeter of hypocycloids given the number of cusps, n. My issue is I've seen Wikipedia that references this page but mentions a slightly different formula. I've checked other…
0
votes
2 answers

Find the area of the inner loop of $r=2\tan\left(\frac{\theta}{2}\right)$

I can graph this polar equation but using the polar curve integral formula, I can't seem to be able to find the answer. Also an additional question, what type of curve does this fall under? I can't seem to find much information on this.
0
votes
1 answer

How to prove if a curve is parametrized by arc complement.

Hi need to compute the curvature of a curve defined by: \begin{cases} r_1(s) = a \cdot \cos\left[{\frac{s}{a} \cos\alpha}\right] \\ r_2(s) = a \cdot \sin\left[{\frac{s}{a} \cos\alpha}\right] \\ r_3(s) = s \cdot…
efirvida
  • 159
0
votes
0 answers

Circular Curve Solving Employing Non-Algebraic Methods

How would I calculate the radius of a circular curve given only the tangent and arc lengths? An example being tangent = 260.28' and arc = 479.97'. The radius = 500.00'. I normally use Tangent = R tan(Δ/2) and Arc = (ΔπR)/180°. As you can see, both…