Skip to content

Tag Archives: Coordinate Geometry

Given an integer L, representing the side length of an N-sided regular polygon and integer K, the task is to find the side length of… Read More
In a plane, we know that we need two mutually perpendicular lines to locate the position of a point. These lines are called coordinate axes… Read More
Given four positive integers A, B, C, and D representing the length of sides of a Cyclic Quadrilateral, the task is to find the area… Read More
Given two positive integers A and B, representing the length of the semi-major and semi-minor axis of an ellipse of the equation , the task is… Read More
Given two positive integers R1 and R2 representing the radius of two intersecting circles having a distance D between their centers, the task is to… Read More
Given two integers A and B representing the lengths of semi-major and semi-minor axes of an ellipse, the task is to calculate the ratio of… Read More
Given a hyperbola centered at (h, k), with semi-major axis a, semi-minor axis b, both aligned with the Cartesian plane, the task is to determine… Read More
Given two integers A and B, representing the length of the semi-major and semi-minor axis of an ellipse with the equation (x2 / A2) +… Read More
Given four positive integers A, B, C, and D representing the sides of a Cyclic Quadrilateral, the task is to find all the interior angles… Read More
Given an array arr[][] of size N, consisting of pairs of coordinates such that arr[i][0] and arr[i][1] represents the X and Y coordinates in a… Read More
Given six integers representing the vertices of a triangle, say A(x1, y1), B(x2, y2), and C(x3, y3), the task is to find the coordinates of… Read More
Given an integer K, and two arrays X[] and Y[] both consisting of N integers, where (X[i], Y[i]) is a coordinate in a plane, the… Read More
Given an array arr[] consisting of magnitudes of two N-Dimensional vectors A and B, the task is to find the angle between the two vectors.… Read More
Given two integers A and B, representing the length of semi-major and semi-minor axis of an Ellipse with general equation (x2 / A2) + (y2… Read More
Given two 2D arrays rectangle[][] and triangle[][], representing the coordinates of vertices of a rectangle and a triangle respectively, and another array points[][] consisting of… Read More

Start Your Coding Journey Now!