Checking implicit differentiation answers?

Click For Summary
SUMMARY

This discussion focuses on using the TI-86 calculator to verify answers for implicit differentiation problems. A specific method is outlined involving the derivatives of a function F1, where the slope M and constant B of the tangent line are calculated using the derivatives der1(F1,x) and der1(F1,y). The user proposes a technique to set y to a value, solve for x, and then find the slope at the point (x,y) by treating the function as one variable. Additionally, the application of Newton's method is suggested for validating the computed derivative.

PREREQUISITES
  • Understanding of implicit differentiation
  • Familiarity with the TI-86 calculator
  • Basic knowledge of derivatives and tangent lines
  • Experience with Newton's method for root-finding
NEXT STEPS
  • Explore the TI-86 programming capabilities for calculus applications
  • Learn more about implicit differentiation techniques
  • Study Newton's method in depth for function approximation
  • Review the source code examples on ticalc.org for practical implementations
USEFUL FOR

Students and educators in calculus, mathematicians verifying implicit differentiation solutions, and TI-86 users looking to enhance their calculator programming skills.

ktpr2
Messages
189
Reaction score
0
How would you check your answer using a Ti86 for implicit diferentiation problems?

I was looking through some source code at ticalc.org and found this tidbit for an implict differentiation section:

(after given a point x and y, with function F1)

If der1(F1,y)==0
[exit]
else
(-der1(F1,x))/(der1(F1,y)) --> M
-M*x+y --> B

and it then displayed the slope M and the constant B as the tan line.

So, to check an answer, could I set y to some value, find x, and then treat the function as one variable and find the slope at point (x,y) by taking the derivativee of x with y equal to whatever set value and derivative of y with whatever x was found to be, in the equation -der(F1,x)/(der(f1,y) ? Does this make sense?

Also, shouldn't there be a way to use the point with the derivative i compute to check it's validity?
 
Last edited:
Computer science news on Phys.org
oh wait, hehe i can probably use Newton's method, if i have a point on the curve and a tangent equation to test out. Is this correct?
 

Similar threads

  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 7 ·
Replies
7
Views
3K