Problem about tangent plane to surface

supermiedos
Messages
62
Reaction score
0

Homework Statement



find the points on the surface x^2 + y^2 + z^2 = 7 where its tangent plane is parallel to 2x + 4y + 6z = 1

Homework Equations


Equation of a tangent plane:

fx(x - x0) + fy(y - y0) + fz(z - z0) = 0, where fx means partial derivative of f respect to x
n1 X n2 = 0

The Attempt at a Solution


Two planes are parallel if the cross product of their normal vectors is zero. The normal vector of the surface is its gradient, that is: n1 = 2x i + 2y j + 2z k and the normal vector of the plane is
n2 = 2 i + 4 j + 6 k.

when I do n1 X n2 and equal it to zero, i get a system of 3 equations:

12y -8 z = 0, -12x + 4z = 0, 8x - 4y = 0, but it has a infinity number of solutions (y = 2x, z = 3x). what am I doing wrong?

the solutions according to the book is: (1/sqrt(2), sqrt(2), 3/sqrt(2) ) and (-1/sqrt(2), -sqrt(2), -3/sqrt(2)

Thanks in advance
 
Physics news on Phys.org
The points have to be on the surface, so x,y,z fulfil also the equation x^2 + y^2 + z^2 = 7.

ehild
 
Hi Supermiedos
You get an infinity of answers because you just solved the fact that 2 planes should be // to each others
Now you have to put them at specific points
Look at the first equation, it's a sphere with radius √7
So you know that for whichever plane you can think of, there will always be 2 planes // to some reference plane that happen to be at distance √7 from the origin
The second equation gives you the orthogonal vector of the plane, (2, 4, 6)
it really doesn't matter where the plane is, you just care about the direction
so imagine being at the origin, you have a given 'direction' (normalize this vector, it has norm=√14) and you want to 'hit the sphere' at two points, and those should be the one you are expecting
 
Thank you so much ehild and oli4. I tought I "involved" the sphere by using its gradient, but that was not enough of course. I solved it now and I got the answer. :)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top