0% found this document useful (0 votes)
77 views5 pages

Understanding Differential Equations

1. The document discusses first order differential equations, including definitions, concepts, classifications, and methods for solving them. 2. Ordinary differential equations contain functions of one independent variable, while partial differential equations contain functions of two or more independent variables. 3. The order of a differential equation is determined by the order of the highest derivative. Linear differential equations are those where the dependent variable and its derivatives are of degree one. 4. Methods for solving first order differential equations include finding the general solution, using initial conditions to determine a particular solution, and solving initial value problems.

Uploaded by

maityarnab909
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views5 pages

Understanding Differential Equations

1. The document discusses first order differential equations, including definitions, concepts, classifications, and methods for solving them. 2. Ordinary differential equations contain functions of one independent variable, while partial differential equations contain functions of two or more independent variables. 3. The order of a differential equation is determined by the order of the highest derivative. Linear differential equations are those where the dependent variable and its derivatives are of degree one. 4. Methods for solving first order differential equations include finding the general solution, using initial conditions to determine a particular solution, and solving initial value problems.

Uploaded by

maityarnab909
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
  • First Order Differential Equations

CHAPTER-1

First Order Differential Equations


1.1 Basic Concepts
A differential equation is an equation involving derivatives of one or more dependent
variables with respect to one or more independent variables. Differential equations are of
widespread interest because of their connection with phenomena in the physical world. Many
physical laws and relations can be expressed mathematically in the form of differential
equations. These are useful tools for describing the natural phenomena of science and
engineering models.
Based on the number of independent variables involved in the equation, differential
equations are classified as Ordinary Differential Equations (ODEs) and Partial Differential
Equations (PDEs).
Ordinary Differential Equations (ODEs)
An ordinary differential equation is one that contains one or more functions of one
independent variable and the derivatives of those functions. All the derivatives occurring in
such differential equations are ordinary derivatives.
Example:
dy
 cos x (1.1)
dx
d2y
 9 y  e 2 x (1.2)
dx 2
d3y d2y dy
3
 2 2
 3  5y  0 (1.3)
dx dx dx
Partial Differential Equations (PDEs)
A PDE is one in which the dependent variable (say u) depends on two or more independent
variables (say x, t, y…). In this case, the derivative occurring in the differential equation are
partial derivatives.
Example:
u  2u
4 2
t x
2
u  2u
 4
t 2 x 2
 2u  2u
 0
x 2 y 2
PDEs have important engineering applications, but they are more complicated than ODEs.
Order: The order of a differential equation is the order of the highest order derivative
appearing in the equation.
An ODE is said to be of order n if the nth order derivative of the unknown function y is the
highest ordered derivative of y in the equation. The concept of order gives a useful
classification into ODEs such as first-order, second-order, and so on.
Hence, eq. (1.1) is of the first-order ODE, eq. (1.2) is of second-order, and eq. (1.3) is of
third-order ODE.
Degree: Degree of a differential equation is the degree of the highest order derivative (when
the derivatives are cleared of radicals and fractions).
Linear Differential Equations:
An nth order ODE in the dependent variable y is said to be linear in y if
i) y and all its derivatives are of degree one.
ii) No product terms of y and/or any of its derivatives are present.
iii) No transcendental functions of y and/or its derivatives occur.
An ODE which failed to be linear is called Nonlinear ODE.
First-Order ODEs
The general form of a First-order differential equation is given by
F ( x , y , y )  0 (1.4)
or y  f ( x, y ) . (1.5)
Eq. (1.5) is called the explicit form, whereas eq. (1.4) is known as the implicit form.
Solution of a differential equation:
When we say x = 1 is a solution of the algebraic equation x 2  1  0 , we mean that when x = 1
is substituted in the equation the equality will hold. Similarly, we say that y  x 2 is a solution
dy
of the differential equation  2 x since if we put y  x 2 in the above equation the equality
dx
holds.
Thus, we give the formal definition of the solution of a general ordinary differential equation
of first order
F ( x , y , y )  0
as follows
Definition 1.1 A function y  h(x) is called a solution of a given ODE (1.4) on some open
interval a  x  b if h(x ) is defined and differentiable throughout the interval and is such that
the equation becomes an identity if y and y  are replaced with h and h , respectively. The
curve (the graph) of h is called a solution curve.
General Solution:
A general solution of an nth order ordinary differential equation is one that
involves n necessary arbitrary constants.
Particular Solution:
The particular solution is a solution obtained from the general solutions by assigning
particular values to the arbitrary constants.
Initial Value Problem (IVP):
An Initial Value Problem (IVP) consists of
1. A first order differential equation y  f ( x, y ), and
2. An initial condition of the form y ( x0 )  y0 .
Example: The differential equation
y  y with y (0)  3
is an example of IVP.
Note: Every IVP has exactly one solution.
Procedure to solve IVP:
Given an initial value problem
y  f ( x, y ), y ( x0 )  y0
This can be solved as follows:
1. Find the general solution to the given differential equation, involving an arbitrary
constant C.
2. Substitute x  x0 and y  y0 in the general solution to find the value of C.
3. Substitute the value of C in the general solution and find a particular solution to the given
initial value problem.
Example: Verify that the given function y is a solution of ODE. Determine from y the
particular solution of the IVP.
yy  4 x, y 2  4 x 2  c( y  0), y (1)  4.
Solution:
Verification:
Given function is y 2  4 x 2  c
Differentiating [Link] x we find:
2 yy  8 x  0,  yy  4 x
It is verified that y 2  4 x 2  c is a general solution of yy  4 x .
Solution of IVP:
It is given that y  4 when x  1
Substituting y  4 and x  1 in the general solution we get:
42  4  12  c
The particular solution is y 2  4 x 2  12.
Formation of a Differential Equation
Let
� �, �, �1, �2, �3, ⋯, �� = 0 (1.6)
be an equation containing � arbitrary constants �1, �2, �3, ⋯, �� .
Differential equations are formed as follows:
Step-I: Differentiate the Equation (1.6) as many times as the number of arbitrary constants in
the equation.
Differentiating Equation (1.6) w. r. to � successively � times, we obtain
��
� �, �, �1, �2, �3, ⋯, �� , �� = 0
�� �2�
� �, �, �1, �2, �3, ⋯, �� , ��
, ��2 =0 (1.7)
�� �2� �� �
� �, �, �1, �2, �3, ⋯, �� , �� , ��2 , ⋯, ��� = 0
Step-II: Eliminate the arbitrary constants �1, �2, �3, ⋯, �� from Equations (1.6) and (1.7) and
find
�� �2 � �� �
� �, �, �� , ��2 , ⋯, ��� = 0
This is the required differential equation.
Note: If an equation contains � number of arbitrary constants, then we obtain a differential
equation of nth order. Hence nth order differential equation has exactly n arbitrary constants
in its general solution.
Illustrative Examples
Eliminate the arbitrary constants from the following equations and obtain the differential
equation.
(a). � = �� + �2
(b). � = ��� + ��−� + �
(c). Find the differential equation of all circles passing through the origin and having centers
on the axis of �.
Solution:
(a). Given equation is
� = �� + �2 (1.8)
It has only one parameter �.
Differentiating Equation (1.8) w. r. to � we get
��
��
=� (1.9)
Using (1.9) in (1.8) we obtain
�� �� 2
� �� + �� − � = 0
This is the required differential equation.
(b). Given equation is
� = ��� + ��−� + � (1.10)
It has three parameters A, B and C.
Differentiating (1.10) thrice w. r. to � we get
��
��
= ��� − ��−�
�2�
��2
= ��� + ��−�
�3� ��
��3
= ��� − ��−� = ��
�3� ��
The required differential equation is ��3 − �� = 0
(c). Let the center of the circle be at �, 0 .
The equation of the circle passing through the origin and having centers on the axis of � is
(� − �)2 + �2 = �2
�2 − 2�� + �2 = 0 (1.11)
It involves only one arbitrary constant �.
Differentiating (1.11) w. r. to �, we find
��
2� − 2� + 2� = 0
��
��
� + � �� = � (1.12)
Using (1.12) in (1.11) we find
��
�2 − 2� � + � �� + �2 = 0
The required differential equation is
�� �2 −�2
��
= 2��
Questions for Practice:
Eliminate the arbitrary constants from the following equations and obtain the differential
equation.
1. � = � cos (�� + �)
2. �2� + 2���� + �2 = 0
3. � = � cos 2� + � sin 2�
Find differential equation of
4. All circles of radius r whose centers lie on the x-axis.
5. All parabolas with x-axis as the axis and (a, 0) as focus.
6. All parabolas whose axes are parallel to y-axis.
7. All circles of radius a.
Answers
�2� �� 2 �2�
1. ��2
+ �2 � = 0 2. 1 − �2 ��
+1 = 0 3. ��2
+ 4� = 0
�� 2
4. Equation: (� − �)2 + �2 = �2 , ODE: �2 1 + ��
= �2
�� �
5. Equation: �2 = 4��, ODE: �� = 2�
�3�
6. Equation: (� − ℎ)2 = 4�(� − �), ODE: ��3 = 0
3 2
�� 2 �2 �
7. Equation: (� − ℎ)2 + (� − �)2 = �2 , ODE: 1 + ��
= �2 ��2
*********************************END*************************************

Common questions

Powered by AI

The guarantee that every Initial Value Problem (IVP) has exactly one solution is based on the Existence and Uniqueness Theorem, which states that if certain conditions are met (such as continuity of the function and a Lipschitz condition), the solution exists and is unique. This is significant because it provides assurance that the model described by the differential equation is well-posed, reflecting a predictable relationship between the initial conditions and the solution, thus allowing for reliable predictions and analysis .

A general solution of a differential equation contains the arbitrary constants necessary to satisfy the degree of the equation, representing a family of solutions . A particular solution is derived by assigning specific values to these arbitrary constants, thus satisfying both the differential equation and any given initial or boundary conditions. The general solution is important for understanding the broad set of possible behaviors of the system described by the equation, while the particular solution is crucial for addressing specific scenarios or initial value problems .

To derive the differential equation of all circles passing through the origin with centers on the x-axis, start with the general equation of a circle (x-h)^2 + y^2 = r^2, where (h,0) is the center. Differentiate this equation with respect to x to eliminate the constant h, resulting in an equation that relates x, y, and the derivative of y. The final form of the differential equation obtained will uniquely describe the set of circles that meet the given conditions .

The order of a differential equation is determined by the highest order derivative that appears in the equation. This classification is significant because it helps categorize the differential equation into first-order, second-order, and so on. This categorization is crucial for selecting appropriate methods for solving the equations, as different orders may require different solution techniques .

In forming a differential equation from a given algebraic expression that contains arbitrary constants, one differentiates the expression multiple times (equal to the number of arbitrary constants) with respect to the independent variable. This process generates a series of equations. Subsequently, these equations are used to eliminate the arbitrary constants, leading to a differential equation that reflects the original relationship between the variables without arbitrary constants. This method ensures that the formed differential equation is of the same order as the number of constants eliminated, accurately capturing the underlying relation of the variables .

Given a general solution, such as y = cx^2 for the differential equation y′ = 4x, we use an initial condition like y(1)=4 to find the value of the arbitrary constant c. Substitute x = 1 and y = 4 into the general solution to get 4 = c(1)^2, leading to c = 4. Substitute c back into the general solution to obtain the particular solution y = 4x^2, which satisfies both the differential equation and the initial condition .

Deriving a differential equation from a physical phenomenon typically involves several steps: identifying the relevant variables and relationships in the physical system; expressing these relationships in an algebraic equation involving parameters or constants; differentiating the algebraic equation with respect to an independent variable to introduce derivatives; and finally, eliminating the parameters through substitution to obtain a pure differential equation. Each step captures and distills the essential dynamics of the physical system, transitioning from static descriptions to dynamic models capable of predicting the system's behavior over time .

A linear ordinary differential equation is characterized by the fact that the dependent variable and its derivatives appear to the first power, with no products or transcendental functions involving them. If any part of the equation involves powers greater than one of the dependent variable or its derivatives, products of them, or transcendental functions, the equation is considered nonlinear .

To solve an Initial Value Problem for a first-order differential equation, one must first find the general solution of the differential equation, which involves identifying a function that satisfies the equation with an arbitrary constant. Next, the initial condition given, typically in the form y(x0) = y0, is used to determine the specific value of the arbitrary constant by substituting it into the general solution. This yields a particular solution that fits the initial condition and resolves the IVP .

Ordinary Differential Equations (ODEs) contain one or more functions of a single independent variable and the derivatives of those functions, with all derivatives being ordinary derivatives. These are commonly used to describe natural phenomena in science and engineering where the situation depends on only one variable . In contrast, Partial Differential Equations (PDEs) involve a dependent variable that depends on two or more independent variables, with derivatives being partial derivatives. PDEs are more complex and have important applications in engineering, particularly in describing phenomena involving functions of multiple variables .

You might also like