Finding the Minimal Sum Unit Vector in R^3

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
Luxe
Messages
10
Reaction score
0

Homework Statement



Linear Algebra:

For all the unit vectors u=[x,y,z]^T in R^3. Find the one for which the sum x+8y+2z is minimal. (u is a 3 x 1 vector)



Homework Equations





The Attempt at a Solution



I tried working this with the least squares method...it wasn't right. I am probably overthinking this.

Any help is appreciated! :)
 
Physics news on Phys.org
all the unit vectors repressent a sphere of radius one

consider the plane x+8y+2z = c for some arbitrary c, each c representing a a different plane

you basically want to find the plane with the smallest c that still intersects the sphere (hint: which will be at only one point on the sphere... think directions)
 
lagrange is good & will work, but i think if you just consider which direction leads to a single intersection of the plane and sphere you can skip a couple of steps, though all sama sama