Fundamental Concepts

  • Order of a Differential Equation: The order of a differential equation is the order of the highest derivative present in it. For example, in d2ydx2+3dydx+y=0,\frac{d^2 y}{dx^2} + 3\frac{dy}{dx} + y = 0, the highest derivative is d2ydx2\frac{d^2 y}{dx^2}, so the order is 2.

  • Degree of a Differential Equation: The degree is the highest power of the highest-order derivative after the equation has been made free from radicals and fractions in derivatives, provided it is polynomial in the derivatives. If derivatives occur inside transcendental or non-algebraic expressions such as sin(dydx)\sin\left(\frac{dy}{dx}\right), ed2y/dx2e^{d^2y/dx^2}, or log(dydx)\log\left(\frac{dy}{dx}\right), then the degree is not defined.

  • General Solution: A general solution contains arbitrary constant(s). Usually, the number of arbitrary constants equals the order of the differential equation. It represents a family of curves rather than a single curve.

  • Particular Solution: A particular solution is obtained by fixing the arbitrary constants using given initial conditions or boundary conditions. It represents one specific curve from the family of solutions.

  • Differential Equation as a Mathematical Model: Differential equations describe relations involving a function and its rate of change. They are widely used in physics, growth and decay, motion, electric circuits, and many real-world processes where change depends on the current state.

Methods of Solving First-Order, First-Degree ODEs

1. Variable Separable Method

  • Idea: Rearrange the equation so that all terms involving xx are on one side and all terms involving yy are on the other side.
  • Typical Form: dydx=f(x)g(y)\frac{dy}{dx} = f(x)g(y) which can be written as dyg(y)=f(x)dx.\frac{dy}{g(y)} = f(x)dx.
  • Solution: Integrate both sides: dyg(y)=f(x)dx+C.\int \frac{dy}{g(y)} = \int f(x)dx + C.
  • Special Substitution: If the equation is of the form dydx=f(ax+by+c),\frac{dy}{dx} = f(ax+by+c), then put v=ax+by+c.v=ax+by+c. Differentiating gives dvdx=a+bdydx,\frac{dv}{dx}=a+b\frac{dy}{dx}, and this often reduces the equation to separable form.

2. Homogeneous Differential Equations

  • Form: dydx=F(x,y),\frac{dy}{dx}=F(x,y), where F(x,y)F(x,y) is a homogeneous function of degree zero, that is, F(λx,λy)=F(x,y).F(\lambda x,\lambda y)=F(x,y).
  • Equivalent Recognition: In practice, if the right-hand side can be expressed only in terms of y/xy/x, then the equation is homogeneous.
  • Solution Method: Put y=vx    dydx=v+xdvdx.y=vx \implies \frac{dy}{dx}=v+x\frac{dv}{dx}. This converts the equation into one involving only vv and xx, which then becomes separable.
  • Alternate Form: If the equation is easier to write as dxdy=g(xy),\frac{dx}{dy}=g\left(\frac{x}{y}\right), then use x=vy    dxdy=v+ydvdy.x=vy \implies \frac{dx}{dy}=v+y\frac{dv}{dy}.
  • Main Strategy: For first-order, first-degree equations, the first task is always to identify the type correctly. Once the form is recognized, the correct method becomes much more straightforward.

Linear Differential Equations (LDE)

A first-order linear differential equation is one in which the dependent variable and its first derivative occur only to the first power and are not multiplied together.

Standard Form 1 (Linear in yy):

  • Equation: dydx+P(x)y=Q(x).\frac{dy}{dx} + P(x)y = Q(x).
  • Integrating Factor (I.F.): I.F.=eP(x)dx.\text{I.F.} = e^{\int P(x)\,dx}.
  • General Solution: y(I.F.)=Q(x)(I.F.)dx+C.y\cdot (\text{I.F.}) = \int Q(x)\cdot (\text{I.F.})\,dx + C.

Standard Form 2 (Linear in xx):

  • Equation: dxdy+P1(y)x=Q1(y).\frac{dx}{dy} + P_1(y)x = Q_1(y).
  • Integrating Factor (I.F.): I.F.=eP1(y)dy.\text{I.F.} = e^{\int P_1(y)\,dy}.
  • General Solution: x(I.F.)=Q1(y)(I.F.)dy+C.x\cdot (\text{I.F.}) = \int Q_1(y)\cdot (\text{I.F.})\,dy + C.

Why the Integrating Factor Works: The integrating factor is chosen so that the left-hand side becomes the derivative of a product. For example, dydx+P(x)y=Q(x)\frac{dy}{dx}+P(x)y=Q(x) after multiplying by the integrating factor becomes ddx[y(I.F.)]=Q(x)(I.F.).\frac{d}{dx}\left[y\cdot (\text{I.F.})\right] = Q(x)\cdot (\text{I.F.}). This makes integration direct.

Note on Logarithms: Useful identities while simplifying integrating factors are: elnf(x)=f(x),eklnf(x)=[f(x)]k.e^{\ln f(x)} = f(x), \qquad e^{k\ln f(x)} = [f(x)]^k.

Important Exam Tips for Board Exams

  • Order vs. Degree Traps: Students often confuse order and degree. Order depends on the highest derivative present, while degree depends on the power of that highest derivative only after removing radicals and fractional powers in derivatives, wherever possible.

  • Write the Standard Form Clearly: In a linear differential equation, first rewrite it in the standard form dydx+Py=Q.\frac{dy}{dx}+Py=Q. Then explicitly identify PP and QQ. This reduces mistakes and makes the method systematic.

  • Always Write the Integrating Factor Step: Do not jump directly to the answer. In exams, writing I.F.=ePdx\text{I.F.}=e^{\int Pdx} clearly shows method marks.

  • Do Not Forget the Constant of Integration: After integrating, always include +C+C. Missing the arbitrary constant makes the general solution incomplete.

  • Simplify Logarithmic Results Properly: In separable equations, results like lny=lnx+C\ln|y|=\ln|x|+C should be rewritten cleanly as y=Cxy=Cx after absorbing constants appropriately.

  • Substitution Must Be Followed Through Carefully: If you use y=vxy=vx or v=ax+by+cv=ax+by+c, make sure you differentiate correctly and substitute back at the end. Many errors happen because students forget to replace vv by the original variables.

  • Presentation Matters: Board exam marking often rewards clear, stepwise working. Even if the final answer is right, poor presentation may cost marks.

Important Exam Tips for JEE Main & Advanced

  • Recognize Standard Patterns Quickly: JEE questions often reward speed of recognition more than lengthy algebra. Learn to identify separable, homogeneous, linear, Bernoulli, and exact-differential patterns quickly.

  • Exact Differentials Save Time: Standard identities such as xdy+ydx=d(xy)x\,dy + y\,dx = d(xy) and xdyydxx2+y2=d(tan1yx)\frac{x\,dy-y\,dx}{x^2+y^2}=d\left(\tan^{-1}\frac{y}{x}\right) can reduce a difficult-looking question to one or two steps.

  • Bernoulli's Equation is a Standard Transformation Problem: For equations of the form dydx+Py=Qyn,\frac{dy}{dx}+Py=Qy^n, divide by yny^n and substitute v=y1n.v=y^{1-n}. This turns the equation into a linear one in vv.

  • Orthogonal Trajectories Need Conceptual Clarity: If two families cut at right angles, their slopes are negative reciprocals. After forming the DE of the given family, replace the slope accordingly and solve the new equation.

  • Try Reversing Variables When Stuck: Some questions become much simpler when written as dxdy\frac{dx}{dy} instead of dydx\frac{dy}{dx}. This is especially useful in homogeneous and linear-type equations where the algebra simplifies in the reversed form.

  • Do Not Overuse One Method: A question may look homogeneous but may actually be faster by exact differential inspection, or it may look nonlinear but reduce immediately by substitution. JEE often tests flexibility, not just formula memory.

  • Final Goal in Objective Exams: The best approach is the one that reaches the correct answer with the least algebra. Concept recognition, substitution choice, and simplification speed are crucial.