You are not logged in.
Use modified Euler method with (h=0.1) to solve the following differential equation:
d2y/dx2=2+y/x , Where y(1)=1 for x=1 to 1.4
How to convert second derivative to first derivative
Offline
Hi ammar;
The Euler method ( modified or not ) is usually for a first order ODE.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yes,but we can solve it by change the second derivative to first derivative but how to change this equation ?
Offline
Yes, you can change any second order de into 2 first order or coupled ones.
I have to get offline for a bit, in the meantime watch this video. When I get back if it still is a problem then we will work on it.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
my problem is : can I assume dy/dx=z when this equation does not contain dy/dx
Offline
Hi;
Is the first equation, the second is
You left out an initial condition in your original problem.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
OK that's what I need to know
Thanks for help
Offline
What is the missing initial condition?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
y0=1
x0=1
do you mean ?
Offline
There should be a y'(x) too. But just to get the 2 equations you do not need it.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
The equation doesn't have (dy/dx) ,I think I don't need it
Offline
Can I make Integral to converted to first derivative ?
Offline
Can I make Integral to converted to first derivative ?
I am not following you. What do you mean?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
convert (d2y/dx2=2+y/x) to (dy/dx) by integral ??
Offline
Hi;
Can you copy the question exactly as it appears?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
∫d2y/dx2=∫(2+y/x)
this lead to
dy/dx=2x+y*ln(x) , is this correct ?
Offline
Oh I see what you wanted now. Sorry, I did not understand. Yes, that is what I would get.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
But I think it's would be dy/dx=2x+y*ln(x)+constant
and if we have a boundary condition (dy/dx) I will find the constant
but in the question the boundary is y(1)=1, that's not work
Offline
Yes, there would be a constant.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
OK that's mean the integral to find the first derivative does't work
Offline
That is why I asked you what the initial conditions were. You need 2, y(1) = 1 and y'(x) = something.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
OK thanks for help I'll try to solve it by the assumption of dy/dx=z
Offline
Usually then you need z(0).
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yes but the question like i posted , any idea for solving ?
Offline
How can you determine the constant without another initial condition?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline