How to find the most far and most close ( points on curve ) to another point ?

AbuYusufEg
Messages
19
Reaction score
0
how to find the "most far and most close" ( points on curve ) to another point ?

i'm studying a chapter on how to find maxima and minima values of a function using partial derivatives.

one of the problems is the following:
"if plane z=x+y+1 intersects cone z^2=x^2+y^2
let the curve that result from intersection, is C
What is the most far and most close points on C, with respect to (0,0,0) ? and also with respect to (x_1,y_1,z_1)"

i think that that curve would be something like a circle, and that there would be some function that depends on the length between "(0,0,0) or (x_1,y_1,z_1)", and "any point on C".

But what is that function ?
And how to work out that problem ?

* I've exam in that chapter after about 10 hours, so please try to answer me with detailed answer as I've no time for discussions for now, may be i do that later.
 
Physics news on Phys.org
AbuYusufEg said:
"if plane z=x+y+1 intersects cone z^2=x^2+y^2
let the curve that result from intersection, is C
What is the most far and most close points on C, with respect to (0,0,0) ? and also with respect to (x_1,y_1,z_1)"

Hi AbuYusufEg! :smile:

Hint: the distance2 from (0,0,0) to (x,y,z) is x2 + y2 + z2

and to help find the intersection, I suggest you rearrange z = x + y + 1 and then square it. :wink:
 


yes i got that, but i want the points that ONLY on the curve C, i think that (x,y,z) is any point.
So, How can i get the points that only on the curve C ?
 
AbuYusufEg said:
yes i got that, but i want the points that ONLY on the curve C, i think that (x,y,z) is any point.
So, How can i get the points that only on the curve C ?

Rearrange z = x + y + 1 and then square it, and compare with z2 = x2 + y2 :smile:
 
Back
Top