How do you rotate axises for parabolas?
you mean when graphing or equations itself?
the equation modifications is what im thinking of
I got the concept of shift to polars; move; and unpolar
You end up with an dxy term iirc
right; thats if you simply want to make a concise equation out of it; but what if you want to simply take each point given and modify the x and y to match the rotation ... if that makes any sense
Or was that hyperbolics.. I can't recall. Been a while since I've done conic sections.
how about using conics Ax^2+Bxy+.....
http://www.stewartcalculus.com/data/CALCULUS%20Early%20Transcendentals/upfiles/RotationofAxes.pdf
take x^2 + 4 for instance; take each point; convert to a polar coordinate; rotate it; then convert to rectangle. Will that rotate the parabola or just move it ?
id assume it rotates it with respect to the origin; but eveytime i try to script it i get a shift instead :)
u can use rotational transformation equations
\[y = x^2 + 4\]\[\implies r(sin\ \theta) = r^2(cos\ \theta)^2 + 4\] I'm not sure how you are 'rotating' Are you just adding a shift to the theta?
given the standard polar coord setup: (r,theta), i should be able to add a shift to the original theta to swing the point around the origin while I retain the same r value
Yes, that works, but then how are you going back to rectangular?
tan(theta) provides the x and y values as far as i can think of
You have to use the sum of angles formula I think
that link you did; thats what i was trying to conjure up in me head :) thnx
\[\implies r\ sin(\theta + \phi) = r^2cos(\theta + \phi)^2 + 4\]\[\implies r[sin\theta cos\phi + cos\theta sin\phi] = r^2[cos\theta \cos\phi - sin\theta sin\phi]^2 + 4\]\[\implies rsin\theta cos\phi + rcos\theta sin\phi \]\[= r^2[(cos\theta \cos\phi)^2 -2(cos\theta sin\theta)(cos\phi sin\phi)+ (sin\theta sin\phi)^2]+ 4\] Etc Then you eventially change all your rcos(theta) to x and all your rsin(theta) to y, and all the sin and cos of phi you replace with the actual numbers. I'd guess you're gonna get at least an xy term in there as well as a y^2 term etc.
This might also be helpful.. http://en.wikipedia.org/wiki/Matrix_representation_of_conic_sections
Join our real-time social learning platform and learn together with your friends!