home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / sci / math / 17611 < prev    next >
Encoding:
Internet Message Format  |  1993-01-03  |  1.8 KB

  1. Path: sparky!uunet!haven.umd.edu!news.umbc.edu!math9.math.umbc.edu!rouben
  2. From: rouben@math9.math.umbc.edu (Rouben Rostamian)
  3. Newsgroups: sci.math
  4. Subject: Re: need help in calculus problem.
  5. Date: 3 Jan 1993 15:28:25 GMT
  6. Organization: University of Maryland Baltimore Campus
  7. Lines: 35
  8. Message-ID: <1i70mpINNcrj@news.umbc.edu>
  9. References: <1i688pINNls9@usenet.INS.CWRU.Edu>
  10. NNTP-Posting-Host: math9.math.umbc.edu
  11.  
  12. In article <1i688pINNls9@usenet.INS.CWRU.Edu> cd187@cleveland.Freenet.Edu (Aye Naing) writes:
  13. >The following equations describe a curve parameterized by 't'
  14. >F(x,y,t)=0
  15. >G(x,z,t)=0
  16. >H(y,z,t)=0
  17. >Find the equation of the tangent line.
  18.  
  19. Differentiate each equation wrt t, via the chain rule:
  20. F_x x' + F_y y' + F_t = 0,
  21. G_x x' + G_z y' + G_t = 0,
  22. H_y y' + H_z z' + H_t = 0,
  23. where F_x indicates the derivative of F wrt the x variable, etc.  (I know,
  24. it's a bad notation, but you know what I mean.)
  25. Solve this linear system of three equations for the three unknowns x', y', z'.
  26. The vector (x',y',z') is the desired tangent vector.
  27.  
  28. To alleviate the concerns of another reader regarding the implicit
  29. form of these derivatives,  let's note that no differential
  30. equations are involved anywhere.  The solution vector is of the form:
  31.  
  32. (x'(t), y'(t), z'(t) ) = an an explicit function of x(t), y(t), z(t).  (*)
  33.  
  34. Each value of t corresponds to a point (x(t), y(t), z(t)) on the curve,
  35. and a tangent vector, given by (*), at that point.
  36.  
  37. Of course if you are only given a specific point (x0, y0, z0) on the curve,
  38. you first need to determine the correspoinding t value.  This amounts
  39. to solving any one of the three original equations describing the curve.
  40. For instance, one may solve
  41. F(x0, y0, t0) = 0,
  42. to compute t0 in terms of x0 and y0, and then proceed as before.  No
  43. differential equations arise.
  44.  
  45. --
  46. Rouben Rostamian
  47.