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
51
votes
5 answers

Is it possible to plot a graph of any shape?

In school, I have learnt to plot simple graphs such as $y=x^2$ followed by $y=x^3$. A grade or two later, I learnt to plot other interesting graphs such as $y=1/x$, $y=\ln x$, $y=e^x$. I have also recently learnt about trigonometric graphs and…
20
votes
3 answers

Does a closed curve exist for which a square cannot intersect it 8 or more times?

To phrase my question more clearly: Imagine you have a game with two players, Minnie and Maxime. Minnie starts by defining some closed curve. Then Maxime translates, rotates, and scales a square with the goal to maximize the number of intersections…
10
votes
1 answer

What mathematical shape is the surface of waves on water?

What is the shape of the surface of the water in the animation below? Clearly, the dots that compose the surface are following a sinusoidal path. The curve isn't a simple sine wave, since the peaks of the waves curve much more sharply than the…
Duncan C
  • 235
  • 1
  • 8
8
votes
6 answers

What equation can produce these curves?

Does an equation exist that can produce the curves shown in the attached image, by varying a single variable?
6
votes
4 answers

Will a path between $(x, y)$ and $(-x, -y)$ always intersect a 90 degree rotated copy?

Suppose we have a path between two points $(x, y)$ and $(-x, -y)$. If we rotate it by 90 degrees around the origin, will the copy intersect the original? (You can add any number of assumptions to avoid pathological cases.) It seems obvious that it…
6
votes
0 answers

Does every conceivable curve have a possible equation?

We know that every equation has a graphical representation by a curve, but does every curve have an equation? If I scribble something crazy on a coordinate plane, do we know if there's an equation that can model my "graph"? Is there any limit to the…
tphilli
  • 373
5
votes
1 answer

Function to create a smooth, monotonically non-decreasing curve between three points

I am working on a tutoring system. When a student first starts we set the mastery threshold at A and they also have to have done at least a questions. But most students won't achieve that standard - after a student has done b questions we will lower…
Casebash
  • 9,211
4
votes
1 answer

Does a laser bouncing off two rotating mirrors produce a Rose curve or Lissajous curve?

I have built a contraption where a laser bounces off two rotating mirrors, each fixed at a slight incline to a motor's axis. By varying the speed of the motors, I get different patterns. Although these types of projects on the web call them…
M-V
  • 223
4
votes
2 answers

How to match my curve with the correct lemniscate?

$$\frac{1+x^2-y^2}{(1+x^2-y^2)^2+4x^2y^2}=1$$ appears to be a lemniscate. However, there are many different types: https://en.wikipedia.org/wiki/Lemniscate How to match my curve with the correct leminscate?
User3910
  • 2,390
4
votes
1 answer

What type of curve does Photoshop's Curves use?

I'm trying to figure out what kind of curve Photoshop's Curves interface uses. Here are some examples: I'm trying to recreate the effect using D3.js and SVG. None of the curves available in D3 (cubic basis spline, Catmull-Rom, etc.) fit. I have…
Dan
  • 83
4
votes
1 answer

Intersecting lines through $t \rightarrow (t,t^2,t^3)$ curve.

Can one find 4 distinct points on the above curve in $\mathbb R^3$, such that a line going through the first and third point intersects with the one passing through the other two?
3
votes
1 answer

How do I calculate the perodicity of a spirograph (hypotrochoid)?

The parametric equations for hypotrochoids produced by the "spirograph" toy are given by (source: wikipedia): $x(t) = R((1-k)\cos t + l k \cos (\frac{1-k}{k}t)$ $y(t) = R((1-k)\sin t - l k \sin (\frac{1-k}{k}t)$ For a given $R$, $k$ and $l$, can I…
M-V
  • 223
3
votes
1 answer

How to check the parallelism of a pair of curves?

When we talk about a straight line : $$ y=mx+b $$ a line is parallel to another if their $m$ is the same (disregarding the $b$), is that right? What happens when we talk about a curve such as: $$ y=nx^2+mx+b $$ If we have two curves like this, how…
3
votes
3 answers

Intersection of curve $ y = x^4 – 6x^3 + 12x^2 + cx + 1$

The number of integers in the range of 'c' such that there exists a line which intersects the curve $ y = x^4 – 6x^3 + 12x^2 + cx + 1$ at four distinct points. My approach we need to intersect with line $y=mx+C$ Substituting we get $x^4 – 6x^3 +…
3
votes
2 answers

How to find a curve which satisfies some properties?

Let $C$ be a curve in $\mathbb R^2$ passing through $(3,5)$ and $L(x,y)$ denote the segment of the tangent line to $C$ at $(x,y)$ lying in the first quadrant. Assuming that each point $(x,y)$ of $C$ in the first quadrant is the midpoint of…
Mini_me
  • 2,165
1
2 3
11 12