SlideShare uma empresa Scribd logo
1 de 23
ACTIVE LEARNING ASSIGNMENT
SUBJECT : Applied Engineering Mathematics
TOPIC : Integrating Factors to Orthogonal Trajectories of Curves
Group No. : 6
Branch : Electrical Engineering
Content
 Integrating factors
 Linear differential equations
 Equations reducible to linear from Bernoulli Equation
 Orthogonal Trajectories
 Working Rule for Finding Orthogonal Trajectories
Integrating factors
 Sometimes we have an equation
P (x, y) dx + Q (x, y) dy = 0 …..(1)
that is not exact, but if we multiply it by a suitable function F(x, y), the new
equation
F P dx + F Q dy = 0 …..(2)
becomes exact, so it can be solved by the method of Exact differential
equation method. The function F(x, y) is then called an Integrating factor of
(1).
• Examples :-
1. Verify that F = 1/y2 is an integrating factors of y (2xy + ex) dx – ex dy = 0
then find the general solution.
Solution :- Multiplying by F = 1/y2 gives the new equation
2x dx + (y ex dx – ex dy)/(y2) = 0
d (x2) + d (ex/y) = 0
and its solution is x2 + (ex/y) = c i.e. x2y + ex = cy
a) Integrating factors found by Inspection
 In simpler cases, integrating factors may be found by inspection or perhaps
after some trials. The following differentials are useful in selecting a suitable
integrating factors.
Differentials
I. x dy + y dy + d(xy)
II. (x dy – y dy)/(x2) = d(y/x)
III. (y dx – x dy) /(y2) = d (x/y)
IV. (x dy + y dx)/(xy) = d [ log (xy)]
V. (x dy – y dx)/(xy) = d [ log (y/x)]
VI. (y dx – x dy)/(xy) = d [ log (x/y)]
VII. (x dy – y dx)/(x2 + y2) = d [tan-1(y/x)]
VIII. (x dx + y dy)/(x2 + y2) = ½ d [ log (x2 + y2)]
IX. (x dy – y dx )/(x2 – y2) = d(1/2 log (x + y)/(x – y))
Examples :-
1. Solve y dx – x dy + (1 + x2) dx + x2 sin y dy = 0
Solution . Dividing by x2
(y dx – x dy)/(x2) + (1/x2 + 1) dx + sin y dy = 0
d(-y/x) + d (-1/x + x) + d (-cos y) = 0 which is exact.
Integrating we get
-y/x -1/x + x – cos y = c
i.e. y + 1 –x2 + x cos y + cx = 0
which is the required solution.
b)Rule for finding Integrating factors
Rule 1 : If Mx + Ny ≠ 0 and the equation is homogeneous, then 1/(Mx + Ny)
Is an integrating factor.
Example: Solve (xy – 2y2) dx – (x2 – 3xy) dy = 0
Solution: The given equation is homogeneous in x and y.
with M = xy – 2y2, N = -x2 + 3xy, (∂M/∂y ≠ ∂N/∂y)
Mx + Ny = x2y – 2xy2 – x2y + 3xy2 = xy2 ≠ 0
I.F. = 1/(Mx + Ny) = 1/xy2
Multiplying throughout by 1/xy2, the given equation becomes
(1/y – 2/x)dx + (-x/y2 + 3/y)dy = 0, which is exact, hence solving as usual
the solution is x/y – 2 log x + 3 log y = c
RULE 2 :- If Mx – Ny ≠ 0 and the equation can be written in the form f1(xy) y dx
+ f2(xy) x dy = 0 then 1/(Mx – Ny) is an integrating factor.
Example:- Solve the differential equation :
(x2y2 + 2) y dx + (2 – x2y2)mx dy = 0
Solution:- The equation is of the form
f1(xy) y dx + f2(xy) x dy = 0
Here M = x2y3 + 2y, N = 2x – x3y2
Now Mx – Ny = x3y3 + 2xy – 2xy + x3y3 = 2x3y3 ≠ 0
I.F. = 1/(Mx –Ny) = 1/2x3y3
Multiplying the equation by 1/2x3y3 we have
(x2y2 + 2) y ∙ 1/(2x3y3) dx + (2 – x2y2) x ∙ 1/(2x3y3) dy = 0
Or ½ (1/x + 2/x3y2) dx + ½ (2/x2y3 - 1/y) dy = 0 which is exact
∫ M dx = ½ ∫ (x-1 + 2y-2 x-3) dx = ½ (log x – 1/x2y2)
∫ N dy = -1/2 ∫1/y dy = -1/2 log y
The solution is
½ ( log x – 1/ x2y2) – ½ log y = constant
Or log (x/y) – 1/(x2y2) = C
RULE 3 :- For the equation Mdx + Ndy = 0
If 1/N(∂M/∂y - ∂N/∂x) is a function of x alone , say f(x), then e∫f(x) dx is an
integrating factor.
Example:- Solve (x2 + y2 + 1) dx – 2xy dy = 0
Solution:- Here M = x2 + y2 + 1 and N = -2xy
1/N(∂M/∂y - ∂N/∂x) = -1/2xy (2y + 2y)
= -2/x which is a function of x only
I.F. = e∫-2/x dx = e-2 log x
= elog x-2
= x-2
Multiplying the equation by 1/x2, we have
(1 + y2/x2 + 1/x2) dx – 2y/x dy = 0 which is a exact
∫ Mdx = ∫ (1 + y2/x2 + 1/x2) dx and ∫ Ndy = 0
= x- y2/x -1/x2
The solution is x- y2/x -1/x2= C
RULE 4:- For the equation Mdx + Ndy = 0
If 1/M(∂N/∂x - ∂M/∂y) is a function of y alone , say g(y), then e∫g(y) dx is an
integrating factor.
Example:- Solve (xy3 + y) dx + 2 (x2y2 + x + y4) dy = 0
Solution:- Here M = xy3 + y and N = 2 x2y2 + 2x + 2y4
∂M/∂y = 3xy2 + 1, ∂N/∂x = 4xy2 + 2
Now 1/M(∂N/∂x - ∂M/∂y) = {(4xy2 + 2) – (3xy2 + 1)}/y(xy2 + 1)
= (xy2 + 1)/y(xy2 + 1)
= 1/y, which is a function of y only.
I.F. = e∫1/y dy = elog y = y
Multiplying the equation by y, we have
(xy4 + y2) dx + 2 (x2y3 + xy +y5)dy = 0 which is exact
∫ Mdx = ∫ (xy4 + y2) dx = (x2y4/2) + xy2 and
∫ Ndy = ∫ 2y5 dy = y6/3
The solution is (x2y4)/2 + xy2 + y6/3 = C
Linear Differential Equation
When a differential equation is said to be linear if the dependent variable and
its derivative occur only in the first degree and are not multiplied together.
The form of the linear equation of the first order is dy/dx + Py = Q…...(1)
Where P and Q are function of x or constant.
Equation (1) is also known as Leibnitz’s linear equation.
Method of Solution :
Writing equation (1) as
(Py – Q) dx + dy = 0
Where M = Py – Q and N = 1
∂M/∂y = P, ∂N/∂x = 0
Hence 1/N(∂M/∂y - ∂N/∂x) = 1/1 (P – 0) = P(x)
I.F. = e∫Pdx
Multiplying the equation (1) by e∫Pdx , we get
e∫Pdx (dy/dx + Py) = Q e∫Pdx
d/dx (y e∫Pdx) = Q e∫Pdx
Integrating both the side with respect to x, we have
Y e∫Pdx = ∫ Q e∫Pdx dx + c….(2)
Which is the required general solution of the given linear equation, which can
be written as
y (I.F.) dx + c
Similarly dx/dy + Px = Q, where P and Q are function of y or constant, is a
linear differential equation with x as dependent and y as the independent
variable.
Integrating factor in this case is e∫Pdy and the solution is
x (I.F) = ∫ Q (I.F.) dy + c.
Example :- Solve x dy/dx – ay = x + 1
Solution:- The given equation can be written as
dy/dx – ay/x = (x + 1)/x
Comparing it with dy/dx + Py = Q, we have
P = -a/x, Q = (x + 1)/x
I.F. = e∫ Pdx = e∫ -a/x dx = e-a log x
= elog x-a =1/xa
The solution is
y (I.F.) = ∫ Q (I.F.) dx + c
y 1/xa = ∫ (x + 1)/x ∙ 1/xa dx + c
= ∫ (1/xa + 1/xa+) dx + c
y ∙ 1/xa = x1-a/1-a – x-a/a +c
y = x/(1-a) – 1/a + cxa is required solution
Bernoulli Equation
Certain nonlinear differential equation can be reduced to linear form. The
most famous of these is the Bernoulli Equation
a) An equation of the form
dy/dx + Py = Q yn ……….(1)
Where P and Q are function of x or constant and n any number is called
Bernoulli’s equation.
If n = 0 or n = 1, the equation is linear. Otherwise it is non linear.
Dividing both side of (1) by yn, we get
y-n dy/dx + Py1-n = Q………..(2)
Putting y1-n = v, (1-n)y-n dy/dx = dv/dx
Equation (2) becomes
1/(1-n) dv/dx + Pv = Q
Or dv/dx + (1-n) Pv = (1-n) Q
Which is a linear differential equation in v and x
b) Equation of the form reducible to linear form is
f’(y) dy/dx + P f(y) = Q
Where P and Q are function of x or constant
Putting f(y) = v so that f’(y) dy/dx = dv/dx
Equation reduced to
dv/dx + Pv = Q, which is linear
Example:- Solve dy/dx = 2y tan x + y2 tan2x
Solution:- The given equation can be written as
dy/dx - 2y tan x = y2 tan2x
Dividing by y2, we have
y-2 dy/dx – 2y-1 tan x = tan2x
Putting –y-1 = v so that y-2 dy/dx =dv/dx
Therefore equation reduces to
dv/dx + (2 tan x) v = tan2x which is linear in v and x
I.F. = e∫Pdx = e∫2 tan x dx = e2 log sec x = sec2x
The solution is………..
v (I.F.) = ∫ (tan2x) (I.F) dx + c
v (sec2x) = ∫ (tan2x) sec2x dx + c
= 1/3 tan3x + c
-1/y sec2x = 1/3 tan3x +c (v = -1/y)
Or 1/y sec2x = c – 1/3 tan3x
Orthogonal Trajectories
In many engineering applications, we use differential equations for finding
curves that intersect given curves at right angles. The new curves are then called
the orthogonal trajectories of the curves and vice versa. Here “Orthogonal” is
another word for “Perpendicular”. Refer fig.
For instance, in two- dimensional
problems in the flow of heat, the lines of heat
flow in a body are everywhere perpendicular to
the isothermal curves. The meridians and
parallels on the earth are orthogonal trajectories
of each other. In an electric field, the curves of
electric force are the orthogonal trajectories of
the equipotential lines (curves of constant
voltage) and conversely. In fluid flow, stream
lines and equipotential lines cut orthogonally.
Other important examples arise In
hydrodynamics, heat conduction and other fields
of engineering.
• One- parameter family of curves : If for each fixed value of c the equation f
(x, y, c) = 0 represents a curve in the xy-plane and if for various value of c it
represents infinite number of curves, then the totality of these curves is called
a one-parameter family of curves, and c is called the parameter of the
family.
Working Rule for Finding Orthogonal Trajectories
(a) For Cartesian curves f(x, y, c) = 0
Step 1 Given a family of curves f(x, y, a) = 0 . . . . (1)
where a is a parameter.
Step 2 Differentiate (1) w.r.t.x. and eliminate “a” between (1)
and the resulting equation. We thus form a differential
equation of the given family of the form
F (x, y, dy/dx) = 0 . . . . (2)
Step 3 Replace dy/dx by – 1/(dy/dx) in (2). Then the differential
equation of the orthogonal trajectories will be
F (x, y, -dy/dx) = 0 . . . . (3)
Step 4 Solve equation (3) to get equation of the required orthogonal
trajectories of the form
F (x, y, b) = 0 . . . . (4)
For polar curves f(r, θ, c) = 0
Step 1 Given a family of curves f(r, θ, a) = 0 . . . . (1)
where a is a parameter.
Step 2 Differentiate (1) w.r.t. θ and eliminate ‘a’ between (1) and the
resulting equation. We thus form a differential equation of the
given family of the form.
F (r, θ, dr/dθ) = 0 . . . . (2)
Step 3 Replace dr/dθ by –r2(dθ/dr) or 1/r (dr/dθ) by –r (dθ/dr) in (2). Then the
differential equation of the orthogonal trajectories will be
F( r, θ, -r2 dθ/dr) = 0 . . . . (3)
Step 4 Solve equation (4) to get equation of the required orthogonal
trajectories of the form
F (r, θ, b) = 0 . . . . (4)
EXAMPLE:- Find the orthogonal trajectories of the curve y = x2 + c.
SOLUTION
y = x2 + c Eqn. of the given trajectory
dy/dx = 2x Diffl. Eqn. of the given trajectory
dy/dx = -1/2x Diffl. Eqn. of O.T.
dy = -(1/2x)dx solving, we get
y = -1/2 logx + loga = log(a/√x)
Or a/√x = ey or √x ey = a
Is required orthogonal trajectory.
EXAMPLE : Find the orthogonal trajectories of the cardioids.
r = a (1 + cosθ)
SOLUTION r = a (1+ cos θ) . . . . (1)
Where a is a parameter is the equation of the given family of cardioid.
Taking logarithm on both sides.
log r = log a + log (1 + cosθ)
Differentiating w.r.t. θ. We get
(1/r) dr/dθ = 0 + 1/(1+cosθ)x (-sinθ)
= - [2sin(θ/2)cos(θ/2)] / 2cos2 (θ/2)
i.e. (1/r)(dr/dθ) = tan θ/2 . . . . (2)
Which is the differential equation of the given family. (1).
Replacing (1/r)(dr/dθ) by -r (dθ/dr) in (2) , we get
(1/r) dr = cot(θ/2) dθ . . . .(3)
Which is the differential equation of the orthogonal trajectories.
Integrating we get
log r = 2 log sin (θ/2) + log c
log r = log c sin2(θ/2)
R = c sin2(θ/2) = c/2 (1 - cosθ)
or
So,
Writing b for c/2, we get
r = b (1 - cos θ) (fig. 2) . . . .(4)
The required orthogonal trajectories.
Thank You

Mais conteúdo relacionado

Mais procurados

Applications of differential equations
Applications of differential equationsApplications of differential equations
Applications of differential equationsSohag Babu
 
Differential equation and its order and degree
Differential equation and its order and degreeDifferential equation and its order and degree
Differential equation and its order and degreeMdRiyad5
 
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION KERNEL AND RANGE OF LINEAR TR...
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION   KERNEL AND RANGE OF LINEAR TR...Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION   KERNEL AND RANGE OF LINEAR TR...
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION KERNEL AND RANGE OF LINEAR TR...Sukhvinder Singh
 
Find Transitive closure of a Graph Using Warshall's Algorithm
Find Transitive closure of a Graph Using Warshall's AlgorithmFind Transitive closure of a Graph Using Warshall's Algorithm
Find Transitive closure of a Graph Using Warshall's AlgorithmSafayet Hossain
 
application of partial differentiation
application of partial differentiationapplication of partial differentiation
application of partial differentiationeteaching
 
Derivatives and it’s simple applications
Derivatives and it’s simple applicationsDerivatives and it’s simple applications
Derivatives and it’s simple applicationsRutuja Gholap
 
Runge Kutta Method
Runge Kutta Method Runge Kutta Method
Runge Kutta Method Bhavik Vashi
 
Presentation on laplace transforms
Presentation on laplace transformsPresentation on laplace transforms
Presentation on laplace transformsHimel Himo
 
Application of differential equation in real life
Application of differential equation in real   lifeApplication of differential equation in real   life
Application of differential equation in real lifeTanjil Hasan
 
Newton's forward & backward interpolation
Newton's forward & backward interpolationNewton's forward & backward interpolation
Newton's forward & backward interpolationHarshad Koshti
 
Auto correlation and cross-correlation
Auto correlation and cross-correlationAuto correlation and cross-correlation
Auto correlation and cross-correlationMrinmoy Majumder
 
Complex analysis
Complex analysisComplex analysis
Complex analysissujathavvv
 
Numerical Differentiation and Integration
 Numerical Differentiation and Integration Numerical Differentiation and Integration
Numerical Differentiation and IntegrationMeenakshisundaram N
 
Laplace Transformation & Its Application
Laplace Transformation & Its ApplicationLaplace Transformation & Its Application
Laplace Transformation & Its ApplicationChandra Kundu
 
application of differential equations
application of differential equationsapplication of differential equations
application of differential equationsVenkata.Manish Reddy
 
first order ode with its application
 first order ode with its application first order ode with its application
first order ode with its applicationKrishna Peshivadiya
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equationsaman1894
 
Application of Differential Equation
Application of Differential EquationApplication of Differential Equation
Application of Differential EquationSalim Hosen
 
Partial differentiation B tech
Partial differentiation B techPartial differentiation B tech
Partial differentiation B techRaj verma
 

Mais procurados (20)

Applications of differential equations
Applications of differential equationsApplications of differential equations
Applications of differential equations
 
Differential equation and its order and degree
Differential equation and its order and degreeDifferential equation and its order and degree
Differential equation and its order and degree
 
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION KERNEL AND RANGE OF LINEAR TR...
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION   KERNEL AND RANGE OF LINEAR TR...Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION   KERNEL AND RANGE OF LINEAR TR...
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION KERNEL AND RANGE OF LINEAR TR...
 
Find Transitive closure of a Graph Using Warshall's Algorithm
Find Transitive closure of a Graph Using Warshall's AlgorithmFind Transitive closure of a Graph Using Warshall's Algorithm
Find Transitive closure of a Graph Using Warshall's Algorithm
 
application of partial differentiation
application of partial differentiationapplication of partial differentiation
application of partial differentiation
 
Derivatives and it’s simple applications
Derivatives and it’s simple applicationsDerivatives and it’s simple applications
Derivatives and it’s simple applications
 
Runge Kutta Method
Runge Kutta Method Runge Kutta Method
Runge Kutta Method
 
Presentation on laplace transforms
Presentation on laplace transformsPresentation on laplace transforms
Presentation on laplace transforms
 
Application of differential equation in real life
Application of differential equation in real   lifeApplication of differential equation in real   life
Application of differential equation in real life
 
Newton's forward & backward interpolation
Newton's forward & backward interpolationNewton's forward & backward interpolation
Newton's forward & backward interpolation
 
Differential equations
Differential equationsDifferential equations
Differential equations
 
Auto correlation and cross-correlation
Auto correlation and cross-correlationAuto correlation and cross-correlation
Auto correlation and cross-correlation
 
Complex analysis
Complex analysisComplex analysis
Complex analysis
 
Numerical Differentiation and Integration
 Numerical Differentiation and Integration Numerical Differentiation and Integration
Numerical Differentiation and Integration
 
Laplace Transformation & Its Application
Laplace Transformation & Its ApplicationLaplace Transformation & Its Application
Laplace Transformation & Its Application
 
application of differential equations
application of differential equationsapplication of differential equations
application of differential equations
 
first order ode with its application
 first order ode with its application first order ode with its application
first order ode with its application
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equations
 
Application of Differential Equation
Application of Differential EquationApplication of Differential Equation
Application of Differential Equation
 
Partial differentiation B tech
Partial differentiation B techPartial differentiation B tech
Partial differentiation B tech
 

Destaque

Surveying ppt : COMPONENETS OF TRANSIT THEODOLITE
Surveying ppt : COMPONENETS OF TRANSIT  THEODOLITESurveying ppt : COMPONENETS OF TRANSIT  THEODOLITE
Surveying ppt : COMPONENETS OF TRANSIT THEODOLITESukhvinder Singh
 
Bc.ppt METHOD OF IMPROVING SOIL BEARING CAPPACITY
Bc.ppt METHOD OF IMPROVING SOIL BEARING CAPPACITYBc.ppt METHOD OF IMPROVING SOIL BEARING CAPPACITY
Bc.ppt METHOD OF IMPROVING SOIL BEARING CAPPACITYSukhvinder Singh
 
EEE Introduction to Capacitors and Charging and Discharging of capacitors.
EEE  Introduction to Capacitors and Charging and Discharging of capacitors.EEE  Introduction to Capacitors and Charging and Discharging of capacitors.
EEE Introduction to Capacitors and Charging and Discharging of capacitors.Sukhvinder Singh
 
aem : Fourier series of Even and Odd Function
aem :  Fourier series of Even and Odd Functionaem :  Fourier series of Even and Odd Function
aem : Fourier series of Even and Odd FunctionSukhvinder Singh
 
Btp Town Planning in Ancient India
Btp Town Planning in Ancient IndiaBtp Town Planning in Ancient India
Btp Town Planning in Ancient IndiaSukhvinder Singh
 
Chapter 8 travel demand
Chapter 8 travel demandChapter 8 travel demand
Chapter 8 travel demandDharmes Patel
 
Travel demand management
Travel demand managementTravel demand management
Travel demand managementPresi
 
3-Trip Generation-Distribution ( Transportation and Traffic Engineering Dr. S...
3-Trip Generation-Distribution ( Transportation and Traffic Engineering Dr. S...3-Trip Generation-Distribution ( Transportation and Traffic Engineering Dr. S...
3-Trip Generation-Distribution ( Transportation and Traffic Engineering Dr. S...Hossam Shafiq I
 
Cpu.ppt INTRODUCTION TO “C”
Cpu.ppt INTRODUCTION TO “C” Cpu.ppt INTRODUCTION TO “C”
Cpu.ppt INTRODUCTION TO “C” Sukhvinder Singh
 
Physics Architectural Acoustics
Physics Architectural AcousticsPhysics Architectural Acoustics
Physics Architectural AcousticsSukhvinder Singh
 

Destaque (15)

Surveying ppt : COMPONENETS OF TRANSIT THEODOLITE
Surveying ppt : COMPONENETS OF TRANSIT  THEODOLITESurveying ppt : COMPONENETS OF TRANSIT  THEODOLITE
Surveying ppt : COMPONENETS OF TRANSIT THEODOLITE
 
Thin cylinders 1
Thin cylinders 1Thin cylinders 1
Thin cylinders 1
 
Soil MEchanics
Soil MEchanicsSoil MEchanics
Soil MEchanics
 
Hydration of cement
Hydration of cementHydration of cement
Hydration of cement
 
Bc.ppt METHOD OF IMPROVING SOIL BEARING CAPPACITY
Bc.ppt METHOD OF IMPROVING SOIL BEARING CAPPACITYBc.ppt METHOD OF IMPROVING SOIL BEARING CAPPACITY
Bc.ppt METHOD OF IMPROVING SOIL BEARING CAPPACITY
 
EEE Introduction to Capacitors and Charging and Discharging of capacitors.
EEE  Introduction to Capacitors and Charging and Discharging of capacitors.EEE  Introduction to Capacitors and Charging and Discharging of capacitors.
EEE Introduction to Capacitors and Charging and Discharging of capacitors.
 
aem : Fourier series of Even and Odd Function
aem :  Fourier series of Even and Odd Functionaem :  Fourier series of Even and Odd Function
aem : Fourier series of Even and Odd Function
 
Btp Town Planning in Ancient India
Btp Town Planning in Ancient IndiaBtp Town Planning in Ancient India
Btp Town Planning in Ancient India
 
Chapter 8 travel demand
Chapter 8 travel demandChapter 8 travel demand
Chapter 8 travel demand
 
Travel demand management
Travel demand managementTravel demand management
Travel demand management
 
3-Trip Generation-Distribution ( Transportation and Traffic Engineering Dr. S...
3-Trip Generation-Distribution ( Transportation and Traffic Engineering Dr. S...3-Trip Generation-Distribution ( Transportation and Traffic Engineering Dr. S...
3-Trip Generation-Distribution ( Transportation and Traffic Engineering Dr. S...
 
cpd Focus on Value
cpd Focus on Valuecpd Focus on Value
cpd Focus on Value
 
Cpu.ppt INTRODUCTION TO “C”
Cpu.ppt INTRODUCTION TO “C” Cpu.ppt INTRODUCTION TO “C”
Cpu.ppt INTRODUCTION TO “C”
 
Physics Architectural Acoustics
Physics Architectural AcousticsPhysics Architectural Acoustics
Physics Architectural Acoustics
 
Structural analysis 2
Structural analysis 2Structural analysis 2
Structural analysis 2
 

Semelhante a AEM Integrating factor to orthogonal trajactories

Diifferential equation akshay
Diifferential equation akshayDiifferential equation akshay
Diifferential equation akshayakshay1234kumar
 
Extra Help 19- differential equations.pptx
Extra Help 19- differential equations.pptxExtra Help 19- differential equations.pptx
Extra Help 19- differential equations.pptxmahamoh6
 
Maths Notes - Differential Equations
Maths Notes - Differential EquationsMaths Notes - Differential Equations
Maths Notes - Differential EquationsJames McMurray
 
Bahan ajar kalkulus integral
Bahan ajar kalkulus integralBahan ajar kalkulus integral
Bahan ajar kalkulus integralgrand_livina_good
 
Week 3 [compatibility mode]
Week 3 [compatibility mode]Week 3 [compatibility mode]
Week 3 [compatibility mode]Hazrul156
 
01. Differentiation-Theory & solved example Module-3.pdf
01. Differentiation-Theory & solved example Module-3.pdf01. Differentiation-Theory & solved example Module-3.pdf
01. Differentiation-Theory & solved example Module-3.pdfRajuSingh806014
 
Advanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdfAdvanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdfWhitney Anderson
 
Differential equations of first order
Differential equations of first orderDifferential equations of first order
Differential equations of first ordervishalgohel12195
 
CalculusStudyGuide
CalculusStudyGuideCalculusStudyGuide
CalculusStudyGuideMo Elkhatib
 
Integration and its basic rules and function.
Integration and its basic rules and function.Integration and its basic rules and function.
Integration and its basic rules and function.Kartikey Rohila
 
M1 unit i-jntuworld
M1 unit i-jntuworldM1 unit i-jntuworld
M1 unit i-jntuworldmrecedu
 
Week 8 [compatibility mode]
Week 8 [compatibility mode]Week 8 [compatibility mode]
Week 8 [compatibility mode]Hazrul156
 
fouriertransform.pdf
fouriertransform.pdffouriertransform.pdf
fouriertransform.pdfssuser4dafea
 
differentiol equation.pptx
differentiol equation.pptxdifferentiol equation.pptx
differentiol equation.pptxPlanningHCEGC
 
Applications of Differential Calculus in real life
Applications of Differential Calculus in real life Applications of Differential Calculus in real life
Applications of Differential Calculus in real life OlooPundit
 
Engr 213 final sol 2009
Engr 213 final sol 2009Engr 213 final sol 2009
Engr 213 final sol 2009akabaka12
 

Semelhante a AEM Integrating factor to orthogonal trajactories (20)

Diifferential equation akshay
Diifferential equation akshayDiifferential equation akshay
Diifferential equation akshay
 
DIFFERENTIAL EQUATION
DIFFERENTIAL EQUATIONDIFFERENTIAL EQUATION
DIFFERENTIAL EQUATION
 
Extra Help 19- differential equations.pptx
Extra Help 19- differential equations.pptxExtra Help 19- differential equations.pptx
Extra Help 19- differential equations.pptx
 
Maths Notes - Differential Equations
Maths Notes - Differential EquationsMaths Notes - Differential Equations
Maths Notes - Differential Equations
 
Bahan ajar kalkulus integral
Bahan ajar kalkulus integralBahan ajar kalkulus integral
Bahan ajar kalkulus integral
 
160280102021 c2 aem (2)
160280102021 c2 aem (2)160280102021 c2 aem (2)
160280102021 c2 aem (2)
 
Week 3 [compatibility mode]
Week 3 [compatibility mode]Week 3 [compatibility mode]
Week 3 [compatibility mode]
 
01. Differentiation-Theory & solved example Module-3.pdf
01. Differentiation-Theory & solved example Module-3.pdf01. Differentiation-Theory & solved example Module-3.pdf
01. Differentiation-Theory & solved example Module-3.pdf
 
Advanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdfAdvanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdf
 
Differential equations of first order
Differential equations of first orderDifferential equations of first order
Differential equations of first order
 
CalculusStudyGuide
CalculusStudyGuideCalculusStudyGuide
CalculusStudyGuide
 
Double integration
Double integrationDouble integration
Double integration
 
Integration and its basic rules and function.
Integration and its basic rules and function.Integration and its basic rules and function.
Integration and its basic rules and function.
 
M1 unit i-jntuworld
M1 unit i-jntuworldM1 unit i-jntuworld
M1 unit i-jntuworld
 
Week 8 [compatibility mode]
Week 8 [compatibility mode]Week 8 [compatibility mode]
Week 8 [compatibility mode]
 
Differential Equation
Differential EquationDifferential Equation
Differential Equation
 
fouriertransform.pdf
fouriertransform.pdffouriertransform.pdf
fouriertransform.pdf
 
differentiol equation.pptx
differentiol equation.pptxdifferentiol equation.pptx
differentiol equation.pptx
 
Applications of Differential Calculus in real life
Applications of Differential Calculus in real life Applications of Differential Calculus in real life
Applications of Differential Calculus in real life
 
Engr 213 final sol 2009
Engr 213 final sol 2009Engr 213 final sol 2009
Engr 213 final sol 2009
 

Mais de Sukhvinder Singh

Uts ppt Urban forms and structure: Point, Linear, Radial, and Poly-nuclear de...
Uts ppt Urban forms and structure: Point, Linear, Radial, and Poly-nuclear de...Uts ppt Urban forms and structure: Point, Linear, Radial, and Poly-nuclear de...
Uts ppt Urban forms and structure: Point, Linear, Radial, and Poly-nuclear de...Sukhvinder Singh
 
Advanced Construction Equipments :Methods of field compaction
 Advanced Construction Equipments :Methods of field compaction  Advanced Construction Equipments :Methods of field compaction
Advanced Construction Equipments :Methods of field compaction Sukhvinder Singh
 
Wwe Biological unit processes
 Wwe Biological unit processes  Wwe Biological unit processes
Wwe Biological unit processes Sukhvinder Singh
 
Rbte Drainage system in tunnel
 Rbte Drainage system in tunnel Rbte Drainage system in tunnel
Rbte Drainage system in tunnelSukhvinder Singh
 
Navier-Stokes Equation of Motion
 Navier-Stokes Equation of Motion  Navier-Stokes Equation of Motion
Navier-Stokes Equation of Motion Sukhvinder Singh
 
Types of isolated footing and design
Types of isolated footing and design Types of isolated footing and design
Types of isolated footing and design Sukhvinder Singh
 

Mais de Sukhvinder Singh (7)

Uts ppt Urban forms and structure: Point, Linear, Radial, and Poly-nuclear de...
Uts ppt Urban forms and structure: Point, Linear, Radial, and Poly-nuclear de...Uts ppt Urban forms and structure: Point, Linear, Radial, and Poly-nuclear de...
Uts ppt Urban forms and structure: Point, Linear, Radial, and Poly-nuclear de...
 
Uts Travel Demand
Uts Travel Demand Uts Travel Demand
Uts Travel Demand
 
Advanced Construction Equipments :Methods of field compaction
 Advanced Construction Equipments :Methods of field compaction  Advanced Construction Equipments :Methods of field compaction
Advanced Construction Equipments :Methods of field compaction
 
Wwe Biological unit processes
 Wwe Biological unit processes  Wwe Biological unit processes
Wwe Biological unit processes
 
Rbte Drainage system in tunnel
 Rbte Drainage system in tunnel Rbte Drainage system in tunnel
Rbte Drainage system in tunnel
 
Navier-Stokes Equation of Motion
 Navier-Stokes Equation of Motion  Navier-Stokes Equation of Motion
Navier-Stokes Equation of Motion
 
Types of isolated footing and design
Types of isolated footing and design Types of isolated footing and design
Types of isolated footing and design
 

Último

CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating SystemRashmi Bhat
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
Crystal Structure analysis and detailed information pptx
Crystal Structure analysis and detailed information pptxCrystal Structure analysis and detailed information pptx
Crystal Structure analysis and detailed information pptxachiever3003
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadaditya806802
 
Crushers to screens in aggregate production
Crushers to screens in aggregate productionCrushers to screens in aggregate production
Crushers to screens in aggregate productionChinnuNinan
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solidnamansinghjarodiya
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Coursebim.edu.pl
 
Configuration of IoT devices - Systems managament
Configuration of IoT devices - Systems managamentConfiguration of IoT devices - Systems managament
Configuration of IoT devices - Systems managamentBharaniDharan195623
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Erbil Polytechnic University
 
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectDM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectssuserb6619e
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 

Último (20)

CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating System
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
Crystal Structure analysis and detailed information pptx
Crystal Structure analysis and detailed information pptxCrystal Structure analysis and detailed information pptx
Crystal Structure analysis and detailed information pptx
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasad
 
Crushers to screens in aggregate production
Crushers to screens in aggregate productionCrushers to screens in aggregate production
Crushers to screens in aggregate production
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solid
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Course
 
Configuration of IoT devices - Systems managament
Configuration of IoT devices - Systems managamentConfiguration of IoT devices - Systems managament
Configuration of IoT devices - Systems managament
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
 
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectDM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 

AEM Integrating factor to orthogonal trajactories

  • 1. ACTIVE LEARNING ASSIGNMENT SUBJECT : Applied Engineering Mathematics TOPIC : Integrating Factors to Orthogonal Trajectories of Curves Group No. : 6 Branch : Electrical Engineering
  • 2. Content  Integrating factors  Linear differential equations  Equations reducible to linear from Bernoulli Equation  Orthogonal Trajectories  Working Rule for Finding Orthogonal Trajectories
  • 3. Integrating factors  Sometimes we have an equation P (x, y) dx + Q (x, y) dy = 0 …..(1) that is not exact, but if we multiply it by a suitable function F(x, y), the new equation F P dx + F Q dy = 0 …..(2) becomes exact, so it can be solved by the method of Exact differential equation method. The function F(x, y) is then called an Integrating factor of (1).
  • 4. • Examples :- 1. Verify that F = 1/y2 is an integrating factors of y (2xy + ex) dx – ex dy = 0 then find the general solution. Solution :- Multiplying by F = 1/y2 gives the new equation 2x dx + (y ex dx – ex dy)/(y2) = 0 d (x2) + d (ex/y) = 0 and its solution is x2 + (ex/y) = c i.e. x2y + ex = cy
  • 5. a) Integrating factors found by Inspection  In simpler cases, integrating factors may be found by inspection or perhaps after some trials. The following differentials are useful in selecting a suitable integrating factors. Differentials I. x dy + y dy + d(xy) II. (x dy – y dy)/(x2) = d(y/x) III. (y dx – x dy) /(y2) = d (x/y) IV. (x dy + y dx)/(xy) = d [ log (xy)] V. (x dy – y dx)/(xy) = d [ log (y/x)] VI. (y dx – x dy)/(xy) = d [ log (x/y)] VII. (x dy – y dx)/(x2 + y2) = d [tan-1(y/x)] VIII. (x dx + y dy)/(x2 + y2) = ½ d [ log (x2 + y2)] IX. (x dy – y dx )/(x2 – y2) = d(1/2 log (x + y)/(x – y))
  • 6. Examples :- 1. Solve y dx – x dy + (1 + x2) dx + x2 sin y dy = 0 Solution . Dividing by x2 (y dx – x dy)/(x2) + (1/x2 + 1) dx + sin y dy = 0 d(-y/x) + d (-1/x + x) + d (-cos y) = 0 which is exact. Integrating we get -y/x -1/x + x – cos y = c i.e. y + 1 –x2 + x cos y + cx = 0 which is the required solution.
  • 7. b)Rule for finding Integrating factors Rule 1 : If Mx + Ny ≠ 0 and the equation is homogeneous, then 1/(Mx + Ny) Is an integrating factor. Example: Solve (xy – 2y2) dx – (x2 – 3xy) dy = 0 Solution: The given equation is homogeneous in x and y. with M = xy – 2y2, N = -x2 + 3xy, (∂M/∂y ≠ ∂N/∂y) Mx + Ny = x2y – 2xy2 – x2y + 3xy2 = xy2 ≠ 0 I.F. = 1/(Mx + Ny) = 1/xy2 Multiplying throughout by 1/xy2, the given equation becomes (1/y – 2/x)dx + (-x/y2 + 3/y)dy = 0, which is exact, hence solving as usual the solution is x/y – 2 log x + 3 log y = c
  • 8. RULE 2 :- If Mx – Ny ≠ 0 and the equation can be written in the form f1(xy) y dx + f2(xy) x dy = 0 then 1/(Mx – Ny) is an integrating factor. Example:- Solve the differential equation : (x2y2 + 2) y dx + (2 – x2y2)mx dy = 0 Solution:- The equation is of the form f1(xy) y dx + f2(xy) x dy = 0 Here M = x2y3 + 2y, N = 2x – x3y2 Now Mx – Ny = x3y3 + 2xy – 2xy + x3y3 = 2x3y3 ≠ 0 I.F. = 1/(Mx –Ny) = 1/2x3y3 Multiplying the equation by 1/2x3y3 we have (x2y2 + 2) y ∙ 1/(2x3y3) dx + (2 – x2y2) x ∙ 1/(2x3y3) dy = 0 Or ½ (1/x + 2/x3y2) dx + ½ (2/x2y3 - 1/y) dy = 0 which is exact ∫ M dx = ½ ∫ (x-1 + 2y-2 x-3) dx = ½ (log x – 1/x2y2) ∫ N dy = -1/2 ∫1/y dy = -1/2 log y The solution is ½ ( log x – 1/ x2y2) – ½ log y = constant Or log (x/y) – 1/(x2y2) = C
  • 9. RULE 3 :- For the equation Mdx + Ndy = 0 If 1/N(∂M/∂y - ∂N/∂x) is a function of x alone , say f(x), then e∫f(x) dx is an integrating factor. Example:- Solve (x2 + y2 + 1) dx – 2xy dy = 0 Solution:- Here M = x2 + y2 + 1 and N = -2xy 1/N(∂M/∂y - ∂N/∂x) = -1/2xy (2y + 2y) = -2/x which is a function of x only I.F. = e∫-2/x dx = e-2 log x = elog x-2 = x-2 Multiplying the equation by 1/x2, we have (1 + y2/x2 + 1/x2) dx – 2y/x dy = 0 which is a exact ∫ Mdx = ∫ (1 + y2/x2 + 1/x2) dx and ∫ Ndy = 0 = x- y2/x -1/x2 The solution is x- y2/x -1/x2= C
  • 10. RULE 4:- For the equation Mdx + Ndy = 0 If 1/M(∂N/∂x - ∂M/∂y) is a function of y alone , say g(y), then e∫g(y) dx is an integrating factor. Example:- Solve (xy3 + y) dx + 2 (x2y2 + x + y4) dy = 0 Solution:- Here M = xy3 + y and N = 2 x2y2 + 2x + 2y4 ∂M/∂y = 3xy2 + 1, ∂N/∂x = 4xy2 + 2 Now 1/M(∂N/∂x - ∂M/∂y) = {(4xy2 + 2) – (3xy2 + 1)}/y(xy2 + 1) = (xy2 + 1)/y(xy2 + 1) = 1/y, which is a function of y only. I.F. = e∫1/y dy = elog y = y Multiplying the equation by y, we have (xy4 + y2) dx + 2 (x2y3 + xy +y5)dy = 0 which is exact ∫ Mdx = ∫ (xy4 + y2) dx = (x2y4/2) + xy2 and ∫ Ndy = ∫ 2y5 dy = y6/3 The solution is (x2y4)/2 + xy2 + y6/3 = C
  • 11. Linear Differential Equation When a differential equation is said to be linear if the dependent variable and its derivative occur only in the first degree and are not multiplied together. The form of the linear equation of the first order is dy/dx + Py = Q…...(1) Where P and Q are function of x or constant. Equation (1) is also known as Leibnitz’s linear equation. Method of Solution : Writing equation (1) as (Py – Q) dx + dy = 0 Where M = Py – Q and N = 1 ∂M/∂y = P, ∂N/∂x = 0 Hence 1/N(∂M/∂y - ∂N/∂x) = 1/1 (P – 0) = P(x) I.F. = e∫Pdx Multiplying the equation (1) by e∫Pdx , we get e∫Pdx (dy/dx + Py) = Q e∫Pdx
  • 12. d/dx (y e∫Pdx) = Q e∫Pdx Integrating both the side with respect to x, we have Y e∫Pdx = ∫ Q e∫Pdx dx + c….(2) Which is the required general solution of the given linear equation, which can be written as y (I.F.) dx + c Similarly dx/dy + Px = Q, where P and Q are function of y or constant, is a linear differential equation with x as dependent and y as the independent variable. Integrating factor in this case is e∫Pdy and the solution is x (I.F) = ∫ Q (I.F.) dy + c.
  • 13. Example :- Solve x dy/dx – ay = x + 1 Solution:- The given equation can be written as dy/dx – ay/x = (x + 1)/x Comparing it with dy/dx + Py = Q, we have P = -a/x, Q = (x + 1)/x I.F. = e∫ Pdx = e∫ -a/x dx = e-a log x = elog x-a =1/xa The solution is y (I.F.) = ∫ Q (I.F.) dx + c y 1/xa = ∫ (x + 1)/x ∙ 1/xa dx + c = ∫ (1/xa + 1/xa+) dx + c y ∙ 1/xa = x1-a/1-a – x-a/a +c y = x/(1-a) – 1/a + cxa is required solution
  • 14. Bernoulli Equation Certain nonlinear differential equation can be reduced to linear form. The most famous of these is the Bernoulli Equation a) An equation of the form dy/dx + Py = Q yn ……….(1) Where P and Q are function of x or constant and n any number is called Bernoulli’s equation. If n = 0 or n = 1, the equation is linear. Otherwise it is non linear. Dividing both side of (1) by yn, we get y-n dy/dx + Py1-n = Q………..(2) Putting y1-n = v, (1-n)y-n dy/dx = dv/dx Equation (2) becomes 1/(1-n) dv/dx + Pv = Q Or dv/dx + (1-n) Pv = (1-n) Q Which is a linear differential equation in v and x
  • 15. b) Equation of the form reducible to linear form is f’(y) dy/dx + P f(y) = Q Where P and Q are function of x or constant Putting f(y) = v so that f’(y) dy/dx = dv/dx Equation reduced to dv/dx + Pv = Q, which is linear Example:- Solve dy/dx = 2y tan x + y2 tan2x Solution:- The given equation can be written as dy/dx - 2y tan x = y2 tan2x Dividing by y2, we have y-2 dy/dx – 2y-1 tan x = tan2x Putting –y-1 = v so that y-2 dy/dx =dv/dx Therefore equation reduces to dv/dx + (2 tan x) v = tan2x which is linear in v and x I.F. = e∫Pdx = e∫2 tan x dx = e2 log sec x = sec2x The solution is………..
  • 16. v (I.F.) = ∫ (tan2x) (I.F) dx + c v (sec2x) = ∫ (tan2x) sec2x dx + c = 1/3 tan3x + c -1/y sec2x = 1/3 tan3x +c (v = -1/y) Or 1/y sec2x = c – 1/3 tan3x
  • 17. Orthogonal Trajectories In many engineering applications, we use differential equations for finding curves that intersect given curves at right angles. The new curves are then called the orthogonal trajectories of the curves and vice versa. Here “Orthogonal” is another word for “Perpendicular”. Refer fig. For instance, in two- dimensional problems in the flow of heat, the lines of heat flow in a body are everywhere perpendicular to the isothermal curves. The meridians and parallels on the earth are orthogonal trajectories of each other. In an electric field, the curves of electric force are the orthogonal trajectories of the equipotential lines (curves of constant voltage) and conversely. In fluid flow, stream lines and equipotential lines cut orthogonally. Other important examples arise In hydrodynamics, heat conduction and other fields of engineering.
  • 18. • One- parameter family of curves : If for each fixed value of c the equation f (x, y, c) = 0 represents a curve in the xy-plane and if for various value of c it represents infinite number of curves, then the totality of these curves is called a one-parameter family of curves, and c is called the parameter of the family. Working Rule for Finding Orthogonal Trajectories (a) For Cartesian curves f(x, y, c) = 0 Step 1 Given a family of curves f(x, y, a) = 0 . . . . (1) where a is a parameter. Step 2 Differentiate (1) w.r.t.x. and eliminate “a” between (1) and the resulting equation. We thus form a differential equation of the given family of the form F (x, y, dy/dx) = 0 . . . . (2) Step 3 Replace dy/dx by – 1/(dy/dx) in (2). Then the differential equation of the orthogonal trajectories will be F (x, y, -dy/dx) = 0 . . . . (3)
  • 19. Step 4 Solve equation (3) to get equation of the required orthogonal trajectories of the form F (x, y, b) = 0 . . . . (4) For polar curves f(r, θ, c) = 0 Step 1 Given a family of curves f(r, θ, a) = 0 . . . . (1) where a is a parameter. Step 2 Differentiate (1) w.r.t. θ and eliminate ‘a’ between (1) and the resulting equation. We thus form a differential equation of the given family of the form. F (r, θ, dr/dθ) = 0 . . . . (2) Step 3 Replace dr/dθ by –r2(dθ/dr) or 1/r (dr/dθ) by –r (dθ/dr) in (2). Then the differential equation of the orthogonal trajectories will be F( r, θ, -r2 dθ/dr) = 0 . . . . (3) Step 4 Solve equation (4) to get equation of the required orthogonal trajectories of the form F (r, θ, b) = 0 . . . . (4)
  • 20. EXAMPLE:- Find the orthogonal trajectories of the curve y = x2 + c. SOLUTION y = x2 + c Eqn. of the given trajectory dy/dx = 2x Diffl. Eqn. of the given trajectory dy/dx = -1/2x Diffl. Eqn. of O.T. dy = -(1/2x)dx solving, we get y = -1/2 logx + loga = log(a/√x) Or a/√x = ey or √x ey = a Is required orthogonal trajectory.
  • 21. EXAMPLE : Find the orthogonal trajectories of the cardioids. r = a (1 + cosθ) SOLUTION r = a (1+ cos θ) . . . . (1) Where a is a parameter is the equation of the given family of cardioid. Taking logarithm on both sides. log r = log a + log (1 + cosθ) Differentiating w.r.t. θ. We get (1/r) dr/dθ = 0 + 1/(1+cosθ)x (-sinθ) = - [2sin(θ/2)cos(θ/2)] / 2cos2 (θ/2) i.e. (1/r)(dr/dθ) = tan θ/2 . . . . (2) Which is the differential equation of the given family. (1).
  • 22. Replacing (1/r)(dr/dθ) by -r (dθ/dr) in (2) , we get (1/r) dr = cot(θ/2) dθ . . . .(3) Which is the differential equation of the orthogonal trajectories. Integrating we get log r = 2 log sin (θ/2) + log c log r = log c sin2(θ/2) R = c sin2(θ/2) = c/2 (1 - cosθ) or So, Writing b for c/2, we get r = b (1 - cos θ) (fig. 2) . . . .(4) The required orthogonal trajectories.