Converting parabola from Cartesian to parametric form

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I'm not quite sure how to convert this parabola equation in vertex form $y=a(x-h)^2 +k$ to parametric form. The equation is $y=-0.6x^2 +0.417$ and it has a focus at the origin and a vertical axis of symmetry.



I'm dying because this is due tomorrow please any help will be greatly appreciated.







share|cite|improve this question






















  • Have you ever tried to google it?
    – Ng Chung Tak
    Aug 18 '16 at 13:46














up vote
0
down vote

favorite












I'm not quite sure how to convert this parabola equation in vertex form $y=a(x-h)^2 +k$ to parametric form. The equation is $y=-0.6x^2 +0.417$ and it has a focus at the origin and a vertical axis of symmetry.



I'm dying because this is due tomorrow please any help will be greatly appreciated.







share|cite|improve this question






















  • Have you ever tried to google it?
    – Ng Chung Tak
    Aug 18 '16 at 13:46












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm not quite sure how to convert this parabola equation in vertex form $y=a(x-h)^2 +k$ to parametric form. The equation is $y=-0.6x^2 +0.417$ and it has a focus at the origin and a vertical axis of symmetry.



I'm dying because this is due tomorrow please any help will be greatly appreciated.







share|cite|improve this question














I'm not quite sure how to convert this parabola equation in vertex form $y=a(x-h)^2 +k$ to parametric form. The equation is $y=-0.6x^2 +0.417$ and it has a focus at the origin and a vertical axis of symmetry.



I'm dying because this is due tomorrow please any help will be greatly appreciated.









share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Aug 24 at 8:08









Rodrigo de Azevedo

12.7k41751




12.7k41751










asked Aug 18 '16 at 8:51









Klowie Stewart

11




11











  • Have you ever tried to google it?
    – Ng Chung Tak
    Aug 18 '16 at 13:46
















  • Have you ever tried to google it?
    – Ng Chung Tak
    Aug 18 '16 at 13:46















Have you ever tried to google it?
– Ng Chung Tak
Aug 18 '16 at 13:46




Have you ever tried to google it?
– Ng Chung Tak
Aug 18 '16 at 13:46










1 Answer
1






active

oldest

votes

















up vote
-1
down vote













For the equation:



4a(y-k)=(x-h)^2,



the general formula for a parametric representation of this curve is:



x(t)=t+h+b and



y(t)=((t+b)^2)/(4a)+k



this is not the only general formula and the other one that I know of is closely related to this and I find this one slightly easier



In these equations, b is a 'real' scalar and changes the position on the curve where t=0.



The a in your equation is not the same as the a in the equations I have stated above. The a in mine is the focal length of the parabola. In fact (h,k) is the vertex of the parabola.



The simplest solution is to make b=0.



Wolfram has something on this but their parabola is sideways so x & y are swapped around.
http://mathworld.wolfram.com/Parabola.html






share|cite|improve this answer




















    Your Answer




    StackExchange.ifUsing("editor", function ()
    return StackExchange.using("mathjaxEditing", function ()
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    );
    );
    , "mathjax-editing");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "69"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1895917%2fconverting-parabola-from-cartesian-to-parametric-form%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    -1
    down vote













    For the equation:



    4a(y-k)=(x-h)^2,



    the general formula for a parametric representation of this curve is:



    x(t)=t+h+b and



    y(t)=((t+b)^2)/(4a)+k



    this is not the only general formula and the other one that I know of is closely related to this and I find this one slightly easier



    In these equations, b is a 'real' scalar and changes the position on the curve where t=0.



    The a in your equation is not the same as the a in the equations I have stated above. The a in mine is the focal length of the parabola. In fact (h,k) is the vertex of the parabola.



    The simplest solution is to make b=0.



    Wolfram has something on this but their parabola is sideways so x & y are swapped around.
    http://mathworld.wolfram.com/Parabola.html






    share|cite|improve this answer
























      up vote
      -1
      down vote













      For the equation:



      4a(y-k)=(x-h)^2,



      the general formula for a parametric representation of this curve is:



      x(t)=t+h+b and



      y(t)=((t+b)^2)/(4a)+k



      this is not the only general formula and the other one that I know of is closely related to this and I find this one slightly easier



      In these equations, b is a 'real' scalar and changes the position on the curve where t=0.



      The a in your equation is not the same as the a in the equations I have stated above. The a in mine is the focal length of the parabola. In fact (h,k) is the vertex of the parabola.



      The simplest solution is to make b=0.



      Wolfram has something on this but their parabola is sideways so x & y are swapped around.
      http://mathworld.wolfram.com/Parabola.html






      share|cite|improve this answer






















        up vote
        -1
        down vote










        up vote
        -1
        down vote









        For the equation:



        4a(y-k)=(x-h)^2,



        the general formula for a parametric representation of this curve is:



        x(t)=t+h+b and



        y(t)=((t+b)^2)/(4a)+k



        this is not the only general formula and the other one that I know of is closely related to this and I find this one slightly easier



        In these equations, b is a 'real' scalar and changes the position on the curve where t=0.



        The a in your equation is not the same as the a in the equations I have stated above. The a in mine is the focal length of the parabola. In fact (h,k) is the vertex of the parabola.



        The simplest solution is to make b=0.



        Wolfram has something on this but their parabola is sideways so x & y are swapped around.
        http://mathworld.wolfram.com/Parabola.html






        share|cite|improve this answer












        For the equation:



        4a(y-k)=(x-h)^2,



        the general formula for a parametric representation of this curve is:



        x(t)=t+h+b and



        y(t)=((t+b)^2)/(4a)+k



        this is not the only general formula and the other one that I know of is closely related to this and I find this one slightly easier



        In these equations, b is a 'real' scalar and changes the position on the curve where t=0.



        The a in your equation is not the same as the a in the equations I have stated above. The a in mine is the focal length of the parabola. In fact (h,k) is the vertex of the parabola.



        The simplest solution is to make b=0.



        Wolfram has something on this but their parabola is sideways so x & y are swapped around.
        http://mathworld.wolfram.com/Parabola.html







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 3 '16 at 0:00









        john

        1




        1



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1895917%2fconverting-parabola-from-cartesian-to-parametric-form%23new-answer', 'question_page');

            );

            Post as a guest













































































            這個網誌中的熱門文章

            How to combine Bézier curves to a surface?

            Mutual Information Always Non-negative

            Why am i infinitely getting the same tweet with the Twitter Search API?