View Single Post
  #3  
Old November 14th, 2007, 07:16 PM
xfyz xfyz is offline
Junior Member
 
Join Date: Sep 2007
Posts: 51
Country:
Thanks: 1
Thanked 1 Time in 1 Post
xfyz is on a distinguished road
Default

Quote:
Originally Posted by ThePerfectHacker View Post
With the x^3 look for a solution of the form Ax^3+Bx^2+Cx+D.
So I used Bx^3+Cx^2+Dx+E since I used A for the first part.

y' = 3Bx^2+2Cx+D
y'' = 6Bx + 2C

(6Bx+2C) + (Bx^3+Cx^2+Dx+E) = x^3

isn't it just x^3(B) = x^3 , B = 1?
Reply With Quote