All Exams Test series for 1 year @ ₹349 only
Question

What is the general solution of the differential equation ydx – (x + 2y 2) dy = 0?

This question was previously asked in
NDA I 2017 GAT Previous Year Paper (23-Apr-2017)
The correct answer is

x = 2y 2+ cy

Understanding the Differential Equation

The given equation is a first-order differential equation: \( y \, dx - (x + 2y^2) \, dy = 0 \). This equation involves differentials \(dx\) and \(dy\). To solve it, we need to recognize its type and apply the appropriate method.

Rearranging the Differential Equation

Let's rearrange the equation to see if it fits a standard form. We can rewrite it as:

\[ y \, dx = (x + 2y^2) \, dy \]

To potentially transform it into a linear differential equation, let's divide by \(dy\) (assuming \(dy \neq 0\)):

\[ y \frac{dx}{dy} = x + 2y^2 \]

Now, let's rearrange to group the \(x\) term:

\[ y \frac{dx}{dy} - x = 2y^2 \]

Divide by \(y\) (assuming \(y \neq 0\)) to get the coefficient of \(\frac{dx}{dy}\) as 1:

\[ \frac{dx}{dy} - \frac{1}{y} x = 2y \]

This equation is in the form of a linear differential equation in \(x\) with respect to \(y\), which is \(\frac{dx}{dy} + P(y)x = Q(y)\).

Identifying P(y) and Q(y)

Comparing the rearranged equation \(\frac{dx}{dy} - \frac{1}{y} x = 2y\) with the standard form \(\frac{dx}{dy} + P(y)x = Q(y)\), we can identify:

  • \( P(y) = -\frac{1}{y} \)
  • \( Q(y) = 2y \)

Calculating the Integrating Factor (IF)

For a linear differential equation of the form \(\frac{dx}{dy} + P(y)x = Q(y)\), the integrating factor is given by \( IF = e^{\int P(y) dy} \). Let's calculate the integral of \(P(y)\):

\[ \int P(y) dy = \int -\frac{1}{y} dy = -\ln|y| \]

Now, calculate the integrating factor:

\[ IF = e^{-\ln|y|} = e^{\ln|y^{-1}|} = |y^{-1}| = \frac{1}{|y|} \]

We can use \( IF = \frac{1}{y} \) (assuming \(y \neq 0\)).

Finding the General Solution

The general solution for a linear differential equation \(\frac{dx}{dy} + P(y)x = Q(y)\) is given by \( x \cdot IF = \int (Q(y) \cdot IF) dy + C \), where \(C\) is the constant of integration.

Substitute the values of \(x\), \(IF\), and \(Q(y)\):

\[ x \cdot \frac{1}{y} = \int \left( 2y \cdot \frac{1}{y} \right) dy + C \]

Simplify the integrand:

\[ \frac{x}{y} = \int 2 \, dy + C \]

Perform the integration:

\[ \frac{x}{y} = 2y + C \]

Finally, multiply by \(y\) to solve for \(x\):

\[ x = y(2y + C) \]

\[ x = 2y^2 + Cy \]

This is the general solution to the given differential equation \( y \, dx - (x + 2y^2) \, dy = 0 \).

Checking the Options

Let's compare our derived general solution \( x = 2y^2 + Cy \) with the provided options:

  • Option 1: \( x = y^2 + cy \) - Does not match.
  • Option 2: \( x = 2cy^2 \) - Does not match.
  • Option 3: \( x = 2y^2 + cy \) - Matches our derived solution (using \(c\) as the constant of integration).
  • Option 4: None of the above - Incorrect, as Option 3 matches.
Step Action Equation/Result
1 Rearrange the DE \( \frac{dx}{dy} - \frac{1}{y} x = 2y \)
2 Identify \( P(y) \) and \( Q(y) \) \( P(y) = -\frac{1}{y} \), \( Q(y) = 2y \)
3 Calculate Integrating Factor (IF) \( IF = \frac{1}{y} \)
4 Apply General Solution formula \( x \cdot \frac{1}{y} = \int \left( 2y \cdot \frac{1}{y} \right) dy + C \)
5 Integrate \( \frac{x}{y} = 2y + C \)
6 Solve for \( x \) \( x = 2y^2 + Cy \)

General Solution Finding Summary

To find the general solution of \( y \, dx - (x + 2y^2) \, dy = 0 \), we transformed it into a first-order linear differential equation in \(x\) with respect to \(y\). We identified \(P(y)\) and \(Q(y)\), calculated the integrating factor, and used the standard formula for the general solution of linear differential equations.

Revision Table: Key Differential Equation Concepts

Concept Description Formula/Form
First-Order DE An equation involving the first derivative of the dependent variable. \( \frac{dy}{dx} = f(x, y) \) or \( M(x,y)dx + N(x,y)dy = 0 \)
Linear DE A DE where the dependent variable and its derivatives appear only in the first power and are not multiplied together. \( \frac{dy}{dx} + P(x)y = Q(x) \) or \( \frac{dx}{dy} + P(y)x = Q(y) \)
Integrating Factor (IF) A function multiplied throughout a DE to make it easily integrable. For \( \frac{dy}{dx} + P(x)y = Q(x) \), \( IF = e^{\int P(x) dx} \). For \( \frac{dx}{dy} + P(y)x = Q(y) \), \( IF = e^{\int P(y) dy} \).
General Solution A solution to a DE that contains arbitrary constants. For \( \frac{dy}{dx} + P(x)y = Q(x) \), \( y \cdot IF = \int (Q(x) \cdot IF) dx + C \). For \( \frac{dx}{dy} + P(y)x = Q(y) \), \( x \cdot IF = \int (Q(y) \cdot IF) dy + C \).

Additional Information: Solving Differential Equations

Differential equations are mathematical equations that relate a function with its derivatives. They are used to model many real-world processes in physics, engineering, economics, biology, and more. Solving a differential equation means finding the function that satisfies the equation. There are various types of differential equations and corresponding methods to solve them.

  • Separable Equations: Can be written in the form \( f(x) dx + g(y) dy = 0 \).
  • Exact Equations: \( M(x,y)dx + N(x,y)dy = 0 \) is exact if \( \frac{\partial M}{\partial y} = \frac{\partial N}{\partial x} \).
  • Homogeneous Equations: \( \frac{dy}{dx} = f(\frac{y}{x}) \).
  • Linear Equations: Discussed above (\( \frac{dy}{dx} + P(x)y = Q(x) \) or \( \frac{dx}{dy} + P(y)x = Q(y) \)).
  • Bernoulli's Equation: \( \frac{dy}{dx} + P(x)y = Q(x)y^n \). Can be transformed into a linear equation.

Understanding how to identify the type of differential equation is the first crucial step towards finding its general solution.

Was this answer helpful?

Similar Questions

  1. If xdy = y(dx + ydy) ; y(1) = 1 and y(x) > 0, then what is y(-3) equal to?

  2. A particle starts from origin with a velocity (in m/s) given by the equation \(\rm \frac{dx}{dt}=x+1\) . The time (in seconds) taken by the particle to traverse a distance of 24 m is:

  3. If \(\frac{d}{d x}\left(\frac{1+x^4+x^8}{1−x^2+x^4}\right)\)  = ax + bx 3 , then which one of the following is correct?
  4. What is the solution of the differential equation (dy − dx) + cos x(dy + dx) = 0 ?

  5. What is the solution of the following differential equation?

    \(\rm \ln\left(\frac{dy}{dx}\right)+y = x\)

  6. The solution of the differential equation \(\frac{{dy}}{{dx}} = \cos \left( {y - x} \right) + 1\) is

  7. What is the solution of the differential equation x dy – y dx = 0?

  8. What is the general solution of the differential equation \(\frac{{dy}}{{dx}} + \frac{x}{y} = 0\) ?

  9. What is the solution of the differential equation \(\ln \left( {\frac{{{\rm{dy}}}}{{{\rm{dx}}}}} \right) - {\rm{a}} = 0?\)

  10. What is the solution of the differential equation.

    \(\frac{{ydx - xdy}}{{{y^2}}} = 0\) ?

    Where c is an arbitrary constant.


Important Questions from Solution of Differential Equations

  1. The solution of the differential equation \(\rm\left(\frac{dy}{dx}\right)^2−\frac{d^2y}{dx^2}\)  = e y , with the boundary conditions y(0) = 0 and y'(0) = −1, is
  2. The equation of motion of a one-dimensional forced harmonic oscillator in the presence of a dissipative force is described by \(\frac{{{{\rm{d}}^{\rm{2}}}{\rm{x}}}}{{{\rm{d}}{{\rm{t}}^{\rm{2}}}}}\,{\rm{ + }}\,{\rm{10}}\frac{{{\rm{dx}}}}{{{\rm{dt}}}}\,{\rm{ + }}\,{\rm{16x}}\,{\rm{ = }}\,{\rm{6t}}{{\rm{e}}^{{\rm{ - 8t}}}}{\rm{ + }}\,{\rm{4}}{{\rm{t}}^{\rm{2}}}{{\rm{e}}^{{\rm{ - 2t}}}}\) The general form of the particular solution, in terms of constants A, B etc., is

  3. If xdy = y(dx + ydy) ; y(1) = 1 and y(x) > 0, then what is y(-3) equal to?

  4. If y(x) is a solution of the differential equation \(\frac{{dy}}{{dx}} + 4xy = {x^3},y(0) = 0\) then \(\mathop {\lim }\limits_{x \to 0} y(x)\) is

  5. Consider the following differential equation

    \((1 + y) \frac{dy}{dx} = y\)

    The solution of the equation that satisfies the condition y(1) = 1 is

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1066 Attempts
4.6(137)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App