Solving Vector Calculus Problems: Finding the Equation of a Tangent Plane

ToxicBug
Messages
84
Reaction score
0
Does anyone know how do #1? I thought I just needed to find the binormal and it will give me the equation of the tangent plane, however the calculations are too insane for that to be the way to solve this. I can't think of any other way, since we're dealing with a vector function and not the equation, ie the are no defined points on the 3D function.

http://img52.imageshack.us/img52/8522/calmodule1ys.png
 
Last edited by a moderator:
Physics news on Phys.org
For part 1, the normal to the plane is given by the grad vector. Then, using point A, the equation of the tangent plane can be found. I think that would work
n = \frac{\partial{z}}{\partial{x}}i + \frac{\partial{z}}{\partial{y}}j + \frac{\partial{z}}{\partial{{z}}k
n.(r-a) = 0 where a is the position vector of A, and r = xi + yj + zk

Sorry about the maths bits, it was my attempt to do partial derivatives.
 
Last edited by a moderator:
Try writing the equation for the surface in the form f(x,y,z)=0, ie, treat it as a constant surface of some function in R^3. Then the gradient of this function at a point represents the vector normal to the surface at the point, and from this it should be easy to find the tangent plane.
 
But how do I know what point will A be on the surface?
 
I think I have it: the point A is just (1/25,1/10,3/25). Oh my God how could I be so stupid to miss that! OMG!

Now its super easy to find the solution to Q1.
 
I'm pretty sure you got it. But just to clarify what \vec{0A} means.

A vector is an object that has direction and length. Given \vec{0A} = \left(\frac{1}{25}, \frac{1}{10}, \frac{3}{25}\right) this means that you have a vector that starts at position 0, which is \vec 0 = (0,0,0) and then moves to the right out in the x direction by 1/25 then in the y direction by 1/10 and then in the z direction by 3/25. So in x-y-z space, this vector points to something. What does it point to?

Well you know your surface is defined by:
z=\left (\frac{1}{2}-y \right)^2 - x

And you have a vector \vec{0A} = \left(\frac{1}{25}, \frac{1}{10}, \frac{3}{25}\right).

Which in your coordinate system is:
x = \frac{1}{25}
y = \frac{1}{10}
z = \frac{3}{25}

So if you want to see if the "point" A is actually on your surface. Then the vector must point to an actual element of the set that makes up the surface.

So take your surface:
z=\left (\frac{1}{2}-y \right)^2 - x

then take your vector:
x = \frac{1}{25}
y = \frac{1}{10}
z = \frac{3}{25}

and you get:
z= \left(\frac{1}{2}-\frac{1}{10}\right) ^2 - \frac{1}{25}
z=\left( \frac{2}{5} \right)^2 - \frac{1}{25}
z=\frac{4}{25}-\frac{1}{25}=\frac{3}{25}

So you know the point WILL be on the surface.
 
Last edited:
Now for question #4 I found the volume of the bottle to be 0.012414 cubic meters, anyone else got a similar answer? What integral did you set up?
 
By the way, for #6 am I correct in doing grad(f) at A dot product with r'(1/20)?
 
Back
Top