UPSC 2017 Maths Optional Paper 1 Q5b — Step-by-Step Solution
10 marks · Section B
Question
Suppose that the streamlines of the fluid flow are given by a family of curves . Find the equipotential lines, that is, the orthogonal trajectories of the family of curves representing the streamlines.
Technique
Form the ODE of the family, swap , integrate the separable result.
Solution
Step 1 — Differential equation of the given family
Differentiate with respect to :
The parameter is already eliminated, so this is the ODE of the streamline family. Its slope at is .
Step 2 — Replace slope by the orthogonal slope
Orthogonal trajectories cross every member at a right angle, so their slope is the negative reciprocal:
Hence the orthogonal trajectories satisfy
Step 3 — Solve (separable)
Therefore
The equipotential lines form the family of rectangular hyperbolas , with the same asymptotes (the axes rotated ) as the streamlines .
Verification
$ python3 -c "import sympy as sp; x,y=sp.symbols('x y'); print(sp.simplify((-y/x)*(x/y)))"
# -1
The product of the two slopes is at every point, so the families are orthogonal. ✓ (Both and are harmonic conjugates — they are the real/imaginary level curves of the analytic function , confirming the flow/potential interpretation.)