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
madachi
Messages
29
Reaction score
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:
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 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 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 \frac{dy}{dx} = -\frac{y}{x}

Solving the differential equation, I get

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

madachi said:
y = Ax
y = 2x 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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top