Difference between revisions of "2010 USAJMO Problems/Problem 4"
(→Solution 2) |
Thinker123 (talk | contribs) (→Solution 4) |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 47: | Line 47: | ||
==Solution 2== | ==Solution 2== | ||
− | We proceed via induction on n. Notice that we prove instead a stronger result: there exists a parabolic triangle with area <math>(2^nm)^2</math> with two of the vertices sharing the same | + | We proceed via induction on n. Notice that we prove instead a stronger result: there exists a parabolic triangle with area <math>(2^nm)^2</math> with two of the vertices sharing the same y-coordinate. |
− | + | BASE CASE: | |
− | If n = 0, consider the parabolic triangle ABC with A(0, 0), B(1, 1), C(-1, 1) that has area 1/2 | + | If <math>n = 0</math>, consider the parabolic triangle <math>ABC</math> with <math>A(0, 0), B(1, 1), C(-1, 1)</math> that has area <math>1/2 \cdot 1 \cdot 2 = 1</math>, so that <math>n = 0</math> and <math>m = 1</math>. |
− | If n = 1, let ABC = A(5, 25), B(4, 16), C(-4, 16). Because ABC has area 1/2 | + | If <math>n = 1</math>, let <math>ABC = A(5, 25), B(4, 16), C(-4, 16)</math>. Because <math>ABC</math> has area <math>1/2 \cdot 8 \cdot 9 = 36</math>, we set <math>n = 1</math> and <math>m = 3</math>. |
− | If n = 2, consider the triangle formed by A(21, 441), B(3, 9), C(-3, 9). It is parabolic and has area 1/2 | + | If <math>n = 2</math>, consider the triangle formed by <math>A(21, 441), B(3, 9), C(-3, 9)</math>. It is parabolic and has area <math>1/2 \cdot 6 \cdot 432 = 1296 = 36^2</math>, so <math>n = 2</math> and <math>m = 9</math>. |
− | + | INDUCTIVE STEP: | |
− | If n = k produces parabolic triangle ABC with A(a, | + | If <math>n = k</math> produces parabolic triangle <math>ABC</math> with <math>A(a, a^2), B(b, b^2),</math> and <math>C(-b, b^2)</math>, consider <math>A</math>'<math>B</math>'<math>C</math>' with vertices <math>A(4a, 16a^2)</math>, <math>B(4b, 16b^2)</math>, and <math>C(-4b, 16b^2)</math>. If <math>ABC</math> has area <math>(2^km)^2</math>, then <math>A</math>'<math>B</math>'<math>C</math>' has area <math>(2^{k+3}m)^2</math>, which is easily verified using the <math>1/2 \cdot\text{base} \cdot \text{height}</math> formula for triangle area. This completes the inductive step for <math>k \implies k+3</math>. |
− | Hence, for every nonnegative integer n, there exists an odd m and a parabolic triangle with area <math>(2^nm)^2</math> with two vertices sharing the same ordinate. The problem statement is a direct result of this result. | + | Hence, for every nonnegative integer <math>n</math>, there exists an odd <math>m</math> and a parabolic triangle with area <math>(2^nm)^2</math> with two vertices sharing the same ordinate. The problem statement is a direct result of this result. -MathGenius_ |
+ | |||
+ | ==Solution 3 (without induction)== | ||
+ | First, consider triangle with vertices <math>(0,0)</math>, <math>(1,1)</math>, <math>(-1,1)</math>. This has area <math>1</math> so <math>n=0</math> case is satisfied. | ||
+ | |||
+ | Then, consider triangle with vertices <math>(a,a^2), (-a,a^2), (b,b^2)</math>, and set <math>a=2^{2n}</math> and <math>b=2^{4n-2}+1</math>. | ||
+ | The area of this triangle is <math>\frac{1}{2} \cdot base \cdot height=a(b^2-a^2)</math>. | ||
+ | We have that <math>b^2-a^2=2^{8n-4}+2^{4n-1}+1-2^{4n}=2^{8n-4}-2^{4n-1}+1=(2^{4n-2}-1)^2</math> | ||
+ | We desire <math>A=a(b^2-a^2)=2^{2n}m^2</math>, or <math>2^{4n-2}-1=m</math>, and <math>m</math> is clearly always odd for positive <math>n</math>, completing the proof. | ||
+ | |||
+ | ==Solution 4== | ||
+ | |||
+ | We simply need to provide an example for all <math>n</math> that satisfies the condition, and we do so. | ||
+ | |||
+ | Let <math>a = 2^{2n+1}+1</math>. Then consider the triangle with coordinates <math>(0,0), (a,a^2), (a^2,a^4) = (x_1, y_1), (x_2, y_2), (x_3, y_3)</math>. | ||
+ | |||
+ | |||
+ | By the shoelace formula, this triangle has area <cmath>\frac{1}{2}|x_1y_2 - y_1x_2 + x_2y_3 - y_2x_3|=\frac{1}{2}|a(a^4)-a^2(a^2)|=\frac{1}{2}|a^5 - a^4| = \frac{a^4(a-1)}{2}=2^{2n}(2^{2n+1}+1)^4</cmath>which clearly can be written in the form <math>(2^n \times m)^2 = 2^{2n} \times m^2</math>, where <math>m^2 = (2^{2n+1}+1)^4</math> or <math>m=(2^{2n+1}+1)^2</math>. Now, we just have to prove that <math>(2^{2n+1}+1)^2</math> is always odd. This is true because <math>2^{2n+1}</math> is even (because it's a power of <math>2</math>), so <math>2^{2n+1}+1</math> is odd, and since an odd number squared is odd, the whole thing is odd as well. And we are done, since we have proved that for all <math>n</math>, we can show that there exists such a triangle by merely providing an example. <math>\square</math> | ||
+ | |||
+ | ~thinker123 | ||
== See Also == | == See Also == |
Latest revision as of 19:21, 11 September 2021
Contents
Problem
A triangle is called a parabolic triangle if its vertices lie on a parabola . Prove that for every nonnegative integer , there is an odd number and a parabolic triangle with vertices at three distinct points with integer coordinates with area .
A Small Hint
Before you read the solution, try using induction on n. (And don't step by one!)
Solution
Let the vertices of the triangle be . The area of the triangle is the absolute value of in the equation:
If we choose , and gives the actual area. Furthermore, we clearly see that the area does not change when we subtract the same constant value from each of , and . Thus, all possible areas can be obtained with , in which case .
If a particular choice of and gives an area , with a positive integer and a positive odd integer, then setting , gives an area .
Therefore, if we can find solutions for , and , all other solutions can be generated by repeated multiplication of and by a factor of .
Setting and , we get , which yields the case.
Setting and , we get , which yields the case.
Setting and , we get . Multiplying these values of and by , we get , , , which yields the case. This completes the construction.
Solution 2
We proceed via induction on n. Notice that we prove instead a stronger result: there exists a parabolic triangle with area with two of the vertices sharing the same y-coordinate.
BASE CASE: If , consider the parabolic triangle with that has area , so that and . If , let . Because has area , we set and . If , consider the triangle formed by . It is parabolic and has area , so and .
INDUCTIVE STEP: If produces parabolic triangle with and , consider ''' with vertices , , and . If has area , then ''' has area , which is easily verified using the formula for triangle area. This completes the inductive step for .
Hence, for every nonnegative integer , there exists an odd and a parabolic triangle with area with two vertices sharing the same ordinate. The problem statement is a direct result of this result. -MathGenius_
Solution 3 (without induction)
First, consider triangle with vertices , , . This has area so case is satisfied.
Then, consider triangle with vertices , and set and . The area of this triangle is . We have that We desire , or , and is clearly always odd for positive , completing the proof.
Solution 4
We simply need to provide an example for all that satisfies the condition, and we do so.
Let . Then consider the triangle with coordinates .
By the shoelace formula, this triangle has area which clearly can be written in the form , where or . Now, we just have to prove that is always odd. This is true because is even (because it's a power of ), so is odd, and since an odd number squared is odd, the whole thing is odd as well. And we are done, since we have proved that for all , we can show that there exists such a triangle by merely providing an example.
~thinker123
See Also
2010 USAJMO (Problems • Resources) | ||
Preceded by Problem 3 |
Followed by Problem 5 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAJMO Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.