I am trying to identify if a differential equation has constant coefficients.
Let $A = a\dfrac {dy}{dx} + by = c$
The $A$ has constant coefficients only if $a=b=c$ correct?
I am trying to identify if a differential equation has constant coefficients.
Let $A = a\dfrac {dy}{dx} + by = c$
The $A$ has constant coefficients only if $a=b=c$ correct?
On
Let us look to some examples:
Homogeneous equations with constant coefficients:
Nonhomogeneous equations with constant coefficients:
Homogeneous equations with variable coefficients:
Nonhomogeneous equations with variable coefficients:
In general, a first-order linear differential equation has constant coefficients if it has the form $$a\frac{dy}{dx}+by=c$$ with $a,b,c\in\mathbb R$ and $a\neq 0$.
The general form of an ODE is $$F(x,y,y',y'',...,y^{[n]})=g(x)$$ We call it homogeneous if $g(x)=0$. (Well, this isn't technically precise, but I hope you get the idea.) We call it linear if it is of the form $$p_0(x)y+p_1(x)y'+...+p_n(x)y^{[n]}=g(x)$$ We call it constant coefficient if it is of the form $$c_0q_0(y)+c_1q_1(y')+...+c_nq_n(y^{[n]})=g(x)$$ Where $c_0,...,c_n$ are constants but are not necessarily equal.