Solution of a first order ODE.

  • Thread starter Thread starter sigmund
  • Start date Start date
  • Tags Tags
    First order Ode
Click For Summary
SUMMARY

The discussion centers on solving the first order ordinary differential equation (ODE) y' = 4t√y with the initial condition y(0) = 1. The exact solution is identified as a fourth order polynomial. The conversation shifts to a modified ODE, y' = 4t√y - λ(y - (1 + t²)²), with the goal of determining the values of λ and a that allow a fourth order numerical method to solve the new problem exactly. Participants emphasize the importance of local error vanishing in numerical methods and the conditions necessary for the polynomial form of the solution.

PREREQUISITES
  • Understanding of first order ordinary differential equations (ODEs)
  • Familiarity with numerical methods, specifically fourth order methods
  • Knowledge of polynomial functions and their properties
  • Basic concepts of initial value problems in differential equations
NEXT STEPS
  • Research the properties of fourth order numerical methods in solving ODEs
  • Explore the conditions for exact solutions of modified ODEs
  • Learn about the role of local error in numerical analysis
  • Investigate polynomial solutions for differential equations and their initial conditions
USEFUL FOR

Mathematicians, engineers, and students involved in numerical analysis, particularly those focused on solving ordinary differential equations and understanding the implications of numerical methods in achieving exact solutions.

sigmund
Messages
23
Reaction score
0
We have the first order ODE

y'=4t \sqrt y,~y(0)=1,

for which i have found the exact solution, namely a fourth order polynomial.

I want a numerical method to solve the problem exactly. This method has to be a fourth order method, since this implies that the local error vanishes.

Now we change the problem so it becomes

y'=4t \sqrt y - \lambda(y-(1+t^2)^2),~y(0)=a,

and the question is: for which values of \lambda and a does a method that has the above mentioned property solve the new problem exactly.

Of course, the obvious case is \lambda=0 and a=1, because in this case the new problem reduces to the first problem.

My idea is that the solution must be a fourth order polynomial, since a fourth order numerical method has to solve the new problem exactly.

Although I want your view on this and a strategy to find the values of \lambda and a for which the new problem is solved exactly by a fourth order numerical method.
 
Physics news on Phys.org
I want a numerical method to solve the problem exactly.

By definition, a numerical solution is not exact.
 
What are you talking about, tide?
A numerical method is at times perfectly capable of yielding the exact solution's function values at the grid points.

That is what is ordinarily meant with "solving exactly" in CFD, for example.
 
Last edited:
arildno said:
What are you talking about, tide?
A numerical method is at times perfectly capable of yielding the exact solution's function values at the grid points.

That is what is ordinarily meant with "solving exactly" in CFD, for example.

Any numerical solution is limited (at best) to machine precision - ergo it is not exact. :)

You surely are not suggesting that an exact analytic solution is mathematically equivalent to a numerical approximation? As a practical matter and when making engineering use of an exact analytic solution one is similarly limited by machine precision. Nevertheless, the (actual) real solution has many advantages over an approximate solution.
 
I'm not talking about finite-precision arithmetic (and the errors induced by that), but the discretization techniques used on the original diff. eq It is common to call that a numerical METHOD (as OP said). If the exact solution of the difference equation equals the exact solution of the differential equation (restricted to the grid points), then the discretization scheme (i.e, numerical method) is said to reproduce the diff eq.solution.

The term "numerical SOLUTION" is often restricted to the solution as given by a machine, but neither OP or me used that term. Only you did that.
 
Last edited:
By "I want a numerical method to solve the problem exactly", I mean a method for which the local error, in theory, vanishes. However, that is not my problem, because I know that with a fourth order numerical method this is achieved.

On the contrary, I want some help with the the second problem I mentioned in the original post.
 
Note that insofar as y is a polynomial, then the term t\sqrt{y} must be a polynomial as well.
Try first to see what conditions on ,\lambda you'd get (if any) on a fourth-order solution on the form y=(t^{2}+kt+\sqrt{a})^{2}
where k is some constant.

Due to the square root term, we have of course a>=0
We get, by inserting it in the diff. eq.:
4t^{3}+6kt^{2}+2(k^{2}+2\sqrt{a})t+2k\sqrt{a}=4t^{3}+4kt^{2}+4\sqrt{a}t-\lambda(2kt^{3}+(k^{2}+2\sqrt{a}-2)t^{2}+2k\sqrt{a}t+(a-1))
Setting each coefficient of different powers zero, you'll get the conditions on your constants.

You'll get that k is necessarily 0, for example..
 
Last edited:
What is the exact fourth order polynomial solution given y(0) = 1 ?

I can easily go from y' = 4t*sqrt(y) to
y = t^4

But I am not able to perform the integration when using the initial value y(0) = 1.
 
Last edited:
Found a away to get the solution y = (t^2 + C)^2
where C equals the initial value for y(0) = C
 

Similar threads

Replies
7
Views
2K
Replies
7
Views
2K
Replies
4
Views
2K
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
19
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K