Q707
MCQ
Differential Eq
Let the solution curve of differential equation $xdy – ydx = \sqrt{x^2 + y^2}\,dx$, $x > 0$, $y(1) = 0$ be $y = y(x)$. Then $y(3)$ equals
📌 Homogeneous Differential Equations
A first-order differential equation is homogeneous if it can be written in form dy/dx = f(y/x), where right side depends only on ratio y/x. Alternatively, equation Mdx + Ndy = 0 is homogeneous if both M(x,y) and N(x,y) are homogeneous functions of same degree. A function f(x,y) is homogeneous of degree n if f(tx,ty) = t^n·f(x,y) for all t. To solve: use substitution v = y/x, which means y = vx. Differentiating gives dy/dx = v + x(dv/dx). Substitute into original equation to get separable form in v and x. After separation, integrate both sides: ∫g(v)dv = ∫h(x)dx. Finally substitute v = y/x back to get solution. Common examples include dy/dx = (y/x) + tan(y/x), or x²(dy/dx) = y² + xy. Recognition is key: look for expressions that can be written in terms of y/x ratio. In our problem, dividing numerator and denominator by x revealed dependence on y/x only.
📌 Separable Differential Equations
A DE is separable if it can be written as dy/dx = g(x)·h(y), allowing separation: (1/h(y))dy = g(x)dx. Integration of both sides gives ∫(1/h(y))dy = ∫g(x)dx + C. The key is separating variables to opposite sides. Examples: dy/dx = xy separates to (dy/y) = x dx. After integration: ln|y| = x²/2 + C, giving y = Ae^(x²/2). For dy/dx = e^(x-y), rewrite as e^y dy = e^x dx, then integrate. Homogeneous equations become separable after v = y/x substitution. In our case, x(dv/dx) = √(1+v²) separates to dv/√(1+v²) = dx/x. This transforms complex homogeneous DE into manageable separable form. Separation method is fundamental as it reduces DE to two independent integrations. However, not all DEs are separable – some require integrating factors or other techniques.
📌 Hyperbolic Functions & Integration
Hyperbolic functions are analogs of trig functions: sinh(x) = (e^x – e^(-x))/2, cosh(x) = (e^x + e^(-x))/2, tanh(x) = sinh(x)/cosh(x). Identity: cosh²x – sinh²x = 1. Derivatives: d/dx(sinh x) = cosh x, d/dx(cosh x) = sinh x. Inverse functions: sinh⁻¹(x) = ln(x + √(x²+1)), cosh⁻¹(x) = ln(x + √(x²-1)) for x≥1. Key integral: ∫dx/√(1+x²) = sinh⁻¹(x) + C = ln(x + √(1+x²)) + C. Similarly ∫dx/√(x²-1) = cosh⁻¹(x) + C. In our problem, ∫dv/√(1+v²) gives sinh⁻¹(v). To evaluate sinh(ln x), use definition: sinh(ln x) = (e^(ln x) – e^(-ln x))/2 = (x – 1/x)/2 = (x²-1)/(2x). This appears frequently in homogeneous DEs. Hyperbolic functions model catenary curves, special relativity, and appear in many physics applications. Understanding their properties and integrals is crucial for JEE.
📌 Initial Value Problems (IVP)
An IVP consists of differential equation plus initial condition y(x₀) = y₀. General solution of first-order DE contains one arbitrary constant C. Initial condition determines C uniquely, giving particular solution. Process: (1) Solve DE to get general solution with C, (2) Apply y(x₀) = y₀ to find C, (3) Write particular solution. For example, dy/dx = 2x with y(0) = 1 gives general solution y = x² + C. Using y(0) = 1: 1 = 0 + C, so C = 1 and particular solution is y = x² + 1. Existence-Uniqueness Theorem: if f(x,y) and ∂f/∂y are continuous near (x₀,y₀), then unique solution exists. In our problem, y(1) = 0 gave v = 0 at x = 1, leading to C = 0. This determined specific curve among infinite family of solutions. IVPs model real scenarios: initial temperature, starting position, launch velocity. They’re fundamental in physics, engineering, and JEE problems.
Q
How to recognize homogeneous DE?
⌄
Check if dy/dx = f(y/x). Divide all terms by appropriate power of x to see if it reduces to function of y/x only. If yes → homogeneous. Use v = y/x substitution.
Q
Why does v = y/x work?
⌄
Since equation depends on y/x ratio, replacing this ratio with single variable v simplifies structure. Gives dy/dx = v + x(dv/dx), converting to separable form.
Q
What is sinh⁻¹ and its integral?
⌄
Inverse hyperbolic sine. ∫(1/√(1+v²))dv = sinh⁻¹(v) + C = ln(v + √(1+v²)) + C. Both forms equivalent, use whichever is convenient.
Q
How to simplify sinh(ln x)?
⌄
sinh(ln x) = (e^(ln x) – e^(-ln x))/2 = (x – 1/x)/2 = (x² – 1)/(2x). Key step to get final answer y = (x² – 1)/2.