![]() |
A first-order differential equation is a type of differential equation that involves derivatives of the first degree (first derivatives) of a function. It does not involve higher derivatives. It can generally be expressed in the form: dy/dx = f(x, y). Here, y is a function of x, and f(x, y) is a function that involves x and y. ![]() Table of Content
It is defined by an equation dy/dx = f (x, y) where x and y are two variables and f(x, y) are two functions. It is defined as a region in the xy plane. These types of equations have only the first derivative dy/dx, so the equation is of the first order, and no higher-order derivatives exist. Differential equations of first order are written as;
Let’s learn more about First-order Differential Equations, types, and examples of First-order Differential equations in detail below. First-Order Differential EquationThe first-order differential equation is defined by an equation: dy/dx = f(x, y). It involves two variables x and y, where the function f(x, y) is defined on a region in the xy-plane. For any linear expression in y, the first-order differential equation [Tex]y’ = f (x, y)[/Tex] is linear. Nonlinear differential equations are those that aren’t linear. Check: Differential Equations | Definition, Formula, Types, Examples Example of First-Order Differential EquationSome examples of first-order differential equation
This equation represents a first-order ordinary differential equation where the derivative of y concerning x is equal to 2x. Types of First Order Differential EquationFirst-order differential Equations are classified into several forms, each having its characteristics. Types of the First-Order Differential Equations:
Linear Differential EquationA linear differential equation consists of a variable, its derivative, and additional functions. It’s expressed in the standard form as:
where,
Homogenous First Order Differential EquationA homogeneous differential equation is a function of the form (f(x,y) \frac{dy}{dx} = g(x,y)), where the degree of (f) and (g) is the same. A function (F(x,y)) can be considered homogeneous if it satisfies the condition: (F(\lambda x, \lambda y) = \lambda^n F(x,y)) for any nonzero constant (\lambda).
Example of Homogenous First Order Differential Equation Consider the differential equation: (\frac{dy}{dx} = \frac{x^2 – y^2}{xy}). This equation is homogeneous because both the numerator and denominator have the same degree (1). Exact Differential EquationsThe formula Q (x,y) dy + P (x,y) dx = 0 is considered to be an exact differential equation if a function f of two variables, x and y, exists that has continuous partial derivatives and can be divided into the following categories. The general solution of the equation is:
Since, ux(x, y) = p(x, y) and uy (x, y) = Q(x, y) where, C is Constant of Integration Separable Differential EquationsSeparable differential equations are a special type of differential equations where the variables involved can be separated to find the solution of the equation. Separable differential equations can be written in the form of: dy/dx = f(x) × g(y) where x and y are the variables and are explicitly separated from each other. Once the variables have been separated, it is simple to find the differential equation’s solution by integrating both sides of the equation. After the variables are separated, the separable differential equation dy/dx = f(x) × g(y) is expressed as dy/g(y) = f(x) × dx Non Linear First Order Differential EquationNonlinear first-order differential equations do not fit the linear form and can involve powers or products of y and its derivatives. For example:
First-Order Differential Equation SolutionFirst-Order Differential Equation is generally solved and simplified using two methods mentioned below.
Integrating Factor Homogenous Differential EquationThe integrating factor is a function used to solve first-order differential equations. It is most commonly applied to ordinary linear differential equations of the first order. If a linear differential equation is written in the standard form y’ + a(x)y = 0 Then, the integrating factor (μ) is defined as: [Tex](\mu = e^{\int P(x)dx})[/Tex] Solution using Integration FactorUsing integrating factor can be used to simplify and facilitate the solution of linear differential equations. The entire equation becomes exact when the integrating factor, which is a function of x, is multiplied. For any linear differential equation is written in the standard form as:
Then, the integrating factor is defined as: u(x) = e(∫a(x)dx) Multiplication of integrating factor u(x) to the left side of the equation converts the left side into the derivative of the product y(x).u(x). General solution of the differential equation is: y = {∫u(x).f(x)dx + c}/u(x) where C is an arbitrary constant. Method of Variation of a ConstantMethod of Variation of a Constant is a similar method to solve first order differential equation. In first step, we need to do y’ + a(x)y = 0. In this method of solving first order differential equation, homogeneous equation always contains a constant of integration C.
Remember, this technique helps us handle non-homogeneous differential equations by introducing a function that varies with the independent variable! Properties of First-Order Differential EquationVarious properties of linear first-order differential equation are:
First-Order Differential Equation Formulas[Tex]\begin{array}{|c|c|c|} \hline \textbf{Type of Equation} & \textbf{General Form} & \textbf{Solution Method} \\ \hline \text{Linear Differential Equations} & \frac{dy}{dx} + p(x)y = q(x) & \text{Use an integrating factor, } \mu(x) = e^{\int p(x) \, dx}, \text{ then solve } \frac{d}{dx}(\mu(x)y) = \mu(x)q(x). \\ \hline \text{Homogeneous Equations} & \frac{dy}{dx} = f\left(\frac{y}{x}\right) & \text{Make the substitution } v = \frac{y}{x}, \text{ then solve the resulting separable differential equation for } v. \\ \hline \text{Exact Equations} & M(x,y) + N(x,y)\frac{dy}{dx} = 0 & \text{Find a potential function } \Psi \text{ such that } d\Psi = Mdx + Ndy, \text{ where } \frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}. \\ \hline \text{Separable Equations} & \frac{dy}{dx} = g(x)h(y) & \text{Separate variables and integrate: } \int \frac{1}{h(y)} dy = \int g(x) dx + C. \\ \hline \text{Integrating Factor} & \text{Often used for non-exact linear equations} & \text{Find an integrating factor } \mu(x) \text{ that makes the equation exact, then proceed as with exact equations.} \\ \hline \end{array} [/Tex] Applications of First-Order Differential EquationNumerous disciplines, including physics, engineering, biology, economics, and more, first-order differential equations are used. Among other things, they are used to simulate phenomena like fluid dynamics, electrical circuits, population dynamics, and chemical reactions. Various applications of the first-order differential equation are:
Read More: First Order Differential Equation Examples with SolutionBelow are the example of problems on First Order Differential Equation. Example 1: Solve the following separable differential equation: dy/dx = x/y2 Solution:
Example 2: Solve the following linear differential equation: dy/dx + 2xy – x = 0 Solution:
Example 3: Solve the first-order differential equation x3y’ = x + 2 Solution:
First Order Differential Equation Questions1. For differential equation dy/dx + yx2 = sin x find integrating factor. 2. Find the solution of differential equation dy/dx = y2(x2+1). 3. Solve the differential equation dy/dx + 2x3y = x. SummaryFirst-order differential equations involve the first derivative of an unknown function and are fundamental in modeling various dynamic systems. These equations can typically be expressed in the form [Tex]\frac{dy}{dx} = f(x, y)[/Tex]. There are several methods to solve first-order differential equations, including separation of variables, integrating factors, and exact equations. In separation of variables, the equation is rearranged so that all terms involving x are on one side and all terms involving y are on the other, allowing integration of both sides. First Order Differential Equation – FAQsWhat is First Order Differential Equation?
What are the types of First Order Differential Equations?
Give one example of First Order Differential Equation.
What are application of First Order Differential Equations?
What is Homogeneous First Order Differential Equation?
|
Reffered: https://www.geeksforgeeks.org
Class 12 |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 15 |