d x d y ⋅ d x 3 d 3 y = 3 ( d x 2 d 2 y ) 2 The general solution of the differential equation above is of the form y α = g β k x + f + c , where k , f , g , and c are arbitrary constants and α and β are coprime positive integers .
Find the value of α + β .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Great approach. The initial substitution of p simplifies the approach greatly.
There should be one more general solution. From your first equation, you divide by dp/dx on both sides. But dp/dx = 0 could be a solution, which leads to p = C and y = Cx+D, where C and D are constants. It's easy to check that it satisfies the original differential equation.
Another minor point, on your general solution, constant g could be absorbed into constant k and f, making it only 3 independent constants, which makes sense for a third order differential equation.
Problem Loading...
Note Loading...
Set Loading...
Let d x d y = p . Then the equation transforms to p d x 2 d 2 p = 3 ( d x d p ) 2 Therefore d x d p d x 2 d 2 p = p 3 d x d p ⇒ d x d { ln d x d p } = p 3 d x d p .Now integrating both sides, we get ln d x d p = 3 ln p + ln a ⇒ d x d p = a p 3 Again integrating both the sides and substituting p = d x d y we get, d x d y = 2 ( a x + b ) − 1 ⇒ y = − a − 2 a x − b + c (a,b,c are arbitrary constants.) Hence α = 1 and β = 2 . So α + β = 1 + 2 = 3