Solving a Flow Line Curve: c(t) for F=(x,-y)

  • Thread starter Thread starter madachi
  • Start date Start date
  • Tags Tags
    Curve Flow Line
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
madachi
Messages
29
Reaction score
0

Homework Statement



Find the flow line curve [itex]c(t)[/itex] to the vector field [itex]F = (x,-y)[/itex] which passes through the point [itex](1, 2)[/itex].

The Attempt at a Solution



So I let [itex]c(t) = (x(t), y(t))[/itex].
So [itex]c'(t) = ( \frac{dx}{dt} , \frac{dy}{dt} )[/itex].

Now, [itex]\frac{dx}{dt} = x[/itex] and [itex]\frac{dy}{dt} = -y[/itex].

So [itex]\frac{dy}{dx} = -\frac{y}{x}[/itex]

Solving the differential equation, I get

[itex]ln(y) = -ln(x) + C[/itex]
[itex]y = e^{-ln(x) + C}[/itex]
[itex]y = \frac{A}{x}[/itex]
[itex]y = \frac{2}{x}[/itex] by using the point given.

This is not the answer given, I am not sure what they want. The answer given is
[itex]c(t) = ( e^{t}, 2e^{-t} )[/itex].

Thanks.
 
Last edited:
Physics news on Phys.org
you have given an explicit equation y(x).

The answer given is parametric c(t) = (y(t), x(t))
 
there's an arithmetic mistep as well...
madachi said:
1. Homework Statement


Find the flow line curve [itex]c(t)[/itex] to the vector field [itex]F = (x,-y)[/itex] which passes through the point [itex](1, 2)[/itex].

The Attempt at a Solution



So I let [itex]c(t) = (x(t), y(t))[/itex].
So [itex]c'(t) = ( \frac{dx}{dt} , \frac{dy}{dt} )[/itex].

Now, [itex]\frac{dx}{dt} = x[/itex] and [itex]\frac{dy}{dt} = -y[/itex].
so you could solve for the parametric form of y(t) and x(t) here rather than the explicit substitution

use the given point as you initial conditions for each
madachi said:
So [itex]\frac{dy}{dx} = -\frac{y}{x}[/itex]

Solving the differential equation, I get

[itex]ln(y) = -ln(x) + C[/itex]
[itex]y = e^{-ln(x) + C}[/itex]
the next step isn't quite right either, it should go
[itex]y = e^{-ln(x) + C} = e^C e^{ln(x^{-1})} = e^C (x^{-1})[/itex]

madachi said:
[itex]y = Ax[/itex]
[itex]y = 2x[/itex] by using the point given.

This is not the answer given, I am not sure what they want. The answer given is
[itex]c(t) = ( e^{t}, 2e^{-t} )[/itex].

Thanks.