Answer:
4733
Step-by-step explanation:
Please refer to the attached diagram.
Point A can be assigned x-coordinate "p". Then its y-coordinate is 6p^2. The slope at that point is y'(p) = 12p.
Point B can be assigned x-coordinate "r". Then its y-coordinate is 6r^2. The slope at that point is y'(r) = 12r.
We want the slopes at those points to have a product of -1 (so the tangents are perpendicular). This means ...
(12p)(12r) = -1
r = -1/(144p)
The slope of line AB in the diagram is the ratio of the differences of y- and x-coordinates:
slope AB = (ry -py)/(rx -px) = (6r^2 -6p^2)/(r -p) = 6(r+p) . . . . simplified
The slope of AB is also the tangent of the sum of these angles: the angle AC makes with the x-axis and angle CAB. The tangent of a sum of angles is given by ...
tan(α+β) = (tan(α) +tan(β))/1 -tan(α)·tan(β))
__
Of course the slope of a line is equal to the tangent of the angle it makes with the x-axis. The tangent of angle CAB is 2 (because the aspect ratio of the rectangle is 2). This means we can write ...
slope AB = ((slope AC) +2)/(1 -(slope AC)(2))
![6(p+r)=\dfrac{12p+2}{1-(12p)(2)}\\\\3(p+r)(1-24p)=6p+1\qquad\text{multiply by $1-24p$}\\\\3\left(p-\dfrac{1}{144p}\right)(1-24p)=6p+1\qquad\text{use the value for r}\\\\3(144p^2-1)(1-24p)=144p(6p+1)\qquad\text{multiply by 144p}\\\\ 3456 p^3+ 144 p^2+ 24 p+1 =0\qquad\text{put in standard form}\\\\144p^2(24p+1)+(24p+1)=0\qquad\text{factor by pairs}\\\\(144p^2+1)(24p+1)=0\qquad\text{finish factoring}\\\\p=-\dfrac{1}{24}\qquad\text{only real solution}\\\\r=\dfrac{-1}{144p}=\dfrac{1}{6}](https://tex.z-dn.net/?f=6%28p%2Br%29%3D%5Cdfrac%7B12p%2B2%7D%7B1-%2812p%29%282%29%7D%5C%5C%5C%5C3%28p%2Br%29%281-24p%29%3D6p%2B1%5Cqquad%5Ctext%7Bmultiply%20by%20%241-24p%24%7D%5C%5C%5C%5C3%5Cleft%28p-%5Cdfrac%7B1%7D%7B144p%7D%5Cright%29%281-24p%29%3D6p%2B1%5Cqquad%5Ctext%7Buse%20the%20value%20for%20r%7D%5C%5C%5C%5C3%28144p%5E2-1%29%281-24p%29%3D144p%286p%2B1%29%5Cqquad%5Ctext%7Bmultiply%20by%20144p%7D%5C%5C%5C%5C%203456%20p%5E3%2B%20144%20p%5E2%2B%2024%20p%2B1%20%3D0%5Cqquad%5Ctext%7Bput%20in%20standard%20form%7D%5C%5C%5C%5C144p%5E2%2824p%2B1%29%2B%2824p%2B1%29%3D0%5Cqquad%5Ctext%7Bfactor%20by%20pairs%7D%5C%5C%5C%5C%28144p%5E2%2B1%29%2824p%2B1%29%3D0%5Cqquad%5Ctext%7Bfinish%20factoring%7D%5C%5C%5C%5Cp%3D-%5Cdfrac%7B1%7D%7B24%7D%5Cqquad%5Ctext%7Bonly%20real%20solution%7D%5C%5C%5C%5Cr%3D%5Cdfrac%7B-1%7D%7B144p%7D%3D%5Cdfrac%7B1%7D%7B6%7D)
So, now we can figure the coordinates of points A and B, and the distance between them. That distance is given by the Pythagorean theorem as ...
d^2 = (6r^2 -6p^2)^2 +(r -p)^2
d^2 = (6(1/6)^2 -6(-1/24)^2)^2 +(1/6 +1/24)^2 = 25/1024 +25/576 = 625/9216
Because of the aspect ratio of the rectangle, the area is 2/5 of this value, so we have ...
Rectangle Area = (2/5)(625/9216) = 125/4608 = a/b
Then a+b = 125 +4608 = 4733.
_____
<em>Comment on the solution</em>
The point of intersection of the tangent lines is a fairly messy expression, and that propagates through any distance formulas used to find rectangle side lengths. This seemed much cleaner, though maybe not so obvious at first.