Order and Degree of a Differential Equation
#1Order=highest order derivative,Degree=power of highest order derivative (polynomial form) 💡 Order is always defined. Degree is defined only when the DE is a polynomial in its derivatives. If sin(y') or e^(y'') appears, degree is not defined.
Variable Separable Form
#2dxdy=f(x)g(y)⟹∫g(y)dy=∫f(x)dx+C 💡 Separate all y terms (with dy) to one side and all x terms (with dx) to the other, then integrate both sides.
Homogeneous Differential Equation
#3dxdy=F(xy),Put y=vx⟹v+xdxdv=F(v) 💡 After solving for v, substitute back v = y/x to get the solution in terms of x and y.
Linear First-Order DE
#4dxdy+P(x)y=Q(x),IF=e∫Pdx,y⋅IF=∫Q⋅IFdx+C 💡 First rewrite the DE in standard linear form. The integrating factor (IF) multiplies both sides. Remember: the formula also works as dx/dy + P(y)x = Q(y).
Bernoulli's Equation
#5dxdy+P(x)y=Q(x)yn,Divide by yn, put v=y1−n 💡 After substituting v = y^(1-n), the equation reduces to a linear DE in v. Solve that linear DE, then convert back to y.
Exact Differential Equation
#6Mdx+Ndy=0 is exact if ∂y∂M=∂x∂N 💡 Solution: integrate M w.r.t. x (treating y as constant), then add terms from N that are not already present. The solution is F(x,y) = C.
Formation of DE by Eliminating Constants
#7Family with n arbitrary constants⟹differentiate n times and eliminate all constants 💡 The order of the resulting DE equals the number of arbitrary constants in the family of curves.
Orthogonal Trajectories
#8Replace dxdy with −dydx in the DE of the given family 💡 Orthogonal trajectories cut the given family at right angles. After replacement, solve the new DE to get the trajectory equation.
Exponential Growth and Decay
#9dtdN=kN⟹N=N0ekt 💡 k > 0 for growth, k < 0 for decay. Half-life: t_{1/2} = log(2)/|k|. Use log, not ln, per JEE convention.
Newton's Law of Cooling
#10dtdT=−k(T−Ts),T=Ts+(T0−Ts)e−kt 💡 T_s is the surrounding temperature, T_0 is the initial temperature of the body, and k > 0. The body cools exponentially toward T_s.