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 the equation of angle bisector of 2lines passing through quadrant containing$(2,3)$

Question - $L_1⇒2x+y-1=0$ , $L_2⇒2x-y+3=0$. Find the equation of angle bisector passing through quadrant containing $(2,3).$ Effort $⇒$ Found out first angle bisector $b_1⇒y=2$ , second angle bisector $b_2⇒-\dfrac{1}{2}$ Parity check for $L_1…
Aleph
  • 425
  • 2
  • 10
0
votes
0 answers

Consider a three points M1,M2 and M3 that are not on the same line.Write the equation of the line L1 passing through the points M1 and M2.

Consider a three points $M1,M2$ and $M3$ that are not on the same line.Write the equation of the line $L1$ passing through the points $M1$ and $M2$. Write the equation of the plane $α$ passing through the line $L1$ and the point $M3$. Write the…
NoN
  • 11
0
votes
1 answer

Plane section in hyperboloid

Find equations of planes passing through the point $(a,0,0)$, which intersect a one-sheet hyperboloid $\frac{x^2}{a^2}+\frac{y^2}{b^2}-\frac{z^2}{c^2}=1$ in a pair of parallel lines. My attempt: First, $(a,0,0)$ belongs to hyperboloid. Then, we can…
0
votes
1 answer

How do I show that the line $lx+my+1=0$ touches a fixed circle, provided $l^2-5m^2+6l+1=0$?

A high school geometry problem. How do I show that if the line $lx+my+1=0$ touches a fixed circle, provided $4l^2-5m^2+6l+1=0$?
Krishna
  • 19
0
votes
0 answers

Placing geometric objects along a line

Say we've got a function such as $f(x)=x \cdot \sin(x)$ and we want to place a line of length $L$ on the graph that has its start and endpoints located on the line generated by $f(x)$. Assuming that we choose the starting point $(x_1, f(x_1))$, is…
0
votes
1 answer

If we move two straight lines $ f(x, y) = C $ and $ g(x, y) = D $ so that they intersect at (0, 0), they become $ f(x, y) = 0 $ and $g(x, y) = 0 $

Let us start with these two equations of two lines: $$ x + y = 4 $$ $$ x - y = 2 $$ They intersect at $ (x, y) = (3, 1) $. Let us now translate (move) both lines so that they intersect at $ (0, 0) $. We need to move both lines by $ -3 $ along $ x…
Lone Learner
  • 1,076
0
votes
1 answer

Locus of intersection of the two lines

I'm unable to understand this concept. I mean by using some manipulation we got the equation of a circle but I can't understand why this equation represents the intersection of these two lines. I need some insight on this method (exactly what's…
0
votes
1 answer

find the locus of P(x,y)

Given point $A$ on the circle $x^2+y^2=R^2$. From $A$ passes parallel line to the x-axis. On this parallel line we Assign from point $A$ a Section with Length $2R$ at the Positive direction of the x-axis and we get the point $P(x,y)$. How can i…
bori12
  • 65
0
votes
1 answer

Radii of the new spheres if a sphere is cut into two parts.

Here is the original question:- Here is my attempt:- As you can see, the answer that I found is not even given in the option. I did find the correct solution online. However, I do not understand what I did wrong. I'd appreciate if someone can…
0
votes
5 answers

Picking a random point from a circle in 3D

I have a circle that is given by $ \begin{cases} (x-3)^2 + (y-4)^2 + z^2 = 36\\ 4x + y - z - 9 = 0 \end{cases} $ , and i need to take a point that belongs to this circle. Is there an easier way in general to find a point…
0
votes
1 answer

Minimizing a quite complex algebraic expression

I am a junior high school student. I am solving a problem that requires me to determine the minimum of the following two complex algebraic…
0
votes
0 answers

find the equation of tangent to circle at $x^2+y^2-60y-80x+2100=0$

I proceed by assuming parametric coordinate $x=20 \cos t+40,y=20 \sin t+30$. And write equation of tangent at parametric point $(t)$. And then write distance of origin from tangent and minimize distance to solve for $t$. To find the given point but…
0
votes
0 answers

The point of intersection of $4x+5y=26$ and $y=kx+2$ has integral coordinates. What is the number of integral values that $k$ can take?

Question: The point of intersection of $4x+5y=26$ and $y=kx+2$ has integral coordinates. What is the number of integral values that $k$ can take? As per me the answer should be that $k$ can take $3$ integral values which will make coordinates of…
0
votes
1 answer

Transform the equation $x^2 -2xy +y^2+x-3y$ to the axes through the point $(-1,0)$ parallel to the lines bisecting the angles between original axes.

I have tried different methods of solving the problem but every time I seem to get different results. So, please help. Q. Transform the equation $x^2 -2xy + y^2 + x -3y$ to the axes through the point $(-1,0)$ parallel to the lines bisecting the…
0
votes
0 answers

Why does 3 points in the y dimension being parallel, given 1 point cuts the traversal in half, mean the traversal in the x dimension is cut in half?

I have to "show" that the mid point co-ordinate of a line segment given by (x1,y1) and (x2,y2) is equal to ([x1+x2]/2,[y1+y2]/2). My solution I thought was quite simple: I have "shown" that x2 is the mid point between x1 and x3 and that this can…
OpenSauce
  • 247