Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Degree of a Differential Equation Explained Clearly

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

How to Find the Degree of a Differential Equation with Steps and Examples

A differential equation refers to the mathematical equation that relates some function with its corresponding derivatives. The functions represent some physical quantities in real-life applications, while the derivatives represent the rate of change of the function concerning its independent variables.

 

In two variables, the most general differential equation is of the form - 

f(p, q, q’, q”......) = c, 

where 

  • f(p, q, q’, q”...) is a function of p, q, q’, q”... and so on 

  • p is the independent variable

  • q is the dependent variable 

  • q’, q” are the first-order and the second-order derivative of q respectively

  • c is some constant

 

How to Find the Order and Degree of a Differential Equation? 

The order of a differential equation refers to the highest order derivative involved in that particular differential equation. The degree of a differential equation refers to the exponent or the power of the highest order derivative involved in that particular differential equation, provided that the differential equation satisfies the conditions specified below: 

  • The derivatives in the equation must be free from both negative and positive fractional powers if any 

  • There must be no involvement of the derivatives in any fraction 

  • There must not be any involvement of the highest order derivative as a transcendental, exponential, or trigonometric function. The coefficient of any term in the differential equation containing the highest order derivative should only be a function of p, q, or some lower-order derivative. 

  • If one or more of the conditions mentioned above are not satisfied by the differential equation, then it first needs to be reduced to the form in which it satisfies all of the conditions. In case the equation isn't reducible, then that means it either has no degree or has an undefined degree.

 

Let’s Consider a Few Examples: 

X d2y/dx2 +Y dy/dx + 4y2    

The given differential equation is already in the reduced form. The highest order derivative in this equation is of order 2, and its power or exponent is 1. Therefore, the order of the differential equation is 2 and its degree is 1. 

3y2(dy/dx)3 - d2y/dx2=sin(x/2) 

The highest order derivative involved in this particular differential equation, which is already in the reduced form, is of order 2 and its corresponding power is 1. Therefore, the order of the differential equation is 2 and its degree is 1. 


First Order Differential Equation 

A first order differential equation is linear, when there is only dy/dx and not d2y/dx2, d3y/dx3 and so on, and can be made to look like: 

dy/dx + P(x)y = Q(x), where P(x) and Q(x) are functions of x. 

There’s a special method for solving this equation. 

We use two new functions of x, let them be u and v, and say y=uv. Then, we will solve the equation to find u and v. 

Also, we will find the derivative of y=uv, using the product rule. 

The derivative, dy/dx = udv/dx + vdu/dx (differentiating with respect to x) 


Steps 

1. Substitute y = uv

2. Factor the parts that involve v 

3. Equate the v term with zero and solve using separation of variables to find u 

4. Substitute u into the equation we got at step 2 

5. Solve the equation to find v

6. Substitute u and v into the equation y=uv to find the final answer 


Let’s Understand this Using an Example: 

dy/dx – y/x = 1 

The given differential equation is linear, so let’s follow the steps mentioned above: 

  • Step 1

Substitute y = uv, and dy/dx = u dv/dx + v du/dx 

So, the equation becomes – udv/dx + vdu/dx – uv/x = 1

  • Step 2

Factor the parts involving v 

udv/dx + v( du/dx – u/x ) = 1

  • Step 3 

Equate the v term with 0 

du/dx – u/x = 0 

so, du/dx = u/x

  • Step 4

To find u, solve using separation of variables 

Separate variables: du/u = dx/x 

Put integral sign: ∫ du/u = ∫ dx/x 

Integrate: ln(u) = ln(x) + C 

Make C = ln(k): ln(u) = ln(x) + ln(k) 

So, u = kx

  • Step 5 

Substitute u back into the equation we got at step 2 

kx dv/dx = 1

  • Step 6 

Solve the equation to find v 

Separate variables: k dv = dx/x 

Put integral sign: ∫ k dv = ∫ dx/x 

Integrate: kv = ln(x) + C 

Make C = ln(c): kv = ln(x) + ln(c) 

So, kv = ln(cx) 

And, v = 1/k ln(cx)

  • Step 7 

Now, substitute the values in y = uv, to find the final answers for the original equation 

y = kx 1/k ln(cx) and simplify 

So, the answer is y = x ln(cx) 


Second-Order Differential Equations – Homogeneous With Constant Coefficients 

Let us consider a differential equation of the type y′′+py′+qy=0, where p,q are some constant coefficients.

For each of the equations, we can write the characteristic or auxiliary equation, which is of the form: 

k2+pk+q=0.

The general solution of the homogeneous differential equation depends on the roots of the characteristic quadratic equation. There are 3 different cases, which are as follows: 

1. Discriminant or D of the characteristic quadratic equation is greater than 0, i.e., D>0. Then, the roots of the characteristic equations k1 and k2 are real and distinct. In this case, the general solution is given by the following function: 

y(x)= C1ek1x + C2ek2x 

where C1 and C2 are arbitrary real numbers.


2. Discriminant or D of the characteristic quadratic equation is equal to 0, i.e., D=0. Then, the roots are real and equal. It is said in this case that there exists one repeated root k1 of order 2. The general solution of the differential equation has the following form: 

y(x)=(C1x+C2)ek1x 


3. Discriminant or D of the characteristic quadratic equation is less than 0, i.e., D<0. Such an equation has complex roots k1=α+βi, k2=α−βi. The general solution is written as: 

y(x)=eαx × C1cos(βx)+C2sin(βx).

FAQs on Degree of a Differential Equation Explained Clearly

1. What is the degree of a differential equation?

The degree of a differential equation is the highest power of the highest order derivative after the equation is made free from radicals and fractions in derivatives.

  • It is defined only when the equation is a polynomial in derivatives.
  • First remove roots, fractions, or negative powers of derivatives.
  • Then identify the highest order derivative and its power.
For example, in (d²y/dx²)³ + (dy/dx)² = 0, the degree is 3.

2. How do you find the degree of a differential equation?

To find the degree of a differential equation, first express it as a polynomial in derivatives and then note the highest power of the highest order derivative.

  • Step 1: Remove radicals and fractions involving derivatives.
  • Step 2: Identify the highest order derivative.
  • Step 3: Find the power of that derivative.
Example: If (d²y/dx²)² + dy/dx = 0, the highest order is 2 and its power is 2, so degree = 2.

3. What is the difference between order and degree of a differential equation?

The order is the highest derivative present, while the degree is the highest power of that derivative after simplification.

  • Order depends on the level of differentiation.
  • Degree depends on the exponent of the highest order derivative.
Example: In (d³y/dx³)² + dy/dx = 0, order = 3 and degree = 2.

4. Can the degree of a differential equation be zero?

The degree of a differential equation cannot be zero because the equation must contain at least one derivative with positive power.

  • If no derivative is present, it is not a differential equation.
  • The smallest possible degree is 1.

5. When is the degree of a differential equation not defined?

The degree is not defined when the differential equation is not a polynomial in its derivatives.

  • If derivatives appear inside trigonometric, exponential, or logarithmic functions.
  • If radicals involving derivatives cannot be removed.
Example: sin(dy/dx) + y = 0 has no defined degree.

6. What is the degree of a first order differential equation?

The degree of a first order differential equation is the power of dy/dx after removing radicals and fractions.

  • If dy/dx appears to the first power, degree = 1.
  • If (dy/dx)² appears, degree = 2.
Example: (dy/dx)³ + y = 0 has order 1 and degree 3.

7. What is the degree of a linear differential equation?

The degree of a linear differential equation is always 1.

  • In a linear differential equation, derivatives appear only to the first power.
  • No products or powers of derivatives occur.
Example: dy/dx + Py = Q has degree 1.

8. Can you give an example to find the degree of a differential equation?

Yes, the degree is found after converting the equation into polynomial form in derivatives.

  • Example: √(d²y/dx²) + dy/dx = 0
  • Square both sides: d²y/dx² = (−dy/dx)²
  • Now the highest order derivative is d²y/dx² with power 1.
So, the degree is 1.

9. Is degree always equal to order in a differential equation?

The degree is not always equal to the order of a differential equation.

  • Order depends on the highest derivative.
  • Degree depends on the power of that derivative.
Example: (d²y/dx²)³ + y = 0 has order 2 and degree 3.

10. Why is it important to know the degree of a differential equation?

The degree of a differential equation helps classify the equation and determine suitable solution methods.

  • It is used in categorizing nonlinear differential equations.
  • It helps in understanding the behavior of solutions.
  • It is important in higher mathematics and applied problems.
Knowing both order and degree gives a complete structural description of the equation.