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

Area bounded by lines in First Quadrant

We are given 2 equations $3x+2y=14$,--------(1) $2x-3y=5$ ----------(2) Below is the graph plot for it. We need to find the area bounded by these two lines in the first quadrant. Red Line is line 1 and Blue line is line 2. It seems like we only…
0
votes
0 answers

Equation (or inequality) which describes this set of points.

Given point A(2,5) and point B(2,-1) find the set of points whose distance from A is double the distance from B. I attempted to solved it as follows: $$\left(x-2\right)^2+\left(y-5\right)^2=2\left(\left(x-2\right)^2+\left(y+1\right)^2\right)$$ This…
0
votes
4 answers

Proving a point lies between two others

how can I show that the point $Q = (2, 5, -3)$ lies between $P(1, 6, -5)$ and $R(4, 3, 1)$? I have already proved that the three points are collinear, but I would like to show which is in the middle. Is there any way, other than drawing a picture,…
user400359
0
votes
2 answers

Finding the slopes of the sides of a triangle, when only given the slopes of internal angle bisectors

Finding the slopes of internal or external angle bisectors, when given the slopes of the sides of a triangle, it's a simple question, the one you can easily find in any textbook of analytic geometry. But the reverse problem : finding the slopes of…
MrDudulex
  • 728
0
votes
2 answers

Area in coordinate Plane: Inequalities

The area of the region in the coordinate plane satisfying the inequality $$n \le |x + y| + | x- y| \le n + 3$$ is $2019$ for some integer $n$. What is the value of $n$?
Big Boy
  • 37
  • 2
0
votes
1 answer

Polar plane of a pole

Polar plane of a pole A of a sphere is locus of all points R where line through A meets points P and Q on sphere such that 2/AR = 1/AP + 1/AQ. How does polar plane of a pole of a sphere look like? Please provide a 3D view
0
votes
2 answers

Finding the equation of a plane.

How do I find the equation of a plane given by the points (0,1,1), (1,0,1) and (1,1,0)? Graphing it, it's a triangle when you connect the points. Can I use this somehow?
user1766888
  • 623
  • 3
  • 12
  • 24
0
votes
1 answer

How can I find the intersection of a line vector and a plane?

Here is my vector: $(-3,1,-4)+r(4,0,1)$ And my plane: Created from the following vectors: $x: (3,0,1)+t(-1,1,2)$ $x: (0,2,-1)+s(2,-2,-4)$ $(3,0,1)+t(-1,1,2)+n(2,-2,-4)$ (Cartesian: $x+y-3=0$) I've tried to do the following: vector: $(-3+4r,…
funerr
  • 103
0
votes
1 answer

Q). Show that the four points are angular points of a rectangle$ (0,-1) (4,-3) (8,5) (4,7)$.

I started to solve the question by taking the sides of rectangle ABCD then added a midpoint in the rectangle and divided the rectangle in diagonal then found out the midpoint of diagonals AC and BD (Which was the most possible thing i could do in…
Franco
  • 25
0
votes
3 answers

Finding Coordinates of a point on a line in Coordinate Grid.

To solve this question should I use Pythagoras rule like this? Please, any other method to get the coordinates?
0
votes
1 answer

Find the equation of the plane through $(1,2,2)$ and parallel to the plane $3x+2y+z=9$

My attempt: The required equation of the plane passing through $(1,2,2)$ is $a(x-1)+b(y-2)+c(z-2)=0$ where $a,b,c$ is the direction ratio's of the line. This equation is parallel to the plane $3x+2y+z=9$ The d.r's of this plane is…
Neil
  • 11
0
votes
1 answer

Prove that the graphic of $\frac 1 x$ is a branch of hyperbola

Let $f:\Bbb R_+\to\Bbb R_+,x \mapsto y=f(x)=1/x$ Prove that the graphic of $f$ is a branch of hyperbola. Rotating by $\frac \pi 4$ with the matrix $M_-= \pmatrix {cos\alpha &&sin\alpha \\sin\alpha&&-cos\alpha}$. ie $$\pmatrix{x\\y}=\pmatrix{\frac…
0
votes
0 answers

find the ratio a:b, for minimum chord length

P(a, b) is a point in the first quadrant. Circles are drawn through P touching the coordinate axes, such that the length of common chord of these circles is maximum, find the ratio a : b
0
votes
1 answer

Converting the general equation of line to normal form

How can we convert $ax + by + c = 0$ to $x\cos α + y\sin α = p$? Here $α$ is the angle of perpendicular $p$ w.r.t $x$-axis. I compared both equations and got $ax = x \cos α$, $by = y \sin α$ and $c = -p$, and got $a = \cos α$ and $b = \sin α$. I do…
MR. Raindrop
  • 141
  • 2
  • 10
0
votes
1 answer

Find the ellipse which is tangent to a line at a certain point

I have this problem here which i just can't seem to solve: Find the equation of the ellipse which is tangent to the line $y=-x+3$ and touches said line at the point $P(1,y).$ The ellipse has center in $O(0,0)$ and the major axis is parallel to the…