Re: Help solving equation
- From: Ray Vickson <RGVickson@xxxxxxx>
- Date: Fri, 13 Feb 2009 12:42:58 -0800 (PST)
On Feb 13, 12:13 pm, David Rutherford <drutherf...@xxxxxxxxxxx> wrote:
I have an equation I'm trying to solve for the function f(x,y). The
equation is
df = (ydx - xdy)/((x^2 - y^2)^{1/2})
Any help would be muchly appreciated.
Thanks,
Dave
If you mean that the partial derivatives are @f/@x = y/sqrt(x^2-y^2)
and @f/@y = -x/sqrt(x^2-y^2), then there is no such function. You need
@^2f/@y@x = @^2f/@x@y, so you would need (@/@y)(y/sqrt(x^2-y^2)) [=
x^2/(x^2-y^2)^(3/2)] equal to (@/@x)(-x/sqrt(x^2-y^2)) [= y^2/(x^2-y^2)
^(3/2)]. Therefore, except on the lines x^2 = y^2 we do not have the
required equality.
R.G. Vickson
.
- Follow-Ups:
- Re: Help solving equation
- From: David Rutherford
- Re: Help solving equation
- References:
- Help solving equation
- From: David Rutherford
- Help solving equation
- Prev by Date: A Thousand Years To Man = One Day To God
- Next by Date: Re: Random Variable on rationals in [0, 1]
- Previous by thread: Help solving equation
- Next by thread: Re: Help solving equation
- Index(es):