How would I go about differentiating t with respect to x? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Need help differentiating this equationsDifferentiating with fractionsDifferentiating an implicit equation.Differentiating a function with respect to two unknown.Differentiating a Triangle Wave function?Derivative with respect to aDifferentiating both sides of an equation with different variablesDifferentiating with respect to the exponent of distributiondifferentiating equations with expectationsDifferentiating with respect to a product of two variables

Match Roman Numerals

Example of compact Riemannian manifold with only one geodesic.

Is every episode of "Where are my Pants?" identical?

Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?

How to support a colleague who finds meetings extremely tiring?

Student Loan from years ago pops up and is taking my salary

Single author papers against my advisor's will?

Why did Peik Lin say, "I'm not an animal"?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

One-dimensional Japanese puzzle

Is 'stolen' appropriate word?

Working through the single responsibility principle (SRP) in Python when calls are expensive

How many cones with angle theta can I pack into the unit sphere?

Would an alien lifeform be able to achieve space travel if lacking in vision?

Can withdrawing asylum be illegal?

Why can't devices on different VLANs, but on the same subnet, communicate?

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?

Store Dynamic-accessible hidden metadata in a cell

Do warforged have souls?

how can a perfect fourth interval be considered either consonant or dissonant?

Am I ethically obligated to go into work on an off day if the reason is sudden?

Does Parliament need to approve the new Brexit delay to 31 October 2019?

Do working physicists consider Newtonian mechanics to be "falsified"?



How would I go about differentiating t with respect to x?



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Need help differentiating this equationsDifferentiating with fractionsDifferentiating an implicit equation.Differentiating a function with respect to two unknown.Differentiating a Triangle Wave function?Derivative with respect to aDifferentiating both sides of an equation with different variablesDifferentiating with respect to the exponent of distributiondifferentiating equations with expectationsDifferentiating with respect to a product of two variables










0












$begingroup$


$$t=fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3)$$



We haven't covered how to differentiate equations like this yet. How would I go about finding dt/dx?










share|cite|improve this question











$endgroup$
















    0












    $begingroup$


    $$t=fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3)$$



    We haven't covered how to differentiate equations like this yet. How would I go about finding dt/dx?










    share|cite|improve this question











    $endgroup$














      0












      0








      0





      $begingroup$


      $$t=fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3)$$



      We haven't covered how to differentiate equations like this yet. How would I go about finding dt/dx?










      share|cite|improve this question











      $endgroup$




      $$t=fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3)$$



      We haven't covered how to differentiate equations like this yet. How would I go about finding dt/dx?







      derivatives






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 24 at 16:33







      methyl0x_

















      asked Mar 24 at 16:00









      methyl0x_methyl0x_

      103




      103




















          3 Answers
          3






          active

          oldest

          votes


















          0












          $begingroup$

          Here's a sneaky way around some of the work others have suggested. In particular, you don't need to know how to differentiate the square-root function.



          Do a little rewriting via algebra:
          beginalign
          t&=fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3)\
          t-fracxv &=fracsqrt(fraca2)^2+(a-x)^2(fracv3)\
          fracv3left(t-fracxvright) &=sqrt(fraca2)^2+(a-x)^2\
          left(fracv3right)^2left(t-fracxvright)^2 &=(fraca2)^2+(a-x)^2
          endalign

          Now remembering that $t$ is really $t(x)$, a function that varies with $x$, we have a equality between two functions -- one on the left, one on the right. So their derivatives must be equal. The one on the left needs the power rule and the chain rule; the one on the right needs only the power rule. Differentiating, we get
          beginalign
          2left(fracv3right)^2left(t-fracxvright)left(fracdtdx + frac-1vright) &=2(a-x)(-1)\
          left(fracv3right)^2left(t-fracxvright)left(fracdtdx + frac-1vright) &=(x-a)\
          left(t-fracxvright)left(fracdtdx + frac-1vright) &=(x-a)left(frac3vright)^2\
          fracdtdx + frac-1v &=frac(x-a)left(frac3vright)^2t-fracxv\
          fracdtdx &=frac(x-a)left(frac3vright)^2t-fracxv + frac1v\
          endalign



          At this point, you have a formula for $fracdtdx$, but it involves $t$, which may seem objectionable to you (or your teacher). Fortunately, you started out with a formula that expresses $t$ in terms of $x$, and can plug that in to get
          beginalign
          fracdtdx &=frac(x-a)left(frac3vright)^2t-fracxv + frac1v\
          &=frac(x-a)left(frac3vright)^2left(fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3) right)-fracxv + frac1v\
          &=frac(x-a)left(frac3vright)^2left(fracsqrt(fraca2)^2+(a-x)^2(fracv3) right) + frac1v\
          endalign



          and there's your answer without using anything other than the chain rule and the (integer) power rule and a bit of algebra. It can, of course, be simplified via a bit more algebra, but I leave that to you.






          share|cite|improve this answer











          $endgroup$




















            1












            $begingroup$

            Hint: Treat $a$ and $v$ as constants. To differentiate this, you will need to use the chain rule. To start, differentiate $frac x v$ to get $frac 1 v$, and then note that $frac 3 v sqrtleft(frac a 2right)^2+(a-x)^2=frac 3 v fbig(g(x)big)$, where $g(x)=left(frac a 2right)^2+(a-x)^2$ and $f(u)=sqrt u$. Then apply the chain rule.






            share|cite|improve this answer









            $endgroup$




















              0












              $begingroup$

              Addition plus square roots plus chain rule.



              The chain rule tells how to
              differentiate a function of a function:



              $(f(g(x)))' = g'(x) f'(g(x))
              $



              Example:



              Since
              $(x^2)' = 2x$
              and
              $(sqrtx)' = dfrac12sqrtx
              $
              ,
              so
              $(f(x)^2)' = 2f'(x)f(x)$
              and
              $(sqrtf(x))'
              =dfracf'(x)2sqrtf(x)
              $
              ,



              $beginarray\
              (sqrt(fraca2)^2+(a-x)^2)'
              &=((fraca2)^2+(a-x)^2)'dfrac12sqrt(fraca2)^2+(a-x)^2\
              &=dfrac2(a-x)'(a-x)2sqrt(fraca2)^2+(a-x)^2\
              &=dfrac-2(a-x)2sqrt(fraca2)^2+(a-x)^2\
              endarray$






              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%2f3160706%2fhow-would-i-go-about-differentiating-t-with-respect-to-x%23new-answer', 'question_page');

                );

                Post as a guest















                Required, but never shown

























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                0












                $begingroup$

                Here's a sneaky way around some of the work others have suggested. In particular, you don't need to know how to differentiate the square-root function.



                Do a little rewriting via algebra:
                beginalign
                t&=fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3)\
                t-fracxv &=fracsqrt(fraca2)^2+(a-x)^2(fracv3)\
                fracv3left(t-fracxvright) &=sqrt(fraca2)^2+(a-x)^2\
                left(fracv3right)^2left(t-fracxvright)^2 &=(fraca2)^2+(a-x)^2
                endalign

                Now remembering that $t$ is really $t(x)$, a function that varies with $x$, we have a equality between two functions -- one on the left, one on the right. So their derivatives must be equal. The one on the left needs the power rule and the chain rule; the one on the right needs only the power rule. Differentiating, we get
                beginalign
                2left(fracv3right)^2left(t-fracxvright)left(fracdtdx + frac-1vright) &=2(a-x)(-1)\
                left(fracv3right)^2left(t-fracxvright)left(fracdtdx + frac-1vright) &=(x-a)\
                left(t-fracxvright)left(fracdtdx + frac-1vright) &=(x-a)left(frac3vright)^2\
                fracdtdx + frac-1v &=frac(x-a)left(frac3vright)^2t-fracxv\
                fracdtdx &=frac(x-a)left(frac3vright)^2t-fracxv + frac1v\
                endalign



                At this point, you have a formula for $fracdtdx$, but it involves $t$, which may seem objectionable to you (or your teacher). Fortunately, you started out with a formula that expresses $t$ in terms of $x$, and can plug that in to get
                beginalign
                fracdtdx &=frac(x-a)left(frac3vright)^2t-fracxv + frac1v\
                &=frac(x-a)left(frac3vright)^2left(fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3) right)-fracxv + frac1v\
                &=frac(x-a)left(frac3vright)^2left(fracsqrt(fraca2)^2+(a-x)^2(fracv3) right) + frac1v\
                endalign



                and there's your answer without using anything other than the chain rule and the (integer) power rule and a bit of algebra. It can, of course, be simplified via a bit more algebra, but I leave that to you.






                share|cite|improve this answer











                $endgroup$

















                  0












                  $begingroup$

                  Here's a sneaky way around some of the work others have suggested. In particular, you don't need to know how to differentiate the square-root function.



                  Do a little rewriting via algebra:
                  beginalign
                  t&=fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3)\
                  t-fracxv &=fracsqrt(fraca2)^2+(a-x)^2(fracv3)\
                  fracv3left(t-fracxvright) &=sqrt(fraca2)^2+(a-x)^2\
                  left(fracv3right)^2left(t-fracxvright)^2 &=(fraca2)^2+(a-x)^2
                  endalign

                  Now remembering that $t$ is really $t(x)$, a function that varies with $x$, we have a equality between two functions -- one on the left, one on the right. So their derivatives must be equal. The one on the left needs the power rule and the chain rule; the one on the right needs only the power rule. Differentiating, we get
                  beginalign
                  2left(fracv3right)^2left(t-fracxvright)left(fracdtdx + frac-1vright) &=2(a-x)(-1)\
                  left(fracv3right)^2left(t-fracxvright)left(fracdtdx + frac-1vright) &=(x-a)\
                  left(t-fracxvright)left(fracdtdx + frac-1vright) &=(x-a)left(frac3vright)^2\
                  fracdtdx + frac-1v &=frac(x-a)left(frac3vright)^2t-fracxv\
                  fracdtdx &=frac(x-a)left(frac3vright)^2t-fracxv + frac1v\
                  endalign



                  At this point, you have a formula for $fracdtdx$, but it involves $t$, which may seem objectionable to you (or your teacher). Fortunately, you started out with a formula that expresses $t$ in terms of $x$, and can plug that in to get
                  beginalign
                  fracdtdx &=frac(x-a)left(frac3vright)^2t-fracxv + frac1v\
                  &=frac(x-a)left(frac3vright)^2left(fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3) right)-fracxv + frac1v\
                  &=frac(x-a)left(frac3vright)^2left(fracsqrt(fraca2)^2+(a-x)^2(fracv3) right) + frac1v\
                  endalign



                  and there's your answer without using anything other than the chain rule and the (integer) power rule and a bit of algebra. It can, of course, be simplified via a bit more algebra, but I leave that to you.






                  share|cite|improve this answer











                  $endgroup$















                    0












                    0








                    0





                    $begingroup$

                    Here's a sneaky way around some of the work others have suggested. In particular, you don't need to know how to differentiate the square-root function.



                    Do a little rewriting via algebra:
                    beginalign
                    t&=fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3)\
                    t-fracxv &=fracsqrt(fraca2)^2+(a-x)^2(fracv3)\
                    fracv3left(t-fracxvright) &=sqrt(fraca2)^2+(a-x)^2\
                    left(fracv3right)^2left(t-fracxvright)^2 &=(fraca2)^2+(a-x)^2
                    endalign

                    Now remembering that $t$ is really $t(x)$, a function that varies with $x$, we have a equality between two functions -- one on the left, one on the right. So their derivatives must be equal. The one on the left needs the power rule and the chain rule; the one on the right needs only the power rule. Differentiating, we get
                    beginalign
                    2left(fracv3right)^2left(t-fracxvright)left(fracdtdx + frac-1vright) &=2(a-x)(-1)\
                    left(fracv3right)^2left(t-fracxvright)left(fracdtdx + frac-1vright) &=(x-a)\
                    left(t-fracxvright)left(fracdtdx + frac-1vright) &=(x-a)left(frac3vright)^2\
                    fracdtdx + frac-1v &=frac(x-a)left(frac3vright)^2t-fracxv\
                    fracdtdx &=frac(x-a)left(frac3vright)^2t-fracxv + frac1v\
                    endalign



                    At this point, you have a formula for $fracdtdx$, but it involves $t$, which may seem objectionable to you (or your teacher). Fortunately, you started out with a formula that expresses $t$ in terms of $x$, and can plug that in to get
                    beginalign
                    fracdtdx &=frac(x-a)left(frac3vright)^2t-fracxv + frac1v\
                    &=frac(x-a)left(frac3vright)^2left(fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3) right)-fracxv + frac1v\
                    &=frac(x-a)left(frac3vright)^2left(fracsqrt(fraca2)^2+(a-x)^2(fracv3) right) + frac1v\
                    endalign



                    and there's your answer without using anything other than the chain rule and the (integer) power rule and a bit of algebra. It can, of course, be simplified via a bit more algebra, but I leave that to you.






                    share|cite|improve this answer











                    $endgroup$



                    Here's a sneaky way around some of the work others have suggested. In particular, you don't need to know how to differentiate the square-root function.



                    Do a little rewriting via algebra:
                    beginalign
                    t&=fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3)\
                    t-fracxv &=fracsqrt(fraca2)^2+(a-x)^2(fracv3)\
                    fracv3left(t-fracxvright) &=sqrt(fraca2)^2+(a-x)^2\
                    left(fracv3right)^2left(t-fracxvright)^2 &=(fraca2)^2+(a-x)^2
                    endalign

                    Now remembering that $t$ is really $t(x)$, a function that varies with $x$, we have a equality between two functions -- one on the left, one on the right. So their derivatives must be equal. The one on the left needs the power rule and the chain rule; the one on the right needs only the power rule. Differentiating, we get
                    beginalign
                    2left(fracv3right)^2left(t-fracxvright)left(fracdtdx + frac-1vright) &=2(a-x)(-1)\
                    left(fracv3right)^2left(t-fracxvright)left(fracdtdx + frac-1vright) &=(x-a)\
                    left(t-fracxvright)left(fracdtdx + frac-1vright) &=(x-a)left(frac3vright)^2\
                    fracdtdx + frac-1v &=frac(x-a)left(frac3vright)^2t-fracxv\
                    fracdtdx &=frac(x-a)left(frac3vright)^2t-fracxv + frac1v\
                    endalign



                    At this point, you have a formula for $fracdtdx$, but it involves $t$, which may seem objectionable to you (or your teacher). Fortunately, you started out with a formula that expresses $t$ in terms of $x$, and can plug that in to get
                    beginalign
                    fracdtdx &=frac(x-a)left(frac3vright)^2t-fracxv + frac1v\
                    &=frac(x-a)left(frac3vright)^2left(fracxv+fracsqrt(fraca2)^2+(a-x)^2(fracv3) right)-fracxv + frac1v\
                    &=frac(x-a)left(frac3vright)^2left(fracsqrt(fraca2)^2+(a-x)^2(fracv3) right) + frac1v\
                    endalign



                    and there's your answer without using anything other than the chain rule and the (integer) power rule and a bit of algebra. It can, of course, be simplified via a bit more algebra, but I leave that to you.







                    share|cite|improve this answer














                    share|cite|improve this answer



                    share|cite|improve this answer








                    edited Mar 24 at 17:21

























                    answered Mar 24 at 17:02









                    John HughesJohn Hughes

                    65.4k24293




                    65.4k24293





















                        1












                        $begingroup$

                        Hint: Treat $a$ and $v$ as constants. To differentiate this, you will need to use the chain rule. To start, differentiate $frac x v$ to get $frac 1 v$, and then note that $frac 3 v sqrtleft(frac a 2right)^2+(a-x)^2=frac 3 v fbig(g(x)big)$, where $g(x)=left(frac a 2right)^2+(a-x)^2$ and $f(u)=sqrt u$. Then apply the chain rule.






                        share|cite|improve this answer









                        $endgroup$

















                          1












                          $begingroup$

                          Hint: Treat $a$ and $v$ as constants. To differentiate this, you will need to use the chain rule. To start, differentiate $frac x v$ to get $frac 1 v$, and then note that $frac 3 v sqrtleft(frac a 2right)^2+(a-x)^2=frac 3 v fbig(g(x)big)$, where $g(x)=left(frac a 2right)^2+(a-x)^2$ and $f(u)=sqrt u$. Then apply the chain rule.






                          share|cite|improve this answer









                          $endgroup$















                            1












                            1








                            1





                            $begingroup$

                            Hint: Treat $a$ and $v$ as constants. To differentiate this, you will need to use the chain rule. To start, differentiate $frac x v$ to get $frac 1 v$, and then note that $frac 3 v sqrtleft(frac a 2right)^2+(a-x)^2=frac 3 v fbig(g(x)big)$, where $g(x)=left(frac a 2right)^2+(a-x)^2$ and $f(u)=sqrt u$. Then apply the chain rule.






                            share|cite|improve this answer









                            $endgroup$



                            Hint: Treat $a$ and $v$ as constants. To differentiate this, you will need to use the chain rule. To start, differentiate $frac x v$ to get $frac 1 v$, and then note that $frac 3 v sqrtleft(frac a 2right)^2+(a-x)^2=frac 3 v fbig(g(x)big)$, where $g(x)=left(frac a 2right)^2+(a-x)^2$ and $f(u)=sqrt u$. Then apply the chain rule.







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered Mar 24 at 16:45









                            csch2csch2

                            6391314




                            6391314





















                                0












                                $begingroup$

                                Addition plus square roots plus chain rule.



                                The chain rule tells how to
                                differentiate a function of a function:



                                $(f(g(x)))' = g'(x) f'(g(x))
                                $



                                Example:



                                Since
                                $(x^2)' = 2x$
                                and
                                $(sqrtx)' = dfrac12sqrtx
                                $
                                ,
                                so
                                $(f(x)^2)' = 2f'(x)f(x)$
                                and
                                $(sqrtf(x))'
                                =dfracf'(x)2sqrtf(x)
                                $
                                ,



                                $beginarray\
                                (sqrt(fraca2)^2+(a-x)^2)'
                                &=((fraca2)^2+(a-x)^2)'dfrac12sqrt(fraca2)^2+(a-x)^2\
                                &=dfrac2(a-x)'(a-x)2sqrt(fraca2)^2+(a-x)^2\
                                &=dfrac-2(a-x)2sqrt(fraca2)^2+(a-x)^2\
                                endarray$






                                share|cite|improve this answer









                                $endgroup$

















                                  0












                                  $begingroup$

                                  Addition plus square roots plus chain rule.



                                  The chain rule tells how to
                                  differentiate a function of a function:



                                  $(f(g(x)))' = g'(x) f'(g(x))
                                  $



                                  Example:



                                  Since
                                  $(x^2)' = 2x$
                                  and
                                  $(sqrtx)' = dfrac12sqrtx
                                  $
                                  ,
                                  so
                                  $(f(x)^2)' = 2f'(x)f(x)$
                                  and
                                  $(sqrtf(x))'
                                  =dfracf'(x)2sqrtf(x)
                                  $
                                  ,



                                  $beginarray\
                                  (sqrt(fraca2)^2+(a-x)^2)'
                                  &=((fraca2)^2+(a-x)^2)'dfrac12sqrt(fraca2)^2+(a-x)^2\
                                  &=dfrac2(a-x)'(a-x)2sqrt(fraca2)^2+(a-x)^2\
                                  &=dfrac-2(a-x)2sqrt(fraca2)^2+(a-x)^2\
                                  endarray$






                                  share|cite|improve this answer









                                  $endgroup$















                                    0












                                    0








                                    0





                                    $begingroup$

                                    Addition plus square roots plus chain rule.



                                    The chain rule tells how to
                                    differentiate a function of a function:



                                    $(f(g(x)))' = g'(x) f'(g(x))
                                    $



                                    Example:



                                    Since
                                    $(x^2)' = 2x$
                                    and
                                    $(sqrtx)' = dfrac12sqrtx
                                    $
                                    ,
                                    so
                                    $(f(x)^2)' = 2f'(x)f(x)$
                                    and
                                    $(sqrtf(x))'
                                    =dfracf'(x)2sqrtf(x)
                                    $
                                    ,



                                    $beginarray\
                                    (sqrt(fraca2)^2+(a-x)^2)'
                                    &=((fraca2)^2+(a-x)^2)'dfrac12sqrt(fraca2)^2+(a-x)^2\
                                    &=dfrac2(a-x)'(a-x)2sqrt(fraca2)^2+(a-x)^2\
                                    &=dfrac-2(a-x)2sqrt(fraca2)^2+(a-x)^2\
                                    endarray$






                                    share|cite|improve this answer









                                    $endgroup$



                                    Addition plus square roots plus chain rule.



                                    The chain rule tells how to
                                    differentiate a function of a function:



                                    $(f(g(x)))' = g'(x) f'(g(x))
                                    $



                                    Example:



                                    Since
                                    $(x^2)' = 2x$
                                    and
                                    $(sqrtx)' = dfrac12sqrtx
                                    $
                                    ,
                                    so
                                    $(f(x)^2)' = 2f'(x)f(x)$
                                    and
                                    $(sqrtf(x))'
                                    =dfracf'(x)2sqrtf(x)
                                    $
                                    ,



                                    $beginarray\
                                    (sqrt(fraca2)^2+(a-x)^2)'
                                    &=((fraca2)^2+(a-x)^2)'dfrac12sqrt(fraca2)^2+(a-x)^2\
                                    &=dfrac2(a-x)'(a-x)2sqrt(fraca2)^2+(a-x)^2\
                                    &=dfrac-2(a-x)2sqrt(fraca2)^2+(a-x)^2\
                                    endarray$







                                    share|cite|improve this answer












                                    share|cite|improve this answer



                                    share|cite|improve this answer










                                    answered Mar 24 at 16:45









                                    marty cohenmarty cohen

                                    75.4k549130




                                    75.4k549130



























                                        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%2f3160706%2fhow-would-i-go-about-differentiating-t-with-respect-to-x%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

                                        Moe incest case Sentencing See also References Navigation menu"'Australian Josef Fritzl' fathered four children by daughter""Small town recoils in horror at 'Australian Fritzl' incest case""Victorian rape allegations echo Fritzl case - Just In (Australian Broadcasting Corporation)""Incest father jailed for 22 years""'Australian Fritzl' sentenced to 22 years in prison for abusing daughter for three decades""RSJ v The Queen"

                                        Who is our nearest planetary neighbor, on average?Santa Claus flies to the South PoleSeven Spheres of Unequal Mass, a weighing problem with a twistDescribe a large integerFast Mental Calculation of $7.5^7$Math in Space (without the help of celebrities)Find the value of $bigstar$: Puzzle 8 - InequalityWho drinks beer while running anyway?A Crucial DeliveryRanking And AverageHow long will my money last at roulette?

                                        Daza language Contents Vocabulary Phonology References External links Navigation menudaza1242Daza"Dazaga"eeee178086576