Classifying differential equations by order, linearity, and homogeneity
Partial vs. ordinary differential equations
Let’s start by clarifying the difference between partial derivatives and ordinary derivatives.
Hi! I'm krista.
I create online courses to help you rock your math class. Read more.
Partial derivatives
The partial derivative of a function is the derivative of that function with respect to one of the multiple variables in which the function is defined. For instance, given a function defined in terms of two variables and , , we know that has two partial derivatives:
The partial derivative of with respect to :
The partial derivative of with respect to :
We can’t name only one derivative for , since is defined in two variables. Instead, we find one partial derivative of for each of its variables, which is why, for , we end up with two partial derivatives.
When we define equations using partial derivatives like these ones, we call them partial differential equations (PDEs). We usually study partial derivatives and their equations in a multivariable/multivariate calculus course, which is often Calculus III or Calculus IV.
That being said, these aren’t the kinds of differential equations we’ll focus on in this course. We’ll spend the vast majority of our time focusing on ordinary differential equations, and we’ll only touch briefly on partial differential equations at the very end of the course.
Ordinary derivatives
Whereas partial derivatives are indicated with the “partial symbol” , we never see this notation when we’re dealing with ordinary derivatives. That’s because an ordinary derivative is the derivative of a function in a single variable. Because there’s only one variable, there’s no need to indicate the partial derivative for one variable versus another.
For example, given a function for in terms of , which we could write as , its first derivative can be written as , or as just , or in Leibniz notation as
So an equation like
is an ordinary differential equation because it includes the ordinary derivative .
Order of the differential equation
The order of a differential equation is equivalent to the degree of the highest-degree derivative that appears in the equation. For example, if the equation contains only a first derivative, we call it a first order differential equation. Here are some more examples:
In this differential equations course, we’ll be focusing primarily on first and second order differential equations. We’re starting with first order equations now, and we’ll get into second order equations later.
Linear differential equations
When it comes to classifying first order differential equations, we put them into two categories: linear and separable. We’ll talk much more about each of these types later. For now, we only want to say that linear differential equations are equations given in the form
where and are functions of . If a first order ordinary differential equation doesn’t match this form, we say that it’s a non-linear equation.
What we want to take away from this definition of linear equations is that
all of the coefficients are functions in terms of only ,
is also a function in terms of only ,
the function is never defined to a higher power than (we should only see and its derivatives , , , etc., never something , , , etc.
Let’s add a linear/non-linear classification to our table from earlier.
The first equation in this table is non-linear because , which means is a function defined in terms of both and , not just alone.
These second and third equations are linear equations because they meet the three conditions we outlined. Notice that, in both linear equations, . When this is the case, we say that the linear equation is homogeneous. As you might suspect, when we call the linear equation non-homogeneous.
How to determine the order, linearity, and homogeneity of a differential equation
Take the course
Want to learn more about Differential Equations? I have a step-by-step course for that. :)
Six examples of classifying differential equations
Let’s work through some more examples so that we get comfortable classifying differential equations.
Example
Identify the order and linearity of each differential equation, then say whether or not each linear equation is homogeneous.
1.
2.
3.
4.
5.
6.
In this differential equations course, we’ll be focusing primarily on first and second order differential equations. We’re starting with first order equations now, and we’ll get into second order equations later.
The equation contains a third derivative, so it’s a third order equation. Because the equation contains , it’s non-linear.
The equation contains a second derivative, so it’s a second order equation. We can rewrite it as , which allows us to see that the equation is linear and homogeneous.
The equation contains a first derivative, so it’s a first order equation. Because the equation contains , it’s non-linear.
The equation contains a third derivative, so it’s a third order equation. We can rewrite it as , which allows us to see that the equation is linear and homogeneous.
The equation contains a second derivative, so it’s a second order equation. The equation is already in the form of a linear equation, but , so it’s non-homogeneous.
The equation contains a first derivative, so it’s a first order equation. The equation is already in the form of a linear equation, but , so it’s non-homogeneous.
We can summarize our findings in a table.