A contradiction? - Calculus III Question

eurekameh
Messages
209
Reaction score
0
yz = ln(x+z)
So I'm trying to find the tangent plane to the surface at a particular point (x0,y0,z0).
Here's the general formula:
Fx(x0,y0,z0)(x-x0) + Fy(x0,y0,z0)(y-y0) + Fz(x0,y0,z0)(z-z0) = 0,
where Fx, Fy, and Fz are the partial derivatives of the below F(x,y,z):

1. F(x,y,z) = ln(x+z) - yz
2. F(x,y,z) = yz - ln(x+z)

When I take the partial derivatives Fx,Fy,Fz for both of these functions, they turn out to be different:

For (1.), I get:
Fx = 1/(x+z)
Fy = -z
Fz = 1/(x+z) - y

For (2.), I get:
Fx = -1/(x+z)
Fy = z
Fz = y - 1/(x+z)
, which all have the opposite signs of (1.)

So my question is: how do I know which F(x,y,z) to use when trying to find the tangent plane through a particular point?
 
Physics news on Phys.org
Your first version of F(x,y,z) is the negative of your second version, so of course that gives you a different result.

Added in Edit:

Of course I should have said, ... a different result for the gradient. The result for the overall problem should be the same for both versions of F(x,y,z).
 
Last edited:
eurekameh said:
yz = ln(x+z)
So I'm trying to find the tangent plane to the surface at a particular point (x0,y0,z0).
Here's the general formula:
Fx(x0,y0,z0)(x-x0) + Fy(x0,y0,z0)(y-y0) + Fz(x0,y0,z0)(z-z0) = 0,
where Fx, Fy, and Fz are the partial derivatives of the below F(x,y,z):

1. F(x,y,z) = ln(x+z) - yz
2. F(x,y,z) = yz - ln(x+z)

When I take the partial derivatives Fx,Fy,Fz for both of these functions, they turn out to be different:

For (1.), I get:
Fx = 1/(x+z)
Fy = -z
Fz = 1/(x+z) - y

For (2.), I get:
Fx = -1/(x+z)
Fy = z
Fz = y - 1/(x+z)
, which all have the opposite signs of (1.)

So my question is: how do I know which F(x,y,z) to use when trying to find the tangent plane through a particular point?

It doesn't matter: an equation of the form \sum_{i} a_i x_i = 0 is the same as \sum_{i} (-a_i) x_i = 0.

RGV
 
Yeah, that's true, which is my point.
Differentiating
F(x,y,z) = ln(x+z) - yz and F(x,y,z) = yz - ln(x+z) should give me the same result for the tangent plane and normal line of the surface at a particular point, but it doesn't. It gives me the negative of what it should be (by should be, I mean the correct answer to the homework problem).

The normal line has parametric equations:
x = x0 + Fxt
y = y0 + Fyt
z = z0 + Fzt, where <Fx,Fy,Fz> is the gradient.
So if both functions give me a negative result of the gradient, the parametric equations are also negative of each other for both situations, and there can be only one answer.
 
It may look like a different line, but any point on one of the lines is also on the other. So, both forms define the same line.
 
But don't they point in opposite directions?
 
Then the lines only differ by a constant -t. If you remember the equation of a line.
 
Vectors point.

A line goes to infinity in both directions.
 
Last edited:
eurekameh said:
But don't they point in opposite directions?

Vectors point in directions, but lines do not. Anyway, you are getting a *plane* and that does not point in any direction at all (at least as normally understood by the word "point"). Locally, the floor you are standing on is the plane perpendicular to a vertical line, and is the same plane whether you regard it as perpendicular to an upward-pointing vector or a downward-pointing one.

RGV
 
  • #10
It makes sense, but when the normal line to a plane is mentioned, I automatically think of a vector that points in a specific direction and not a line that goes on forever.
So in summary, both answers should be correct? My online homework only accepts one of the answers as correct, for both the plane and the line.
 
  • #11
eurekameh said:
It makes sense, but when the normal line to a plane is mentioned, I automatically think of a vector that points in a specific direction and not a line that goes on forever.
So in summary, both answers should be correct? My online homework only accepts one of the answers as correct, for both the plane and the line.
It's ridiculous for the online homework to take only one specific answer for either of these. There are an infinite number of ways to write a correct equation for each of the line & the plane.
 
  • #12
K, thanks. I guess it was just programmed to take that one answer.
 
Back
Top