Can ANY curve be described by an equation?

  • Thread starter LucasGB
  • Start date
  • Tags
    Curve
In summary, the conversation discusses whether any curve can be described by an equation and explores the limitations of this concept. It is concluded that while there are uncountably many continuous curves, the number of ways to describe them is limited and not all curves can be accurately described by an equation with a finite number of operations and coefficients. The conversation also touches on the possibility of approximating curves with equations and the limitations of using finite equations to describe functions.
  • #1
LucasGB
181
0
The title says it all: can I pick a piece of paper, draw a completely random curve, and then describe it by an equation? Rephrasing, Can ANY curve be described by an equation?
 
Mathematics news on Phys.org
  • #2
You'll have to define "curve".
 
  • #3
Dragonfall said:
You'll have to define "curve".

A continuous set of points plotted on a 2D Cartesian coordinate system. Just a 2D graph.
 
  • #4
No, what you have to define is what you mean by equation. In any case, the answer is no: the number of continuous curves is non-denumerable, while the number of (reasonable) ways to describe them is enumerable.
 
  • #5
JSuarez said:
No, what you have to define is what you mean by equation. In any case, the answer is no: the number of continuous curves is non-denumerable, while the number of (reasonable) ways to describe them is enumerable.

I see, that's quite interesting! Can you link me to a proof of that statement?
 
  • #6
If memory serves me, there is theorem used in artificial neuro networks that states that f(xi) = Sumj gj(xi) may represent an arbitrary function (with some sort of restrictions, perhaps) where j=0..infinity.

In ANN's, the gj may be step functions.
 
Last edited:
  • #7
LucasGB said:
I see, that's quite interesting! Can you link me to a proof of that statement?

You probably already know that the real numbers have a larger cardinality than the rationals by the Cantor argument. The cardinality of the continuous functions on R is at least as large as that of the reals because the map

[itex]\alpha \rightarrow f_\alpha[/itex] where [itex]f_\alpha(x) = (x-\alpha)^2[/itex] is an injection of the reals into the continuous functions on R.
 
  • #8
Can you link me to a proof of that statement?

A link, that I know of, no. Set Theory proves that the cardinality of the set of continuous real function is the same as [tex]\mathbb R[/tex] and I know a few books that have the proof. You may check the statement, but not the proof, here:

http://en.wikipedia.org/wiki/Cardinality_of_the_continuum#Sets_with_cardinality_c"

And check the references in that page (Jech's book is very good).

But, anyway, given the above, the argument goes like this: when you describe a function by an equation, whatever the type, you are describing it by a finite string of symbols, over a finite alphabet and the set of all these strings is, at most, enumerable.
 
Last edited by a moderator:
  • #9
LucasGB said:
JSuarez said:
No, what you have to define is what you mean by equation. In any case, the answer is no: the number of continuous curves is non-denumerable, while the number of (reasonable) ways to describe them is enumerable.

I see, that's quite interesting! Can you link me to a proof of that statement?

It's clear that there are uncountably many continuous curves, since there are uncountably many continuous curves of the form f(x) = k for k in R. It's clear that there are countably many formulas over a given alphabet, since they can be listed (order by length and then lexicographically).
 
  • #10
CRGreathouse said:
It's clear that there are uncountably many continuous curves, since there are uncountably many continuous curves of the form f(x) = k for k in R. It's clear that there are countably many formulas over a given alphabet, since they can be listed (order by length and then lexicographically).

The loophole in that argument is that, if we allow formulas with real valued coefficients, their number becomes uncountable (the downside being that our formulas, generally speaking, can't be written down precisely using a finite number of letters, even if their execution involves a finite number of operations). For example, the set of all quadratic polynomials over R is uncountable and has cardinality c, the same as the set of all continuous functions. Therefore, it's possible to construct an isomorphism between the two.

The question we have to ask is whether every continuous function from R to R can be described by a formula that involves a finite number of operations and a finite number of free real coefficients.
 
  • #11
The loophole in that argument is that, if we allow formulas with real valued coefficients, their number becomes uncountable

It's not really a loophole, it's a logical question: when you write something like [tex]a_{2}x^2 +a_{1}x + a_0[/tex], with [tex]a_2,a_1,a_0 \in \mathbb R[/tex], you are not really describing a polynomial (from your post, I see you are aware of that, but you have not drawn the full implication), but a set of polynomials. An expression like the above is called in logic a schema, and denotes a set, not a member of it; the problem is that the parameters are behaving as free variables, not as constants and to describe a particular curve, all constant symbols must refer unambiguously a domain element. In [tex]\mathbb R[/tex], you can only refer precisely an enumerable subset.
 
  • #12
Why is it being presumed here that functions must be limited to finite number of terms? Am I mistaken?
 
  • #13
Is there room in here for any curve being approximated to an arbitrary accuracy by an equation?
 
  • #14
DaveC426913 said:
Is there room in here for any curve being approximated to an arbitrary accuracy by an equation?
Yes:
I'll assume the domain is [0,1] and the curve is a single valued function. For the nth approximation, evaluate the function at x=k/n for k between 0 and n. A polynomial can be fitted through these points. The approximation gets better as n increases.
 
  • #15
mathman said:
Yes:
I'll assume the domain is [0,1] and the curve is a single valued function. For the nth approximation, evaluate the function at x=k/n for k between 0 and n. A polynomial can be fitted through these points. The approximation gets better as n increases.

A nice example is the nth Bernstein polynomial approximation to f on [0,1]:

[tex]B_n(f)(x) = \sum_{k=0}^n f(\frac k n)\binom n k x^k(1-x)^{n-k}[/tex]
 
  • #16
Can we approximate functions in C[0,1] to arbitrary accuracy using formulas with bounded numbers of coefficients?
 
  • #17
Wow, guys, this has got way too advanced for my understanding. What should I take from all of this? That if I establish the condition that the equation must be finite, then there are more curves than equations, and not all curves can be described?
 
Last edited:
  • #18
LucasGB said:
Wow, guys, this has got way too advanced for my understanding. What should I take from all of this? That if establish the condition that the equation must be finite, then there are more curves then equations, and not all curves can be described?

There are more curves than (finite) equations, yes. But this might not be quite what you mean, since there are more real numbers than (finite) equations. In fact, this problem highlights the three infinite cardinalities that come up most frequently:

* There are beth_0 (finite) equations
* There are beth_1 continuous curves
* There are beth_2 curves
 
  • #19
LucasGB said:
The title says it all: can I pick a piece of paper, draw a completely random curve, and then describe it by an equation? Rephrasing, Can ANY curve be described by an equation?

I say no. For a random "curve" drawn by hand there exists absolutely no equation describing it (but arbitrarily close approximations). That would be akin to describing the relative position of every single atom you placed on the paper with your writing tool.
 
  • #20
some_dude said:
I say no. For a random "curve" drawn by hand there exists absolutely no equation describing it (but arbitrarily close approximations). That would be akin to describing the relative position of every single atom you placed on the paper with your writing tool.

Oh no, that's easy. There are only a finite number of atoms on the paper, so that curve can be described by a (parametric) polynomial. :P
 
  • #21
CRGreathouse said:
Oh no, that's easy. There are only a finite number of atoms on the paper, so that curve can be described by a (parametric) polynomial. :P

Haha, okay I stand corrected. (If i knew a little more, i'd have some rebuttle referencing the Heisenberg uncertainty principle :P)
 
  • #22
some_dude said:
Haha, okay I stand corrected. (If i knew a little more, i'd have some rebuttle referencing the Heisenberg uncertainty principle :P)

Hey, if all you need to know is position, the Uncertainty Principle is no problem. :p
 
  • #23
CRGreathouse said:
Hey, if all you need to know is position, the Uncertainty Principle is no problem. :p

Right. I swear I knew that.
 
  • #24
DaveC426913 said:
Is there room in here for any curve being approximated to an arbitrary accuracy by an equation?
Yes; there is a theorem that says that the set of polynomials is a dense subset of the set of continuous functions on any closed interval. This is similar to the rationals (countable) being a dense subset of the reals (uncountable).
 
Last edited:

1. Can any curve be described by an equation?

Yes, any curve can be described by an equation. An equation is a mathematical representation that describes the relationship between different variables. As long as there is a relationship between the variables that can be expressed using mathematical operations, a curve can be described by an equation.

2. Are there any limitations to describing curves with equations?

There are some limitations to describing curves with equations. Some curves, such as fractals, have complex and infinitely repeating patterns that cannot be fully described by a single equation. In these cases, multiple equations may be used to approximate the curve.

3. What types of equations are commonly used to describe curves?

The type of equation used to describe a curve depends on the type of curve being described. Some common types of equations used for curves include linear equations, quadratic equations, exponential equations, and trigonometric equations.

4. Can all curves be described by a single equation?

No, not all curves can be described by a single equation. As mentioned before, some curves have complex and repeating patterns that cannot be fully captured by a single equation. In these cases, multiple equations or advanced mathematical techniques may be used to describe the curve.

5. How are equations used to describe curves in real-world applications?

In real-world applications, equations are used to describe curves in fields such as physics, engineering, and economics. They can be used to model and predict the behavior of systems, such as the trajectory of a projectile or the growth of a population. Equations are also used in computer graphics to create smooth and realistic curves in 3D modeling and animation.

Similar threads

  • General Math
Replies
17
Views
1K
Replies
2
Views
335
Replies
5
Views
445
  • General Math
Replies
7
Views
1K
Replies
4
Views
1K
  • General Math
Replies
16
Views
1K
Replies
8
Views
1K
Replies
49
Views
3K
Replies
10
Views
2K
  • General Math
Replies
1
Views
742
Back
Top