What Other Point(s) Have the Same Tangent Plane?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
kasse
Messages
383
Reaction score
1
[SOLVED] Tangent plane to surface

Homework Statement



Find an equation for the tangent plane to the surface z^2 = x^2 + 2y^2 at the point P = (1,2,3). Which other points on the surface have the same tangent plane?

2. The attempt at a solution

I find the derivatives:

fx = x/(2*sqrt(x^2 + 2y^2))
fy = 2y/(2*sqrt(x^2 + 2y^2))

The plane is given by:

z - f(1,2,3) = fx(1,2,3)(x-1) + fy(1,2,3)(y-2)

6z = 2x + 8y

So then, which other points on the surface have the same tangent plane?

I also have another question: Why does it suffice to write z = sqrt(x^2 + sy^2) instead of z = (+/-)sqrt(x^2 + sy^2) ?
 
Physics news on Phys.org
First,
[tex]f_y\ne \frac{2y}{2\sqrt{x^2+ 2y^2}}[/itex]<br /> I suspect you forgot the "2" multiplying y<sup>2</sup>.<br /> <br /> You are given that the point in question is (1, 2, 3). z= 3 which is positive. That's why you can use [itex]z= \sqrt{x^2+ 2y^2}[/itex] for that point. Of course, other points, having the same tangent plane, might have z negative. In order to determine what other points on the surface have the same tangent plane, you should first determine what other points on the surface are also on that plane. Once you have those, then look at the normal vectors.<br /> <br /> <br /> <br /> By the way, for those of us who don't like square roots, it is simpler to write F(x,y,z)= x<sup>2</sup>+ 2y<sup>2</sup>- z<sup>2</sup>= 0, so the surface is a "level surface" for F. It's gradient, [itex]\nabla F= 2x\vec{i}+ 4y\vec{j}- 2z\vec{k}[/itex] is perpendicular to that surface. In particular, [itex]\nabla F(1,2,3)= 2\vec{i}+ 8\vec{j}- 6\vec{k}[/itex] gives exactly the same tangent plane.<br /> <br /> Finally, please don't use "f<sub>x</sub>", "f<sub>y</sub>", etc. without first telling us <b>what</b> f is! I was able to guess that [itex]f(x,y)= z= \sqrt{x^2+ 2y^2}[/itex] but you should have said that.[/tex]