Question:

Let $y=y(x)$ be the solution curve of the differential equation $\frac{d y}{d x}=\frac{y}{x}\left(1+x y^2\left(1+\log _e x\right)\right), x>0, y(1)=3$ Then $\frac{y^2(x)}{9}$ is equal to :

Updated On: Mar 20, 2025
  • $\frac{x^2}{5-2 x^3\left(2+\log _e x^3\right)}$
  • $\frac{x^2}{3 x^3\left(1+\log _e x^2\right)-2}$
  • $\frac{x^2}{7-3 x^3\left(2+\log _e x^2\right)}$
  • $\frac{x^2}{2 x^3\left(2+\log _e x^3\right)-3}$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Approach Solution - 1









OR



Was this answer helpful?
3
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

1. The given differential equation is: \[ \frac{dy}{dx} = \frac{y}{x}(1 + xy^2(1 + \log x)). \] 2. Simplify and separate variables: \[ \frac{dy}{y} = \frac{(1 + xy^2(1 + \log x))}{x} \, dx. \] 3. Rearrange terms: \[ \frac{dy}{y} = (1 + \log x + xy^2) \, dx. \] 4. Multiply by an integrating factor to linearize: \[ I.F = e^{\int \frac{1}{x} dx} = e^{\log x} = x. \] 5. The equation becomes: \[ \frac{d}{dx}(y \cdot x) = x(1 + x^2(1 + \log x)). \] 6. Integrate both sides: \[ y \cdot x = \int x + x^3(1 + \log x) \, dx. \] First term: \[ \int x \, dx = \frac{x^2}{2}. \] Second term: \[ \int x^3 \, dx = \frac{x^4}{4}, \quad \int x^3 \log x \, dx = \frac{x^4}{16}(4\log x - 1). \] 7. Combine and simplify: \[ y \cdot x = \frac{x^2}{2} + \frac{x^4}{4} + \frac{x^4}{16}(4\log x - 1). \] 8. Solve for \(y\) and apply the initial condition \(y(1) = 3\): \[ y = \frac{x^2}{5 - 2x^3(2 + \log x^3)}. \] Thus: \[ \frac{y^2}{9} = \frac{x^2}{5 - 2x^3(2 + \log x^3)}. \] To solve differential equations involving \(\frac{dy}{dx}\), separate variables, integrate both sides, and simplify step by step while applying the given initial condition.
Was this answer helpful?
0
0

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