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

Check If Two Curve Segments Intersect

I have 4 geographic points (latitude, longitude, altitude). By assuming the curvature of the earth, these correspond to two curves. Points A and B make up the end points of the first curve segment. Points C and D make up the end points of the second…
alexs973
  • 1
  • 1
0
votes
1 answer

Finding a function to fit a curve

I have coordinates of four points on a curve and want to find a function that will draw the curve. The points are [0,0] [120,280] [240,2800] [360,28000] It looks like an exponential curve in that 120 is 1/3 of 360 and 280 is 2.8 * 100, 240 is 2/3 of…
0
votes
1 answer

Is a P-shaped path a Jordan's Curve?

Is a path that has shape "$P$", a Jordan's curve? If no, state why? Anyway, what i'm trying to say is a path, that has no intersection (i'm not sure), but its initial and end point didn't meet at a point. That path can be described as a letter…
user516076
  • 2,200
0
votes
0 answers

Why aren't my catenary equations matching up?

I have a cable suspended between two poles, both $1086.4$ ft high, that are $4444.7$ ft apart. The sag at the middle of the cable is $197.8$ ft. Given this, the constant should be $c = 1086.4 - 197.8 = 888.6$. However, when I try to use that $c$ in…
KTT
  • 1
0
votes
0 answers

Transfer points on curve onto straight line: preserving distance

Please could I ask for advice. I'm a biologist so apologies if this is trivial. I have calculated the distances between points on two curved lines (an inner and outer part of my bacterial cell) and now I'd like to plot these distances on a straight…
Emily
  • 3
0
votes
2 answers

Is there a name and formula for this curve? It isn't the "normal distribution"

starts at -1,0 asymptotically to x axis maxes out at 0,1 and back down again to mirror how it started. Normal distributions keep tapering off well past the -1..1 endpoints, and I was looking for something simple that ended. And most importantly…
0
votes
1 answer

Plane Curve Examples

teaching myself about plane curves, both affine and projective, and I was hoping to gain some exposition via some examples, if anyone can help me out. First, I am thinking about irreducible plane curves and their tangent lines, and I was hoping to…
0
votes
1 answer

Curves in Hardy's "A course of pure mathematics"

In section 229 of Hardy's "A course of pure mathematics," 10th ed, a curve, $C$, along which an integral is to be defined, is given by $x=\phi(t)$, $y=\psi(t)$. It is said that as $t$ varies from $t_0$ to $t_1$ the point $(x,y)$ moves along C in the…
Justin
  • 99
  • 8
0
votes
1 answer

exercise about curve

This exercise is from Do Carmo book (ex $2$, p:$5$) Let $\alpha(t)$ be a parametrized curve which does not pass through the origin. If $\alpha(t_0)$is a point of the trace of $\alpha$ closest to the origin and $\alpha^{'}(t)\neq 0$ , show that the…
Bernstein
  • 704
0
votes
1 answer

Finding points along an inverted parabola curve

I am doing a project on solar photovoltaic panels output. The total output on a sunny day is 244.6875 kWh (over 9 sun hours). Is there a way I can plot a typical inverted parabola curve and find the output between 2 specific points (maybe from point…
0
votes
1 answer

Exercise on parametric curves

The function $f:\left [ 0,4 \right ]\rightarrow \mathbb{R}^{2}$ whose rank is a square centered on the origin of coordinates and of side $2a$. It can be defined without using functions by sections? Thanks for the help
0
votes
1 answer

Parametrization of intersection of two curves

How to determine a parametrization of the border of the $R$ region in a clockwise direction, where $R$ is defined by $y\geq \left | x \right |+2$ and $y\leq 4-x^{2}$ I try to solve the problem, but can not Could someone please help? Thanks.
0
votes
0 answers

How do I combine two simple curves, to make them either averaged or one limits the amplitude of the other?

This looks like it should be really simple, but unfortunately I'm not quickly understanding the basic lessons I've looked over. I have two simple sine curves here, with periods $p_1$ and $p_2$ (I'm prepared to be wrong on my terminology and…
0
votes
2 answers

How to change from quadratic to linear equation

Equation of curve $ y = 4x^2 -2 $. The following equation is obtained when this curve equation is expressed in linear form $Y =-2X+4 $. How do we change the curve equation to the linear equation? I tried the following $ y = 4x^2 -2$ $y + 2 =…
0
votes
0 answers

Smooth curve from two known points with known normal vectors

I have two points, $P_1:(X_1, Y_1)$ and $P_2:(X_2, Y_2)$, with their normal vectors, $n_1$ and $n_2$. I wish to find an equation for a smooth curve between the points. Thanks in advance!
Eddy
  • 9