Part of CALC-07 — Differential Equations

Homogeneous Equations — Deep Dive

by Notetube Officialdetailed summary350 words10 views

A function f(x,y) is homogeneous of degree n if f(tx,ty) = tnt^n * f(x,y). A DE dy/dx = fx,yg\frac{x,y}{g}(x,y) is homogeneous when f and g have the same degree, making the ratio degree 0.

Recognition: Each term should have the same total degree in x and y. Examples: x2+xy(x2y2)\frac{x^2+xy}{(x^2-y^2)} is homogeneous (all terms degree 2). x+y+1(xy)\frac{x+y+1}{(x-y)} is NOT (constant term 1 breaks homogeneity).

Solving with y = vx:

  1. Substitute y = vx, dy/dx = v + xdvdx\frac{dv}{dx}
  2. Express RHS in terms of v: dy/dx = phi(v)
  3. Separate: dvphi(v\frac{dv}{phi(v}-v) = dxx\frac{dx}{x}
  4. Integrate and substitute back v = yx\frac{y}{x}

When to use x = vy instead: If the DE is more naturally expressed as dx/dy = psixy\frac{x}{y}, use x = vy. This gives dx/dy = v + ydvdy\frac{dv}{dy} = psi(v).

Reducible to Homogeneous (Non-homogeneous linear type): dy/dx = a1x+b1y+c1(a2x+b2y+c2)\frac{a1x + b1y + c1}{(a2x + b2y + c2)}

Case 1: a1/a2 != b1b2\frac{b1}{b2} — Translate: x = X+h, y = Y+k, choose h,k to make c1,c2 vanish. Case 2: a1/a2 = b1b2\frac{b1}{b2} = m — Substitute v = a1x + b1y. The equation becomes separable.

Want to generate AI summaries of your own documents? NoteTube turns PDFs, videos, and articles into study-ready summaries.

Sign up free to create your own