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
3
votes
3 answers

Non-symmetrical lemniscate curve parameterization

I'm trying to fit a function to data points. The data generally resembles a butterfly/lemniscate shape, see drawing. The problem is that the shape in my data can be rotated, skewed and/or non-symmetrical. I've been looking at Bernoulli's, Devil's…
Ben
  • 131
3
votes
0 answers

Inverted Sigmoid Curve

I want to find a function $f$ that has an inverted sigmoid-like curve and one other constraint: $f(0) = 1$ I've inverted the sigmoid like this: $1- \dfrac{1}{(1 + \exp(-x))}$ but don't know how to do with the constraint. NB: no matter if the…
3
votes
2 answers

Defining a smooth curve between 2 points with given angles

I have a rectangle with an aspect ratio of 2:1. I want to define a smooth curve joining two opposite corners such that the curve's tangent is parallel to the longer edge of the rectangle at one corner, and at the other corner the tangent is at…
realh
  • 185
3
votes
1 answer

Curves on $\mathbb{A}^2$

Let $X\subset \mathbb{A}^2$ be a curve defined by an equation $f_{n-1}(x,y)+f_{n}(x,y)$ where $f_{n-1},f_n$ are homogeneous polynomials of degree $n-1$ and $n$ respectively. Then $X$ has a parametrization by $\mathbb{A}^1$. In this problem we…
2
votes
1 answer

What formula to give small values more weight?

I have the following image which contain images ordered and scaled according a rank value, the biggest having a rank of 1 and the smallest a rank of 77: I would like to give smaller ranks more 'weight', so they become a little bigger. The logarithm…
2
votes
1 answer

Why do we need that $\alpha$ is for regular to existence of arc length as integral?

Take $\alpha:I\rightarrow R^n$ a regular curve. For $t_0\in I$ Define $$s(t)=\int_{t_0}^t|\alpha'(x)|dx$$ as the arc lenth. In Differential Geometry of Curves and sufaces of Do Carmo is written that "as $\alpha'(t)\not=0$ then…
EQJ
  • 4,369
2
votes
2 answers

Expressing the superposition of two cubic bezier splines as a cubic bezier spline?

If I have two $2$-dimensional cubic bezier splines that each: exist only along a given range on the $x$ axis, from $x_0$ to $x_1$. have one and only one $y$ value for every $x$ value along that range (they do not double back or intersect…
2
votes
2 answers

infinite length of a curve

I need to show that $$f(x)= \begin{cases} \sin(1/x),& x \neq 0 \\ 0,& x = 0\end{cases}$$ on $[0,1]$ has an infinite arc length. I've tried to prove that $(f'(x))^2$ is unbounded on $[0,1]$. I also tried to use the fact that it's not uniformly…
2
votes
1 answer

Projection of a curve on a plane

How to project a curve on an arbitrary plane? I mean, if $\alpha:U\subset\mathbb{R}\rightarrow\mathbb{R}^3$ is a curve defined as $\alpha(t) = (f(t),g(t),h(t))$ where $f,g,h:U\subset\mathbb{R}\rightarrow\mathbb{R}$ and let $\pi$ be the plane defined…
MathGuest
  • 433
2
votes
0 answers

Pulling up Hilbert curve on the $z$-axis

Let $H:[0,1]\to[0,1]\times [0,1]$ the Hilbert space filling curve map. I'm interested in visualizing and studying the curve that would result from pulling it up along the $z$-axis, i.e. the graph of the map $t\mapsto (H(t), t)$. Do you have a…
2
votes
0 answers

Curve which have no tangent

I am currently reading "Science and Hypothesis" written by Poincaré. In chapter 2, "Mathematical Magnitudes and Experiments", I found the following sentence. "We can show that there are curves which have no tangent, if we define such a curve as an…
Atsu
  • 21
2
votes
1 answer

Trace of the cissoid of Diocles

I want to show that you can parameterized the cissoid of Diocles using $$ \alpha(t) = \left(\frac{2at^2}{1+t^2}, \frac{2at^3}{1+t^2}\right),\quad\text{where }t=\tan\theta. $$ Here is an image of the cissoid of Diocles, along with its construction.…
2
votes
2 answers

linear regression (linear curve fit) - method of ordinary least square derivation

I am trying to step through the derivation of linear regression curve fitting with ordinary least squares method and everything looks great except I am puzzled how multiple sources make the jump from step 1 to step 2 shown below? Step…
PydPiper
  • 123
2
votes
1 answer

equation for the hyperbolic spiral in just x and y without r

While trying to find formulas for two-dimensional spirals, I think I found one. However, when applying transformations from the first formula, the final formula no longer looks like a spiral. Where do I go wrong? $y = \frac{\sin(t)}t, x =…
2
votes
2 answers

Resource for a library of closed curves.

I am working on a computation project and I need a bunch of closed curves to test my programs on. Does anybody know of a resource or library of such curves somewhere preferably online. I would like to not have to come up with a bunch by hand…
Walt
  • 1,159
1
2
3
11 12