Can ANY curve be described by an equation?

  • Context: Undergrad 
  • Thread starter Thread starter LucasGB
  • Start date Start date
  • Tags Tags
    Curve
Click For Summary

Discussion Overview

The discussion centers around the question of whether any arbitrary curve can be described by an equation. Participants explore definitions of "curve" and "equation," and consider the implications of cardinality in relation to continuous functions and their representations.

Discussion Character

  • Debate/contested
  • Mathematical reasoning
  • Conceptual clarification

Main Points Raised

  • Some participants argue that the number of continuous curves is non-denumerable, while the number of reasonable ways to describe them is enumerable.
  • Others suggest that if formulas with real-valued coefficients are allowed, the number of such formulas becomes uncountable.
  • A participant mentions that approximations of curves can be made to arbitrary accuracy using polynomials fitted through sampled points.
  • There is a discussion about whether every continuous function can be described by a formula involving a finite number of operations and coefficients.
  • Some participants express that a randomly drawn curve cannot be described by a precise equation, but only approximated closely.
  • One participant humorously suggests that a finite number of atoms on a paper could allow for a parametric polynomial description of a curve.

Areas of Agreement / Disagreement

Participants do not reach a consensus. There are multiple competing views regarding the definitions of curves and equations, the implications of cardinality, and the nature of approximations.

Contextual Notes

Limitations include the need for precise definitions of "curve" and "equation," as well as the implications of using real-valued coefficients in formulas. The discussion also highlights the complexity of approximating curves and the conditions under which such approximations are valid.

LucasGB
Messages
181
Reaction score
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
You'll have to define "curve".
 
Dragonfall said:
You'll have to define "curve".

A continuous set of points plotted on a 2D Cartesian coordinate system. Just a 2D graph.
 
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.
 
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?
 
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:
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.
 
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:
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:

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 49 ·
2
Replies
49
Views
4K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
Replies
14
Views
4K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K