Step 1: Analyze the Equation:
Rewrite the differential equation:
\[ t^2 dx = -(x^2 - tx + t^2) dt \]
\[ \frac{dx}{dt} = -\frac{x^2 - tx + t^2}{t^2} = -\left( \left(\frac{x}{t}\right)^2 - \frac{x}{t} + 1 \right) \]
The equation is a homogeneous differential equation because it can be expressed as a function of \(x/t\).
Step 2: Identify Substitution:
Standard substitutions for homogeneous equations are \(x = vt\) (which implies \(v = x/t\)) or \(t = vx\) (which implies \(v = t/x\)).
The goal is to separate variables.
Option (A) is \(t = Vx\). This is one of the valid substitutions for homogeneous equations (often used when \(dx/dt\) is a function of \(t/x\), but also valid here algebraically).
Let's check if it works:
If \(t = Vx\), then \(dt = V dx + x dV\).
Substitute into the original form \(t^2 dx + (x^2 - tx + t^2) dt = 0\):
Since it's homogeneous, this substitution will reduce it to a separable form involving \(V\) and \(x\).
Specifically, substituting \(t=Vx\) (or equivalently \(x/t = 1/V\)) into \(\frac{dx}{dt} = f(x/t)\) is mathematically sound for separation.
Thus, the substitution \(t = Vx\) is the correct choice among the options.