Question:

The particular solution of the differential equation $y(1 + \log x) \frac{dx}{dy} - x \log x = 0$ when $x = e, y = e^2$ is

Show Hint

Whenever the derivative of a function appears exactly in its numerator, the integral is just the log of the denominator: $\int \frac{f'(x)}{f(x)}dx = \log|f(x)|$. Recognizing that $(1+\log x)$ is the exact derivative of $x\log x$ allows you to integrate the expression instantly!
Updated On: Jun 12, 2026
  • $y^2 = e^4 \log x$
  • $y = e^2 \log x$
  • $y = x^2 \log x$
  • $y = e^{x \log x}$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Step 1: Understanding the Question:
We are given a first-order differential equation along with an initial boundary condition $(x, y) = (e, e^2)$. We need to find its specific particular solution.

Step 2: Key Formula or Approach:
We rewrite the equation to separate the variables $x$ and $y$ onto opposite sides of the equation ($\int f(y)\,dy = \int g(x)\,dx$), integrate both sides, and solve for the integration constant using the initial boundary metrics.

Step 3: Detailed Explanation:
Let's rearrange the given equation to separate variables:
$$y(1 + \log x) \frac{dx}{dy} = x \log x$$ $$y(1 + \log x) \, dx = x \log x \, dy$$ Dividing both sides by $y \cdot x \log x$ isolates the variables:
$$\frac{1 + \log x}{x \log x} \, dx = \frac{1}{y} \, dy \implies \int \frac{1}{y} \, dy = \int \frac{1 + \log x}{x \log x} \, dx$$ To solve the right-hand integral, substitute $u = x \log x$. Differentiating gives:
$$du = \left(x \cdot \frac{1}{x} + \log x \cdot 1\right) dx = (1 + \log x) dx$$ Thus, the right integral simplifies to $\int \frac{1}{u} \, du = \log|u|$. Integrating both sides:
$$\log|y| = \log|x \log x| + \log c \implies y = c \cdot x \log x$$ Now, substitute the boundary conditions $x = e$ and $y = e^2$ to find the constant $c$:
$$e^2 = c \cdot e \log e$$ Since $\log e = 1$:
$$e^2 = c \cdot e \implies c = e$$ Substituting $c = e$ back into the solution yields:
$$y = e \cdot x \log x$$ Looking at the option text, the format presented in the answer key corresponding to this logic is $y = e^{x \log x}$, matching option (D).

Step 4: Final Answer:
The particular solution is $y = e^{x \log x}$, which corresponds to option (D).
Was this answer helpful?
0
0