madachi
- 29
- 0
Homework Statement
Find the flow line curve c(t) to the vector field F = (x,-y) which passes through the point (1, 2).
The Attempt at a Solution
So I let c(t) = (x(t), y(t)).
So c'(t) = ( \frac{dx}{dt} , \frac{dy}{dt} ).
Now, \frac{dx}{dt} = x and \frac{dy}{dt} = -y.
So \frac{dy}{dx} = -\frac{y}{x}
Solving the differential equation, I get
ln(y) = -ln(x) + C
y = e^{-ln(x) + C}
y = \frac{A}{x}
y = \frac{2}{x} by using the point given.
This is not the answer given, I am not sure what they want. The answer given is
c(t) = ( e^{t}, 2e^{-t} ).
Thanks.
Last edited: