Geometry Stumper
|
08-15-2018, 07:23 PM
(This post was last modified: 08-15-2018 07:41 PM by Albert Chan.)
Post: #13
|
|||
|
|||
RE: Geometry Stumper
There is an even simpler Mathematica prove, without finding out slopes
Code: In[1]:= pointE = {x, y} /. Solve[y == ae*x == be*(x - 1), {x, y}] // First; Above only used the half-angle formula: tan(2x) = 2 tan(x) / (1 - tan(x)^2) tan(Angle CAB) = 1/(k-0) = 2*ae / (1 - ae^2), thus ae^2 = 1-2*k*ae tan(Angle CBA) = 1/(k-1) = 2*be / (1 - be^2), thus be^2 = 1-2*(k-1)*be since determinant = 0, slope DC = slope CE, thus DCE is straight line |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 8 Guest(s)