Jump to content

MandrakeRoot

Senior Members
  • Posts

    194
  • Joined

  • Last visited

Retained

  • Baryon

MandrakeRoot's Achievements

Baryon

Baryon (4/13)

10

Reputation

  1. You still didnt say what is x. But your algorithm is exponential in the size of your problem instance D. (since you have a lot of terms of the type x^(something with D), like D, D - 1 etc... The bigger D, the more terms you have. The only reason in the last term X^D, you have something like x^D/D! is because you have D! x^n/n!^2 for n =D, so maybe you can estimate the terms before ? Something like the coefficient of the n-1ste term behave at least like .... (something with n) and at most like (something with n), that way you know how your function behave approximately and you can send n to infinity and maybe use some of the assymptotic formula for hypergeometric fucntions. (Remember that they are each a solution to some differential equation). Mandrake
  2. What is x then ? Does it depend on D is some way ? (If x(D) = D! then your above limit argument is flawed). Mandrake
  3. What is D ? If D > 0 and if D is an integer indeed the series will terminate and your hypergeometric function will be a polynomial. What do you mean with x^D/D! converges to zero ? (You should at least keep x fixed in such an argument). Anyway the way you write down the hypergeometric function the D! will be in the upperpart of the fraction, so you have more something like D! x^D then x^D/D! A quick maple calculation shows that hypergeom(-D;2:-x) behaves like : 1 + 1/2 D x + 1/12 D (D - 1) x^2 + 1/144 D (D - 1) (D - 2) x^3 + 1/2880 D (D - 1) (D - 2) (D - 3) x^4 + 1/86400 D (D - 1) (D - 2) (D - 3) (D - 4) x^5 + 1/3628800 D (D - 1) (D - 2) (D - 3) (D - 4) (D - 5) x^6 + 1/203212800 D (D - 1) (D - 2) (D - 3) (D - 4) (D - 5) (D - 6) x^7 + 1/14631321600 D (D - 1) (D - 2) (D - 3) (D - 4) (D - 5) (D - 6) (D - 7)x^8 + 1/1316818944000 D (D - 1) (D - 2) (D - 3) (D - 4) (D - 5) (D - 6) (D - 7) (D - 8) x ^9 + O(x^10) Your algorithm looks more factorial than anything else i think. Mandrake
  4. Yes indeed, the notation is rather sloppy. It would be better to write y(X), y'(X) and Y(X) for example (and indicating the domain and range of these functions !) Mandrake
  5. I think with integral you mean primitive here ! Mandrake
  6. Can't you use the binomial formula or something like that ? If you can do it at (0,0), i think you are surely pretty close to showing it for every couple (x,y) Mandrake
  7. Yeah that is pretty much a typical discussion with Doron :=) Mandrake
  8. You still dont see the difference between application and theory. It is hopeless. Mandrake
  9. Mathematics is not an empirical science. It is based on logical deduction. When doing applied mathematics it is important to verify your results with observations. It is true that physical laws have restrictions on their domain of use. In pure mathematics restrictions are clearly formulated in the theorems and lemmes. When applying math to the "real world" (whatever you may mean with that) it is up to you to verify that these conditions are satisfied. (Like in your example above that indeed all scientists are aliens). The fact that not all scientists are aliens does not in any case make untrue the conclusion "Einstein is a scientist => Einstein is an alien", under the hypothesis that all scientists are aliens. Mandrake
  10. Some hints : 1) Uniqueness is quite trivial (Suppose there are two functions that satisfy the conditions, look at their difference and use the fact that for every point x in the closure of U there is a sequence entirely in U that converges to x, to show that both functions have to be equal. (Here you need the fact that the difference of two contniuous functions is again a continuous function) 2) => Take any point x in the closure of U and use the above fact about the sequence entirely in U that converges to x. Use uniformy continuity to conclude that f(x_n) is a Cauchy sequence in Y => hence convergent. Define g(x) to be this limit. 3) Check that g is well defined and does not for instance depend on the choice of the sequence x_n above 4) Show that g is the same as f on U 5) Show that g is continuous. Mandrake
  11. Yes i could. Consider the space (Q,d), where Q is the set of fractions and d is absolute distance (like the metric on R in fact) (note that we will pretend that R does not exist and therefore in the above replace epsilon by 1/k) Take the following sequence defined by [math]q_{n+1} = q_n - \frac{q_n^2 - 2}{2q_n}[/math] with q_0 say 2; This is clearly a sequence in Q that should converge to sqrt(2), but well that is not an element of Q. Mandrake
  12. A complete metric space is a metric space, but in this metric space all Cauchy-sequences are convergent. Note that in any metric space all convergent sequences are Cauchy ! (A Cauchy sequence is a sequences that sticks together in the tail : Let {x_n}_n be a sequence in the metric space (X,d), then {x_n}_n is called a Cauchy sequence if for every epsilon > 0 there exists a N (integer) such that d(x_n,x_m) < epsilon for all n,m >= N) Often it is easily shown that a sequences is Cauchy and so using the fact that your space is complete you know that there is some limit for your sequence ! If you would like some hints for the proof i could write them down ? Mandrake Ps: it is not a silly question
  13. No it isnt. When einstein wrote down his theory most of the consequences could not be checked. It was not until much later that some empirical data could be obtained to demonstrate the "applicability" of his theory. Basically you are saying that if we are a primitive culture and cant check let's say Newtons laws' date=' newtons laws are not a proper theory. Yes indeed an infinitisemal instant of time. Many physical formula are derived using this notion, and like you seem to say "if it works it is true", since these formula seem to be supported by empirical data, the abstraction of using "infinitisemal instants" is a not too absurd one. Mandrake
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.