Difference between revisions of "2018 AIME I Problems/Problem 4"
m (→Even Faster Law of Cosines(1 variable equation)) |
Awesome1st (talk | contribs) |
||
Line 38: | Line 38: | ||
~bluebacon008 | ~bluebacon008 | ||
− | ==Solution 2 (Coordinates)== | + | ==Solution 2 (Algebra w/ Law of Cosines)== |
+ | As in the diagram, let DE = <math>x</math>. Consider point <math>G</math> on the diagram shown above. Our goal is to be able to perform Pythagorean Theorem on <math>DG, GC, and DC</math>. Let <math>GE = 10-x</math>. Therefore, it is trivial to see that <math>GC^2 = \Big(x + \frac{10-x}{2}\Big)^2</math> (leave everything squared so that it cancels nicely at the end). By Pythagorean Theorem on Triangle <math>DGE</math>, we know that <math>DG^2 = x^2 - \Big(\frac{10-x}{2}\Big)^2</math>. Finally, we apply Law of Cosines on Triangle <math>DBC</math>. We know that <math>\cos(\angle DBC) = \frac{3}{5}</math>. Therefore, we get that <math>DC^2 = (10-x)^2 + 12^2 - 2(12)(10-x)\frac{3}{5}</math>. We can now do our final calculation: | ||
+ | <cmath> | ||
+ | DG^2 + GC^2 = DC^2 \implies x^2 - \Big(\frac{10-x}{2}\Big)^2 + \Big(x + \frac{10-x}{2}\Big)^2 = (10-x)^2 + 12^2 - 2(12)(10-x)\frac{3}{5} | ||
+ | </cmath> | ||
+ | After some quick cleaning up, we get | ||
+ | <cmath> | ||
+ | 30x = \frac{72}{5} + 100 \implies x = \frac{250}{39} | ||
+ | </cmath> | ||
+ | Therefore, our answer is <math>250+39=\boxed{289}</math>. | ||
+ | |||
+ | ~awesome1st | ||
+ | |||
+ | |||
+ | ==Solution 3 (Coordinates)== | ||
Let <math>B = (0, 0)</math>, <math>C = (12, 0)</math>, and <math>A = (6, 8)</math>. Then, let <math>x</math> be in the interval <math>0<x<2</math> and parametrically define <math>D</math> and <math>E</math> as <math>(6-3x, 8-4x)</math> and <math>(12-3x, 4x)</math> respectively. Note that <math>AD = 5x</math>, so <math>DE = 5x</math>. This means that | Let <math>B = (0, 0)</math>, <math>C = (12, 0)</math>, and <math>A = (6, 8)</math>. Then, let <math>x</math> be in the interval <math>0<x<2</math> and parametrically define <math>D</math> and <math>E</math> as <math>(6-3x, 8-4x)</math> and <math>(12-3x, 4x)</math> respectively. Note that <math>AD = 5x</math>, so <math>DE = 5x</math>. This means that | ||
<cmath>\begin{align*} | <cmath>\begin{align*} | ||
Line 50: | Line 64: | ||
However, since <math>2</math> is extraneous by definition, <math>x=\dfrac{50}{39}\implies AD = \dfrac{250}{39}\implies\boxed{289}</math> ~ mathwiz0803 | However, since <math>2</math> is extraneous by definition, <math>x=\dfrac{50}{39}\implies AD = \dfrac{250}{39}\implies\boxed{289}</math> ~ mathwiz0803 | ||
− | ==Solution | + | ==Solution 4 (Law of Cosines)== |
As shown in the diagram, let <math>x</math> denote <math>\overline{AD}</math>. Let us denote the foot of the altitude of <math>A</math> to <math>\overline{BC}</math> as <math>F</math>. Note that <math>\overline{AE}</math> can be expressed as <math>10-x</math> and <math>\triangle{ABF}</math> is a <math>6-8-10</math> triangle . Therefore, <math>\sin(\angle{BAF})=\frac{3}{5}</math> and <math>\cos(\angle{BAF})=\frac{4}{5}</math>. Before we can proceed with the Law of Cosines, we must determine <math>\cos(\angle{BAC})=\cos(2\cdot \angle{BAF})=\cos^2(\angle{BAF})-\sin^2(\angle{BAF})=\frac{7}{25}</math>. Using LOC, we can write the following statement: | As shown in the diagram, let <math>x</math> denote <math>\overline{AD}</math>. Let us denote the foot of the altitude of <math>A</math> to <math>\overline{BC}</math> as <math>F</math>. Note that <math>\overline{AE}</math> can be expressed as <math>10-x</math> and <math>\triangle{ABF}</math> is a <math>6-8-10</math> triangle . Therefore, <math>\sin(\angle{BAF})=\frac{3}{5}</math> and <math>\cos(\angle{BAF})=\frac{4}{5}</math>. Before we can proceed with the Law of Cosines, we must determine <math>\cos(\angle{BAC})=\cos(2\cdot \angle{BAF})=\cos^2(\angle{BAF})-\sin^2(\angle{BAF})=\frac{7}{25}</math>. Using LOC, we can write the following statement: | ||
<cmath>(\overline{DE})^2=(\overline{AD})^2+\overline{AE}^2-2(\overline{AD})(\overline{AE})\cos(\angle{BAC})\implies</cmath> | <cmath>(\overline{DE})^2=(\overline{AD})^2+\overline{AE}^2-2(\overline{AD})(\overline{AE})\cos(\angle{BAC})\implies</cmath> | ||
Line 59: | Line 73: | ||
Thus, the desired answer is <math>\boxed{289}</math> ~ blitzkrieg21 | Thus, the desired answer is <math>\boxed{289}</math> ~ blitzkrieg21 | ||
− | ==Solution | + | ==Solution 5== |
In isosceles triangle, draw the altitude from <math>D</math> onto <math>\overline{AD}</math>. Let the point of intersection be <math>X</math>. Clearly, <math>AE=10-AD</math>, and hence <math>AX=\frac{10-AD}{2}</math>. | In isosceles triangle, draw the altitude from <math>D</math> onto <math>\overline{AD}</math>. Let the point of intersection be <math>X</math>. Clearly, <math>AE=10-AD</math>, and hence <math>AX=\frac{10-AD}{2}</math>. | ||
Line 77: | Line 91: | ||
~novus677 | ~novus677 | ||
− | ==Solution | + | ==Solution 6 (Fastest via Law of Cosines)== |
We can have 2 Law of Cosines applied on <math>\angle A</math> (one from <math>\triangle ADE</math> and one from <math>\triangle ABC</math>), | We can have 2 Law of Cosines applied on <math>\angle A</math> (one from <math>\triangle ADE</math> and one from <math>\triangle ABC</math>), | ||
Line 93: | Line 107: | ||
-Stormersyle | -Stormersyle | ||
+ | |||
== Even Faster Law of Cosines(1 variable equation)== | == Even Faster Law of Cosines(1 variable equation)== | ||
Revision as of 00:30, 22 November 2019
Contents
- 1 Problem 4
- 2 Solution 1 (No Trig)
- 3 Solution 2 (Algebra w/ Law of Cosines)
- 4 Solution 3 (Coordinates)
- 5 Solution 4 (Law of Cosines)
- 6 Solution 5
- 7 Solution 6 (Fastest via Law of Cosines)
- 8 Solution 6 (Easiest way- Coordinates without bash)
- 9 Even Faster Law of Cosines(1 variable equation)
- 10 See Also
Problem 4
In and . Point lies strictly between and on and point lies strictly between and on so that . Then can be expressed in the form , where and are relatively prime positive integers. Find .
Solution 1 (No Trig)
We draw the altitude from to to get point . We notice that the triangle's height from to is 8 because it is a Right Triangle. To find the length of , we let represent and set up an equation by finding two ways to express the area. The equation is , which leaves us with . We then solve for the length , which is done through pythagorean theorm and get = . We can now see that is a Right Triangle. Thus, we set as , and yield that . Now, we can see = . Solving this equation, we yield , or . Thus, our final answer is . ~bluebacon008
Solution 2 (Algebra w/ Law of Cosines)
As in the diagram, let DE = . Consider point on the diagram shown above. Our goal is to be able to perform Pythagorean Theorem on . Let . Therefore, it is trivial to see that (leave everything squared so that it cancels nicely at the end). By Pythagorean Theorem on Triangle , we know that . Finally, we apply Law of Cosines on Triangle . We know that . Therefore, we get that . We can now do our final calculation: After some quick cleaning up, we get Therefore, our answer is .
~awesome1st
Solution 3 (Coordinates)
Let , , and . Then, let be in the interval and parametrically define and as and respectively. Note that , so . This means that However, since is extraneous by definition, ~ mathwiz0803
Solution 4 (Law of Cosines)
As shown in the diagram, let denote . Let us denote the foot of the altitude of to as . Note that can be expressed as and is a triangle . Therefore, and . Before we can proceed with the Law of Cosines, we must determine . Using LOC, we can write the following statement: Thus, the desired answer is ~ blitzkrieg21
Solution 5
In isosceles triangle, draw the altitude from onto . Let the point of intersection be . Clearly, , and hence .
Now, we recognise that the perpendicular from onto gives us two -- triangles. So, we calculate and
. And hence,
Inspecting gives us Solving the equation gives
~novus677
Solution 6 (Fastest via Law of Cosines)
We can have 2 Law of Cosines applied on (one from and one from ),
and
Solving for in both equations, we get
and , so the answer is
-RootThreeOverTwo
Solution 6 (Easiest way- Coordinates without bash)
Let , and . From there, we know that , so line is . Hence, for some , and so . Now, notice that by symmetry, , so . Because , we now have , which simplifies to , so , and . It follows that , and our answer is .
-Stormersyle
Even Faster Law of Cosines(1 variable equation)
Doing law of cosines we know that is * Dropping the perpendicular from to we get that Solving for we get so our answer is .
-harsha12345
- It is good to remember that doubling the smallest angle of a 3-4-5 triangle gives the larger (not right) angle in a 7-24-25 triangle.
See Also
2018 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 3 |
Followed by Problem 5 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.