Thread Closed

first order differentials & euler's method

 
Share Thread Thread Tools
Nov9-06, 07:49 PM   #1
 
Unhappy

first order differentials & euler's method


I'm having trouble solving first order differential equations for euler's method.

right now i'm trying to figure out: y' = x + y y(0) = 1

i have: dy/dx - y = x
p(x)=-1 , q(x)=x

u=e^(-x)

y=e^x [integral](xe^-x)dx

.. i don't think i'm doing this right, where am i going wrong?

[sorry about not using the right symbols & thank you!]
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Nov9-06, 09:40 PM   #2
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
I thought Euler's method was to do it numerically.

I have no idea.
 
Nov9-06, 09:49 PM   #3
 
Quote by JasonRox
I thought Euler's method was to do it numerically.

I have no idea.
well, i guess it isnt exactly Euler's method, but it's finding the accuracy OF it, i just realized that. And to find it, I have to find the exact solution of that initial value problem..
 
Thread Closed
Thread Tools


Similar Threads for: first order differentials & euler's method
Thread Forum Replies
Euler's Method General Math 2
Method of differentials Calculus & Beyond Homework 3
Euler's method error Calculus 1
Euler's method Introductory Physics Homework 4
Euler's method Differential Equations 5