Re: Implicit Differentiation on TI-89?


[Prev][Next][Index][Thread]

Re: Implicit Differentiation on TI-89?



There are multiple ways to do this.
1.
        y^2+x^2=9
        d(y(x)^2+x^2=9,x)
        Then solve for y prime.
2.
        d(uu,xx)/d(uu,yy)->impdif(uu,xx,yy)
        uu is the function
        xx is the first variable
        yy is the second variable
        y^2=-x^2+9
        First put all variables and values on one side of the equal sign.
        y^2+x^2-9
        impdif(y^2+x^2-9,x,y)
        y prime has been solved.
Reason:
        When you evaluate the equation x^2+y^2=9 with respect to x,
        y is evaluated as a constant.
        method one evaluates y as a function of x.
        method two creates a function that evaluates it for x and y.
        too use related rates i think you need to use method one.
At 09:42 PM 11/17/98 -0500, you wrote:
>Hi all,
>
>I'm sure this has been asked a million times before, but is there a way
>to do (symbolic) implicit differentiation on the TI-89?
>
>Thank you,
>Kevin J. DeGraaf
>
>___________________________________________________________________
>You don't need to buy Internet access to use free Internet e-mail.
>Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
>or call Juno at (800) 654-JUNO [654-5866]
>
>
Barrett Southworth
barrett@srv.net


References: