In Parabola Problem, Michael introduces the problem of finding a conic section given 5 of its points.
The conic section will have the form
ax2+bxy+cy2+dx+ey+f=0,
where the constants are determined up to multiplicity. WLOG, we may set f=1. This is why we have a well determined system of 5 equations and 6 unknowns. This then becomes an ugly (to me) system of equations to solve.
I made the observation that we can just use the equation:
∣∣∣∣∣∣∣∣∣∣∣∣⎝⎜⎜⎜⎜⎜⎜⎛x2p12p22p32p42p52xyp1q1p2q2p3q3p4q4p5q5y2q12q22q32q42q52xp1p2p3p4p5yq1q2q3q4q5111111⎠⎟⎟⎟⎟⎟⎟⎞∣∣∣∣∣∣∣∣∣∣∣∣=0
Why does this work? What is the more general principle that is applied in this scenario?
Hint: What is the matrix three point form of a plane? Given 3 points in 3 dimensions in general position (aka not all 3 points lie on the same line), the unique plane that passes through (xi,yi,zi) is
∣∣∣∣∣∣∣∣⎝⎜⎜⎛xx1x2x3yy1y2y3zz1z2z31111⎠⎟⎟⎞∣∣∣∣∣∣∣∣=0
This generalizes to n dimensions.
#Algebra
#Matrices
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
I have made one such problem based on the '5 points determine a conic' for people to try as well. It is rather interesting how conics on a 2D plane can be determined by 5 points only. I do believe there are more points required for higher dimensional graphing.