0

enter image description herethe picture depicts a cone and the red line is ellipse's major axis.

I found the major axis to be $\frac{rh^2}{l^3}\sqrt{l^2+3h^2}$ which is calculated using Pythagorean rule, Thales' theorem and Trigonometry.

but I don't know how to find the minor axis.

Is there any way?

Also, I need to find $BC$ segment in order to find the difference between the ellipse's center and the point that the cone's height goes through the ellipse. How come?

1 Answers1

0

Notice that triangles $ARH$, $RHE$, $HEM$, $EMB$, $MBN$ are all similar among them. Hence: $$ HE={h\over l}r,\quad ME={h^2\over l^2}r,\quad BM={h^3\over l^3}r,\quad BN={h^4\over l^4}r. $$ Semi-minor axis is then (see here for a proof): $$ b=\sqrt{EM\cdot BN}={h^3\over l^3}r=BM. $$

Triangles $CMD$ and $CNB$ are similar too, which entails: $$ {BC\over CD}={BN\over DM}={BN\over ME}={h^2\over l^2}. $$ From that, and using your result for $BD$, it is easy to find $BC$.

enter image description here

Intelligenti pauca
  • 50,470
  • 4
  • 42
  • 77
  • thank you for your answer. in your picture, the triangle $ABC$ is more likely to be equilateral. aren't $AC$ and $AB$ really the same? and from your last fractions, it is stated that I have to have the length of $CD$ in order to have $BC$. is it true? –  Mar 07 '20 at 20:50
  • It doesn't matter if $ABC$ is isosceles or not. And you know the sum $BC+CD$, hence can compute $CD$. – Intelligenti pauca Mar 07 '20 at 21:21
  • If $ABC$ is isosceles, then we can compute $BC$ using law of cosines. and, yes, I know $BC+CD$; but when I don't know $BC$, how can I compute $CD$? my goal is to compute $BC$. –  Mar 07 '20 at 21:28
  • If one knows both $BC+ CD$ and $BC/CD$ it's easy. – Intelligenti pauca Mar 07 '20 at 21:44
  • $${BC+CD\over BC}=1+{CD\over BC}=1+{l^2\over h^2}.$$ – Intelligenti pauca Mar 07 '20 at 21:50
  • is the same things applicable to the following question? (let the intersection of semi-major axes be $O$. https://math.stackexchange.com/questions/3572719/are-semi-minor-axes-the-same-when-we-have-these-different-major-axes –  Mar 07 '20 at 22:44