cshum00 said:
Then what about this case?
The parametric equation of a ellipse is:
[itex]x = acos \theta[/itex]
[itex]y = bsin \theta[/itex]
I first square both equations so I get:
[itex]x^2 = a^2cos^2 \theta[/itex] (1)
[itex]y^2 = b^2sin^2 \theta[/itex] (2)
Then for equation (1) divide by a^2 and equation (2) divide by b^2:
[itex]\frac{x^2}{a^2} = cos^2 \theta[/itex] (3)
[itex]\frac{y^2}{b^2} = sin^2 \theta[/itex] (4)
So if i were to add equations (1) and (2) i would get:
[itex]x^2 + y^2 = a^2cos^2 \theta + b^2sin^2 \theta[/itex] (5)
And adding equation (3) and (4)
[itex]\frac{x^2}{a^2} + \frac{y^2}{b^2} = cos^2 \theta + sin^2 \theta[/itex] (6)
Then putting them in my format i would get:
[itex]x^2 + y^2 = a^2cos^2 \theta + b^2sin^2 \theta <=>[/itex]
[itex]\frac{x^2}{a^2} + \frac{y^2}{b^2} = cos^2 \theta + sin^2 \theta[/itex]
Which both are equations of the ellipse the only difference is that one I can remove
the third variable of [itex]\theta[/itex] by using the trigonometry identity of [itex]sin^2\theta + cos^2\theta=1[/itex].
It's fairly simple to go from the parametric equations for an ellipse
[itex]x = acos \theta[/itex]
[itex]y = bsin \theta[/itex]
to the Cartesian form:
[tex]x^2/a^2 + y^2/b^2 = 1[/tex]
You almost got to this form using way too many steps.
Your original equations were garbled and, I believe, confused several people responding. As far as I can tell, your equations should have been:
[tex]ar_1 = b[/tex]
[tex]cr_2 = d[/tex]
[tex]ar_1 + cr_2 = b + d[/tex]
(For your second equation you had [itex]cr_d = c[/itex] which I'm nearly certain is an error. Even though Дьявол asked you whether this was an oversight, you didn't respond to him and persisted with the erroneous equation.)
Your 3rd equation essentially says that b + d = b + d, which is trivially true. There is no way to divide the first term in the third equation by a and the second term by c. IOW, you can't transform your third equation to [itex]r_1 + r_2 = <whatever>[/itex]