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
2 answers

Finding the equation of a circle through 3 points under given conditions.

This question has me stuck at the very beginning and I dont understand what to do. Dont need the solution, just a hint on what to do. Q.A and B are points in the xy plane, which are 2sqrt2 units apart and subtend an angle of 90(degree) at a point…
0
votes
1 answer

Analytic geometry, distances

Find the equation of the geometric place: Whose distance to the point $(4,0)$ equals half the distance to the straight line $x=19$ Im using the formula for distance between points $P(4,0), Q(19,0)$ and an arbitrary line $l: d(l,P)=d(l,Q)/2$ but it…
0
votes
1 answer

Find a point on the same alignment of normal vector of a plane

I need to find a point(x,y,z) that is - distance 2 from a known point P (x1,y1,z1) - on the same alignment of normal vector for plane A - P is on the plane A the same question as: Find a point that trace a line with another known point P on a…
0
votes
2 answers

Graphical transformation

I have a burning question to ask regarding graphical transformation: Suppose I have a function $f(x)$ I want to find $f(ax+b)$ for non zero $a,b$. There are two approaches that I can go: First: $f(x)\mapsto f(x+\frac{b}{a})\mapsto f(ax+b)$ Second:…
Novice
  • 719
0
votes
2 answers

Intersection between a line and a plane.

A line can either lie on a plane, lie parallel to it or intersect it. Determine, if there is one, the point of intersection between the line given by the equation $$\displaystyle\frac{x−5}{2} =\displaystyle\frac{y−1}{-1} =…
Julio
  • 145
0
votes
2 answers

Finding the coordinates of a parallel line given line coordinates and a distance

I have a path defined by a list of (x, y) coordinates and I want to create two additional paths, one offset by a distance of 0.25, the other by -0.25. I think that could be done by finding parallel lines for each coordinate pair in the path. I don't…
0
votes
1 answer

How do I determine k so that the line of the beam is parallel to a $60^\circ$ angle?

I have the equation of a beam that looks like this: $$(x + y - 5) + k(2x - 3y) = 0$$ I know that the angular coefficient of a $60^\circ$ angle is equivalent to the root of 3. $$m = \sqrt3$$ Though, how do I determine k so that the line of the beam…
Cesare
  • 1,471
0
votes
1 answer

formula for a sphere?

is there such a thing as a formula for a sphere? Is it $x^2+y^2+z^2=1$? if so, does the $1$ denotes a radius of $1$ for said sphere? what are the possible alterations for such a formula?
Bak1139
  • 3,191
  • 3
  • 21
  • 47
0
votes
3 answers

What is the equation of the line that is parallel to the y-axis?

I have a line, parallel to the $y$-axis, that passes through a point, P: $$P(1/2,-3/5)$$ What is the equation of the line? What I tried: $$(y−y_0)=m(x−x_0)$$ $$(y+3/5)=m(x−1/2)$$ Though, there exists no $m$, therefore I can't figure out what the…
Cesare
  • 1,471
0
votes
2 answers

Find the coordinates of a point equidistant from two given points

The Coordinates of two points are A(-2,6) and B(9,3). Find the coordinates of the point C on the x-axis such that AC = BC
Ramesh
0
votes
2 answers

Finding the value of $p$ in the parabola $y^2=2px$

I just started to learn the parabola shape and I have a question: Given the parabola $y^2=2px$ $(p>0)$. The chord $AB$ of the parabola passes through the focus $F(\frac{p}{2},0)$. The slope $m$ of chord $AB$ is $m_{AB}=2$. The length of $AB$ is…
roni
  • 3
0
votes
2 answers

Finding the distance of the line to apoint

Find the distance from $3x-4y-10=0$ to the point $(2,0)$ my answer here is $ \dfrac{-4}{2}$ or $-2$ by substituting the given by the use of the formula but Im just wondering if there's a negative distance because it can be possibly rewritten to $…
0
votes
2 answers

Existence of n-dimensional polyhedron given edges

The following assertion is true in $2$ and $3$ dimensions: Given $\sigma_{ij},\ 1\leq i\neq j\leq n$ with $\sigma_{ij}=\sigma_{ji}$ and $\sigma_{ij} \leq \sigma_{ik}+\sigma_{kj}$, then there exist $A_1,...,A_n \in \Bbb{R}^{n-1}$ such that…
Beni Bogosel
  • 23,381
0
votes
2 answers

Perpendicular Vectors

Find the equation of the line passing through a point $B$, with position vector $ \vec b$ relative to an origin $O$, which is perpendicular to and intersects the line $\vec r= a+ \lambda \cdot c$, with $c \neq 0$, given that $B$ is not a point of…
Euden
  • 551
  • 1
  • 4
  • 10
0
votes
1 answer

find x in coordinates given the angle

This is the problem: if the angle from the line through $(-4,2)$and $(3,-4)$ to the line through $(-4,2) (x,3)$ is arctan 37/29 find the value of $x$? Should i use this formula: $$\tan \theta= \frac{m_2-m_1}{1+(m_1)(m_2)} $$ i already try it. but…