Q5
1 markMCQSection A

General solution of differential equation ylogydxxdy=0y \log y \, dx - x \, dy = 0 is :

Calculus (Differential Equations)
Differential Equations — variable separable

Options

(A)y=logcxy = \log |cx|
(B)y=ecxy = e^{|cx|}
(C)y=ec+xy = e^{c + x}
(D)logy=c+x\log y = |c + x|
Official Answer

The correct option is B) y=ecxy = e^{|cx|} (i.e. y=ecxy = e^{cx}).


Working:


  • ylogydxxdy=0ylogydx=xdyy \log y \, dx - x \, dy = 0 \Rightarrow y \log y \, dx = x \, dy.
  • Separate variables: dxx=dyylogy\frac{dx}{x} = \frac{dy}{y \log y}.
  • Integrate: dxx=dyylogy\int \frac{dx}{x} = \int \frac{dy}{y \log y}. Put u=logyu = \log y, du=dyydu = \frac{dy}{y}, so the RHS = duu\int \frac{du}{u}.
  • logx=loglogy\log|x| = \log|\log y| + constant ⇒ logy=cx\log y = c \cdot x.
  • Therefore y=ecxy = e^{cx}.
variable separabledifferential equationy log ysubstitution u = log ylog y = cxy = e^{cx}general solution

Marking Scheme

  • 11 mark: correct separation, integration to logy=cx\log y = cx, and answer y=ecxy = e^{cx} (option B).

Hint

Separate to dxx=dyylogy\frac{dx}{x} = \frac{dy}{y \log y}; substitute u=logyu = \log y so the right side is duu\int \frac{du}{u}.

Quick Oral Answer

Separating gives dxx=dyylogy\frac{dx}{x} = \frac{dy}{y \log y}; with u=logyu = \log y this integrates to logy=cx\log y = cx, so y=ecxy = e^{cx}.

Analysis & Explanation

This is a classic variable-separable differential equation with a substitution on the y-side.


Concept:


  • Separate x-terms and y-terms, then integrate each side.
  • The substitution u=logyu = \log y turns dyylogy\int \frac{dy}{y \log y} into the standard duu=logu\int \frac{du}{u} = \log|u|.

Why B is correct:


  • Integration gives logx=loglogy+c1\log|x| = \log|\log y| + c_1, i.e. logy=cx\log y = cx, hence y=ecxy = e^{cx}, matching option B.

Why the distractors are wrong:


  • A (y=logcxy = \log|cx|): inverts the exponential relation incorrectly.
  • C (y=ec+xy = e^{c+x}): comes from treating the constant additively (logy=c+x\log y = c + x) instead of multiplicatively.
  • D (logy=c+x\log y = |c + x|): again uses an additive constant, which does not follow from logx=loglogy+c\log|x| = \log|\log y| + c.

Common Mistakes

  1. 1Taking the arbitrary constant additively (logy=c+x\log y = c + x) instead of multiplicatively (logy=cx\log y = cx).
  2. 2Forgetting the substitution u=logyu = \log y and mis-integrating dyylogy\int \frac{dy}{y \log y}.
  3. 3Dropping the exponential step, leaving the answer as logy\log y instead of y.

Interesting Facts

The integral dxxlogx=loglogx\int \frac{dx}{x \log x} = \log|\log x| is a textbook example of a nested-log substitution.

Equations of the form dydx=yf(x)\frac{dy}{dx} = y \cdot f(x) always yield exponential-type solutions, y=efdxy = e^{\int f\,dx}.

Spotted a mistake or something unclear?

Tell us — we fix reported answers fast.

Frequently Asked Questions

Why is the constant multiplicative (cxcx) and not additive (c+xc + x)?

Integration gives logx=loglogy+c1\log|x| = \log|\log y| + c_1. Exponentiating both sides moves the additive constant into a multiplicative factor, so logy=cx\log y = cx, not c+xc + x.

What substitution simplifies dyylogy\int \frac{dy}{y \log y}?

Let u=logyu = \log y, then du=dyydu = \frac{dy}{y} and the integral becomes duu=logu=loglogy\int \frac{du}{u} = \log|u| = \log|\log y|.