Bernoulli & Exact Equations – Detailed Review

Review – Homogeneous Differential Equations

  • Criterion for homogeneity
    • Each term in the ODE must have the same total degree in its variables.
    • Works even if the variables are different (e.g., xx in one term, yy in another) as long as the sum of exponents in each term is identical.
    • Example with a square‐root term: you can factor out x2x^2 or y2y^2 to reveal common degree; homogeneity is preserved.
  • Practical test
    • Replace xkxx \to kx and ykyy \to ky.
    • If the whole expression scales by kmk^m for some single mm, the equation is homogeneous.
  • Standard substitution for homogeneous first–order ODEs
    • Set v=yx    y=vx  ,  dydx=v+xdvdxv = \frac{y}{x} \;\Rightarrow\; y = vx\; ,\; \frac{dy}{dx} = v + x\frac{dv}{dx}.
  • Goal after substitution: convert to a separable ODE and integrate ("antiderivative frenzy").

Bernoulli Equations

  • Canonical form
    dydx+P(x)y=Q(x)yn,n0,1\frac{dy}{dx} + P(x)\,y = Q(x)\,y^{n}, \qquad n \ne 0,1
  • Transformation that makes it linear
    • Let v=y1n    (or v=y1n)v = y^{1-n} \;\;(\text{or } v = y^{1-n}).
    • Then dvdx=(1n)yndydx\frac{dv}{dx} = (1-n)\,y^{-n}\,\frac{dy}{dx}.
    • Substituting converts the Bernoulli equation into
      dvdx+(1n)P(x)v=(1n)Q(x)\frac{dv}{dx} + (1-n)P(x)v = (1-n)Q(x)
      which is linear in vv.
  • Solve the linear equation with the integrating‐factor method
    • Integrating factor
      μ(x)=exp((1n)P(x)dx)\mu(x)=\exp\left(\int (1-n)P(x)\,dx\right)
    • General solution in vv, then back‐substitute y=v1/(1n)y = v^{\,1/(1-n)}.

Walk-Through Example (n = −1)

  1. Starting ODE (after instructor divided by 2xy2xy):
    dydx1y=1xy1\frac{dy}{dx}-\frac{1}{y}= \frac{1}{x}\,y^{-1} (implicitly n=1n=-1).
  2. Identify parameters
    P(x)=1y    (P here is actually a constant wrt x),Q(x)=1x,n=1.P(x)=-\frac{1}{y} \;\;(P \text{ here is actually a constant wrt }x), \qquad Q(x)=\frac{1}{x}, \qquad n=-1.
  3. Bernoulli substitution v=y1(1)=y2v=y^{1-(-1)}=y^{2}.
  4. Derivative link dvdx=2ydydx\frac{dv}{dx}=2y\frac{dy}{dx}; solve dydx\frac{dy}{dx} from the ODE and replace.
  5. Obtain the linear dv/dxdv/dx equation, find integrating factor μ(x)\mu(x), integrate once, then substitute back y=v.y=\sqrt{v}\,.
  6. Final implicit solution: typical form y2=Cxα+f(x)y^{2} = C\,x^{\alpha} + f(x) with constants determined by integration.

Secondary Example (n = 4/3)

  • Instructor identified n=43n=\frac{4}{3} during board work.
  • Substitution: v=y143=y13v = y^{1-\frac{4}{3}} = y^{-\frac{1}{3}}.
  • Derived derivative: dvdx=13y43dydx\frac{dv}{dx} = -\frac{1}{3} y^{-\frac{4}{3}}\frac{dy}{dx}.
  • After algebra: a linear ODE in vv of the form
    dvdx+(43(some coefficient))v=rhs(x)\frac{dv}{dx}+\Bigl(-\tfrac{4}{3}\cdot\text{(some coefficient)}\Bigr)v = \text{rhs}(x).
  • Same integrating‐factor steps follow.

Exam & Study Tips Mentioned

  • "Antiderivative" work pervades this course — every technique aims to produce an integral you can evaluate.
  • When you open any new problem, mentally check the hierarchy:
    1. Is the ODE separable?
    2. Is it homogeneous (use v=y/xv=y/x)?
    3. Does it match Bernoulli form?
    4. Could it be exact?
  • Expected test timing: if a Bernoulli or homogeneous problem is allocated 7\sim7 min on Test 1, plan for 5\sim5 min on the final.
  • Homework counts 85 % of its stated value; turn it in before in-class review for any credit.

Exact Differential Equations

  • Structure
    M(x,y)dx+N(x,y)dy=0.M(x,y)\,dx + N(x,y)\,dy = 0.
  • Exactness criterion
    My=Nxon a simply-connected region R=[a,b]×[c,d].\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x} \quad \text{on a simply-connected region }R=[a,b]\times[c,d].
  • Consequence: there exists a potential function F(x,y)F(x,y) such that
    dF=Fxdx+Fydy=Mdx+Ndy.dF = \frac{\partial F}{\partial x}\,dx + \frac{\partial F}{\partial y}\,dy = M\,dx + N\,dy.
  • Therefore M=Fx,  N=Fy.M = \frac{\partial F}{\partial x}, \; N = \frac{\partial F}{\partial y}.
  • Solving algorithm
    1. Verify exactness using the partial-derivative test.
    2. Integrate MM w.r.t. xx (treat yy as constant) to get
      F(x,y)=Mdx+C1(y).F(x,y) = \int M\,dx + C_1(y).
      • Note: the "constant" of integration becomes an unknown function of yy because partial integration regards yy as a parameter.
    3. Differentiate this preliminary FF with respect to yy: F/y.\partial F/\partial y.
    4. Set the result equal to the given N(x,y)N(x,y) and solve for C<em>1(y)C<em>1'(y); integrate to discover C</em>1(y).C</em>1(y).
    5. Write the implicit solution F(x,y)=CF(x,y)=C (true constant).
  • Mini-Example worked on the board
    • Given M=3x2yxy3M = 3x^2y - x y^3 and N=N = \dots (full NN wasn’t captured in transcript).
    • Integration w.r.t xx produced
      F(x,y)=3x2yxy3+C1(y).F(x,y)=3x^{2}y - x y^{3} + C_1(y).
    • Differentiate w.r.t yy, equate to NN, determine C1(y)C_1(y), then state F=C.F=C.
    • Key takeaway: $C_1$ is a function of yy only, not a pure constant.

Multivariable & Line-Integral Connection

  • Exact equations mirror the gradient theorem in calculus III.
  • In line integrals, if a vector field F=M,N\mathbf{F}=\langle M,N\rangle is conservative, then the work integral along any path only depends on end-points — same potential function F(x,y).F(x,y).
  • The differential-equation test M/y=N/x\partial M/\partial y = \partial N/\partial x is identical to the curl-free condition for 2-D vector fields.

Real-World Contexts Mentioned

  • Flight trajectories in tightly managed airspace
    • Airlines follow pre-computed "logarithm-like" level paths to guarantee safe gaps; underlying calculations are differential-equation based.
  • Water current vs. swimmer problems (classic relative-motion ODEs).
  • Economic models — rapid parameter changes often modeled with first-order DEs.

Common Pitfalls & Instructor Comments

  • Do not confuse separable, homogeneous, and exact; each has its own fingerprint.
  • Fractions can obscure pattern recognition; consider clearing denominators early.
  • Double-inverse trigonometric substitutions (e.g., undoing arctan\arctan then applying tan\tan again) might appear but probably avoided on early tests.
  • Practice reduces solution time; otherwise algebraic slips (especially with exponents like 43\frac{4}{3}) can derail the entire problem.

Quick Reference Formulas

  • Bernoulli integrating factor:
    μ(x)=e(1n)P(x)dx\mu(x)=e^{\int(1-n)P(x)\,dx}
  • Exactness test:
    My=Nx\boxed{\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}}
  • Potential function reconstruction:
    F(x,y)=Mdx+C<em>1(y),C</em>1(y)=Ny(Mdx).F(x,y)=\int M\,dx + C<em>1(y), \qquad C</em>1'(y)=N-\frac{\partial}{\partial y}\left(\int M\,dx\right).