Finding Solutions for Non-Linear Equations and ODEs in Math

  • Context: Graduate 
  • Thread starter Thread starter eljose
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
eljose
Messages
484
Reaction score
0
Let,s suppose I'm asked to find a function with certain properties in math, let's call this function f(x), my question is if i find that f(x) must satisfy a certain differential or integral equation let's say:

[tex]a(x)f''+b(x)(f')^2 + c(x)tan(f) = 0[/tex] (NOn- linear ODE )

[tex]x+ f(x)= \int_a ^ b dy log(y^2 +f(x) )[/tex] (Non-linear equation)

The question is...does this mean that the function f(x) as a solution of an ODE or a Non-linear integral equation necessarily exist?...:confused: :confused:
 
Physics news on Phys.org
I'm not sure I understand your question. If you mean you have actually have found a function satisfying a given equation, then, yes, it exists!

If you mean you have been asked to find a function satisfying a given equation, then, no, it is not necessarily true that such a function exists. (There are a variety of "existence and uniqueness theorems" that assert that such-and-such problems have solutions. I don't know of any that assert that every non-linear differential equation or every non-linear integral equation has a solution, A perfectly good answer to such a question is "no such function exists" and then, of course, proving there is no such function. Of course, actually finding the function is itself proof that such a function does exist!
 
but the question (from my point of view) would be:

-How could you know that a function satisfying:

[tex]x+ f(x) = \int_a ^b dy Log (y^2 +f(x))[/tex] exist?...well the question is that you can always use a "Numerical method" ( integration by quadratures, and all that) so you can "draw" a picture of how the function would look like , and you can check that the function exists and it's Non-zero.
 
Except that a numerical solution is at best "approximate". And remember that the approximation is saying that the function given by the numerical solution approximately satisfies the equation. It is quite possible that, even if an equation has an approximate numerical solution, there is no exact solution.
 
eljose said:
but the question (from my point of view) would be:

-How could you know that a function satisfying:

[tex]x+ f(x) = \int_a ^b dy Log (y^2 +f(x))[/tex] exist?...well the question is that you can always use a "Numerical method" ( integration by quadratures, and all that) so you can "draw" a picture of how the function would look like , and you can check that the function exists and it's Non-zero.

It may be useful the following:

[tex]\int dy Log(y^2 + f(x)) = y Log(y^2 + f(x)) - 2 \int dy \frac{y^2}{y^2 + f(x)}[/tex]

(by parts).