I did not want to publish this problem and I wanted to solve it myself, but I was tired of dealing with this difficult problem. This problem, in a way, tells us that we need some theorems that start from areas to calculate lengths. There are many theorems in the opposite direction, but I hardly see any theorems that start from areas. The lengths are calculated
The problem first occurred to me four days ago
the problem:
We have the Descarte coordinate system and two perpendicular straight lines intersecting at a point that does not belong to the coordinate axes and does not match the coordinate axes, and they limit the Areas $A,B,C$ shown in the above figure. If the data are $A,B,C$ values, how Can we find out the coordinates of their intersection $P$? (Suppose we know at what level of the Cartesian level the point $P$) there are several ways I tried to deal with the problem but I haven't come up with a final solution yet, I will put some ideas on the problem:
perhaps the first idea and the easiest idea is to know that the two triangles are in the area. The same is equal to the square of the similarity, this idea gave me a large number of proportions that can be formulated, and certainly the theorem of Pythagoras also appears with these existing triangles and square proportions, but this method was a great confusion, in front of me a large number Of the equations and distractions and I don't know what to do.
A second idea to proceed with the solution: we know that one of the definitions of the hiperbola is that it represents the geometrical place of a moving straight line that confines a fixed space by its intersection with two fixed intersections.
$f(x):y=\frac{-(A+C)}{2x}$ , $g(x):y=\frac{B}{2x}$
$f'(x)=\frac{A+C}{2x^2}$ , $g'(x)=\frac{-B}{2x^2}$
$\frac{A+C}{2{x_1}^2}\cdot\frac{-B}{2{x_2}^2}=-1$
$x_2=\frac{\sqrt{B(A+C)}}{2x_1}$
$Δ_1:y+\frac{A+C}{2x_1}=\frac{A+C}{2{x_1}^2}\cdot(x-x_1)$
$Δ_2:y-\frac{B}{2x_2}=\frac{-2{x_1}^2}{A+C}\cdot(x-x_2)$
But I stopped here and couldn't finish
I suppose we can continue by finding the equation of the area enclosed between $Δ_1,Δ_2$ and the two coordinate axes and then finding when this equation equals $A$
A third way to deal with the problem is to calculate the lengths in the figure in terms of an optional major length and then deal with that length separately
$PS=a$
$OS=\frac{a\sqrt{A+C}}{\sqrt{A+B}}$
$OT=\frac{2B\sqrt{A+B}}{a\sqrt{B}}$
$PT=\frac{2(A+B)}{a}$
$OV=\frac{a\sqrt{B}}{\sqrt{A+B}}$
All of these methods may give some hope and insight to solve this specific problem, but I think that the problem is that the problem is in the lack of theorems that start from the Areas and give a few lengths, and we must start making and collecting them. The lengths are based on given areas.
Thank you










Assuming that $P = (x_1, y_1) $ where $x_1 \lt 0$ and $y_1 \gt 0 $, as shown in the given figure. Also, it is assumed that the points $U, S, V, T$ have a position similar to what is shown in the given figure.
Let $\theta = \angle SUO $, an unknown angle.
Then the line $US$ has the equation
$- \sin \theta (x - x_1) + \cos \theta (y - y_1) = 0 $
It follows that
$U = (U_x, 0) = ( x_1 + \cot \theta (-y_1) , 0 ) $
And,
$S = (0,S_y) = (0, y_1 + \tan \theta \ (-x_1) ) $
Hence,
$\begin{align}A + C &= \dfrac{1}{2} | U_x S_y | = \dfrac{1}{2} | (x_1 - \cot \theta y_1)(y_1 - \tan \theta x_1) | \\ &= \dfrac{1}{2} ( x_1^2 \tan \theta + y_1^2 \cot \theta - 2 x_1 y_1 ) \end{align}$
$V, T$ are on $PT$ whose equation is
$ \cos \theta (x - x_1) + \sin \theta (y - y_1) = 0$
therefore,
$V = ( x_1 - \tan \theta (-y_1) , 0 )$
$T = (0, y_1 - \cot \theta (-x_1) )$
From the figure,
$A + B = \dfrac{1}{2} | x_1 (S_y - T_y) | = \dfrac{1}{2} x_1^2 ( \tan \theta + \cot \theta )$
And finally,
$ C = 1/2 | y1 | | Vx - Ux | = \dfrac{1}{2} y_1^2 ( \tan \theta + \cot \theta )$
From the last two equations,
$\dfrac{C}{A + B} = \left(\dfrac{y_1}{x_1}\right)^2 = t^2$
where $t \lt 0$ because $P$ is in the second quadrant.
So that
$ y_1 = t x_1 \hspace{10pt}(1)$
Substitute this into the first equation,
$A + C = \dfrac{1}{2 \sin \theta \cos \theta} x_1^2 (\sin^2 \theta + t^2 \cos^2 \theta - 2 t \sin \theta \cos \theta )$
but
$x_1^2 = \dfrac{2(A + B)}{ \tan \theta + \cot \theta} = 2 (A + B) \sin \theta \cos \theta \hspace{10pt}(2)$
Therefore,
$\dfrac{A + C}{A + B} = \sin^2 \theta + t^2 \cos^2 \theta - 2 \ t \ \sin \theta \cos \theta $
And this simplifies to,
$\dfrac{A + C}{A + B} = \dfrac{1}{2}(1 + t^2) + \dfrac{1}{2}(t^2 - 1) \cos(2 \theta) - t \sin(2 \theta) $
This equation is straight forward to solve, because it is of the form
$ c_1 \cos(\phi) + c_2 \sin(\phi) = c_3 $
where
$\begin{align}\phi &= 2 \theta \\ c_1 &= \dfrac{1}{2} (t^2 - 1) \\ c_2 &= - t \\ c_3 &= \dfrac{A + C}{A + B} - \dfrac{1}{2}(1 + t^2) \end{align}$
Its solution is
$ \phi = 2 \theta = \alpha \pm \beta $
where
$ \alpha = \text{ATAN2}( c_1, c_2 )$
$ \beta = \cos^{-1}\left( \dfrac{c_3}{\sqrt{c_1^2 + c_2^2} } \right) $
(The $\text{ATAN2}(c_1, c_2)$ function is a standard function in computer languages and returns the angle $\alpha$, where $\cos \alpha = \dfrac{c_1}{\sqrt{c_1^2 + c_2^2} } $ and $\sin \alpha = \dfrac{c_2}{\sqrt{c_1^2 + c_2^2}} $)
Now we have $\theta$, so we can compute $x_1$ from equation $(2)$, and then we can compute $y_1$ from equation $(1)$.
Example:
I'll cook an example, to show exactly how the above equations work.
So moving in the forward direction, suppose we pick $P = (-4, 1) $
And suppose we choose the line $US$ to be
$ y = \dfrac{1}{2} \ x + 3 $
Clearly $P$ is on this line. The perpendicular line $(VT)$ passing through $P$ is
$ y = -2 x - 7$
From the above two equations
$ U = (-6, 0) , S = (0, 3) , V = ( - \dfrac{7}{2} , 0 ) , T = (0, -7)$
It follows that
$ A = \dfrac{1}{2} ( (4)(2) + (4 + \dfrac{7}{2} ) (1) ) = \dfrac{31}{4} $
$ B = \dfrac{1}{2} ( \dfrac{7}{2} ) (7) = \dfrac{49}{4} $
$ C = \dfrac{1}{2} (1)( - \dfrac{7}{2} + 6 ) = \dfrac{5}{4} $
Now, we'll take the values of $A,B,C$ and use the developed method above to find the coordinates of $P$.
First thing, calculate $t$
$ t^2 = \dfrac{C}{A + B} = \dfrac{5}{80} = \dfrac{1}{16} $
So
$ t = - \dfrac{1}{4} $
Next, calculate $c_1 ,c_2 , c_3$.
$ c_1 = -\dfrac{15}{32} $
$ c_2 = \dfrac{1}{4} $
$ c_3 = \dfrac{36}{80} - \dfrac{1}{2} (\dfrac{17}{16} ) = \dfrac{9}{20} - \dfrac{17}{32} = -\dfrac{13}{160}$
So the equation we want to solve, after scaling is
$ - 75 \cos(\phi) + 40 \sin(\phi) = - 13 $
And we get following the outlined method,
$ \alpha = \text{ATAN2}(-75, 40) = 2.65163532734 $
$ \beta = \cos^{-1}\left( \dfrac{-13}{\sqrt{75^2 + 40^2} } \right) = 1.72434010933 $
And we get two values for $\theta$
$\theta = \dfrac{1}{2} (\alpha + \beta) = 2.1879 $ (This value is extraneous, because it does not lie in the first quadrant)
OR
$ \theta = \dfrac{1}{2} ( \alpha - \beta ) = 0.463647609 $
One can check that $\tan(\theta) = \dfrac{1}{2} $ as expected.
Now, from equation $(2)$
$ x_1 = - \sqrt{ 2 (A + B) \sin \theta \cos \theta } = - \sqrt{ 2 (20) \dfrac{2}{5} } = -4 $
And from equation $(1)$
$ y_1 = t x_1 = - \dfrac{1}{4} (-4) = 1 $
Hence, $ P = (-4, 1) $
Here is a listing of a small program to implement these calculations.
And below is the Input/Output of the program: