I am trying to parametrize x2+y2+sin(4x)+sin(4y)=4.
I need to find a way of taking the intersections between x2+y2+sin(4x)+sin(4y)=4, and tan(nx). As n increases from 0≤n≤2π, I can take the following in coordinate-form....
(n,The x-intersection value) (n,The y-intersection value)
Finally I need to take the following to graph its parametric derivative. Which is...
(The x-intersection value)2+4cos(4(The x-intersection value))−(The y-intersection value)2−4cos(4(The y-intersection))
I have little knowledge with how to use sage. If someone can help I'll be thankful.