Task: dxdy=1+(dxdy)2 .
Solution: It is convinient to use new variable: f=dxdy (1).
By substitution (1) it is possible to transform initial equation in the following form:
f2−f+1=0
This is an ordinary quadratic equations with the following solution:
D=(−1)2−4⋅1⋅1=−3f1,2=21±D=21±3if1=21+23i, f2=21−23i
where i2=−1 — imaginary unit.
By using reversed transform of (1) we can get the solutions:
y1,2=∫f1,2dx
To integrate complex functions it is possible to use the feature of continous contour integrals:
∫(u(x)+iv(x))dx=∫u(x)dx+i∫v(x)dx
Thus, the solutions are:
y1(x)=∫f1dx=∫(21+23i)dx=∫21dx+i∫23dx=(21+23i)x+C1y2(x)=∫f2dx=∫(21−23i)dx=∫21dx−i∫23dx=(21−23i)x+C2
So, the final solution is:
y(x)=(21±23i)x+C
Answer: y(x)=(21±23i)x+C
Comments