Wikipedia:Reference desk/Archives/Mathematics/2006 November 23

Mathematics desk
< November 22 << Oct | November | Dec >> November 24 >
Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


November 23

edit

Quick Math Question

edit

I have this problem for homework, could someone point me in the right way, or help me set up the equation? Find three consecutive positive odd integers such that the sum of the squares of the first two is 15 less than the square of the third. Answer: 1,3,5, or 3,5,7. This unit is on Quadratics. Jamesino 02:11, 23 November 2006 (UTC)[reply]

I'd start by calling the smallest of the three numbers 'x', figuring out what to call the other two in terms of 'x', and then translating the condition you're given into an equation. -GTBacchus(talk) 02:19, 23 November 2006 (UTC)[reply]
x^2 + (x+2)^2 +15 = (x+4)^2 That takes care of the consecutive integers, but how do i guarantee them to be odd? Jamesino 02:22, 23 November 2006 (UTC)[reply]
Well, as long as the roots of the quadratic turn out to be integers, the conditions of the problem guarantee that they'll be odd. If they were even, all their squares would be even, and the sum of two of them couldn't differ from the third by 15. If you want to specify that a number is odd, you can always call it '2k+1' where 'k' is an integer, but when you set up a quadratic, the solution(s) obtained may not even be rational. Clearly, the problem was written by someone who already knew the solutions would be odd integers. I'd just solve the quadratic and then say "oh, aren't we lucky, the solutions really are odd integers". -GTBacchus(talk) 02:29, 23 November 2006 (UTC)[reply]

Ah, ok Thanks. Jamesino 02:49, 23 November 2006 (UTC)[reply]

Here are some pieces to use:
  • We can write any odd integer as 2k+1, where k is any integer.
  • If n is an odd integer, then n+2 and n+4 are the next two after it.
  • If m is an integer, then m2 is its square.
When we put these together according to the problem statement, we create a quadratic equation in k. Massive simplification reduces it to standard three term form. We find that both its roots give suitable integer solutions. Done. --KSmrqT 04:16, 23 November 2006 (UTC)[reply]

Algebra stumper

edit

Years ago, a calculus professor gave me this one. The problem is to either solve the following set of equations by giving x, y and z; or to prove no such solution exists (among the complex numbers)

 
 
 

—The preceding unsigned comment was added by Plf515 (talkcontribs) 03:50, 2006 November 24.

Suppose a is one of x, y, and z. Then  , so
 
We already know one of the coefficients, and we can find the other two:
 
 
 
 
 
 
 
 
 
 
 
So, x, y, and z are the roots of the cubic polynomial  , which are about 1.43, 0.215 + 0.265i, and 0.215 - 0.265i. —Keenan Pepper 05:30, 24 November 2006 (UTC)[reply]
We might explicitly point out that all three equations lead to symmetric polynomials in x, y, and z. This has a double relevance. First, as shown, it assists in finding one solution. Second, it tells us that any permutation of one solution is also a solution.
A modern tool, that may not have been available when the problem was first posed, is the computation of a Gröbner basis for the three polynomials using Buchberger's algorithm. One such basis here is
 
The cubic in z should look familiar. --KSmrqT 06:52, 24 November 2006 (UTC)[reply]
Expressed algebraically, the real root of the 3rd degree polynomial equals:
 
This was found by first using the substitution   and subjecting the result to Cardano's third degree technique of interrogation.  --LambiamTalk 09:14, 24 November 2006 (UTC)[reply]


Thanks~ Plf515 10:56, 24 November 2006 (UTC)plf515[reply]

Thanks for mentioning the Gröbner Basis solution as well. – b_jonas 17:50, 25 November 2006 (UTC)[reply]