Tangent Line MultiVar Calc Problem

harrietstowe
Messages
46
Reaction score
0

Homework Statement



Find the slope of the tangent line to the curve of intersection of the vertical plane x-y+1= 0 and the surface z=x^2+ y^2 at the point (1, 2, 5) .

Homework Equations





The Attempt at a Solution


Normal Vector 1 is i-j
Normal Vector 2 is 2i+4j-k
Cross them to get i+j+6k
then turn that vector into a unit vector and after that I am unsure what to do
 
Physics news on Phys.org
first you need to decide what exactly you mean by slope...

Something like dz/du, where du is position change projected on the xy-plane, and dz is the change in vertical position. This lines up with the usual notion of slope.

If you are confident in you tangent vector (which i haven't checked) call it t:
t = xi+yj+zk

then the slope as defined above will be given by the ratio of z component to the projection on the xy plane
slope = z/(sqrt(x^2 + y^2))

Another easy way to find the tangent vector direction would be to parameterise the line in terms of t=x, giving r(t). Then differentiate in terms of t.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top