Factorisation with 2 variables

  • Thread starter Thread starter GregA
  • Start date Start date
  • Tags Tags
    Variables
AI Thread Summary
The discussion focuses on finding the minimum value of the expression x^2 + 4xy + 5y^2 - 4x - 6y + 7 without using calculus. Participants explore completing the square as a method to simplify the expression, with suggestions to eliminate the xy term. The conversation highlights the transformation of the expression into a form that reveals the minimum values of x and y. Ultimately, the final factorization leads to a clearer understanding of the expression's structure, allowing for the identification of minimum values. The collaborative effort emphasizes the importance of algebraic manipulation in solving the problem.
GregA
Messages
210
Reaction score
0
Is there a way to find the lowest possible value of the following expression:
x^2 + 4xy + 5y^2 - 4x - 6y +7 without using calculus?

I've just got myself a different textbook and am working from the beginning, trying to use only the tools given to me thus far in the book (within reason).

One way to solve it is to complete the squares for x and y to get
(x-2)^2+5(y- \frac{3}{5})^2 +4xy + \frac {6}{5} and then find the value of 4xy which keeps the sum of both squares and itself as small as possible..ie differentiate

Problem is the book has not not even touched upon calculus yet and so I suspect there is a more elementary approach that I have either missed or am not even aware of and this is bugging me ...The furthest I got was the factorisation above and figuring out that 4xy should be negative and its absolute value being as high as possible so that y < 0 whilst x > 2 ... but I still cannot find a basic method of finding the precise values of x and y. Anyone have any suggestions?
 
Last edited:
Physics news on Phys.org
Try getting rid of the xy term first... by completing the square!

(Hint: instead of looking at (x-a)², try looking at (x-ay)²)
 
Thanks for the reply Hurkyl

By completing the square to eliminate xy I get (x+2y)^2 +y^2-6y-4x+7...I can go further and wrap up y to get (x+2y)^2 + (y-3)^2 -4x - 2 but I cannot see any useful clues...(apart from what I discovered from the other factorisation), nor can I see a way to force exact values upon x or y :frown:
 
You can still complete the square to get rid of the x term. (Doing so will introduce another y term, but you already know how to get rid of that)
 
Aha! :biggrin:

x^2 + 4xy + 5y^2 -4x -6y + 7 =
(x +2y -2)^2 + y^2 +2y +3 =
(x +2y -2)^2 +(y+1)^2 +2

Thanks for steering me in the right direction Hurkyl!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top