Solved Examples on Separable Differential Equation

Example 1: Find whether the differential equation dy/dx = f(x) + g(y) is variable separable or not.

Solution:

Given DE,

dy/dx = f(x) + g(y)

We know that in the above equation we can not seperate the variables.

dy/dx = f(x) + g(y)

Thus, the given equation is not variable seperable.

Example 2: Find the solution of the differential equation dy/dx = (x+1)/(2-y), (y≠2). 

Solution:

Given DE,

dy/dx = (x+1)/(2-y)

⇒ (2-y) dy = (x+1) dx

Integrating both side

∫(2-y) dy = ∫(x+1) dx 

⇒ ∫2 dy- ∫y dy = ∫x dx + ∫1 dx

⇒ 2y − (y2/2) = (x2/2) + x + C

⇒ 2y − (y2/2) − (x2/2) − x − C = 0

This is the general solution of the given differential equation.

Example 3: Find the general solution of the differential equation dy/dx = (1+y2)/(1+x2).

Solution:

Given DE, dy/dx = (1+y2)/(1+x2)

⇒ dy/(1+y2) = dx/(1+x2)

Inytegrating both side

∫dy/(1+y2) = ∫dx/(1+x2)

⇒ tan-1y = tan-1x + C

⇒ tan-1x – tan-1y + C = 0

This is the general solution of the given differential equation.

Example 4: Find the general solution of the differential equation dy/dx = -4xy2.

Solution:

Given DE, dy/dx = -4xy2

⇒ dy/y2 = -4x dx

Integrating both side

∫dy/y2 = ∫-4x dx

⇒ -(1/y) = -4(x2/2) + C

⇒ -(1/y) = -2x+C

⇒ -2x + (1/y) + C =0

This is the general solution of the differential equation.

Example 5: Solve the following differential equation dy/dx=6xy2, y(1) = 1/25

Solution:

Given DE, dy/dx = 6xy2

⇒ dy/y2  =  6x dx

Integrating both sides

∫dy/y2 = ∫6x dx

⇒ ∫dy/y2 = 6∫x dx

⇒ -(1/y) = 6(x2/2) + C

⇒ -(1/y) = 3x2 + C…(i)

This is the general solution of the differential equation.

Using the Intial condition,

x = 1 then y = 1/25

⇒ -25 = 3 + C

⇒ C = -28

Substituting the value of C in eq (i)

-(1/y) = 3x2-28

⇒ y(3x2-28) + 1 = 0

Example 6: Solve the following differential equation dy/dx = (3x2 + 4x – 4)/(2y – 4), y(1) = 3.

Solution:

Given DE, dy/dx = (3x2 + 4x – 4)/(2y – 4)

⇒ (2y-4)dy = (3x2+4x-4)dx

Integrating both side,

∫(2y-4)dy = ∫(3x2+4x-4)dx

⇒ ∫2y dy – ∫4 dy = ∫3x2 dx + ∫4x dx – ∫4 dx

⇒ y2 – 4y = x3 + 2x2 – 4x + C…(i)

Using the intial condition,

x = 1 then y = 3

⇒ 32 – 4×3 = 13 + 2×12 – 4×1 + C

⇒ C = -2

From eq (i)

y2-4y = x3+2x2-4x-2

Which is the required solution.

Separable Differential Equations

Separable differential equations are a special type of ordinary differential equation (ODE) that can be solved by separating the variables and integrating each side separately. Any differential equation that can be written in form of y’ = f(x).g(y), is called a separable differential equation.

Separable Differential Equation

Basic form of the Separable differential equations is dy/dx = f(x) g(y), where x is the independent variable and y is the dependent variable.

Table of Content

  • Standard form of Separable Differential Equation
  • What is Separable Differential Equation?
  • How to Solve Separable Differential Equations
  • Initial Value Problem on Separable Differential Equations
  • Examples on Separable Differential Equations

Similar Reads

Standard form of Separable Differential Equation

Below is the standard form of Separable differential equation....

What is Separable Differential Equation?

All the differential equations in which we can separate the variable from each other are called the separable differential equation the general form of the separable differential equation is dy/dx = f(x) g(y)....

How to Solve Separable Differential Equation

Separable differential equations can be easily solved using the steps discussed below,...

Initial Value Problem on Separable Differential Equation

We know how to solve the differential equation given in the separable form and this can also be achieved if the initial condition is given. In the differential equation if the initial condition is given we can easily find the value of the integration constant and this helps us to find the exact solution to the differential equation....

Solved Examples on Separable Differential Equation

Example 1: Find whether the differential equation dy/dx = f(x) + g(y) is variable separable or not....

Separable Differential Equation – FAQs

What is Variable Separable Differential Equation in Calculus?...

Contact Us