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.

The example discussed below is the initial value problem for separable differential equations.

Example: Solve dy/dx = (x3 + 2)/(y2 – 2) and when y(0) = 0.

Solution:

Given DE,  dy/dx = (x3 + 2)/(y2 – 2)

⇒ dy(y2 – 2) = (x3 + 2)(dx)

Integrating both sides

∫dy(y2 – 2) = ∫x3(x3 + 2)

⇒ y2+1/(2+1) -2y = x3+1/(3+1) + 2x + c

⇒ y3/3 – 2y = x4/4 + 2x + c…(i)

Using the initila condition y(0) = 0

x = 0 and then y = 0

⇒ 0 – 0 = 0 + 0 + c

⇒ c = 0

Thus from eq (i)

y3/3 – 2y = x4/4 + 2x + c

⇒ y3/3 – 2y = x4/4 + 2x

This is the solution to the given differential equation.

Read More:

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