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

Question about two lines and a circle in the cartesian plane

Let $L_1$ be the straight line passing through the origin and $L_2$ be the straight line $x+y=1$. If the intercepts made by the circle on $x^2+y^2-x+3y=0$ on $L_1$ and $L_2$ are equal, then find the equation for $L_1$ I found the centre of the…
Aditya
  • 6,191
0
votes
2 answers

The point (4,1) undergoes the following transformations

1) Reflection about x=y 2)Transformation through a distance 2 units along +ve x axis 3) Rotation through an angle $\pi/4$ about the origin in the counterclockwise direction Find the final coordinates The point becomes (1,4) Then after shifting…
Aditya
  • 6,191
0
votes
1 answer

Prove that the graph of the function $y=\cos x \cos (x+2)-\cos^2(x+1)$ is a straight line passing though

$(\frac{\pi}{2},-\sin^2 1)$ and parallel to x axis. I solved the equation and it basically gets reduced to $$y=-\sin^2 1$$ It’s clearly parallel to the x axis and passes through $-\sin^2 1$, but where does $\frac{\pi}{2}$ come from? I know a…
Aditya
  • 6,191
0
votes
1 answer

Is there a two dimensional surface like a cone but whose base is elliptic or any non circular but smooth closed curve?

Is there a two dimensional surface like a cone but whose base is elliptic or any non circular but smooth closed curve ? The surface should be smooth everywhere except at the vertex.
Rajesh D
  • 4,247
0
votes
1 answer

Prove that $a=1+b$ if the points $(a,b);(b,a);(a^2,-b^2)$ are collinear

Area of triangle formed by the points will be zero $$0=a(a+b^2)+b(-b^2-b)+a^2(b-a)$$ $$a^2+ab^2-b^3-b^2+a^2b-a^3=0$$ $$a^2-b^2-(a^3+b^3)+ab(a+b)=0$$ $$(a+b)(a-b)-(a+b)(a^2+b^2-ab)+ab(a+b)=0$$ From here I get $a+b=0$ What’s going wrong?
Aditya
  • 6,191
0
votes
1 answer

Axis intercepts of hyperplane without Gaussian Elimination?

I am implementing an algorithm that requires the axis intercepts of an n-dimensional hyperplane. To be robust against data issues (det=0), I would like to implement my own solution process without gaussian elimination. For n=3, I create the…
0
votes
1 answer

find the angles of intersection when the line through the points (3,4) and (-5,0) intersects the line through (0,0) and (-5,0)

Find the angle of intersection when the line through the points $(3,4)$ and $(-5,0)$ intersects the line through $(0,0)$ and $(-5,0)$.
user9977
0
votes
2 answers

Check my answers to the problems related to analytic-geometry

1) Find the equation of the circle of radius $2$ with center at $(3, 0)$. My answer: $\sqrt{(x-3)^2 + y^2} = 2$ 2) Find the equation of the circle of radius $\sqrt3$ with center at (-1, -2). My answer: $\sqrt{(x+1)^2 + (y+2)^2} = \sqrt3$ 3)…
Samama Fahim
  • 1,459
  • 4
  • 24
  • 39
0
votes
1 answer

Average distance between circumference and a point?

What would be the average distance from the point $P=(a,b)$ (outside the circle), to any point on the circumference with center at $(0,0)$ and radius $r$ be?
0
votes
1 answer

Finding the equation of a circle and hyperbola

The two graphs above are the graphs of functions $y=\sqrt{1-x^2}$ and $y=\sqrt{1+x^2}$. How do you figure out the equations of the corresponding circle and hyperbola?
Burt
  • 1,813
0
votes
1 answer

Tangency Point in polynomial function

Sorry for my English Can someone please help me? Taken from Lehmann's book. Group 45, exercise 6. "If a polynomial function $f(x)$, when equal to $0$, has real roots with and even power , each equal to '$a$' ,( like $f(x)= (x+2)(x-1)^2 \to a = 1$)…
jfab
  • 25
0
votes
1 answer

Finding the equation of a plane by its parametric equations

How can I find the equation of a plane by its parametric equations? Like this one: p: x = h + t y = -1 + 2h - 3t z = -3 + h - t The exercise is to see if a given straight (r in this case) is contained in the plan (Pi), as the following photo…
0
votes
1 answer

Convert equation from cylindrical with double angles to rectangular coordinates

I have $r^2=2\cos2\theta$ and I'm being asked to convert this equation to rectangular coordinates. So I'm using double angle trigonometric identities to get: $$ r^2=2\cos2\theta \\ r^2=2(\cos^2\theta-\sin^2\theta) \\…
0
votes
1 answer

How to find the surface type from a generatrix curve for a rotation surface

I'm given the following curve that corresponds to a generatrix curve of a rotation surface. $$ \gamma=\frac{x^2}{a^2}+\frac{z^2}{c^2}=1, y=0 $$ I'm asked the following among many questions: if this surface rotates around the X axis, ¿what surface…
0
votes
1 answer

Equation of a plane passing through a line and a separate point.

Is it possible to find the equation of a plane that passes through a line and a point not on the line? For example, the line $y=7x-7$ and the point $x=3,y=0,z=8$. I've tagged this as homework, but it's simply curiosity.
Peter4075
  • 849