Eq. of tangent plane at a point.

Click For Summary

Homework Help Overview

The discussion revolves around understanding the equations of the tangent plane at a point in the context of multivariable calculus. Participants are examining the differences between two forms of equations related to tangent planes and gradients.

Discussion Character

  • Conceptual clarification, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants are comparing the forms of the tangent plane equation and questioning why they yield different results. There are attempts to clarify the roles of various terms in the equations and the implications of using gradients. Some participants express confusion about the conditions under which each form applies.

Discussion Status

There is an ongoing exploration of the differences between the forms of the equations and their applications. Some participants have provided insights into the use of gradients and the conditions necessary for the tangent plane equations. However, there is no explicit consensus on the correct approach or resolution of the confusion.

Contextual Notes

Participants are discussing specific points, such as (x_0, y_0, z_0), which are critical to the equations being analyzed. There is also mention of the need for clarification from a teacher regarding these points.

catch22
Messages
62
Reaction score
0

Homework Statement


upload_2015-10-29_21-37-8.png


Homework Equations

The Attempt at a Solution


what is the difference between the form

z - zo = fx(x-xo) + fy(y-yo)

and:

Fx(xo,yo,zo) + Fy(xo,yo,zo) + Fz(xo,yo,zo)=0
____________________________________________________________________________using the first eq :
upload_2015-10-29_21-48-20.png


while the latter gives:
upload_2015-10-29_21-49-44.png


Am I doing something wrong? shouldn't they give the same answer?
 
Physics news on Phys.org
catch22 said:

Homework Statement


View attachment 91052

Homework Equations

The Attempt at a Solution


what is the difference between the form

z - zo = fx(x-xo) + fy(y-yo)

and:

Fx(xo,yo,zo) + Fy(xo,yo,zo) + Fz(xo,yo,zo)=0
____________________________________________________________________________using the first eq :
View attachment 91053

while the latter gives:
View attachment 91054

Am I doing something wrong? shouldn't they give the same answer?

You're doing something wrong, when you solve for ##z-z_0##, what happens to the term in front of ##(z-z_0)##, and what about your signs?
 
Student100 said:
You're doing something wrong, when you solve for ##z-z_0##, what happens to the term in front of ##(z-z_0)##, and what about your signs?
are you talking about the first equation z - zo = fx(x-xo) + fy(y-yo)? I thought there aren't suppose to be any terms in front of (z−z0)

actually, in order to get z - zo = fx(x-xo) + fy(y-yo), didn't we have to divide everything by z so we had something like A/C = Fx and B/C = Fy
 
I think I found the problem.

if I use gradient, the Fz has to equate to -1, right?
 
Student100 said:
You're doing something wrong, when you solve for ##z-z_0##, what happens to the term in front of ##(z-z_0)##, and what about your signs?
is this correct?
upload_2015-10-29_22-48-52.png
 

Attachments

  • upload_2015-10-29_22-48-32.png
    upload_2015-10-29_22-48-32.png
    8.4 KB · Views: 433
The difference between "z= f(x, y)" and "F(x, y, z)= 0" is that you are taking F(x, y, z)= f(x, y)- z. Taking the gradient [itex]\nabla F= <f_x, f_y, -1>[[/itex].

It is correct that [itex]F(1, -1, 4\sqrt{2})= \frac{1}{4}+ \frac{1}{4}+ \frac{32}{64}= 1[/itex] but that does NOT say "z= 1". You are told that at this point [itex]z= 4\sqrt{2}[/itex]. The fact that [itex]F(1, -1, 4\sqrt{2})= 1[/itex] just verifies that the given point is on the given surface.

The tangent plane is [itex]z- z_0= f_x(x_0, y_0)(x- x_0)+ f_y(x_0, y_0)(y- y_0)[/itex] only applies if you are given z= f(x, y) which is NOT the case here. You are given, rather, [itex]F(x, y, z)= x^2/4+ y^2/4+ z^2/64= 1[/itex]. In order to convert that to the "z= f(x,y)" form you need to solve for z: [itex]z^2/64= 1- x^2/4- y^2/4[/itex], [itex]z/8= \sqrt{1- x^2/4- y^2/4}[/itex], [itex]z= 8\sqrt{1- x^2/4- y^2/4}[/itex].

Much simpler is to use the fact that if F(x, y, z)= 1 (or any constant) then [itex]\nabla F[/itex] is perpendicular to the surface at any point. Since for any point (x, y, z) on the tangent plane to the surface at [itex](x_0, y_0, z_0)[/itex], the vector [itex](x- x_0)\vec{i}+ (y- y_0)\vec{j}+ (z- z_0)\vec{k}[/itex] is in the tangent plane, we must have [itex]\nabla F\cdot [(x- x_0)\vec{i}+ (y- y_0)\vec{j}+ (z- z_0)\vec{k}]= 0[/itex] which is the same as [itex]F_x(x_0, y_0, z_0)(x- x_0)+ F_y(x_0, y_0, z_0)(y- y_0)+ F_z(x_0, y_0, z_0)(z- z_0)= 0[/itex] as the equation of the tangent plane.
 
  • Like
Likes   Reactions: Student100
HallsofIvy said:
The difference between "z= f(x, y)" and "F(x, y, z)= 0" is that you are taking F(x, y, z)= f(x, y)- z. Taking the gradient [itex]\nabla F= <f_x, f_y, -1>[[/itex].

It is correct that [itex]F(1, -1, 4\sqrt{2})= \frac{1}{4}+ \frac{1}{4}+ \frac{32}{64}= 1[/itex] but that does NOT say "z= 1". You are told that at this point [itex]z= 4\sqrt{2}[/itex]. The fact that [itex]F(1, -1, 4\sqrt{2})= 1[/itex] just verifies that the given point is on the given surface.

The tangent plane is [itex]z- z_0= f_x(x_0, y_0)(x- x_0)+ f_y(x_0, y_0)(y- y_0)[/itex] only applies if you are given z= f(x, y) which is NOT the case here. You are given, rather, [itex]F(x, y, z)= x^2/4+ y^2/4+ z^2/64= 1[/itex]. In order to convert that to the "z= f(x,y)" form you need to solve for z: [itex]z^2/64= 1- x^2/4- y^2/4[/itex], [itex]z/8= \sqrt{1- x^2/4- y^2/4}[/itex], [itex]z= 8\sqrt{1- x^2/4- y^2/4}[/itex].

Much simpler is to use the fact that if F(x, y, z)= 1 (or any constant) then [itex]\nabla F[/itex] is perpendicular to the surface at any point. Since for any point (x, y, z) on the tangent plane to the surface at [itex](x_0, y_0, z_0)[/itex], the vector [itex](x- x_0)\vec{i}+ (y- y_0)\vec{j}+ (z- z_0)\vec{k}[/itex] is in the tangent plane, we must have [itex]\nabla F\cdot [(x- x_0)\vec{i}+ (y- y_0)\vec{j}+ (z- z_0)\vec{k}]= 0[/itex] which is the same as [itex]F_x(x_0, y_0, z_0)(x- x_0)+ F_y(x_0, y_0, z_0)(y- y_0)+ F_z(x_0, y_0, z_0)(z- z_0)= 0[/itex] as the equation of the tangent plane.
upload_2015-10-30_6-11-52.png


looks correct?
 
What are [itex]x_0[/itex], [itex]y_0[/itex] and [itex]z_0[/itex]?
 
HallsofIvy said:
What are [itex]x_0[/itex], [itex]y_0[/itex] and [itex]z_0[/itex]?
I used r⋅n = n ⋅ (1,-1,4sqrt(2))
to find my previous answer.

r being (x,y,z)
 
  • #10
So you do not know what [itex]x_0[/itex], [itex]y_0[/itex], and [itex]z_0[/itex] are? Then you need to talk to your teacher.
 
  • #11
HallsofIvy said:
So you do not know what [itex]x_0[/itex], [itex]y_0[/itex], and [itex]z_0[/itex] are? Then you need to talk to your teacher.
HallsofIvy said:
So you do not know what [itex]x_0[/itex], [itex]y_0[/itex], and [itex]z_0[/itex] are? Then you need to talk to your teacher.
they are the point given, (1,-1,4sqrt(2))
 
  • #12
Yes. I asked that in post #8 and you did not answer. Now, my question is "why do you not have (x- 1), (y+ 1), and [itex](z- 4\sqrt{2})[/itex] in your answer"?
 
  • #13
upload_2015-10-29_21-49-44-png.91054.png


that was what I initially had
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 1 ·
Replies
1
Views
9K
  • · Replies 2 ·
Replies
2
Views
4K