Lagrange Multipliers(just need confirmation)

  • Thread starter Thread starter arl146
  • Start date Start date
  • Tags Tags
    Lagrange
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
8 replies · 2K views
arl146
Messages
342
Reaction score
1

Homework Statement


Use Lagrange multipliers to find the max and min values of the function subject to the given constraints:

f(x1,x2,...,xn) = x1 + x2 + ... + xn
constraint: (x1)^2 + (x2)^2 + ... (xn)^2 = 1


The Attempt at a Solution



fo x1 to xn values, x must equal 1/sqrt(n) in order to equal 1. [ g(x)=k --> the constraint ]

so (1/sqrt(n))^2 + (1/sqrt(n))^2 + (1/sqrt(n))^2 + ETC = 1

right? so how else could i answer that? how would a give a value for the min/max?
 
Physics news on Phys.org
arl146 said:
fo x1 to xn values, x must equal 1/sqrt(n) in order to equal 1. [ g(x)=k --> the constraint ]

The sum of xi2 has to be equal to 1. So you have to solutions xi=1/√n or xi=-1/√n.

ehild
 
but what about the max/min ... or did i technically answer that?
 
arl146 said:
but what about the max/min ... or did i technically answer that?
What is the value of the function f if all xi-s are 1/√n ? and when all xi=-1/√n ?

ehild
 
always 1 ... so there is no max or min ? its just flat?
 
Say n=2. f(x1,x2)=x1+x2. The constraint is x12+x22=1.
You found that the extrema are when x1=x2=1/√2 or x1=x2=-1/√2. Substitute back to f:

f=x1+x2=1/√2+1/√2=2/√2 or

f=x1+x2=-1/√2+(-1/√2)=-2/√2

Are the values of f equal to 1?

ehild
 
arl146 said:
always 1 ... so there is no max or min ? its just flat?

Is the function x1 + x2 + ...+ xn constant for all (x1, x2, ...,xn) on the sphere? Look at the cases of n = 2 and n = 3.

RGV