First order differential equation

squareroot
Messages
76
Reaction score
0

Homework Statement


I'm starting college this autumn(physics) and I started learning some calculus on my own, basic stuff like first order differential equation and so on.Recently i stumbled on something that i don t understand.I was reading the course and re-solving the given examples for myself.So you have the equation

\frac{dy}{dx} = \frac{ \frac{y}{x} - 1 }{ \frac{y}{x} + 1 }

Homework Equations



calculus

The Attempt at a Solution


Given that the equation is already solved but i didn't understand one of the steps if the solutions i'll show you where i get stuck.

So you substitute y=tx and here comes the boom, by doing this substitution they say the result is
\frac{t+1}{t<sup>2</sup>+1}dt =-\frac{dx}{x} and from here on it s quite simple, you just integrate both sides and get the result.But i didn't understand the steps from substituting y=xt to getting to that result.I ll show you how i tried to solve it but got to a different result.

So if y=tx --> dy/dx=tdx and it s clear that if you substitute dy/dx in that equation you don t get their answer.

My main problem is that, in high school we didn't use this notation, we used f'(x) instead of dy/dx and so on, so I'm having a bit of trouble getting used with this notation, but these are the one used in physics so now i have to squash my brains a little and try to get used to them.

If someone can explain that step to me and maybe give me a few tips on how to make the transition between these two notation easier it would be great!

Thank you
 
Last edited:
Physics news on Phys.org
"Here comes the boom"?

Seeing the "y/x" on the right, I think it would be obvious to set t= y/x which is the same as y= xt. Differentiating both sides with respect to x,
\frac{dy}{dx}= x\frac{dt}{dx}+ t.
And the whole point of that substitution is that
\frac{\frac{y}{x}- 1}{\frac{y}{x}+ 1}= \frac{t- 1}{t+ 1}
So the equation becomes
x\frac{dt}{dx}+ t= \frac{t- 1}{t+ 1}
x\frac{dt}{dx}= \frac{t-1}{t+ 1}- t= \frac{t- 1}{t+ 1}- \frac{t(t+ 1)}{t+1} Combine the fractions on the right and you have a relatively simple "separable" equation.

(Personally, I thing dy/dx is a better notation than y' but you can translate back:
y'= (y/x- 1)/(y/x+ 1). Let t= y/x so that y= xt and y'= xt'+ t. The equation becomes xt&#039;+ t= (t- 1)/(t+ 1). xt&#039;= (t- 1)/(t+ 1)- t= (t- 1)/(t+ 1)- (t(t+ 1))/(t+ 1). Of course, when you learned integration, you must have learned that if y'= f(x) then y= \int f(x)dx which follows more easily from dy/dx= f(x), dy= f(x)dx.)
 
Last edited by a moderator:
Ah... Got it! thank you
 
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