Finding the Closest Point on a Surface to the Origin

  • Thread starter Thread starter tuablink
  • Start date Start date
  • Tags Tags
    Point Surface
tuablink
Messages
24
Reaction score
0

Homework Statement


Find the point on the surface
z=exp(sin(x+y)) that is closest to the origin(0,0,0)


Homework Equations





The Attempt at a Solution


x = 0, y = 0
z = exp(sin(0)) = exp(0) = 1
The point on the surface z=exp(sin(x+y)) that is closest to the origin (0,0,0) is (0,0,1)
 
Physics news on Phys.org
Welcome to PF!

Hi tuablink! Welcome to PF! :smile:
tuablink said:
Find the point on the surface
z=exp(sin(x+y)) that is closest to the origin(0,0,0)

x = 0, y = 0
z = exp(sin(0)) = exp(0) = 1
The point on the surface z=exp(sin(x+y)) that is closest to the origin (0,0,0) is (0,0,1)

Nooo :redface:

let the distance squared = r2 = x2 + y2 + z2.

Is ∂(r2)/∂x = 0 at (0,0,1) ? :wink:
 
Why have you started a new thread?? :confused:
tuablink said:
solve('2*x + 2*exp(2*sin(x + y))*cos(x + y)-2*y - 2*exp(2*sin(x + y))*cos(x + y)')

Noooo! :redface:

Two equations … solve('2*x + 2*exp(2*sin(x + y))*cos(x + y) = 2*y + 2*exp(2*sin(x + y))*cos(x + y) = 0') :wink:
 
Could you give me hints or guide me?
thank you
 
uhh?

ok …

solve('

2*x + 2*exp(2*sin(x + y))*cos(x + y) =

2*y + 2*exp(2*sin(x + y))*cos(x + y) =

0') :wink:
 
I tried and it gave me an error "Warning: Explicit solution could not be found"
 
oh put the computer down and just look at the two equations. :rolleyes:
 


tuablink said:

Homework Statement


Find the point on the surface
z=exp(sin(x+y)) that is closest to the origin(0,0,0)

Homework Equations



The Attempt at a Solution


Here is my result:
x = 0, y = 0
z = exp(sin(0)) = exp(0) = 1
The point on the surface z=exp(sin(x+y)) that is closest to the origin (0,0,0) is (0,0,1)
How did you decide x=0, y=0? However you did it, it's not right. What's an expression for the distance from (x,y,z) to the origin?
 
Last edited by a moderator:
Back
Top