frozenguy said:
Hey thanks for replying Je m'appelle. I'm a little rusty on trig substitution. I know how to evaluate the normal three with x2 as the function but I don't remember how to handle e-x (or -y) function in that case..
Use [tex]v=e^{-y}[/tex] and rewrite
[tex]\frac{dy}{\sqrt{(e^{-2y} - 1)}} = C_3 dx[/tex]
As
[tex]-\frac{dv}{v\sqrt{(v^2 - 1)}} = C_3dx[/tex]
Where
[tex]ln(v) = -y[/tex]
[tex]\frac{-dv}{v} = dy[/tex]
And remember that
[tex]\int \frac{dx}{x\sqrt{x^2 - 1}} = arcsec|x| + C[/tex]
So back to our equation, and using the above we'll get to
[tex]arcsec|v| + C = -C_3x[/tex]
[tex]v = sec(C_3x)[/tex]
[tex]e^{-y} = sec(C_3x)[/tex]
[tex]y = -ln(sec(C_3x))[/tex]
Now find out [tex]C_3[/tex] by replacing
y back into the original differential equation.
frozenguy said:
Ok.. So I went on to the next problem and I can't complete it either..
Your work is OK up to this point
[tex]\frac{-1}{u} = \frac{1}{x} + c_1[/tex]
Now replace [tex]u = \frac{dy}{dx}[/tex] and rewrite it as
[tex]\frac{-dx}{dy} = \frac{1}{x} + c_1[/tex]
[tex](\frac{1}{x} + c_1 )dx = -dy[/tex]
Integrate both sides
[tex]\int (\frac{1}{x} + c_1)dx = -\int dy \Rightarrow \int \frac{1}{x} \ dx + \int c_1 \ dx = -\int dy[/tex]
And work it out from here.