Null Curves of Linear Differentials

Spriteling
Messages
34
Reaction score
0

Homework Statement



a = (y^3 + y)dx + (xy^2 + x)dy = A1dx + A2dy
Characterise the set of points in R2 which can be joined to (1,1) by a null curve.

Homework Equations


If v = z(t) is a piecewise continuous curve, and dv/dt lies in the null space of [A1(x(t)),A2(x(t))] then it is a null curve.

The Attempt at a Solution


I guess my problem with this is that I don't know how to go about finding the different z(t). The book I'm working from does an example for the differential a = dy + xdz but it's fairly simplistic and I'm having trouble actually applying it to this example. I guess I should try to compute da but I'm still a bit confused on how to do that, as I've solely been working for a textbook without very many examples...
 
Physics news on Phys.org
A "null curve" for such a differential is a curve on which it is equal to 0 so you are trying to solve the differential equation (y^3 + y)dx + (xy^2 + x)dy = 0 subject to the initial condition that y(1)= 1.

Since xy^2+ x= x(y^2+ 1), that equation is separable. It is the same as
\frac{y^2+ 1}{y^3+ y}dy= \frac{dx}{x}
Just integrate both sides.
 
HallsofIvy said:
A "null curve" for such a differential is a curve on which it is equal to 0 so you are trying to solve the differential equation (y^3 + y)dx + (xy^2 + x)dy = 0 subject to the initial condition that y(1)= 1.

Since xy^2+ x= x(y^2+ 1), that equation is separable. It is the same as
\frac{y^2+ 1}{y^3+ y}dy= \frac{dx}{x}
Just integrate both sides.

Shouldn't it be
\frac{y^2+ 1}{y^3+ y}dy= \frac{-dx}{x} ?

Other than that, thanks! That makes sense! :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top