TobeHode
- 11
- 0
Homework Statement
Hi. I came across this problem last week and in order to solve it, I had to resort to excel. I believe there is a smarter way, but I can't seem to figure it out.
Given
f(x,y)=A(1+\frac{x^2}{4}+\frac{y^2}{9})
Where "A" is a constant, "x" and "y" are integer valued starting at 1 (1,2,3,...,n).
Determine the 10 lowest values of f(x,y).
Homework Equations
The Attempt at a Solution
To solve this, I used excel to quickly look at the first 10 or so values of f(x,y) for a specified x or y. For instance, I set x=1 and evaluated f(1,y) for y=1..10. I then set x=2 and repeated.
My first thought was to use Lagrange multipliers but I don't think that applies here because f(x,y) is not continuous. I am rusty on the method of Lagrange multipliers to minimize a function, so perhaps I am wrong.
Can anyone lend a hint as to a clever way to solve this?