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

Finding the curvature of a line.

Lets say I have a single curve segment with a known height (difference between the lowest points of the curve and the highest point of the curve) and length (difference between the leftmost and rightmost sides). How do I find out the diameter of…
0
votes
1 answer

Describing qualitatively the level sets of the function $f(x, y) = x^3 - x$

I have to describe the behaviour, while $c$ is changing, of the level curve $f(x,y)=c$ for the function $f(x,y)=x^3-x$. I have done the following: The level curves are defined by $$\{(x,y)\mid x^3-x=c\}$$ For $c=0$ we have that the set consists…
Mary Star
  • 13,956
0
votes
1 answer

How do I refer to the beginning and end of a parametric curve?

I have a parametric curve $\vec r(t)$ with domain $t \in [0, L]$, where L is the arc length of the curve. Is there any technical term to refer to the begin (the point of $\vec r(0)$ and end (the point of $\vec r(L)$) of the parametric…
Ming-Tang
  • 357
0
votes
4 answers

Bell curve estimation

I was asked the following: Estimate the values $\mu$ and $\sigma$, from the following diagram: $\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ $ I do get that the $\mu = 64$. I didn't know how to calculate the $\sigma$-value.…
Adnan
  • 1,021
0
votes
1 answer

solving 3 simultaneous equaitons

I have 3 equations $y_1=ax_1^2+bx_1+c$, $y_2=ax_2^2+bx_2+c$, $y_3=ax_3^2+bx_3+c$ i.e. 3 pairs of values $x_1$,$y_1$, $x_2$,$y_2$ and $x_3$,$y_3$ and I need to fit the curve. I found lots of code for $n$ pairs using matrices but really just have…
geoff123
  • 101
-1
votes
1 answer

Is there a way to find equation for relationship between three variables in a table?

First, apologies: my math skills are very limited, so please provide any answers in terms a kindergartner would understand. My question: I have a table of data that I need to use in a program I'm writing, but I only have it on paper and nobody knows…
-1
votes
3 answers

Finding the $y$-intercept of a parametric equation

Find the $y$-intercept of a given parametric curve. $$x=t(t^2-3)$$ $$y=3(t^2-3)$$ My attempt: $x'_t=3t^2-3$, and $y'_t=6t$ $y'/x'=6t/3t^2-3=2t/t^2-1=?$ And that's where I'm stuck, I tried the other method of substitution but couldn't find a method…
JanusP
  • 85
-1
votes
1 answer

find an equation of the curve $ \vec{c}(t) $in cartesian

find an equation of the curve $ \vec{c}(t)$ in $cartesian$ coordinates and sketch its graph $\vec{c}(t) = (t+4)\vec{i} +t^{2}\vec{j}$ ; $ t\in [1,3]$ How to start?
-2
votes
1 answer

How to detect different types of curves

I'm trying to make a program to detect some points in curves and I want to separate 2 types of curves: I've got a set of points that define those lines and as this is not my strong side I don't know how I can, with a set of points, separate this 2…
-4
votes
3 answers

Does there exists two different curves from $ \ (0,0) \ \ to \ \ (10,0) \ $ having same arc length?

Does there exists two different curves from $ \ (0,0) \ \ to \ \ (10,0) \ $ having same arc length ? Answer: I think there does not exists such two different curves. For, one of the curve is the straight line segment $ \ x=10t , \ 0 \leq t \leq 1 \…
MAS
  • 10,638
1 2 3
11
12