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

Parabola - Analytical Geometry

The line $y-2x+4a=0$ intersects the parabola $y^2=4ax$ at the point $P(ap^2,2ap)$ and the point $Q(aq^2,2aq)$. Find the value of $p+q$ and $pq$. How do I visualise this on the cartesian plane and approach this problem ?
warman
  • 99
-1
votes
2 answers

Domain of validity of a certain inequality with 2 variables

For which values of x, y does the equality $$x^2y^2+x^2+y^2+4 \leq 6xy$$ hold ? Please could you help with this problem as I am having trouble getting started.
Zuh
  • 11
-1
votes
1 answer

lattice point on a circle

consider a circle with center (sqrt[2],1/3) and any arbitrary radius. how do I prove that there is atmost one lattice point on the circle? also, does there exist an unique cirle with exactly 2004 lattice points inside it?
-1
votes
3 answers

How to plot square using Algebraic function

I want to plot Square, i have 1 equation which plot square but in diagonal form(Like Diamond Shape), plot r = 1/(cos(mod (t, PI/2))+sin(mod (t, PI/2))), t = 0 .. 2*PI Live Demo Diamond Square Please let me know how to change this equation so…
Aamir
  • 103
-1
votes
1 answer

Can anyone help me with this contradicting graphs?

While studying SAT MATH 2 , I tried to solve the following problem but faced some difficulty. The problem goes ........ In the graph of the parametric equations $x= t^2+t$ , $y=t^2-t$ A) $x\ge 0$ B) $x\ge -\frac{1}{4}$ The answer given in the…
-2
votes
2 answers

How to find the equation of a plane passing through the intersection point of three planes and the origin and another point.

Determine the equation of the plane that passes through the point of intersection of the planes $$P=\begin{cases} 2x + z - 7 = 0\\ x - y = 0\\ x + y - 2z + 2=0 \end{cases}$$ and passes through the origin and the point $Q=(2, 3, 8)$. I tried a lot…
-2
votes
2 answers

Find Distance Between Two Points

If we are to find the distance between the points $P(0,0)$ and $Q(-2,-3)$, then we can use the Theorem of Pythagoras for this purpose. $distance (P,Q) = \sqrt{(x_2 -x_1)^2 + (y_2 -y_1)^2}$ therefore, $\text{distance} (P,Q) = \sqrt{-5}$ But the…
Samama Fahim
  • 1,459
  • 4
  • 24
  • 39
-2
votes
1 answer

Finding the equation of hyperbola

Find the equation of the hyperbola with vertices $(\pm 6, 0)$ and one of the directrix is $x=4$.
-2
votes
2 answers

Find equation of circles using parabola

Parabola $y=\frac{1}{16}x^2-\frac{3}{4}x+\frac{25}{4}$ A line passing through the origin and point $(6,8)$ and $x$-axis are tangents to the circles that I'm supposed to find. How can I find the equation of the circles using this information and the…
-2
votes
3 answers

Tangent Common to two curves, not necessarily at the same point

A common tangent to two curves is a line that is tangent to the two curves, but not necessarily at the same point. Find, in terms of $a$ and $b$, the explicit equation of the common tangent to the two curves $y = x^2 + ax + b$ and $y = x^2 + bx +…
-2
votes
1 answer

Intersection of 2 lines in 3D if i know they are on the same plane

How can i find the intersection point of 2 lines in 3D, if i know that they lie on the same plane. I have found some more general ways to solve this in 3D but i thought that maybe there are some simple way to calculate intersection point if it is…
-2
votes
2 answers

Simple question about planes

Given the plane $4x +3y+2z = 5$ why $\langle4,3,2\rangle$ is the vector normal to the plane?
user2860452
  • 153
  • 1
  • 2
  • 10
-2
votes
1 answer

If $ax^2+2hxy+by^2=0$ be the $\dots$

If $ax^2 + 2hxy + by^2 =0$ be the two sides of a parallelogram and $px + qy = 1$ be its one diagonal then prove that the equation of the other diagonal is $y(bp-hq)=x(aq-hp)$. While searching for the answers, I got this answer on 'Yahoo answers'…
pi-π
  • 7,416
-2
votes
1 answer

Show that the pair of straight lines...

Show that the pair of straight lines $ax^2+2hxy+ay^2+2gx+2fy+c=0$ meets the coordinate axes in concyclic points. Also find the.equation of the circle through those cyclic points. My Approach: Let $l_1x+m_1y+n_1=0$ and $l_2x+m_2y+n_2=0$ be the two…
pi-π
  • 7,416
-2
votes
1 answer

Checking result on review exercise

We have four points M1(1, 1, −1), M2(−1, 3, 2), M3(2, −1, 0) и M4(0, 1, −2) 1.Middle point A which is between M3M4 Solution: A(-1, 1, -1) Dot product M1M2 of M1M3 Solution: M1M2(0, 2, 3), M1M3(1, -2, 1) (M1M2, M1M3) = 0*1 + 2*-2 + 1* 3 = 0…
1 2 3
68
69