Solving the Differential Equation: y' = y^4 - 6y^3 + 5y^2

semc
Messages
364
Reaction score
5
A function y(t) satises the differential equation

\frac{dy}{dx} = y4 - 6y3 + 5y2

What are the constant solutions of the equation?I have totally no idea what the question is asking can someone explain why substituting y with a constant solves it?
 
Physics news on Phys.org
When you are differentiating y(t) in terms of x, the variable t is not employed. Thus, all the terms y are constant.

dy(t)/dx=y⁴ - 6y³ + 5y²
is solved as
y(t)=(y⁴ - 6y³ + 5y²)x+k

where k is constant.

On the other hand, if the question was
dy/dt=y⁴ - 6y³ + 5y²

This would be a 5th degree differential equation... maybe solvable.
 
y = constant
<br /> \frac{dy}{dx} = 0<br />
y⁴ - 6y³ + 5y² = 0
 
solve the polynomial in the above post to get the constant solutions
 
Actually I don't really understand the question. I was hoping someone can explain to me what it actually means. If they want to make y a constant then why did they differentiate y with respect to x and get this equation?
 
I think payumooli interpretation is probably the most accurate. It is true that the question is poorly formed.
If by constants they mean the zeros, than it is simple.
If you assume that
\ \frac{dy(t)}{dx} = 0
then the equation is
y^4 - 6y^3 + 5y^2=0

which is solved by y^2(5/6 - y)=0 where y=0 or y=5/6


If you assume that there was a two-variable function y(x,t), where
\ \frac{dy(x,t)}{dx} = y^4 - 6y^3 + 5y^2
the case is a bit different. Here, the constants of y(x,t) in relation to x is the right hand side of the equation, since:
\ \frac{d(kx+c)}{dx}=k
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top