PDA

View Full Version : Nasty first order ODE


nichevo
Jan26-08, 10:44 PM
1. The problem statement, all variables and given/known data

This problem is from Blanchard "Differential Equations" Chapter one review, question 32.

{\frac {d}{dt}}y \left( t \right) -{\frac {y \left( t \right) {t}^{3}}
{1+{t}^{4}}}=2



3. The attempt at a solution

Using an integrating factor yields:


{\frac {d}{dt}} \sqrt [4]{1+{t}^{4}}y \left( t \right) =2\,\sqrt [4]{1+{t}^{4}}


This is unworkable...

Any hints would be greatly appreciated. I suspect that I am overlooking a simple guess.

Ben Niehoff
Jan26-08, 10:59 PM
Yeah, you're making it much harder than it is. Just multiply out by (1+t^4)dt, and you get

(1+t^4)dy - yt^3dt = 2(1+t^4)dt

Hint: try to make the left side look like the Quotient Rule. What is the derivative of (1+t^4)?