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

                      How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

                      Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

                      random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable