Intersecting curves. Simultaneous Equations.
Al-Kashi, Heron,Bretschneider’s, Brahmagupta’s and Coolidge formulas
The Bretscheiner’s formula helps find the area of a non-cyclic quadrilateral, that cannot be inscribed in a circle, using only side lengths and possibly one angle measure or one diagonal length. After the Bretschneider’s formula, […]
Patterns printing using Loops
The following code is part of the pattern printing series:This one will print a series of patterns #include <iostream>using namespace std;int main(){ for (int i{ 1 }; i <= 5; ++i) { for (int j{ […]
Trigonometric formulas and identities
Trigonometric formulas and identities Since we have seen all the basic formulas, we are going to start listing them now and prepare for problem solving. In some cases, We’ll add some extra steps to show […]
Introduction to Conic Sections
Introduction to Conic Sections Conic sections can be generated when one slanted line revolves around an intersecting a vertical line . We get two cones joined at the intersection and expading indefinitely upward and downward. […]
Quadrilaterals
Quadrilaterals A quadrilateral is a polygon that has four sides. The line segment sides lie within a single plane. Quadrilaterals with non-coplanar sides are called “SKEW”. PARALLELOGRAM: A parallelogram is a quadrilateral in which […]
Distance entre une droite et un point
Distance entre une droite et un point Dans beaucoup de cas, nous aurons besoin de trouver la plus courte distance entre une droite et un point extérieur à cette droite. Cette distance n’est autre que la […]
