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

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

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

3

Understanding the Differential Equation

The given differential equation is \(x dy = y(dx + ydy)\). We are also provided with an initial condition \(y(1) = 1\) and the constraint \(y(x) > 0\) for all relevant \(x\). Our goal is to find the value of \(y(-3)\).

First, let's rearrange the given equation to identify its type.

\(x dy = y dx + y^2 dy\)

Move the \(y^2 dy\) term to the left side:

\(x dy - y^2 dy = y dx\)

Factor out \(dy\) on the left side:

\((x - y^2) dy = y dx\)

We can rewrite this in the form \(\frac{dx}{dy}\) to see if it fits a standard type:

\(\frac{dx}{dy} = \frac{x - y^2}{y}\)

Separate the terms on the right side:

\(\frac{dx}{dy} = \frac{x}{y} - \frac{y^2}{y}\)

\(\frac{dx}{dy} = \frac{x}{y} - y\)

Rearrange it into the standard form of a first-order linear differential equation in \(x\) with respect to \(y\):

\(\frac{dx}{dy} - \frac{1}{y} x = -y\)

This equation is of the form \(\frac{dx}{dy} + P(y)x = Q(y)\), where \(P(y) = -\frac{1}{y}\) and \(Q(y) = -y\).

Solving the First-Order Linear Differential Equation

To solve this linear differential equation, we use an integrating factor. The integrating factor (IF) is given by \(e^{\int P(y) dy}\).

Calculate the integral of \(P(y)\):

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

Since we are given \(y(x) > 0\), we can use \(\ln(y)\).

So, \(\int P(y) dy = -\ln(y) = \ln(y^{-1}) = \ln\left(\frac{1}{y}\right)\).

Now, find the integrating factor:

IF \(= e^{\int P(y) dy} = e^{\ln\left(\frac{1}{y}\right)} = \frac{1}{y}\).

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

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

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

\(\frac{x}{y} = \int (-1) dy + C\)

\(\frac{x}{y} = -y + C\)

Multiply by \(y\) to solve for \(x\):

\(x = -y^2 + Cy\)

This is the general solution to the differential equation.

Applying the Initial Condition y(1) = 1

We are given that when \(x=1\), \(y=1\). Substitute these values into the general solution \(x = -y^2 + Cy\) to find the value of the constant \(C\).

\(1 = -(1)^2 + C(1)\)

\(1 = -1 + C\)

\(1 + 1 = C\)

\(C = 2\)

Now substitute the value of \(C\) back into the general solution to get the particular solution:

\(x = -y^2 + 2y\)

Finding y(-3)

We need to find the value of \(y\) when \(x = -3\). Substitute \(x = -3\) into the particular solution:

\(-3 = -y^2 + 2y\)

Rearrange this into a standard quadratic equation \(ay^2 + by + c = 0\):

\(y^2 - 2y - 3 = 0\)

We can solve this quadratic equation for \(y\) by factoring. We need two numbers that multiply to -3 and add up to -2. These numbers are -3 and 1.

\((y - 3)(y + 1) = 0\)

This gives two possible solutions for \(y\):

  • \(y - 3 = 0 \implies y = 3\)
  • \(y + 1 = 0 \implies y = -1\)

However, the problem states that \(y(x) > 0\). We must choose the solution for \(y\) that is positive.

  • \(y = 3\) is positive (\(3 > 0\)).
  • \(y = -1\) is not positive (\(-1 \ngtr 0\)).

Therefore, based on the constraint \(y(x) > 0\), the only valid solution for \(y(-3)\) is 3.

Revision Table: Key Steps

Step Description Result/Equation
1 Rearrange the DE into standard linear form \(\frac{dx}{dy} + P(y)x = Q(y)\). \(\frac{dx}{dy} - \frac{1}{y} x = -y\)
2 Identify \(P(y)\) and \(Q(y)\). \(P(y) = -\frac{1}{y}\), \(Q(y) = -y\)
3 Calculate the Integrating Factor (IF). IF \(= \frac{1}{y}\)
4 Find the general solution \(x \cdot (\text{IF}) = \int (Q(y) \cdot \text{IF}) dy + C\). \(x = -y^2 + Cy\)
5 Apply the initial condition \(y(1) = 1\) to find \(C\). \(C = 2\)
6 Write the particular solution. \(x = -y^2 + 2y\)
7 Substitute \(x = -3\) into the particular solution. \(-3 = -y^2 + 2y\)
8 Solve the resulting quadratic equation for \(y\). \((y - 3)(y + 1) = 0 \implies y = 3, -1\)
9 Apply the constraint \(y(x) > 0\). Choose \(y = 3\)

Additional Information: Linear Differential Equations

A first-order linear differential equation has the general form \(\frac{dy}{dx} + P(x)y = Q(x)\) or \(\frac{dx}{dy} + P(y)x = Q(y)\).

  • If the form is \(\frac{dy}{dx} + P(x)y = Q(x)\), the integrating factor is \(e^{\int P(x) dx}\), and the general solution is \(y \cdot (\text{IF}) = \int (Q(x) \cdot \text{IF}) dx + C\).
  • If the form is \(\frac{dx}{dy} + P(y)x = Q(y)\), the integrating factor is \(e^{\int P(y) dy}\), and the general solution is \(x \cdot (\text{IF}) = \int (Q(y) \cdot \text{IF}) dy + C\).

The integrating factor method is a standard technique for solving these types of differential equations. It works by multiplying the entire equation by a function (the integrating factor) that makes the left side the derivative of a product, which can then be easily integrated.

Was this answer helpful?

Similar Questions

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

  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. What is the general solution of the differential equation ydx – (x + 2y 2) dy = 0?

  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