jagomart
digital resources
picture1_Exact Equations


 175x       Filetype PDF       File size 0.12 MB       Source: mathweb.ucsd.edu


File: Exact Equations
exact dierential equations it is dicult to dene what exactly a dierential form is so for us a dier ential form will simply mean a mathematical expression of the form ...

icon picture PDF Filetype PDF | Posted on 28 Jan 2023 | 2 years ago
Partial capture of text on file.
                    Exact Differential Equations
            It is difficult to define what exactly a differential form is so for us a differ-
            ential form will simply mean a mathematical expression of the form:
                        M(x,y)dx+N(x,y)dy
            Adifferential form is called exact if there is a function F(x,y) such that:
                       ∂F =M and ∂F =N
                       ∂x      ∂y
            It is not at all obvious which differential forms are exact. Luckily we have
            a test for exactness:
            Adifferential form
                        M(x,y)dx+N(x,y)dy
            is exact if and only if
                           ∂M = ∂N
                           ∂y ∂x
            Adifferential equation that can be rewritten as:
                       M(x,y)dx+N(x,y)dy =0 (1)
            where M(x,y)dx+N(x,y)dy is exact is called an exact equation.
            Subtlety: There may be multiple ways to rewrite a particular differential
            equation into the form given by (1). Some of these may be exact while
            others may not! For example we can rewrite (1) as:
                         M(x,y)dx+dy =0
                         N(x,y)
            (This is almost never going to be exact)
            Solution Algorithm:
             1. Rewrite the differential equation in the form
                        M(x,y)dx+N(x,y)dy =0
                             1
                         to identify M and N.
                         Note: Be careful with negative signs! If you have an exact equation:
                                             2xdx−2ydy =0
                         then N = −2y.
                       2. Determine if M(x,y)dx+N(x,y)dy is exact by applying the test for
                         exactness:
                                               ∂M = ∂N
                                               ∂y    ∂x
                         holds. If the differential form is exact we may proceed (if not we need
                         to apply a different method).
                       3. There is a choice of either integrating M(x,y) with respect to x or
                         N(x,y) with respect to y. Pick the easier of the two (for the rest of
                         the solution I will assume we start by integrating M to get:
                                       F(x,y) := Z M(x,y)dx+g(y)           (2)
                         When calculating the integral above treat y as a constant and notice
                         that g(y) replaces the usual constant of integration.
                       4. We need to determine g(y). Take the partial derivative of F(x,y) from
                         (2) with respect to y to get
                                                        
                                      ∂F = ∂   Z M(x,y)dx +g′(y)           (3)
                                       ∂y  ∂y
                         Because the differential equation is exact N(x,y) = ∂F so we can
                                                                   ∂y
                         compare (3) with N to determine g′(y).
                       5. Integrate g′(y) to get g(y) (there is no need to add +C here)
                       6. Substitute the newly calculated g(y) into (2) to determine F. The
                         (implicit) solution to the differential equation (1) is given by
                                               F(x,y) = C
                         for some constant C.
                       7. If given an initial condition, solve for C
                                                2
                         Example (2.4.15). Determine whether the equation is exact. If it is, then
                         solve it.
                                             cos(θ)dr −(rsin(θ)−eθ)dθ = 0                  (4)
                         Solution: The variables are different in this question so it’s important not
                         to get confused. If we relabel x = r and y = θ we can identify:
                                                                    θ
                                         M(r,θ) = cos(θ)  N(r,θ) = e −rsin(θ)
                         Notice the sign change for N(r,θ)!
                         Weneed to check for exactness by calculating:
                                                     ∂M =−sin(θ)
                                                     ∂θ
                                                     ∂N =−sin(θ)
                                                      ∂r
                                                                                  θ
                         Weget equality so the differential form cos(θ)dr−(rsin(θ)−e )dθ is exact.
                         Wemayproceed with the solution.
                         At this state we have a choice of integrating M (with respect to r) or N
                         (with respect to θ). In this question it seems easier to integrate M so we
                         integrate:                     Z
                                               F(r,θ) =   cos(θ)dr +g(θ)
                                                      =rcos(θ)+g(θ)
                         Take the partial derivative with respect to θ:
                                                 ∂F =−rsin(θ)+g′(θ)
                                                 ∂θ
                         Compare with N(r,θ):
                                      −rsin(θ)+g′(θ) = eθ −rsin(θ) =⇒ g′(θ) = eθ
                         Integrate                       Z
                                                            θ      θ
                                                  g(θ) =   e dθ = e
                         So the solution to (4) is given (implicitly) by:
                                                              θ
                                                   rcos(θ)+e =C
                         (We have no given initial condition so we cannot solve for C)
                                                           3
                       Example (2.4.25). Solve the initial value problem
                                   (y2sin(x))dx+(1/x−y/x)dy = 0,  y(π) = 1          (5)
                       Solution: Identify M and N and test for exactness:
                                   M(x,y)=y2sin(x)     =⇒ ∂M =2ysin(x)
                                                            ∂y                      (6)
                                   N(x,y) = 1/x−y/x    =⇒ ∂N =−1 − y
                                                                    2    2
                                                            ∂x     x    x
                       Since ∂M 6= ∂N this is not an exact differential equation so we cannot solve
                            ∂y    ∂x
                       it with the above method. It is however separable:
                                        (y2sin(x))dx+(1/x−y/x)dy = 0                (7)
                       can be rewritten as                   
                                           (xsin(x))dx = y −1 dy                    (8)
                                                           y2
                       Integrate:      Z              Z      
                                         (xsin(x))dx =    y −1 dy+C                 (9)
                                                           y2
                       The left hand side can be solved with integration by parts:
                                   Z (xsin(x))dx = −xcos(x)−Z (−cos(x))dx          (10)
                                                =−xcos(x)+sin(x)
                       The right hand should be split up as a sum of two integrals:
                                          Z y−1dy=Z 1− 1dy
                                               y2          y   y2
                                                               1                   (11)
                                                       =ln|y|+ y
                       Substitute back into (9):
                                        −xcos(x)+sin(x) = ln|y|+ 1 +C              (12)
                                                                 y
                       Use the initial condition (y(π) = 1) to solve for C:
                                    −(π)(−1)+0=0+1+C =⇒ C=π−1                      (13)
                                                      4
The words contained in this file might help you see if this file matches what you are looking for:

...Exact dierential equations it is dicult to dene what exactly a form so for us dier ential will simply mean mathematical expression of the m x y dx n dy adierential called if there function f such that and not at all obvious which forms are luckily we have test exactness only equation can be rewritten as where an subtlety may multiple ways rewrite particular into given by some these while others example this almost never going solution algorithm in identify note careful with negative signs you xdx ydy then determine applying holds proceed need apply dierent method choice either integrating respect or pick easier two rest i assume start get z g when calculating integral above treat constant notice replaces usual integration take partial derivative from because compare integrate no add c here substitute newly calculated implicit initial condition solve whether cos dr rsin e d variables question s important confused relabel r sign change weneed check sin weget equality wemayproceed state s...

no reviews yet
Please Login to review.