Solution of a first order ODE.

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

Homework Help Overview

The discussion revolves around a first order ordinary differential equation (ODE) given by y' = 4t √y with the initial condition y(0) = 1. The original poster (OP) seeks a numerical method that can solve a modified version of this ODE, which includes an additional term involving a parameter λ and an initial value a. The OP is particularly interested in conditions under which a fourth order numerical method can solve this modified problem exactly.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the nature of numerical methods and their ability to yield exact solutions at grid points, questioning the definition of "solving exactly." The OP expresses a desire for clarification on conditions for λ and a that allow for exact solutions using a fourth order method. There are also inquiries about the form of the polynomial solutions and the implications of the initial conditions.

Discussion Status

The discussion is ongoing with various interpretations of what constitutes an exact solution in the context of numerical methods. Some participants are exploring the mathematical conditions necessary for the polynomial form of the solution, while others are debating the definitions and implications of numerical versus analytical solutions. No consensus has been reached yet.

Contextual Notes

There are constraints regarding the initial conditions and the requirement for the solution to be a fourth order polynomial. The discussion also touches on the limitations of numerical methods in terms of precision and the assumptions about the nature of the solutions.

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

[tex]y'=4t \sqrt y,~y(0)=1,[/tex]

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

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

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

Of course, the obvious case is [itex]\lambda=0[/itex] and [itex]a=1[/itex], 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 [itex]\lambda[/itex] and [itex]a[/itex] 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 [tex]t\sqrt{y}[/tex] must be a polynomial as well.
Try first to see what conditions on [itex],\lambda[/itex] you'd get (if any) on a fourth-order solution on the form [tex]y=(t^{2}+kt+\sqrt{a})^{2}[/tex]
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.:
[tex]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))[/tex]
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
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K