Differential equation (to solve analytically)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 5K views
dragonblood
Messages
21
Reaction score
0
(x^2+1)y'=x^2+x-1+4xy
How can I solve this equation analytically?
I have almost no idea. I thought that y might be a series...please help :)

Homework Statement


Homework Equations


The Attempt at a Solution

 
Last edited:
Physics news on Phys.org
If you write that as [itex](x^2+ 1)dy/dx- 4xy= x^2+ x- 1[/itex] or
[tex]\frac{dy}{dx}- \frac{4x}{x^2+ 1}y= \frac{x^2+ x- 1}{x^2+ 1}[/itex]<br /> a linear differential equation. Then <br /> [tex]e^{\int {4x}{x^2+1} dx}[/tex] is an integrating factor. Multiplying the entire equation by it will make the left side an "exact" derivative.[/tex]
 
Let me just clarify that integrating factor for you ivy =] [tex]e^{- \int \frac{4x}{x^2+1} dx}[/tex]
 
Allright :) Thanks peeps!