Questions tagged [analytic-geometry]

Questions on the use of algebraic techniques for proving geometric facts. Analytic Geometry is a branch of algebra that is used to model geometric objects - points, (straight) lines, and circles being the most basic of these. It is concerned with defining and representing geometrical shapes in a numerical way.

Analytic geometry, also called coordinate geometry, mathematical subject in which algebraic symbolism and methods are used to represent and solve problems in geometry.

The importance of analytic geometry is that it establishes a correspondence between geometric curves and algebraic equations. This correspondence makes it possible to reformulate problems in geometry as equivalent problems in algebra, and vice versa; the methods of either subject can then be used to solve problems in the other.

Analytic geometry was introduced by René Descartes in $1637$ and was of fundamental importance in the development of the calculus by Sir Isaac Newton and G. W. Leibniz in the late $17^{th}$ cent. More recently it has served as the basis for the modern development and exploitation of algebraic geometry.

6689 questions
0
votes
1 answer

Find a point equidistant from two points and a line

Given a line: $x-\frac{2}{2} = y-\frac{1}{6} = z+\frac{2}{2}$ and two points $P_1(1,1,0)$ and $P_2(0,1,-1)$, identify the point $V$ which resides on the line and is equidistant from $P_1$, and $P_2$.
0
votes
2 answers

Equation of latus rectum of parabola

If parabola $\left ( y+1 \right )^{2}=k\left ( x-2 \right )$ passes through a point (1,-2), then equation of its latus rectum and directrix ? My attempt Is this correct answer? because this answer is not mention in given options.
0
votes
2 answers

Finding Vectors in cartesian form

I am stuck on this question could you please help me. Find,in Cartesian form, the equations of the straight line through the point with position vector (-1,2,-3) parallel to the direction given by (2,1,-2) Any help is appreciated. Thanks
Matt
0
votes
1 answer

Finding parabola tangents equations given parabola equation and a point

I have parabola equation (notice it's "sideways", given x =) $\displaystyle x = \frac{y^2}{2}-4y+3$ and a point $(2, -1)$. Find parabola tangents (equations) that go through point $(2,-1)$. Ive watched several videos and looked similar solved…
Jeekim
  • 105
0
votes
2 answers

A general form of a circle throw common points of two circles

We have two non intersecting in $\mathbb R^2$ circles: $ C_1(x,y)\equiv x^2+y^2-2mx-2ny+p=0, $ $ C_2\equiv x^2+y^2-2m'x-2n'y+p'=0, $ where circles are with real coefficients and positive radiuses. Then they intersects in some $(a,b), (a',b')\in…
Alex
  • 2,191
0
votes
1 answer

How to prove dot product without vectors?

The dot product to find the distance from a point ($x_0, y_0$) to line $ax + by + c = 0$ is $d=\frac{|a(x_0)+b(y_0)+c|}{\sqrt{a^2+b^2}}$. I need to prove this formula but I am not supposed to use vectors. How else could I prove this?
John Liu
  • 419
  • 3
  • 11
0
votes
2 answers

The origin is a corner of a square and two of its sides are y + 2x = 0 and y + 2x = 3. Find the equation of the other two sides.

The origin is a corner of a square and two of its sides are y + 2x = 0 and y + 2x = 3. Find the equation of the other two sides. I tried by finding one of the points in one line (1,1) for equation y + 2x = 3 and found the distance between origin d =…
0
votes
2 answers

On the existence of scalar multiplication of free vectors?

When we study analytical geometry at the undergraduate level we define free vectors as oriented line segments. This raises a problem when we try to formalize the multiplication of a free vector by a scalar. In order to elaborate on that, denote by…
PtF
  • 9,655
0
votes
1 answer

Find locus of a circle which meets four lines intersections

Find equation of circle which meets the lines $y=\pm mx, y=\pm c$ and circle $x^2+y^2=a^2$. After writing the joint equations of the given lines unable to relate it with equation of circle involving radius $a$.
goku
  • 99
0
votes
2 answers

Find parametric equations for the line that intersects $x = 2t+1; y = 2 - t; z = 3 - t$ at a $60°$ degree angle.

Find parametric equations for the line that passes through the point $(-6,-5,-1)$ that intersects the line $x = 2t+1; y = 2 - t; z = 3 - t$ at a $60°$ degree angle. I've never seen a question like this before, and I can do ones where the line is…
0
votes
0 answers

Separation of dots on a sphere

Given N dots uniformly spaced (the arc distance between any two adjacent dots is the same) on the surface of a sphere of radius R, find that distance in terms of N and R. (Assume N is greater than 10.)
R.W. Bird
  • 101
0
votes
1 answer

Find the two points for an equilateral triangle inscribed inside a circle

I made up the following problem and I'd appreciate some hints for how to approach it. I have a circle of known radius $ 10 $, with the origin at $(0,0)$ and I want to determine three points that would determine the vertices of an equilateral…
Jon
  • 671
0
votes
3 answers

Proving the equation of an ellipse

If $(c, 0)$ and $(-c, 0)$ are the foci of an ellipse, and the sum of the distance of any point on the ellipse with the foci is $2a$ I am asked to prove thath the equation of the ellipse is: $$ \frac{x^2}{a^2}+\frac{y^2}{b^2}=1 $$ where…
user674291
0
votes
0 answers

How to know if two conic hull intersect

Suppose I have two sets of linearly independent 3-d vectors denoted by $W=\{\vec{w_1},\vec{w_2},\vec{w_3}\}$ and $V=\{\vec{v_1},\vec{v_2},\vec{v_3}\}$ and then construct two unbounded conic…
Epsilon
  • 143
0
votes
3 answers

Locus of midpoint of line with endpoints always on x and y axis.

I came across the following question: A line segment of length 6 moves in such a way that its endpoints remain on the x-axis and y-axis. What is the equation of the locus of its midpoint? And I proceeded with the following: Let (x,y) be the…