Question:

If order and degree of the differential equation corresponding to the family of curves y2 = 4a(x+a)(a is parameter) are m and n respectively, then m+n2 =

Updated On: Apr 29, 2025
  • 3

  • 4

  • 5

  • 2

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

To solve the problem, we need to find the order $m$ and degree $n$ of the differential equation for the family of curves $y^2 = 4a(x + a)$, where $a$ is a parameter, and compute $m + n^2$.

1. Differentiate the Equation:
Given $y^2 = 4a(x + a)$, differentiate with respect to $x$:
$2y \frac{dy}{dx} = 4a$.
Solve for $a$:
$a = \frac{y}{2} \frac{dy}{dx}$.

2. Eliminate the Parameter:
Substitute $a = \frac{y}{2} \frac{dy}{dx}$ into $y^2 = 4a(x + a)$:
$y^2 = 4 \left( \frac{y}{2} \frac{dy}{dx} \right) \left( x + \frac{y}{2} \frac{dy}{dx} \right)$.
Simplify:
$y^2 = 2y \frac{dy}{dx} \left( x + \frac{y}{2} \frac{dy}{dx} \right)$.
Divide by $y$ (assuming $y \neq 0$):
$y = 2 \frac{dy}{dx} \left( x + \frac{y}{2} \frac{dy}{dx} \right)$.
Expand:
$y = 2x \frac{dy}{dx} + y \left( \frac{dy}{dx} \right)^2$.

3. Determine Order and Degree:
The differential equation is $y = 2x \frac{dy}{dx} + y \left( \frac{dy}{dx} \right)^2$.
The highest-order derivative is $\frac{dy}{dx}$, so the order is $m = 1$.
The highest power of $\frac{dy}{dx}$ is $\left( \frac{dy}{dx} \right)^2$, so the degree is $n = 2$.

4. Compute $m + n^2$:
Calculate:
$m + n^2 = 1 + 2^2 = 1 + 4 = 5$.

Final Answer:
The value of $m + n^2$ is $5$.

Was this answer helpful?
0
2

Concepts Used:

Differential Equations

A differential equation is an equation that contains one or more functions with its derivatives. The derivatives of the function define the rate of change of a function at a point. It is mainly used in fields such as physics, engineering, biology and so on.

Orders of a Differential Equation

First Order Differential Equation

The first-order differential equation has a degree equal to 1. All the linear equations in the form of derivatives are in the first order. It has only the first derivative such as dy/dx, where x and y are the two variables and is represented as: dy/dx = f(x, y) = y’

Second-Order Differential Equation

The equation which includes second-order derivative is the second-order differential equation. It is represented as; d/dx(dy/dx) = d2y/dx2 = f”(x) = y”.

Types of Differential Equations

Differential equations can be divided into several types namely

  • Ordinary Differential Equations
  • Partial Differential Equations
  • Linear Differential Equations
  • Nonlinear differential equations
  • Homogeneous Differential Equations
  • Nonhomogeneous Differential Equations