Ask your own question, for FREE!
Mathematics 16 Online
OpenStudy (anonymous):

how do you graph an ellipse in y= form in parametric with a calculator

OpenStudy (anonymous):

x= a cos[t] y= b sin[t]

OpenStudy (anonymous):

but when you make a program it has to be in a y= form

OpenStudy (anonymous):

not in parametrics but using an equation of parametrics

OpenStudy (amistre64):

a program doesnt have to be in y=... format; you can simply define the point by parametrically

OpenStudy (amistre64):

if your looking to do it on a ti83 perhps?

OpenStudy (anonymous):

like i need to explain the program :for(z,0,180,360,5) :pt-on(sin(z)+32,Cos(z)+32) yes

OpenStudy (amistre64):

since an ellipse is not a 'function' it has to be split into 2 parts; upper and lower

OpenStudy (anonymous):

*for(z,0,360,5)

OpenStudy (anonymous):

so cos is graphing the lower part and sin is graphing the upper part of the ellipse

OpenStudy (amistre64):

y = +sqrt( a cos(t)^2 + b sin(t)^2) for the top part y = -sqrt( a cos(t)^2 + b sin(t)^2) for the bottom part, i think

OpenStudy (anonymous):

hold on i'll try it

OpenStudy (anonymous):

i got an argument error, but my teacher told me it was y=a sin(z)+C y=b cos(z)+D

OpenStudy (anonymous):

but to explain the math of the equation like conversion from rectangular to parametric

OpenStudy (amistre64):

parametrics simply define x and y in their own rights; and usually they are linked by time. To combine them, takes a good eye, but one strategy is to solve for t in terms of x and insert that into y

OpenStudy (anonymous):

alright could you give me a conversion from rectangular to parametric of any equation just so i know how to do it though

OpenStudy (amistre64):

rectangular and parametric play in the same ballpark; they arent like moving from polar to cartesian ... IF y can be defined as a function of x, the best way to do it is by knowing a few basics and testing; r^2 = x^2 + y^2 x = r cos(t) y = r sin(t) thats about it; the rest is seeing how to define 't' in terms of x so that you can sub it into the equation for y

OpenStudy (anonymous):

alright thnx good answer

OpenStudy (amistre64):

try this one out: y = a sin(cos-1(x/b)) y = -a sin(cos-1(x/b)) my ti83 makes an ellipse out of it

OpenStudy (anonymous):

i got an argument error but i have to put mine in a program so it might be different well thats why i'm getting errors

OpenStudy (amistre64):

I cant recall to much of my programming way back when; but I do alot of javascripting; and it would look like this: y = a*Math.sin(Math.acos(x/b)) not sure if thats helpful; but its the closest I can get :)

OpenStudy (anonymous):

alright i'll try to change what i have to make it work but thnx for the conversion i might be able to work off that to figure it out

OpenStudy (amistre64):

this is what I get :)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!