The parent note's four questions look independent — these test whether you truly believe that.
A linear ODE can still be non-autonomous.
True. Linearity only inspects how y enters; autonomy inspects the independent variable. y′=y+et is linear (y first power, alone) yet non-autonomous (explicit t). See Linear First-Order ODEs and Integrating Factors, which exists precisely to solve such linear non-autonomous first-order equations by multiplying through by a cleverly chosen factor.
A nonlinear ODE can be autonomous.
True. Autonomy forbids explicit t (or x), not nonlinearity in y. y′=y(1−y) is autonomous and nonlinear (the y2 hidden in y(1−y) breaks first-power).
The order of an ODE equals the number of arbitrary constants in its general solution.
True. Each integration to undo one derivative adds one constant, so an order-n equation generally needs n conditions — the basis for Existence and Uniqueness (Picard–Lindelöf).
Degree can never be larger than order.
False. They measure unrelated things: (y′)5=x is order 1, degree 5. Order counts which derivative is deepest; degree counts the power on it.
Every autonomous ODE has at least one equilibrium.
False. y′=f(y) has an equilibrium only where f(y)=0; y′=ey is autonomous but ey is never zero, so no equilibrium exists on the phase line (a horizontal line of y-values with arrows showing which way y moves).
If two functions each solve a linear homogeneous ODE, so does their sum.
True — this is the Superposition Principle: because L is linear and g=0, L[y1]=0 and L[y2]=0 give L[c1y1+c2y2]=c1⋅0+c2⋅0=0. The two pushes-of-nothing add to nothing.
"Homogeneous" and "linear" mean the same thing.
False. Homogeneous means the forcing term g(x)=0; a linear ODE can be non-homogeneous, e.g. y′′+y=sinx is linear but non-homogeneous (g(x)=sinx=0).
An equation with a ⋅ in it must have undefined degree.
False. It depends on what is under the root. y′′=1+(y′)2 becomes polynomial after squaring (degree 2); y′′=y′ also cleans up (square to get (y′′)2=y′, degree 2). Only a genuinely non-polynomial dependence, like sin(y′), kills degree.
Each line contains a plausible-but-wrong claim. Explain the flaw.
Claim: "x2y′′+(sinx)y=0 is nonlinear because of the sinx."
Wrong. sinx is a coefficient — a function of the independent variable — which linearity always permits. The forbidden case is siny (a nonlinear function of the unknown). This one is linear.
Claim: "(y′′′)2+y=0 has order 2 because of the square."
Wrong. The square is the degree (power 2), not the order. The deepest derivative is y′′′, so the order is 3; degree is 2.
Claim: "y′=siny is non-autonomous because of the sine."
Wrong. The sine wraps y, not the independent variable; no t (or x) appears explicitly, so it is autonomous. (It is nonlinear, because siny breaks the no-nonlinear-function rule.)
Claim: "yy′=1 is linear — both y and y′ appear only to the first power."
Wrong. Rule 2 also forbids the unknown and its derivatives being multiplied together. The product y⋅y′ makes it nonlinear even though each factor is first power.
Claim: "y′′+sin(y′)=0 has degree 1 since y′ appears once."
Wrong. sin(y′) is not a polynomial in y′ and no clearing of denominators or radicals removes it, so the degree is undefined. (Order is still 2.)
Claim: "y′=xy is autonomous because it looks simple."
Wrong. The independent variable x appears explicitly as a factor on the right, so it is non-autonomous. Simplicity is irrelevant to the autonomy test.
Claim: "Since y′′+ω2y=0 is autonomous, its arrows in the slope field must be flat lines."
Wrong. Autonomy means the rule is time-independent, so the slope pattern repeats along every horizontal (t) line — not that solutions are constant. This one oscillates (sine and cosine).
Claim: "ey′+y=x can be made polynomial by taking logs, so its degree is 1."
Wrong. Taking a log doesn't clear the exponential into a polynomial in y′; the dependence on y′ is transcendental, so degree is undefined.
Claim: "y′′1+y=x has undefined degree because of the fraction."
Wrong. The rule says clear denominators containing a derivative: multiply through by y′′ to get 1+yy′′=xy′′, a polynomial in derivatives. Degree is 1 (power of y′′); it is, however, nonlinear because of the product yy′′.
These probe the reason behind each check, matching the parent's "WHY" emphasis. Two carry a step figure so the intuition is seen, not just told.
Why must we clear radicals and denominators before reading off the degree?
A radical or fraction hides the true power: 1+(y′)2 shows no honest exponent. Squaring (and clearing any denominator) exposes the polynomial, so degree is read only from the cleaned form.
Why does linearity, not autonomy, decide whether superposition applies?
Superposition needs the machine L to distribute over sums and scalars — L[c1y1+c2y2]=c1L[y1]+c2L[y2] — which is exactly linearity. Autonomy is about explicit-t dependence and never touches this distributivity. Figure below.
Why does the order tell you how many initial conditions to supply? ::: Undoing each derivative by integration introduces one free constant; an order-n equation hides n constants, so you need n conditions to pin down a unique solution.
Why can autonomous equations be studied with a phase line while non-autonomous ones generally can't? ::: In an autonomous y′=f(y) the slope depends only on y, so the slope field's arrows are identical along every vertical column — you can collapse the whole picture onto one y-axis (the phase line) and read the flow. With explicit t the arrows change column by column, so a static 1-D picture no longer captures the motion — see Phase Line and Equilibria. Figure below.
Why is linearity called "the most important split"? ::: Linear ODEs obey superposition and have a complete solution theory (integrating factors, characteristic equations); nonlinear ones generally don't, so this single label most changes which tools are legal, e.g. Separable Equations vs Second-Order Linear ODEs with Constant Coefficients.
Why don't ugly coefficients like x2 or ex break linearity? ::: Linearity is a statement about the unknowny: it must enter to first power, unmultiplied, unwrapped. Coefficients are the "landscape" the equation lives in and may be any function of the independent variable.
Why are autonomous solutions "time-translates" of one another? ::: If the rule f(y) never mentions the independent variable, then shifting a solution y(t) to y(t+c) still satisfies the same rule, because the equation can't tell the clock was moved. So every horizontal shift of a solution is again a solution — visible as identical arrow-columns in the figure above.
Boundary and degenerate inputs the naive checker forgets.
Classify the "equation" y′=0.
Order 1, degree 1, linear (a linear equation with zero forcing, i.e. homogeneous g=0), and autonomous (no explicit independent variable). Its solutions are all constants — every value of y is an equilibrium.
Is a purely algebraic equation like y2=x (no derivatives) an ODE at all?
No. With no derivative present there is no "highest derivative," so order is undefined and it isn't a differential equation — it's an algebraic relation.
What are the order and degree of (dx2d2y)1/3=y?
Cube both sides first to clear the fractional power: (dx2d2y)=y3. Now order 2, degree 1. The exponent 1/3 was a disguise, not a genuine cube-root of a derivative.
Is y′′+ω2y=0 linear even though ω2 looks like a power?
Yes. ω is a constant, not the unknown; ω2 is just a number multiplying y. Only powers of y or its derivatives threaten linearity.
Classify y′+y=et: linear and autonomous, or something else?
Linear and non-homogeneous (g(t)=et) but non-autonomous, because et makes the independent variable appear explicitly. Linear and autonomous are separate axes.
A "degree undefined" equation — can it still have a well-defined order?
Yes. sin(y′′)+y=0 has undefined degree yet its deepest derivative is clearly y′′, so order is 2. Order survives even when degree collapses.
Can an equation be simultaneously nonlinear, non-autonomous, and of degree greater than one?
Yes — all four labels are independent. x(y′′)3+(y′)2=sinx is order 2, degree 3, nonlinear (higher powers of derivatives), and non-autonomous (explicit x).
Recall One-line self-test before you leave
Cover the answers and re-derive: for yy′′=sinx — order? degree? linear? autonomous? homogeneous? ::: Order 2, degree 1 (the y′′ appears to first power), nonlinear (product y⋅y′′), non-autonomous (explicit x in sinx), and non-homogeneous (g(x)=sinx=0).