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

Plane, two lines and distance problem

I have been working on this exercise and am kinda struggling with it. This is the exercise and what I have done so far. Any tips would be greatly appreciated! Given the plane $x+y=0$ and two lines: $p_1: \frac{x}{3} = \frac{y+1}{1} =…
0
votes
1 answer

determining if a curve passes through a loop

I have two curves described by parametric equations, and one is a closed loop. How do I analytically determine whether or not the other curve passes through the loop? That is, without graphing and visually inspection the graph. Also assuming that…
0
votes
1 answer

finding the point of tangency for two circles

The two circles $x^2 + y^2−16 x−20 y + 115 =0$ and $x^2 + y^2+8 x−10 y + 5 =0$ are tangent. How could I find the point of tangency?
0
votes
2 answers

Find equation of circle

If it is given parabola: $${y}^2 = 4x$$ How can I find a equation circle (center on x axis) that thouch parabola from inside? $$r=2(sqrt){5}$$ I have done next: $$ y^2 = 2px $$ $$ y^2=2*2*x$$ $$ p=2$$ $$ r^2=(x-p)^2+(y-q)^2$$ $$…
DiN
  • 71
0
votes
1 answer

Finding the equation of a line passing through point of intersection

Find the equation of the line that passes through the point of intersection of $3x-5y+10=0$ and $2x+3y=6$ and also passes through the point $(-2,0)$. I have an idea on how to do this but i'm not sure if I'm right 1) Solve the two equations by…
Xardous
  • 195
0
votes
1 answer

Conversion from one mathematical form to another.

I was trying to understand a solution, when a encountered this line: $$or,\;\sum(a+\lambda l)^2=\lambda^2(l^2+m^2+n^2)\\[10pt]or,\;\lambda=-\frac{a^2+b^2+c^2}{2(al+bm+cn)}$$ I tried various method to reach the second equation from the first one, I…
0
votes
1 answer

Sketching the circle for the equation: $\sqrt{(x -1)^2 + (y-1)^2} = \sqrt{2}$

How should I sketch the circle for the equation mentioned in the title? If I calculate the square root of the number $2$ it continues to infinity. $\sqrt2 = 1.414213562...$
Samama Fahim
  • 1,459
  • 4
  • 24
  • 39
0
votes
1 answer

finding a coordinate of a point using a given distance and two points

https://prnt.sc/sgksht I have a two given know points $(a,b)$, $(x,y)$ and a distance $r$ and with some small math, you can gain $D-r$ (distancing $D [(a-x)(b-y)]$ and then $D-r$) My question is, how I can express point $(w,p)$.
0
votes
2 answers

How to write lies in quadrant $X$ symbolically?

In Trigonometry, there are a lot of questions of the form : Write all trigonometric ratios if $\cot x = \dfrac{12}{5}$ and x lies in quadrant III... Is there some symbolic method to write that x lies in quadrant III? What about $x \in$ III? Thanks!
0
votes
0 answers

Equation of 3D Parabola

Consider the horizontal alignment of the centerline of a road. The centerline is curved with a radius of $200$m on its plan view. The centerline also has a parabolic vertical alignment. This results in a parabola curved in space as it follows the…
twa14
  • 115
0
votes
2 answers

Intersection of a plane and cone

Find the angle between the lines in which the cone $$4x^2-y^2+3z^2=0$$ is cut by the plane $$2x+y-z=0$$. My solution- since a plane cuts the cone in infinite number of lines, which are generators, i need to find angle between which two of them…
0
votes
0 answers

6 Normals of an Ellipsoid

Prove that the six normals of an ellipsoid from an external point lie on a cubic curve. Let $$x^2/a^2+y^2/b^2+z^2/c^2$$ be an ellipse . Let $(\alpha,\beta,\gamma)$ be a point external to it from which six normals are drawn. Clearly the feet of…
0
votes
1 answer

question regarding Family of lines (Coordinate Geometry)

My teacher said that whenever you're given a line, say $ax+by+c=0$, and a linear relation in $a$, $b$ and $c$, say $2a + 3b+c=0$, these two sets of equations represent a family of lines {in this case passing through $(2,3)$}. However, he did not…
0
votes
2 answers

Not understanding why z is being eliminated.

I am trying to understand a problem from a book, which is given below, Find the equation of the quadric cylinder with generators parallel to $z$-axis and passing through the curve $$ax^2+by^2+cz^2=1,\quad lx+my+nz=p.$$ Now, in solution, they have…
0
votes
1 answer

Parametrization of a line by circle.

Let there be a circle $$C: (x-3)^{2}+y^{2}=1$$ also let there be a line $$e: x=2$$ Lets consider an inversion in respect to circle $C$. The image of $e$ is another circle $$C_{1}: (x-\frac{5}{2})^{2}+y^{2}=\frac{1}{4}$$ Lets consider any point from…
mkultra
  • 1,382