document.write( "Question 998054: How do I eliminate theta from these two equations?\r
\n" ); document.write( "\n" ); document.write( "x = 3cos(2theta) + 1\r
\n" ); document.write( "\n" ); document.write( "y = 2sin(theta)
\n" ); document.write( "

Algebra.Com's Answer #615956 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Given (let's call theta q)\r
\n" ); document.write( "\n" ); document.write( "x = 3cos(2q) + 1\r
\n" ); document.write( "\n" ); document.write( "y = 2sin(q)\r
\n" ); document.write( "\n" ); document.write( "the plan is to substitute the identity for cos(2q) that involves only sines... that is 1 - 2sin^2(q)...so that
\n" ); document.write( "x = 3(1 - 2sin^2(q)) + 1
\n" ); document.write( "We can get a value for sin(q) from the second equation...
\n" ); document.write( "sin(q) = y/2
\n" ); document.write( "Now plug that in and get
\n" ); document.write( "x = 3(1 - 2(y/2)^2) + 1
\n" ); document.write( "x = 3 - 6(y^2/4) + 1
\n" ); document.write( "x = 4 - 3y^2/2
\n" ); document.write( "It's a parabola.
\n" ); document.write( "
\n" );