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
0 answers

Hartshorne IV 2.2(e) classification of curves of genus 2

This is the question. Sorry for asking a repeating question. My problem is just the same as this one. But I don`t understand the answer. The answer states"f is uniquely determined by the branch locus." whether it's for a fixed curve X? If so I can…
HELPQAQ
  • 11
0
votes
0 answers

Three regions intersections inequality

Let $A_{1}, A_{2}$ and $A_{3}$ be the regions on $R^{2}$ defined by $$ \begin{array}{l} A_{1}=\left\{(x, y) ; x \geq 0, y \geq 0,2 x+2 y-x^{2}-y^{2}>1>x\right. \\ +y\} \\ A_{2}=\left\{(x, y) ; x \geq 0, y \geq 0, x+y>1>x^{2}+y^{2}\right\}…
0
votes
0 answers

Does this curve look like a particular shape or type to you?

It is a curve that I have estimated from an epidemic spatial dispersal model, but I want to simplify things as much as possible. Is this curve immediately obvious to you as a particular shape from which I can add an equation, one such as…
OpenSauce
  • 247
0
votes
1 answer

How to create a smooth 4-points curve

I am looking for a function to draw a curve. Could be many functions working together as well. This is what I am trying to achieve: https://i.stack.imgur.com/rNWgN.png A curve that goes smoothly between 0 and 1, passing through 2 mid-points defined…
0
votes
2 answers

How do I compute the length of the following curve?

I have the following problem. I need to compute the length of the curve given by $z^2=2x,3y=xz$ between $(0,0,0)$ and $(\frac{1}{2},\frac{1}{6},1)$ I first want to find my curve, so geometrically I could draw it with geogebra but I can't see how…
user123234
  • 2,885
0
votes
1 answer

Curves in mathematics

I am coming from a physics background. I am trying to understand the algebraic formulations of curves. For example: if we have a curve $\Gamma(t)$ = {$\gamma(t,s), s \in [0,1] $} where $s$ seems to be the curvilinear abscissa. What is exactly the…
user932093
0
votes
3 answers

Plotting a Curve Between Two Other Curves

Suppose you have two curves, f and g. The first function, for example, could be sin(x) and the second, g, could be cos(x). You can also think of f and g as concentric circles, for example. Suppose I have a third function, h(x) which for example…
0
votes
1 answer

Helping find the S-Curve function from the graph

I would like to model a function for the S-curve in the S-Curve Plot. The line in the graph is $y=x$ and the range of the x-axis and y-axis are both (0,1). It seems to be an incomplete beta function or something else. A simpler form would be better.…
0
votes
0 answers

Can a single point be considered (the image of) a curve?

I know that a curve is a continuous function from the unit interval to $\mathbb{R}^n$. That raises the question, can a single point be considered the image of a curve?
user107952
  • 20,508
0
votes
1 answer

Tangent vector to a curve.

Given the curve $$r(t)=(t,t^2,2)$$ I have to find the tangent vector to $r$ at $Q(1,1,2)$. From the coordinates of $Q$, I know that $t=1$, so the tangent vector is $$r'(1)=(1,2,0)$$ But when I plot the curve $r$ and the vector $r'(1)-r(1)=(0,1,-2)$…
mvfs314
  • 2,017
  • 15
  • 19
0
votes
1 answer

Domain of curves $C_1:y=\frac{x}{1+x}$ & $C_2:y=\frac{1}{1+\frac{1}{x}}$

Let us assume two curve $C_1:y=\frac{x}{1+x}$ $C_2:y=\frac{1}{1+\frac{1}{x}}$ Find the domain of each curve My approach is as follow for $C_1$ $x\ne -1$ and for $C_2, x\ne-1,0$ Hence for $C_1$ the domain is $x \in (-\infty,-1) \cup…
0
votes
3 answers

How to create an inverted $S$ cruve

I'm looking for a way to create an inverted $S$ curve function. Below is an image of what I want. Left is a regular S curve, on the right is the kind of curve I want. Here are the allowed set of operations that I can use:
porras
  • 13
0
votes
0 answers

Can anyone identify this curve produced by a capacitive sensor?

Background I have made a tubular capacitive liquid level sensor (This is a professional one, for example). It outputs a frequency that is inversely proportional to the capacitance. The problem I have taken readings and put them into an Excel…
0
votes
1 answer

Simple equation for simulating different acceleration curves?

For a video game, I would like to simulate different acceleration curves for different types of cars. I found out about Logistic and Sigmoid functions and while interesting they produce a symmetrical result: I'm looking for something asymmetrical,…
0
votes
0 answers

Analityc curve can be closed?

An excercise tell me to represent a revolution surface by rotating an analityc curve around the x-axis. So my idea is to consider a generic analityc curve so described by a cartesian equation, for example y=x. My question is: among the analityc…
Nik
  • 360