Guest

Differential Equations

Differential Equations is the easiest and the most scoring topic in the Mathematics syllabus of the IIT JEE. This topic forms the base for many other topics. It is important to master this area to remain competitive in the JEE. It plays a vital role not only in applied mathematics but also in various other branches of engineering and physics.

Various heads covered under this topic include:

A differential equation is an equation which involves a function and its derivatives. The function involved may be of one or several variables and the derivatives may also be of various orders. We will discuss the various heads in brief here as they have been discussed in detail in the coming sections.

Basically, the differential equations can be divided into two categories:

Ordinary Differential equations are those equations which involve an unknown function and its ordinary derivatives. The unknown function involved is the dependent variable and it is a function of single independent variable.

Mathematically, an ODE of order n is an equation of the form

F(x, y, y',…..,y (n) ) = 0, where y is a function of x and y' denotes the first derivative of y with respect to x.

Partial Differential equations are those equations which involve rate of change of continuous variables. In partial differential equations, the unknown function is a function of multiple independent variables and instead of simple derivatives, partial derivatives are involved.

The ordinary and partial differential equations can be further divided into linear and non-linear differential equations.

An ODE of order n is said to be linear if it is of the form

an (x)y(n) + a n-1(x) y (n-1) + …. + a1 (x) y' + a0 (x) y = Q(x)

These have a further classification into homogeneous but here we won’t be going into the intricacies as they have been discussed in detail in the coming sections.

Non-linear differential equations are those which involve higher order terms and the product of terms. There are a few methods of solving partial differential equations and they also depend on the type of equation. 

Formation of a Differential Equation

An ordinary differential equation is obtained by eliminating arbitrary constants (also called parameters) from a given relation involving the variables where the order of the equation is equal to the number of the constants to be eliminated.

A partial differential equation is obtained when we eliminate arbitrary constants or functions from a given relation involving the variables/functions. Whenever we consider differential equations we generally mean ordinary differential equations.

Let φ(x,y,c1,c2,……, cn) =0 ……. (1)

be a relation involving variables x and y and n arbitrary constants c1,c2,...,cn.

If we differentiate equation (1) n times with respect to ‘x’ and eliminate the n arbitrary constants between the (n + 1) relations, we get an ordinary differential equation of the form

F(x, y, y',…..,y (n) ) = 0 where

y' =dy/dx, y =d2y/dx2  ……… y(n) = dny/dxn 

Example: Eliminate ‘a’ and ‘b’ from y = ax2 + bx and form the differential equation.

Solution: The given equation is y= ax2 +bx …… (1)

Differentiating the given equation with respect to x, we get

y' = 2ax +b ……. (2)

y” = 2a  …… (3)

Equation (3) gives, a= y” / 2

Equation (2) gives, b= y' - 2ax = y' -xy”

Equation (1) gives, y= y”/2 .x2 + (y' -xy”) x

                                 = xy' - 1/2. x2y”

Hence, the required differential equation is

x2y” – 2xy' +2y =0.  

Example: Determine the differential equation by eliminating the constants A and B from y= Asin x +B cos 2x

Solution: The given equation is

y= Asin x +B cos 2x                                               …….(1) 

By differentiating twice with respect to x, we get,

y' = A cos x – 2B sin 2x                                          …….(2)             

y” = -A sin x – 4B cos 2x                                        …….(3)

Form equations (1) and (3) we get,

y” + 4y = 3A sin x                                                   ……..(4)

y” + y = -3B cos 2x                                                 .….....(5)

Substituting the values of A and B in equation (2), we obtain

y' = cos x {(y” +4y)/ 3 sinx} + y (4 cot x +2 tan 2x)

Hence, the required differential equation is given by

3y' = y” (cot x + 2 tan 2x) + y (4cot x + 2 tan 2x). 

There are various methods of solving differential equations like Variable Separable, Homogeneous, Exact etc. but they differ according to the type of equation. These methods have been discussed in the later sections. 

Watch this video for more on differential equations

 

Methods of finding the Particular Integral:

While solving a differential equation, it is generally very easy to find the C.F, but the problem arises in the particular integral. There is one general method which can be used for all types of functions but the drawback is that it is quite lengthy. There are short methods depending on the types of functions involved. We give an outline of these methods:

 General method:

If both m1 and m2 are constants, the expressions (D – m1) (D – m2) y and (D– m2) (D – m1) y are equivalent i.e. the expression is independent of the order of operational factors.

 We discuss some of the short methods of finding the particular integral

(1) When X = eax in f(D) y = X, where  a is a constant

     Then 1/f(D) eax = 1/f(a) eax , if f(a) ≠ 0 and

     1/f(D) eax = xr/f r(a) eax , if f(a) = 0, where f(D) = (D-a)rf(D)

(2) To find P.I. when X = cos ax or sin ax

      f (D) y = X

     If f (– a2) ≠ 0   then 1/f(D2) sin ax = 1/f(-a2) sin ax 

     If f (– a2) = 0 then (D2 + a2) is at least one factor of f (D2)

(3) To find the P.I.when X = xm  where m ∈ N

     f (D) y = xm

     y = 1/ f(D) xm

(4) To find the value of 1/f(D) eax V where ‘a’ is a constant and V is a function of x

      1/f (D) .eax V = eax.1/f (D+a). V

      To find 1/f (D). xV where  V is a function of x

      1/f (D). xV = [x- 1/f(D). f'(D)] 1/f(D) V

To get an idea about the types of questions asked you may refer the Past year Papers. 

Illustration: Find a general solution of the equation

dy/dx + 3y/ (x+2) = x+2, where x ≠2

Solution: Given equation is dy/dx + 3y/ (x+2) = x+2

Here P(x) = 3/ (x+2)

Integrating this we get, 3 ln|x+2| = ln |x+2|3

Integrating factor is e ∫ P(x) =(x+2)3.

Hence, d/dx(y(x+2)3) = (x+2)3 (x+2)

(y (x+2)3) = ∫ (x+2)4 dx

y (x+2)3 =  (x+2)5/ 5 dx +c

y= (x+2)2 /5 +c /(x+2)3  is the general solution.

Illustration : If y = y(x) and [{2 + sinx)/ (y+1)] dy/dx = -cos x, y (0) =1, then find the value of y(π/2).

Solution: The given differential equation is

cos x /( 2 + sinx ) dx + dy/(y+1) = 0.

Hence, ln (2 + sin x) + ln (y+1) = ln c

So, (2 + sin x) (y+1) = c

So, 2 x 2 = c

So, c =4.

Thus, y+1 = 4/ (2 + sin x)

So, y = 2 - sin x/ 2 + sinx

Hence, y (π/2) = 1/3.

Illustration : For the primitive integral equation
ydx + y2dy = xdy, x ∈ R, y > 0,

y = y(x), y(1) = 1, then y (-3) is ?

Solution: The given equation can be written as

(ydx – xdy) / y2 = - dy

So, d(x/y) = - dy

Hence, x/y = -y + c

Also, we know y(1) = 1

This gives the value of c as 2.

y2 -2y + x = 0

For y (-3) we have y2 - 2y – 3 = 0

This means (y-3) (y+1) = 0

So, y = 3, -1.

Illustration : The differential equation dy/dx = √(1-y2)/ y determines a family of circle with:

1. variable radii and  affixed centre at (0, 1)

2. variable radii and  affixed centre at (0, -1)

3. fixed radius 1 and variable centres along the x-axis

4. fixed radius 1 and variable centres along the y-axis

Solution: The given equation is

dy/dx = √(1-y2)/ y

Taking the terms of y and x on separate sides

y/√(1-y2) dy = dx

Integrating both sides, we get

∫ y/√ (1-y2) dy = ∫ dx

-√(1-y2) = x + c

x2 +y2 + 2cx + c2 - 1 =0

or 1- y2 = (x + c)2

This clearly shows that this differential equation represents a circle of fixed radius 1 and variable centres along x –axis. 

To read more, Buy study materials of Differential Equations comprising study notes, revision notes, video lectures, previous year solved questions etc. Also browse for more study materials on Mathematics here.


TOP Your EXAMS!

Upto 50% Scholarship on Live Classes

Course Features

  • Video Lectures
  • Revision Notes
  • Previous Year Papers
  • Mind Map
  • Study Planner
  • NCERT Solutions
  • Discussion Forum
  • Test paper with Video Solution

r