How to explain what's wrong with this application of the chain rule?Students using l'Hôpital's Rule on the terms of a series, instead of the Limit Comparison TestHow does CalcChat work, and how can students who use it be encouraged to do so constructively?How to prove Taylor formulas?How can I explain $lim_x to infty frace^x+e^-xe^x-e^-x$ using L'Hôpital's Rule?How can we neatly explain chain rule of differentiation“Function” vs “Function of …”: how much does it contribute to students difficulties?Tutoring a recalcitrant/awkward/exasperating student---special needs?What's the best way to explain multivariable limit problems to students who are not familiar with $epsilon-delta$ proofs?Justifying the multi-variable chain rule to studentsAre questions on overlapping solids of revolutions without prior definitions and instructions fair given that there are divided interpretations?

What is going on with gets(stdin) on the site coderbyte?

Can I cause damage to electrical appliances by unplugging them when they are turned on?

Does Doodling or Improvising on the Piano Have Any Benefits?

"It doesn't matter" or "it won't matter"?

How can ping know if my host is down

How can I write humor as character trait?

Inherit child template to the parent template using Powershell

Circuit Analysis: Obtaining Close Loop OP - AMP Transfer function

Isometries between spherical space forms

How do I tell my boss that I'm quitting soon, especially given that a colleague just left this week

Review your own paper in Mathematics

The Digit Triangles

How to preserve electronics (computers, iPads and phones) for hundreds of years

Has any country ever had 2 former presidents in jail simultaneously?

What to do when eye contact makes your coworker uncomfortable?

Can I say "fingers" when referring to toes?

How do I Interface a PS/2 Keyboard without Modern Techniques?

What does Apple's new App Store requirement mean

Why is so much work done on numerical verification of the Riemann Hypothesis?

Boundary Value Problem and FullSimplify

Make a Bowl of Alphabet Soup

Why Shazam when there is already Superman?

Which Article Helped Get Rid of Technobabble in RPGs?

Is there any evidence that Cleopatra and Caesarion considered fleeing to India to escape the Romans?



How to explain what's wrong with this application of the chain rule?


Students using l'Hôpital's Rule on the terms of a series, instead of the Limit Comparison TestHow does CalcChat work, and how can students who use it be encouraged to do so constructively?How to prove Taylor formulas?How can I explain $lim_x to infty frace^x+e^-xe^x-e^-x$ using L'Hôpital's Rule?How can we neatly explain chain rule of differentiation“Function” vs “Function of …”: how much does it contribute to students difficulties?Tutoring a recalcitrant/awkward/exasperating student---special needs?What's the best way to explain multivariable limit problems to students who are not familiar with $epsilon-delta$ proofs?Justifying the multi-variable chain rule to studentsAre questions on overlapping solids of revolutions without prior definitions and instructions fair given that there are divided interpretations?













2












$begingroup$


Yesterday a student in my calculus class attempted something like this:



Task: Derive $3^5x+1$ with respect to $x$.



Proposed solution: Let the inner function be $g(x)=3$ and the outer function be $f(z)=z^5x+1$, so that $f(g(x))=3^5x+1$. Then $f'(z)=(5x+1)cdot z^5x$ and $g'(x)=0$, so by the chain rule
$$
fracd (3^5x+1)dx = f'(g(x))g'(x)=0.
$$



I had difficulties to explain what's wrong with this and basically just told the student "the" right way to do it. Although I now have a rough idea of what's wrong, I'd like to hear from others:



  1. Have you seen similar attempts?

  2. How would you explain to a beginning calculus student what's wrong with this specific solution?









share|improve this question









$endgroup$
















    2












    $begingroup$


    Yesterday a student in my calculus class attempted something like this:



    Task: Derive $3^5x+1$ with respect to $x$.



    Proposed solution: Let the inner function be $g(x)=3$ and the outer function be $f(z)=z^5x+1$, so that $f(g(x))=3^5x+1$. Then $f'(z)=(5x+1)cdot z^5x$ and $g'(x)=0$, so by the chain rule
    $$
    fracd (3^5x+1)dx = f'(g(x))g'(x)=0.
    $$



    I had difficulties to explain what's wrong with this and basically just told the student "the" right way to do it. Although I now have a rough idea of what's wrong, I'd like to hear from others:



    1. Have you seen similar attempts?

    2. How would you explain to a beginning calculus student what's wrong with this specific solution?









    share|improve this question









    $endgroup$














      2












      2








      2





      $begingroup$


      Yesterday a student in my calculus class attempted something like this:



      Task: Derive $3^5x+1$ with respect to $x$.



      Proposed solution: Let the inner function be $g(x)=3$ and the outer function be $f(z)=z^5x+1$, so that $f(g(x))=3^5x+1$. Then $f'(z)=(5x+1)cdot z^5x$ and $g'(x)=0$, so by the chain rule
      $$
      fracd (3^5x+1)dx = f'(g(x))g'(x)=0.
      $$



      I had difficulties to explain what's wrong with this and basically just told the student "the" right way to do it. Although I now have a rough idea of what's wrong, I'd like to hear from others:



      1. Have you seen similar attempts?

      2. How would you explain to a beginning calculus student what's wrong with this specific solution?









      share|improve this question









      $endgroup$




      Yesterday a student in my calculus class attempted something like this:



      Task: Derive $3^5x+1$ with respect to $x$.



      Proposed solution: Let the inner function be $g(x)=3$ and the outer function be $f(z)=z^5x+1$, so that $f(g(x))=3^5x+1$. Then $f'(z)=(5x+1)cdot z^5x$ and $g'(x)=0$, so by the chain rule
      $$
      fracd (3^5x+1)dx = f'(g(x))g'(x)=0.
      $$



      I had difficulties to explain what's wrong with this and basically just told the student "the" right way to do it. Although I now have a rough idea of what's wrong, I'd like to hear from others:



      1. Have you seen similar attempts?

      2. How would you explain to a beginning calculus student what's wrong with this specific solution?






      calculus






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 4 hours ago









      Michael BächtoldMichael Bächtold

      566312




      566312




















          2 Answers
          2






          active

          oldest

          votes


















          3












          $begingroup$

          f is not a function of (only) z - f here is a function of x as well as z. I think this explanation is intelligible to a calc 1 student, and gets at the heart of the matter.






          share|improve this answer









          $endgroup$








          • 1




            $begingroup$
            Hmm, so the student should reply: as soon as $f(x)$ contains parameters other than $x$ I am not allowed to apply the chain rule?
            $endgroup$
            – Michael Bächtold
            3 hours ago











          • $begingroup$
            By the way: to my mind $f$ ist not a function of $z$ at all. Maybe you meant $f(z)$?
            $endgroup$
            – Michael Bächtold
            3 hours ago










          • $begingroup$
            @MichaelBächtold: The student should know that if f(x) contains variables other than x then the chain rule doesn't apply. (This might be an opportunity to mention that there is a variant of the chain rule to be learned later for covering such situations.) I decline to get into a pedantic discussion of the distinction between f and f(z).
            $endgroup$
            – Henry Towsner
            2 hours ago






          • 1




            $begingroup$
            I'm quite sure you use the chain rule to derive things that contain more than just $x$ in your calculus class, like $sqrtx^2+k$. You might say: that's ok if we treat $k$ as a constant and not as a variable. But then student might then ask: why am I not allowed to treat $x$ as a constant in the definition of $f$? (And a mathematician might add: what's the difference between a variable and a constant?). Apologies if my pedantry offends you.
            $endgroup$
            – Michael Bächtold
            1 hour ago






          • 2




            $begingroup$
            @MichaelBächtold: In general, the difference between a variable and a constant is contextual and tricky to make precise, but for purposes of the chain rule in this case, x is a variable because we're taking the derivative with respect to it. I find that students don't usually have difficulty with this point (for instance, one could imagine students getting confused about the difference between the derivative of f(x)=c and f(x)=x, but that's not a particularly common issue), because it's a clean syntactic rule and it's backed up by the notion (x and z are conventionally variables, k isn't).
            $endgroup$
            – Henry Towsner
            1 hour ago


















          2












          $begingroup$

          This is a VERY VERY typical problem. In fact, it's a problem even for $fracddx3^x$, much less your example.



          The way I try to deal with this is one of two ways.



          1. What has to happen first? To evaluate $3^5x+1$, you have to evaluate $5x+1$ first. So that is the inside function in the chain rule, just like in $sin(x^2)$ you have $x^2$ to evaluate first, so it is the inside function.


          2. You could rethink how we notate or talk about exponential functions. In particular, Excel has $e^x$ written as exp(x) (I think as an option). So one can ask what the "input" is here.


          However, on the plus side the student does seem to have the chain rule down; it's just the exponential notation that is causing trouble. So there is definitely hope here. And again, you should not be surprised at encountering this, so it is worth your time to come up with several possible responses for it in the long run. Good luck!






          share|improve this answer









          $endgroup$












            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: "548"
            ;
            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: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2fmatheducators.stackexchange.com%2fquestions%2f15366%2fhow-to-explain-whats-wrong-with-this-application-of-the-chain-rule%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









            3












            $begingroup$

            f is not a function of (only) z - f here is a function of x as well as z. I think this explanation is intelligible to a calc 1 student, and gets at the heart of the matter.






            share|improve this answer









            $endgroup$








            • 1




              $begingroup$
              Hmm, so the student should reply: as soon as $f(x)$ contains parameters other than $x$ I am not allowed to apply the chain rule?
              $endgroup$
              – Michael Bächtold
              3 hours ago











            • $begingroup$
              By the way: to my mind $f$ ist not a function of $z$ at all. Maybe you meant $f(z)$?
              $endgroup$
              – Michael Bächtold
              3 hours ago










            • $begingroup$
              @MichaelBächtold: The student should know that if f(x) contains variables other than x then the chain rule doesn't apply. (This might be an opportunity to mention that there is a variant of the chain rule to be learned later for covering such situations.) I decline to get into a pedantic discussion of the distinction between f and f(z).
              $endgroup$
              – Henry Towsner
              2 hours ago






            • 1




              $begingroup$
              I'm quite sure you use the chain rule to derive things that contain more than just $x$ in your calculus class, like $sqrtx^2+k$. You might say: that's ok if we treat $k$ as a constant and not as a variable. But then student might then ask: why am I not allowed to treat $x$ as a constant in the definition of $f$? (And a mathematician might add: what's the difference between a variable and a constant?). Apologies if my pedantry offends you.
              $endgroup$
              – Michael Bächtold
              1 hour ago






            • 2




              $begingroup$
              @MichaelBächtold: In general, the difference between a variable and a constant is contextual and tricky to make precise, but for purposes of the chain rule in this case, x is a variable because we're taking the derivative with respect to it. I find that students don't usually have difficulty with this point (for instance, one could imagine students getting confused about the difference between the derivative of f(x)=c and f(x)=x, but that's not a particularly common issue), because it's a clean syntactic rule and it's backed up by the notion (x and z are conventionally variables, k isn't).
              $endgroup$
              – Henry Towsner
              1 hour ago















            3












            $begingroup$

            f is not a function of (only) z - f here is a function of x as well as z. I think this explanation is intelligible to a calc 1 student, and gets at the heart of the matter.






            share|improve this answer









            $endgroup$








            • 1




              $begingroup$
              Hmm, so the student should reply: as soon as $f(x)$ contains parameters other than $x$ I am not allowed to apply the chain rule?
              $endgroup$
              – Michael Bächtold
              3 hours ago











            • $begingroup$
              By the way: to my mind $f$ ist not a function of $z$ at all. Maybe you meant $f(z)$?
              $endgroup$
              – Michael Bächtold
              3 hours ago










            • $begingroup$
              @MichaelBächtold: The student should know that if f(x) contains variables other than x then the chain rule doesn't apply. (This might be an opportunity to mention that there is a variant of the chain rule to be learned later for covering such situations.) I decline to get into a pedantic discussion of the distinction between f and f(z).
              $endgroup$
              – Henry Towsner
              2 hours ago






            • 1




              $begingroup$
              I'm quite sure you use the chain rule to derive things that contain more than just $x$ in your calculus class, like $sqrtx^2+k$. You might say: that's ok if we treat $k$ as a constant and not as a variable. But then student might then ask: why am I not allowed to treat $x$ as a constant in the definition of $f$? (And a mathematician might add: what's the difference between a variable and a constant?). Apologies if my pedantry offends you.
              $endgroup$
              – Michael Bächtold
              1 hour ago






            • 2




              $begingroup$
              @MichaelBächtold: In general, the difference between a variable and a constant is contextual and tricky to make precise, but for purposes of the chain rule in this case, x is a variable because we're taking the derivative with respect to it. I find that students don't usually have difficulty with this point (for instance, one could imagine students getting confused about the difference between the derivative of f(x)=c and f(x)=x, but that's not a particularly common issue), because it's a clean syntactic rule and it's backed up by the notion (x and z are conventionally variables, k isn't).
              $endgroup$
              – Henry Towsner
              1 hour ago













            3












            3








            3





            $begingroup$

            f is not a function of (only) z - f here is a function of x as well as z. I think this explanation is intelligible to a calc 1 student, and gets at the heart of the matter.






            share|improve this answer









            $endgroup$



            f is not a function of (only) z - f here is a function of x as well as z. I think this explanation is intelligible to a calc 1 student, and gets at the heart of the matter.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 3 hours ago









            Henry TowsnerHenry Towsner

            6,9652349




            6,9652349







            • 1




              $begingroup$
              Hmm, so the student should reply: as soon as $f(x)$ contains parameters other than $x$ I am not allowed to apply the chain rule?
              $endgroup$
              – Michael Bächtold
              3 hours ago











            • $begingroup$
              By the way: to my mind $f$ ist not a function of $z$ at all. Maybe you meant $f(z)$?
              $endgroup$
              – Michael Bächtold
              3 hours ago










            • $begingroup$
              @MichaelBächtold: The student should know that if f(x) contains variables other than x then the chain rule doesn't apply. (This might be an opportunity to mention that there is a variant of the chain rule to be learned later for covering such situations.) I decline to get into a pedantic discussion of the distinction between f and f(z).
              $endgroup$
              – Henry Towsner
              2 hours ago






            • 1




              $begingroup$
              I'm quite sure you use the chain rule to derive things that contain more than just $x$ in your calculus class, like $sqrtx^2+k$. You might say: that's ok if we treat $k$ as a constant and not as a variable. But then student might then ask: why am I not allowed to treat $x$ as a constant in the definition of $f$? (And a mathematician might add: what's the difference between a variable and a constant?). Apologies if my pedantry offends you.
              $endgroup$
              – Michael Bächtold
              1 hour ago






            • 2




              $begingroup$
              @MichaelBächtold: In general, the difference between a variable and a constant is contextual and tricky to make precise, but for purposes of the chain rule in this case, x is a variable because we're taking the derivative with respect to it. I find that students don't usually have difficulty with this point (for instance, one could imagine students getting confused about the difference between the derivative of f(x)=c and f(x)=x, but that's not a particularly common issue), because it's a clean syntactic rule and it's backed up by the notion (x and z are conventionally variables, k isn't).
              $endgroup$
              – Henry Towsner
              1 hour ago












            • 1




              $begingroup$
              Hmm, so the student should reply: as soon as $f(x)$ contains parameters other than $x$ I am not allowed to apply the chain rule?
              $endgroup$
              – Michael Bächtold
              3 hours ago











            • $begingroup$
              By the way: to my mind $f$ ist not a function of $z$ at all. Maybe you meant $f(z)$?
              $endgroup$
              – Michael Bächtold
              3 hours ago










            • $begingroup$
              @MichaelBächtold: The student should know that if f(x) contains variables other than x then the chain rule doesn't apply. (This might be an opportunity to mention that there is a variant of the chain rule to be learned later for covering such situations.) I decline to get into a pedantic discussion of the distinction between f and f(z).
              $endgroup$
              – Henry Towsner
              2 hours ago






            • 1




              $begingroup$
              I'm quite sure you use the chain rule to derive things that contain more than just $x$ in your calculus class, like $sqrtx^2+k$. You might say: that's ok if we treat $k$ as a constant and not as a variable. But then student might then ask: why am I not allowed to treat $x$ as a constant in the definition of $f$? (And a mathematician might add: what's the difference between a variable and a constant?). Apologies if my pedantry offends you.
              $endgroup$
              – Michael Bächtold
              1 hour ago






            • 2




              $begingroup$
              @MichaelBächtold: In general, the difference between a variable and a constant is contextual and tricky to make precise, but for purposes of the chain rule in this case, x is a variable because we're taking the derivative with respect to it. I find that students don't usually have difficulty with this point (for instance, one could imagine students getting confused about the difference between the derivative of f(x)=c and f(x)=x, but that's not a particularly common issue), because it's a clean syntactic rule and it's backed up by the notion (x and z are conventionally variables, k isn't).
              $endgroup$
              – Henry Towsner
              1 hour ago







            1




            1




            $begingroup$
            Hmm, so the student should reply: as soon as $f(x)$ contains parameters other than $x$ I am not allowed to apply the chain rule?
            $endgroup$
            – Michael Bächtold
            3 hours ago





            $begingroup$
            Hmm, so the student should reply: as soon as $f(x)$ contains parameters other than $x$ I am not allowed to apply the chain rule?
            $endgroup$
            – Michael Bächtold
            3 hours ago













            $begingroup$
            By the way: to my mind $f$ ist not a function of $z$ at all. Maybe you meant $f(z)$?
            $endgroup$
            – Michael Bächtold
            3 hours ago




            $begingroup$
            By the way: to my mind $f$ ist not a function of $z$ at all. Maybe you meant $f(z)$?
            $endgroup$
            – Michael Bächtold
            3 hours ago












            $begingroup$
            @MichaelBächtold: The student should know that if f(x) contains variables other than x then the chain rule doesn't apply. (This might be an opportunity to mention that there is a variant of the chain rule to be learned later for covering such situations.) I decline to get into a pedantic discussion of the distinction between f and f(z).
            $endgroup$
            – Henry Towsner
            2 hours ago




            $begingroup$
            @MichaelBächtold: The student should know that if f(x) contains variables other than x then the chain rule doesn't apply. (This might be an opportunity to mention that there is a variant of the chain rule to be learned later for covering such situations.) I decline to get into a pedantic discussion of the distinction between f and f(z).
            $endgroup$
            – Henry Towsner
            2 hours ago




            1




            1




            $begingroup$
            I'm quite sure you use the chain rule to derive things that contain more than just $x$ in your calculus class, like $sqrtx^2+k$. You might say: that's ok if we treat $k$ as a constant and not as a variable. But then student might then ask: why am I not allowed to treat $x$ as a constant in the definition of $f$? (And a mathematician might add: what's the difference between a variable and a constant?). Apologies if my pedantry offends you.
            $endgroup$
            – Michael Bächtold
            1 hour ago




            $begingroup$
            I'm quite sure you use the chain rule to derive things that contain more than just $x$ in your calculus class, like $sqrtx^2+k$. You might say: that's ok if we treat $k$ as a constant and not as a variable. But then student might then ask: why am I not allowed to treat $x$ as a constant in the definition of $f$? (And a mathematician might add: what's the difference between a variable and a constant?). Apologies if my pedantry offends you.
            $endgroup$
            – Michael Bächtold
            1 hour ago




            2




            2




            $begingroup$
            @MichaelBächtold: In general, the difference between a variable and a constant is contextual and tricky to make precise, but for purposes of the chain rule in this case, x is a variable because we're taking the derivative with respect to it. I find that students don't usually have difficulty with this point (for instance, one could imagine students getting confused about the difference between the derivative of f(x)=c and f(x)=x, but that's not a particularly common issue), because it's a clean syntactic rule and it's backed up by the notion (x and z are conventionally variables, k isn't).
            $endgroup$
            – Henry Towsner
            1 hour ago




            $begingroup$
            @MichaelBächtold: In general, the difference between a variable and a constant is contextual and tricky to make precise, but for purposes of the chain rule in this case, x is a variable because we're taking the derivative with respect to it. I find that students don't usually have difficulty with this point (for instance, one could imagine students getting confused about the difference between the derivative of f(x)=c and f(x)=x, but that's not a particularly common issue), because it's a clean syntactic rule and it's backed up by the notion (x and z are conventionally variables, k isn't).
            $endgroup$
            – Henry Towsner
            1 hour ago











            2












            $begingroup$

            This is a VERY VERY typical problem. In fact, it's a problem even for $fracddx3^x$, much less your example.



            The way I try to deal with this is one of two ways.



            1. What has to happen first? To evaluate $3^5x+1$, you have to evaluate $5x+1$ first. So that is the inside function in the chain rule, just like in $sin(x^2)$ you have $x^2$ to evaluate first, so it is the inside function.


            2. You could rethink how we notate or talk about exponential functions. In particular, Excel has $e^x$ written as exp(x) (I think as an option). So one can ask what the "input" is here.


            However, on the plus side the student does seem to have the chain rule down; it's just the exponential notation that is causing trouble. So there is definitely hope here. And again, you should not be surprised at encountering this, so it is worth your time to come up with several possible responses for it in the long run. Good luck!






            share|improve this answer









            $endgroup$

















              2












              $begingroup$

              This is a VERY VERY typical problem. In fact, it's a problem even for $fracddx3^x$, much less your example.



              The way I try to deal with this is one of two ways.



              1. What has to happen first? To evaluate $3^5x+1$, you have to evaluate $5x+1$ first. So that is the inside function in the chain rule, just like in $sin(x^2)$ you have $x^2$ to evaluate first, so it is the inside function.


              2. You could rethink how we notate or talk about exponential functions. In particular, Excel has $e^x$ written as exp(x) (I think as an option). So one can ask what the "input" is here.


              However, on the plus side the student does seem to have the chain rule down; it's just the exponential notation that is causing trouble. So there is definitely hope here. And again, you should not be surprised at encountering this, so it is worth your time to come up with several possible responses for it in the long run. Good luck!






              share|improve this answer









              $endgroup$















                2












                2








                2





                $begingroup$

                This is a VERY VERY typical problem. In fact, it's a problem even for $fracddx3^x$, much less your example.



                The way I try to deal with this is one of two ways.



                1. What has to happen first? To evaluate $3^5x+1$, you have to evaluate $5x+1$ first. So that is the inside function in the chain rule, just like in $sin(x^2)$ you have $x^2$ to evaluate first, so it is the inside function.


                2. You could rethink how we notate or talk about exponential functions. In particular, Excel has $e^x$ written as exp(x) (I think as an option). So one can ask what the "input" is here.


                However, on the plus side the student does seem to have the chain rule down; it's just the exponential notation that is causing trouble. So there is definitely hope here. And again, you should not be surprised at encountering this, so it is worth your time to come up with several possible responses for it in the long run. Good luck!






                share|improve this answer









                $endgroup$



                This is a VERY VERY typical problem. In fact, it's a problem even for $fracddx3^x$, much less your example.



                The way I try to deal with this is one of two ways.



                1. What has to happen first? To evaluate $3^5x+1$, you have to evaluate $5x+1$ first. So that is the inside function in the chain rule, just like in $sin(x^2)$ you have $x^2$ to evaluate first, so it is the inside function.


                2. You could rethink how we notate or talk about exponential functions. In particular, Excel has $e^x$ written as exp(x) (I think as an option). So one can ask what the "input" is here.


                However, on the plus side the student does seem to have the chain rule down; it's just the exponential notation that is causing trouble. So there is definitely hope here. And again, you should not be surprised at encountering this, so it is worth your time to come up with several possible responses for it in the long run. Good luck!







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 52 mins ago









                kcrismankcrisman

                3,480730




                3,480730



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Mathematics Educators 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%2fmatheducators.stackexchange.com%2fquestions%2f15366%2fhow-to-explain-whats-wrong-with-this-application-of-the-chain-rule%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

                    Bett Inhaltsverzeichnis Geschichte | Bettformen | Bettgrößen | Andere Bezeichnungen | Bettenmangel | Betten in der bildenden Kunst | Schlafmedizinische Gesichtspunkte | Siehe auch | Literatur | Weblinks | Einzelnachweise | NavigationsmenüBett, Bettstatt, BettstelleCommons: BettBabybetten: Anwendung, Ausstattungsmerkmale und VergleichskriterienWasserbetten. Vorurteile im TestHapfnNursch10.1007/s11818-012-0584-74006250-8AKS4329276-8

                    Luksemburg Sisukord Nimi | Asend | Loodus | Riigikord | Haldusjaotus | Rahvastik | Riigikaitse | Majandus | Taristu | Ajalugu | Eesti ja Luksemburgi suhted | Haridus | Kultuur | Vaata ka | Viited | Välislingid | Navigeerimismenüü50° N, 6° EÜlevaade Luksemburgi kaitsealadest.Luksemburgi rahvaarv. Statistikaamet.World Bank'i andmebaasÜlevaade Luksemburgi loodusest.Ülevaade Luksemburgi metsadest.Guy Colling. "Red List of the Vascular Plants of Luxembourg." Travaux scientifiques du Musée national d’histoire naturelle Luxembourg. 2005.Luxembourg’s biodiversity at risk.Maailma kahepaiksete andmebaas.Denis Lepage. "Luxembourg." Avibase.Ülevaade temperatuuridest. Luksemburgi meteoroloogiateenistus.Ülevaade Luksemburgist. Euroopa Liidu esinduse koduleht.Système politique. TerritoireÜlevaade Luksemburgi rahvastikust. Luksemburgi statistikaamet.Luksemburgi rahvastik. Luksemburgi statistikaamet.The World FactbookMonique Borsenberger, Paul Dickes. "Religions au Luxembourg. Quelle évolution entre 1999-2008". Luksemburgi statistikaamet. 2011.Luksemburgi peapiiskopkond. Catholic-Hierarchy.Luksemburgi armee koduleht.Luksemburgi armee relvastus.Eesti Välisministeerium.Luksemburgi rahvastik. Luksemburgi statistikaamet.Luksemburgi Eesti Seltsi koduleht.Helen Eelrand. "Raadio, mis muutis maailma." Eesti Päevaleht. 13. märts 2004.Ülevaade Luksemburgi haridussüsteemist.Ülevaade Luksemburgi keskkoolidest.Luksemburgr

                    Valle di Casies Indice Geografia fisica | Origini del nome | Storia | Società | Amministrazione | Sport | Note | Bibliografia | Voci correlate | Altri progetti | Collegamenti esterni | Menu di navigazione46°46′N 12°11′E / 46.766667°N 12.183333°E46.766667; 12.183333 (Valle di Casies)46°46′N 12°11′E / 46.766667°N 12.183333°E46.766667; 12.183333 (Valle di Casies)Sito istituzionaleAstat Censimento della popolazione 2011 - Determinazione della consistenza dei tre gruppi linguistici della Provincia Autonoma di Bolzano-Alto Adige - giugno 2012Numeri e fattiValle di CasiesDato IstatTabella dei gradi/giorno dei Comuni italiani raggruppati per Regione e Provincia26 agosto 1993, n. 412Heraldry of the World: GsiesStatistiche I.StatValCasies.comWikimedia CommonsWikimedia CommonsValle di CasiesSito ufficialeValle di CasiesMM14870458910042978-6