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
1
vote
1 answer

Blend 2 curves one by fixed width one by fixed time

I have a 2 curves to provide a height for a time: 1: $H=T^2 * R$ - in this curve, R is known and T is not known 2: $h=t^2 * r $ - in this curve, t is known and r is not known I would like to blend them so that $H+h = Y$ and their slopes are…
Ianb
  • 123
1
vote
1 answer

Non-mathematician needs a basic bell curve formula taking X and returning Y.

I am a computer programmer working on a project that requires me to transform an image into the approximate shape of a bell curve (normal distribution curve). What I need is a math formula for a simple bell curve that I can pass in the X coordinate…
1
vote
2 answers

Minimum value of a function with two variables.

Suppose I have a curve (for example $(x-2)^2 + (y-2)^2 = 1$. I want to find the point on the curve where $x+y$ (or any other expression say $x^2+y^2$ ) is minimum. How can I do it ? P.S:- I know the method to find minimum and maximum for a two…
AccGen
  • 91
1
vote
1 answer

A site where to plot curves?

I do hope you can answer this question. I know only two sitesbut on one: Wolfram the scale are distorted and on the other: Online integral calculator you can plot only onr curve. Can you suggest some free sites where you can plot more curves in a…
user177880
1
vote
0 answers

Which mathematical curve describes sun movement on the sky during the year?

There is a kind of photography that is called a solargraphy which is essentially a photo with a giant exposure period — half of the year or so. I noticed that sun trajectories on the sky are very similar to mathematical curves, take a look: Is sun…
Poliakoff
  • 557
  • 4
  • 9
1
vote
1 answer

Finding the intersection of two curves

I have two curves. The first is a simple parabola described by $$y = x^2+bx+c$$ The second is a little more complicated and is described by $$y = ((n-x^2)/2/x)^2$$ I am trying to find the $x$ and $y$ intersections of those two curves (provided they…
1
vote
1 answer

Definition of "curve" (Moser's Worm Problem)?

Maybe this seems like a stupid question, but Wikipedia in multiple places will refer to hyperbolas, such as on https://en.wikipedia.org/wiki/Hyperbola , as a type of curve. Hyperbolas are not continuous over $\mathbb{R}^2$ On the page describing…
1
vote
0 answers

The length of the curve of intersection of the cylinder $25x^2 + y^2 = 25$ and the plane $x + y + z = 5$

Find, correct to four decimal places, the length of the curve of intersection of the cylinder $25x^2 + y^2 = 25$ and the plane $x + y + z = 5$. I have tried this problem multiple times getting the same wrong answer of $44.0992$. Any help would be…
1
vote
2 answers

Maximum error between two curves with extreme points/slopes matched

How do we determine maximum RMS error between a Cosine curve and a 3-spline Bezier curve given in answers from me and Mark H. (Again not cutting pasting to present the closed form and Bezier parametric equation here as the thread is accessible and…
Narasimham
  • 40,495
1
vote
0 answers

The definition of curve

How to understand the following definition of curve $\gamma:[a,b]\to\mathbb R^2$? The above means it's a function that assigns a pair of numbers to every pair of numbers. But isn't a curve actually a collection of vectors in $\mathbb{R}^2$? I don't…
1
vote
1 answer

Natural logarithm curve sketching

I have been formulating clues about how a graph of $\frac{\ln x}{x-1}$ might look like. Here is what I found: 1) There are no stationary points 2) The graph at a first glance does not appear to be continuous, as $x \neq 1$ 3) The domain is $x \in…
Naz
  • 3,289
1
vote
1 answer

Identifying This Curve Algorithm?

I have some code and i don't know what algorithm it is using to generate the curve using control points (similar to how Bezier works as an example). float Blend(float a, float b, float c, float d, float percent) { // this computes one component …
razr32
  • 113
1
vote
0 answers

Defining an adjustable sigmoid for translating ranks into scores

I'm trying to transform a set of ranks (eg. $1^{\text{st}}-1000^{\text{th}}$) into a set of scores (eg. $ 10\% - 100\% $) by way of something like a Logit function (I believe this is related to curve fitting for grades). My problem is working out…
ma1077
  • 11
1
vote
1 answer

Jordan curve theorem extended to multiple dimensions

What if you extended Jordan curves to multiple dimensions? It would follow the same rules, that it does not intersect, break, and is continuous. For all extended Jordan curves (any amount of dimensions) does the theorem of having an inside and an…
Meow Mix
  • 992
0
votes
1 answer

curve with two minimum points

how can we mathematically express a function whose the graph is a curve, like a parabola, where it has a minimum point (or maximum if opposite, it doesn't matter) BUT the minimum point is not one, but TWO points, one next to the other? is it…
trig
  • 1