Task: d y d x = 1 + ( d y d x ) 2 \frac{dy}{dx} = 1 + (\frac{dy}{dx})^2 d x d y = 1 + ( d x d y ) 2 .
Solution: It is convinient to use new variable: f = d y d x f = \frac{dy}{dx} f = d x d y (1).
By substitution (1) it is possible to transform initial equation in the following form:
f 2 − f + 1 = 0 f^2 -f + 1 = 0 f 2 − f + 1 = 0
This is an ordinary quadratic equations with the following solution:
D = ( − 1 ) 2 − 4 ⋅ 1 ⋅ 1 = − 3 f 1 , 2 = 1 ± D 2 = 1 ± 3 i 2 f 1 = 1 2 + 3 2 i , f 2 = 1 2 − 3 2 i D = (-1)^2 - 4 \cdot 1 \cdot 1 = -3 \\
f_{1,2} = \frac{1 \pm \sqrt{D}}{2} = \frac{1 \pm \sqrt{3}i}{2} \\
f_1 = \frac{1}{2} + \frac{\sqrt{3}}{2}i,\ f_2 = \frac{1}{2} - \frac{\sqrt{3}}{2}i D = ( − 1 ) 2 − 4 ⋅ 1 ⋅ 1 = − 3 f 1 , 2 = 2 1 ± D = 2 1 ± 3 i f 1 = 2 1 + 2 3 i , f 2 = 2 1 − 2 3 i
where i 2 = − 1 i^2 = -1 i 2 = − 1 — imaginary unit.
By using reversed transform of (1) we can get the solutions:
y 1 , 2 = ∫ f 1 , 2 d x y_{1,2} = \int f_{1, 2} dx y 1 , 2 = ∫ f 1 , 2 d x
To integrate complex functions it is possible to use the feature of continous contour integrals:
∫ ( u ( x ) + i v ( x ) ) d x = ∫ u ( x ) d x + i ∫ v ( x ) d x \int (u(x) + iv(x))dx = \int u(x) dx + i\int v(x)dx ∫ ( u ( x ) + i v ( x )) d x = ∫ u ( x ) d x + i ∫ v ( x ) d x
Thus, the solutions are:
y 1 ( x ) = ∫ f 1 d x = ∫ ( 1 2 + 3 2 i ) d x = ∫ 1 2 d x + i ∫ 3 2 d x = ( 1 2 + 3 2 i ) x + C 1 y 2 ( x ) = ∫ f 2 d x = ∫ ( 1 2 − 3 2 i ) d x = ∫ 1 2 d x − i ∫ 3 2 d x = ( 1 2 − 3 2 i ) x + C 2 y_1(x) = \int f_1 dx = \int (\frac{1}{2} + \frac{\sqrt{3}}{2}i)dx = \int \frac{1}{2}dx + i\int \frac{\sqrt{3}}{2}dx=(\frac{1}{2} + \frac{\sqrt{3}}{2}i)x + C_1 \\
y_2(x) = \int f_2 dx = \int (\frac{1}{2} - \frac{\sqrt{3}}{2}i)dx = \int \frac{1}{2}dx - i\int \frac{\sqrt{3}}{2}dx=(\frac{1}{2} - \frac{\sqrt{3}}{2}i)x + C_2 y 1 ( x ) = ∫ f 1 d x = ∫ ( 2 1 + 2 3 i ) d x = ∫ 2 1 d x + i ∫ 2 3 d x = ( 2 1 + 2 3 i ) x + C 1 y 2 ( x ) = ∫ f 2 d x = ∫ ( 2 1 − 2 3 i ) d x = ∫ 2 1 d x − i ∫ 2 3 d x = ( 2 1 − 2 3 i ) x + C 2
So, the final solution is:
y ( x ) = ( 1 2 ± 3 2 i ) x + C y(x) = (\frac{1}{2} \pm \frac{\sqrt{3}}{2}i)x + C y ( x ) = ( 2 1 ± 2 3 i ) x + C
Answer: y ( x ) = ( 1 2 ± 3 2 i ) x + C y(x) = (\frac{1}{2} \pm \frac{\sqrt{3}}{2}i)x + C y ( x ) = ( 2 1 ± 2 3 i ) x + C
Comments