Finding the direction in which the derivative is exactly $2$ Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Is there a difference between “in the direction of (1.1)” and “in the direction toward (1.1)?”Directional derivative for differentiable functionTo find $a,b,c$ as the directional derivative of $f(x,y,z)=axy^2+byz+cz^2x^3$ , at $(1,2-1)$ , is atmost $64$ in a direction parallel to $z$-axis?Directional Derivatives - Geometric intuitionCan every total differential of a function w at some point also a directional derivative and the gradient at the level curve for that pint?In which direction directional derivative should be maximumFind the direction in which the directional derivative at a point has the value 2A name for the directional derivative with respect to a unit vector?Find the directional derivative of the function $f(x,y)=fracxx^2+y^2$ at the point $(1,2)$ in the direction of the path $textbfr(t)= (t^3,2t)$How does a gradient allow the calculation of the directional derivative

Is there such thing as an Availability Group failover trigger?

Do wooden building fires get hotter than 600°C?

Using audio cues to encourage good posture

Do square wave exist?

Most bit efficient text communication method?

Can melee weapons be used to deliver Contact Poisons?

Can a new player join a group only when a new campaign starts?

When the Haste spell ends on a creature, do attackers have advantage against that creature?

How could we fake a moon landing now?

Delete nth line from bottom

Why are both D and D# fitting into my E minor key?

Is it fair for a professor to grade us on the possession of past papers?

Can anything be seen from the center of the Boötes void? How dark would it be?

How to find all the available tools in mac terminal?

Did MS DOS itself ever use blinking text?

Should I use a zero-interest credit card for a large one-time purchase?

What does the "x" in "x86" represent?

What do you call a floor made of glass so you can see through the floor?

Is "Reachable Object" really an NP-complete problem?

Crossing US/Canada Border for less than 24 hours

Does classifying an integer as a discrete log require it be part of a multiplicative group?

Why do we bend a book to keep it straight?

Can an alien society believe that their star system is the universe?

How does the math work when buying airline miles?



Finding the direction in which the derivative is exactly $2$



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Is there a difference between “in the direction of (1.1)” and “in the direction toward (1.1)?”Directional derivative for differentiable functionTo find $a,b,c$ as the directional derivative of $f(x,y,z)=axy^2+byz+cz^2x^3$ , at $(1,2-1)$ , is atmost $64$ in a direction parallel to $z$-axis?Directional Derivatives - Geometric intuitionCan every total differential of a function w at some point also a directional derivative and the gradient at the level curve for that pint?In which direction directional derivative should be maximumFind the direction in which the directional derivative at a point has the value 2A name for the directional derivative with respect to a unit vector?Find the directional derivative of the function $f(x,y)=fracxx^2+y^2$ at the point $(1,2)$ in the direction of the path $textbfr(t)= (t^3,2t)$How does a gradient allow the calculation of the directional derivative










1












$begingroup$




I found the gradient taking partial derivatives and got $nabla f = (1,2)$. I know that the directional derivative has to equal $2$ so if I set $(1,2)cdot (x,y) = 2$ , where $(x,y)$ is a unit vector, I get $x + 2y = 2$. I'm not sure how to proceed from here.










share|cite|improve this question











$endgroup$







  • 3




    $begingroup$
    Unit vector implies $x^2 + y^2 = 1$. Now you've got two equations for your two unknowns.
    $endgroup$
    – JonathanZ
    Mar 27 at 4:34















1












$begingroup$




I found the gradient taking partial derivatives and got $nabla f = (1,2)$. I know that the directional derivative has to equal $2$ so if I set $(1,2)cdot (x,y) = 2$ , where $(x,y)$ is a unit vector, I get $x + 2y = 2$. I'm not sure how to proceed from here.










share|cite|improve this question











$endgroup$







  • 3




    $begingroup$
    Unit vector implies $x^2 + y^2 = 1$. Now you've got two equations for your two unknowns.
    $endgroup$
    – JonathanZ
    Mar 27 at 4:34













1












1








1





$begingroup$




I found the gradient taking partial derivatives and got $nabla f = (1,2)$. I know that the directional derivative has to equal $2$ so if I set $(1,2)cdot (x,y) = 2$ , where $(x,y)$ is a unit vector, I get $x + 2y = 2$. I'm not sure how to proceed from here.










share|cite|improve this question











$endgroup$






I found the gradient taking partial derivatives and got $nabla f = (1,2)$. I know that the directional derivative has to equal $2$ so if I set $(1,2)cdot (x,y) = 2$ , where $(x,y)$ is a unit vector, I get $x + 2y = 2$. I'm not sure how to proceed from here.







multivariable-calculus partial-derivative






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 27 at 9:19









Ernie060

2,940719




2,940719










asked Mar 27 at 4:29









krauser126krauser126

636




636







  • 3




    $begingroup$
    Unit vector implies $x^2 + y^2 = 1$. Now you've got two equations for your two unknowns.
    $endgroup$
    – JonathanZ
    Mar 27 at 4:34












  • 3




    $begingroup$
    Unit vector implies $x^2 + y^2 = 1$. Now you've got two equations for your two unknowns.
    $endgroup$
    – JonathanZ
    Mar 27 at 4:34







3




3




$begingroup$
Unit vector implies $x^2 + y^2 = 1$. Now you've got two equations for your two unknowns.
$endgroup$
– JonathanZ
Mar 27 at 4:34




$begingroup$
Unit vector implies $x^2 + y^2 = 1$. Now you've got two equations for your two unknowns.
$endgroup$
– JonathanZ
Mar 27 at 4:34










2 Answers
2






active

oldest

votes


















1












$begingroup$

A "direction" is nothing but a unit vector, since the way in which a vector is oriented depends only upon the way in which its unit vector is oriented.



Therefore, you may assume that $(x,y)$ has unit length i.e. $x^2+y^2 = 1$, and then find $x,y$ , being two equations of two unknowns.



(Note : the computations performed by you are correct till the end of your question)






share|cite|improve this answer









$endgroup$




















    1












    $begingroup$

    You are right all along. Now, it is a bit of time solving the following system of variables:$$begincasesx+2y=2\x^2+y^2=1endcases$$which has two answers $$(x,y)=(0,1)\(x,y)=(0.8,0.6)$$






    share|cite|improve this answer









    $endgroup$













      Your Answer








      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',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      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%2f3164106%2ffinding-the-direction-in-which-the-derivative-is-exactly-2%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      1












      $begingroup$

      A "direction" is nothing but a unit vector, since the way in which a vector is oriented depends only upon the way in which its unit vector is oriented.



      Therefore, you may assume that $(x,y)$ has unit length i.e. $x^2+y^2 = 1$, and then find $x,y$ , being two equations of two unknowns.



      (Note : the computations performed by you are correct till the end of your question)






      share|cite|improve this answer









      $endgroup$

















        1












        $begingroup$

        A "direction" is nothing but a unit vector, since the way in which a vector is oriented depends only upon the way in which its unit vector is oriented.



        Therefore, you may assume that $(x,y)$ has unit length i.e. $x^2+y^2 = 1$, and then find $x,y$ , being two equations of two unknowns.



        (Note : the computations performed by you are correct till the end of your question)






        share|cite|improve this answer









        $endgroup$















          1












          1








          1





          $begingroup$

          A "direction" is nothing but a unit vector, since the way in which a vector is oriented depends only upon the way in which its unit vector is oriented.



          Therefore, you may assume that $(x,y)$ has unit length i.e. $x^2+y^2 = 1$, and then find $x,y$ , being two equations of two unknowns.



          (Note : the computations performed by you are correct till the end of your question)






          share|cite|improve this answer









          $endgroup$



          A "direction" is nothing but a unit vector, since the way in which a vector is oriented depends only upon the way in which its unit vector is oriented.



          Therefore, you may assume that $(x,y)$ has unit length i.e. $x^2+y^2 = 1$, and then find $x,y$ , being two equations of two unknowns.



          (Note : the computations performed by you are correct till the end of your question)







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Mar 27 at 5:13









          астон вілла олоф мэллбэргастон вілла олоф мэллбэрг

          40.6k33678




          40.6k33678





















              1












              $begingroup$

              You are right all along. Now, it is a bit of time solving the following system of variables:$$begincasesx+2y=2\x^2+y^2=1endcases$$which has two answers $$(x,y)=(0,1)\(x,y)=(0.8,0.6)$$






              share|cite|improve this answer









              $endgroup$

















                1












                $begingroup$

                You are right all along. Now, it is a bit of time solving the following system of variables:$$begincasesx+2y=2\x^2+y^2=1endcases$$which has two answers $$(x,y)=(0,1)\(x,y)=(0.8,0.6)$$






                share|cite|improve this answer









                $endgroup$















                  1












                  1








                  1





                  $begingroup$

                  You are right all along. Now, it is a bit of time solving the following system of variables:$$begincasesx+2y=2\x^2+y^2=1endcases$$which has two answers $$(x,y)=(0,1)\(x,y)=(0.8,0.6)$$






                  share|cite|improve this answer









                  $endgroup$



                  You are right all along. Now, it is a bit of time solving the following system of variables:$$begincasesx+2y=2\x^2+y^2=1endcases$$which has two answers $$(x,y)=(0,1)\(x,y)=(0.8,0.6)$$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Mar 27 at 8:10









                  Mostafa AyazMostafa Ayaz

                  18.1k31040




                  18.1k31040



























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Mathematics Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      Use MathJax to format equations. MathJax reference.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3164106%2ffinding-the-direction-in-which-the-derivative-is-exactly-2%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

                      Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

                      Urgehal History Discography Band members References External links Navigation menu"Mediateket: Urgehal""Interview with Enzifer of Urgehal, 2007""Urgehal - Interview"Urgehal"Urgehal Frontman Trondr Nefas Dies at 35"Urgehal9042691cb161873230(data)0000 0001 0669 4224no2016126817ee6ccef6-e558-44b6-b059-dbbb5b913b24145036459145036459