Questions tagged [plane-geometry]

Plane geometry is a subfield of Euclidean geometry, restricted to the flat two-dimensional space. Plane geometry studies shapes, ratios and relative locations of 2D figures which can be embedded in a 2D plane.

Plane geometry is a subfield of Euclidean geometry, restricted to the flat two-dimensional space. Plane geometry studies shapes, ratios and relative locations of 2D figures which can be embedded in a 2D plane.

1925 questions
0
votes
1 answer

Points and a tangent plane

The task is: "Find the point(s) on $x^2+y^2+z^2 = 8$, where the tangent plane is parallel to the plane $x-y+2z=0$" What I did is: $f(x,y,z) = x^2+y^2+z^2-8$ grad$f = (2x,2y,2z)$ normal vector of $x-y+2z=0$ is $n=(1,-1,2)$ grad$f \parallel n \iff…
Roxell
  • 13
0
votes
4 answers

Equation of plane given a point and contain line of intersection of 2 plane

What is the equation of the plane that passes through the point $(−1, 2, 1)$ and contains the line of intersection of the planes $x + y − z = 2$ and $2x − y + 3z = 1$? How can i find the equation of the plane?
0
votes
0 answers

An elementary geometry problem involving two circles and tangent lines

From point C the two tangent lines' touch points with circle k1 are A and B. Circle k2 touches the AB line at B(so if O2 is the centre f k2, then O2BA∠=90°), and C is on k2 too. The other crosspoint of the two circles is M. Prove that the AM line…
0
votes
2 answers

Is it possible for two non parallel planes to not intersect with each other in 3d?

I read that two lines in 2d if they are not parallel they will always intersect but in 3d it is possible for two non parallel lines to not intersect but what about the planes , is it possible two non parallel planes in 3d to not intersect with each…
0
votes
0 answers

Is it the same when it says to write an equation of plane that contains two points and is determined by two points?

All those plane equations are confusing me so much Is it the same when it says to write an equation of plane that contains two points and, is determined by two points ? (I am assuming that a vector is given aswell , because I think its not possible…
0
votes
1 answer

Isoceles Triangle inscribed in Rectangle

So I have rectangle $ABCD$ with isoceles triangle $EFC$ inscribed inside it. I know the angle $\angle ECF$ and the length of $FB$ and $FC$. Is there some way to find $EA$ and $FA$? My intuition says yes, but after bashing at this problem for 30…
0
votes
2 answers

Planes that are parallel to axis.

If a plane is parallel to the $x$ axis then it's perpendicular to the $YZ$ plane. That's what my book is saying but I have a question. If a plane is parallel to the $X$ axis then shouldn't it be also in parallel to the $Y$ axis thus it's also…
0
votes
1 answer

Find a matrix representing linear transformations

I've been asked to find a matrix representing projection of a point in the plane onto the line $ax + by = 0.$ I know the matrix for $ax+by$ is $$\left[\begin{array}{cc}a &0\\ b&0\end{array}\right]$$ I also know projection of $u$ onto $v$ is…
user491575
0
votes
0 answers

Estimating a location of point C on a map based on the change in distance from AC to BC using the respective radii around point A and B

I was just wondering, suppose your current location is A and you know a point C is ym away, if you know move to point B and B is consequently only xm away from C, (given ym>xm) could you approximate the location of C using two radii?
0
votes
1 answer

High school Geometry

Let ABCD be a trapezium. AB is parallel CD. EF is a line parallel to AB and CD. E is on BC. F is on AD. What is the length of EF in termsof sides of trapezium? Given AC/CD=M/N=BF/FC. I derived the answer for special case in which the line joins…
0
votes
3 answers

A question in plane geometry.

$A,B$ are two fixed points in a plane. Given any third point $P$, can we always find a point $O$ such that either $\overline{OA}<\overline{OP}<\overline{OB}$ or $\overline{OB}<\overline{OP}<\overline{OA}$? PS : I've asked many questions in this…
Rajesh D
  • 4,247
0
votes
1 answer

Planes and their equations

In the last part of the question, an equation of a plane is provided. Can the equation $r=pi+qj$ correspond to a 3D-plane? What are its direction vectors? In my opinion it only has only one direction vector $(0,0,1)$ (this is actually used in the…
mathnoob123
  • 1,373
0
votes
2 answers

Ratio of Radii of two circles

The question is this " Inside a circle of unit radius, an angle of $60$ is formed by the minor arc. A circle is drawn touching the two arms of the chords $PA$ and $PB$ and also the bigger circle tangentially. Find the ratio of the radius of the two…
0
votes
1 answer

Finding a plane rotation and angle

My question may be simple compared to some of the questions I see here but it has me stumped. I have a 3"disc with an X, Y, Z origin at the center. X and Y form the plane of the disc and Z extends vertically. I rotate 10° about the X-axis, 20° about…
Alex
  • 1
0
votes
0 answers

Finding the equation of a plane that passes through the line of intersection of 2 planes and forms a 45 degree angle with another plane.

How to find the equation of the plane that passes through the line of intersection of the planes $x+5y+z=0$ and $x-z+4=0$, and that forms a 45 degree angle with the plane $x-4y-8z+12=0$?
user391135