How Do You Solve This Challenging ODE Involving a Constant?

  • Thread starter Thread starter bomba923
  • Start date Start date
  • Tags Tags
    Figure Ode
bomba923
Messages
759
Reaction score
0
I'm a HS senior, and have never covered differential equations outside a CalculusII curriculum. :frown: This is not homework, rather only a part (just one part!) of an interesting problem I posed myself (for myself) one day:

How would I solve for y(x) from :shy::

\frac{{dy}}{{dy}} = \frac{x}{{f - y + \sqrt {x^2 + \left( {f - y} \right)^2 } }}

where "f" is a constant :smile:
 
Physics news on Phys.org
bomba923 said:
I'm a HS senior, and have never covered differential equations outside a CalculusII curriculum. :frown: This is not homework, rather only a part (just one part!) of an interesting problem I posed myself (for myself) one day:

How would I solve for y(x) from :shy::

\frac{{dy}}{{dy}} = \frac{x}{{f - y + \sqrt {x^2 + \left( {f - y} \right)^2 } }}

where "f" is a constant :smile:

Hello Bomba. May I suggest you use standard nomenclature: Reserve the 'f' for a function and just use 'k' for a constant:

\frac{dy}{dx}=\frac{x}{(k-y)+\sqrt{x^2+(k-y)^2}}

Note that the (k-y) expression occurrs twice. How about using a change of variables for starters:

u=k-y

Do that, then note that even though you have a square root, the equation is still homogeneous of degree 1. Such equations are normally solved by letting:

u=xv

Make that substitution, do the algebra, simplify, separate variables, integrate, switch back to u, then back to y.:smile:
 
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