三角代换

问题描述:

三角代换
比如椭圆方程 x^2/a^2 - y^2/b^2 =1
可以设x=a cost y=b sint 这里的t是指椭圆上一点和原点构成的直线的倾斜角么?
如果设x=a sint y=b cost 可以么?

可以