Originally posted by: Sukhoi
Does anyone know of any books or websites that explain diffeqs in very basic terms? 🙂 Something with them just isn't clicking (mostly v-substitution), and I bombed my test today. 🙁
Originally posted by: Syringer
Originally posted by: Sukhoi
Does anyone know of any books or websites that explain diffeqs in very basic terms? 🙂 Something with them just isn't clicking (mostly v-substitution), and I bombed my test today. 🙁
I actually just had a test today..and I hope I did well on it. If you have any questions just post them here and I'm sure someone will answer it. To me it's actually a lot easier than Calculus II and Multivariable Calc..
Originally posted by: Syringer
Hmm, I'm not sure about v substitutions, but we've done u subs which is probably the same thing if you're still in the early stages.
Basically you have an equation that's in the form:
M(x,y) dx + N(x,y) dy = 0
All you have to do is do two substitutions:
let y = ux (or x = uy if it's easier to integrate the M function than N)
and let dy = x du + u dx (via product rule)
and just go ahead and plug it all in..simplify as much as possible, and then you should have a separable equation in terms of u and x, or u and y. Integrate it as usual, then plug y/x for all u's back in (or x/y). If you have a sample problem I can help you work through it..
Originally posted by: Syringer
Hmm, I'm not sure about v substitutions, but we've done u subs which is probably the same thing if you're still in the early stages.
Basically you have an equation that's in the form:
M(x,y) dx + N(x,y) dy = 0
All you have to do is do two substitutions:
let y = ux (or x = uy if it's easier to integrate the M function than N)
and let dy = x du + u dx (via product rule)
and just go ahead and plug it all in..simplify as much as possible, and then you should have a separable equation in terms of u and x, or u and y. Integrate it as usual, then plug y/x for all u's back in (or x/y). If you have a sample problem I can help you work through it..
Originally posted by: RaynorWolfcastle
Originally posted by: Syringer
Hmm, I'm not sure about v substitutions, but we've done u subs which is probably the same thing if you're still in the early stages.
Basically you have an equation that's in the form:
M(x,y) dx + N(x,y) dy = 0
All you have to do is do two substitutions:
let y = ux (or x = uy if it's easier to integrate the M function than N)
and let dy = x du + u dx (via product rule)
and just go ahead and plug it all in..simplify as much as possible, and then you should have a separable equation in terms of u and x, or u and y. Integrate it as usual, then plug y/x for all u's back in (or x/y). If you have a sample problem I can help you work through it..
you're describing an exact equation 😉
Originally posted by: Syringer
Originally posted by: RaynorWolfcastle
Originally posted by: Syringer
Hmm, I'm not sure about v substitutions, but we've done u subs which is probably the same thing if you're still in the early stages.
Basically you have an equation that's in the form:
M(x,y) dx + N(x,y) dy = 0
All you have to do is do two substitutions:
let y = ux (or x = uy if it's easier to integrate the M function than N)
and let dy = x du + u dx (via product rule)
and just go ahead and plug it all in..simplify as much as possible, and then you should have a separable equation in terms of u and x, or u and y. Integrate it as usual, then plug y/x for all u's back in (or x/y). If you have a sample problem I can help you work through it..
you're describing an exact equation 😉
Well an exact equation has the form M(x,y) dx + N(x,y) dy = 0..but there is a difference in solving them. I forgot to explain it but you'd use the substitution when it's a homogenous equation..otherwise you use the method for exact equations..with partial derivatives and all that.