Given differential equation is, p2(x2−a2)−2xyp+y2+a4=0
I can write it as,
p2x2−2xyp+y2=a2p2−a4
⟹(y−xp)2=a2(p2−a2)
Then, (y−xp)=a2(p2−a2)
y=xp±a2(p2−a2)
This equation is same as charpit's equation, y=xf(p)+ϕ(p)
So general solution of the equation will be,
y=cx±a2(c2−a2)
where c is any constant.
For particular solution, we need some boundary conditions.
Let x = 0 at y=0
then,
0=0c±a2(c2−a2)⟹c=±a
so, particular solution will be,
y=±ax
Comments