Definition: The incentre is the point where the three internal angle bisectors meet.
- Equidistant from all three sides.
- Centre of the inscribed circle (incircle).
| eMaths.ie |
|
For two points \(A(x_1,y_1)\), \(B(x_2,y_2)\):
\[ d=\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}, \qquad M\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right), \qquad m=\frac{y_2-y_1}{x_2-x_1}. \]
\(A(1,3)\), \(B(5,9)\). \[ y=mx+c,\qquad y-y_1=m(x-x_1),\qquad ax+by+c=0. \]
Parallel: \(m_1=m_2\) Perpendicular: \(m_1m_2=-1\)
\[
\text{Area}
= \frac{1}{2}\left|x_1y_2 - x_2y_1\right|.
\]
Enter coordinates for \(A,B,C\). The triangle is translated so that \(A\) is at the origin,
and the worked solution shows the calculation of the area.
To find the area of a triangle in coordinate geometry, we can simplify the calculation by translating one vertex to the origin. Here we translate \(A\) to \((0,0)\).
Find the area of the triangle with vertices \[ A(2,1),\quad B(8,4),\quad C(5,7). \]
Step 1: Translate the triangle so that \(A\) becomes \((0,0)\).
Subtract the coordinates of \(A(2,1)\) from each vertex: \[ A'(0,0),\qquad B'(8-2,\;4-1) = (6,3),\qquad C'(5-2,\;7-1) = (3,6). \]
Step 2: Substitute directly into the area formula.
Now the triangle is \[ O(0,0),\quad P(6,3),\quad Q(3,6). \] Use \[ \text{Area}=\frac{1}{2}\lvert x_1y_2 - x_2y_1\rvert. \] Substitute: \[ \text{Area} =\frac{1}{2}\,\lvert 6\cdot 6 - 3\cdot 3\rvert =\frac{1}{2}\,\lvert 36 - 9\rvert =\frac{1}{2}\cdot 27 =13.5. \]
The area of the triangle is \[ \boxed{13.5\ \text{square units}}. \]
For each question, first translate \(A\) so that it becomes \((0,0)\), then use \[ \text{Area}=\frac{1}{2}\bigl|x_1y_2 - x_2y_1\bigr| \] with the translated coordinates.
Translate \(A\) to the origin.
Subtract \(A(1,2)\) from each point: \[ A'(0,0),\quad B'(7-1,\;5-2)=(6,3),\quad C'(4-1,\;9-2)=(3,7). \]
Use the area formula.
Take \(P=B'(6,3)\), \(Q=C'(3,7)\). Then \[ \text{Area} =\frac{1}{2}\lvert 6\cdot7-3\cdot3\rvert =\frac{1}{2}\lvert42-9\rvert =\frac{1}{2}\cdot33 =16.5. \]
So the area is \[ \boxed{16.5\ \text{square units}}. \]
Translate \(A\) to the origin.
Subtract \(A(-2,1)\) from each point: \[ A'(0,0),\quad B'(3-(-2),\;4-1)=(5,3),\quad C'(5-(-2),\;-1-1)=(7,-2). \]
Use the area formula.
Take \(P=B'(5,3)\), \(Q=C'(7,-2)\). Then \[ \text{Area} =\frac{1}{2}\lvert 5(-2)-7\cdot3\rvert =\frac{1}{2}\lvert -10-21\rvert =\frac{1}{2}\cdot31 =15.5. \]
So the area is \[ \boxed{15.5\ \text{square units}}. \]
Translate \(A\) to the origin.
Subtract \(A(1,2)\) from each point: \[ A'(0,0),\quad B'(7-1,\;5-2)=(6,3),\quad C'(x-1,\;y-2). \]
Use the area formula with an unknown point.
Let \(P=B'(6,3)\), \(Q=C'(x-1,y-2)\). Then \[ \text{Area} =\frac{1}{2}\left|6(y-2)-3(x-1)\right|. \] We are told the area is \(16.5\), so \[ \frac{1}{2}\bigl|6(y-2)-3(x-1)\bigr| = 16.5 \quad\Rightarrow\quad \bigl|6(y-2)-3(x-1)\bigr| = 33. \]
One way is to choose integers so that \[ 6(y-2)-3(x-1)=33. \] Divide by \(3\): \[ 2(y-2)-(x-1)=11 \quad\Rightarrow\quad 2y-4-x+1=11 \quad\Rightarrow\quad 2y-x=14. \]
Choose a convenient integer value for \(x\), for example \(x=2\): \[ 2y-2=14 \quad\Rightarrow\quad 2y=16 \quad\Rightarrow\quad y=8. \] So one possible translated point is \[ C'(x-1,y-2) = (2-1,\;8-2) = (1,6). \]
Translate back by adding the coordinates of \(A(1,2)\): \[ C(x,y) = (1+1,\;2+6) = (2,8). \]
Check: \[ \text{Area} =\frac{1}{2}\bigl|6\cdot6-3\cdot3\bigr| =\frac{1}{2}\bigl|36-9\bigr| =\frac{1}{2}\cdot27 =16.5. \]
So one possible vertex is \[ \boxed{C(2,8)}. \] (There are infinitely many possible points \(C\); this is just one integer example.)
In the coordinate plane, the distance from a point \(P(x_1,y_1)\) to a line \[ ax + by + c = 0 \] is the length of the perpendicular from \(P\) to the line.
Substitute \(a = 3\), \(b = -4\), \(c = -12\), \(x_1 = 4\), \(y_1 = -1\) directly into the formula:
\[ d = \frac{\lvert 3(4) + (-4)(-1) - 12\rvert}{\sqrt{3^2 + (-4)^2}} = \frac{\lvert 12 + 4 - 12\rvert}{\sqrt{9 + 16}} = \frac{\lvert 4\rvert}{\sqrt{25}} = \frac{4}{5}. \]
Therefore the perpendicular distance is \[ \boxed{\frac{4}{5} = 0.8}. \]
Enter a line \(ax + by + c = 0\) and a point \(P(x_0,y_0)\). The diagram and worked solution update instantly.
Use \(d = \dfrac{\lvert a x_1 + b y_1 + c\rvert}{\sqrt{a^2 + b^2}}\) to find the perpendicular distance in each case.
Let \(A(x_1,y_1)\) and \(B(x_2,y_2)\) be two points in the plane. A point \(P\) lies on the line segment \(AB\) and divides it internally in the ratio \(m:n\) if \[ AP:PB = m:n,\qquad m,n > 0. \]
Choose the end points A(x1, y1) and B(x2, y2), then use the slider to set the ratio AP : PB = m : n.
Find the coordinates of the point \(P\) that divides the line segment internally.
Adjust the slopes of two lines through the origin. The diagram and the acute angle update instantly.
Consider two non-vertical lines with slopes \(m_1\) and \(m_2\). Let \(\theta\) be the (acute) angle between them.
If the lines are given in the form \[ L_1: a_1 x + b_1 y + c_1 = 0,\qquad L_2: a_2 x + b_2 y + c_2 = 0, \] then their slopes are \[ m_1 = -\frac{a_1}{b_1},\qquad m_2 = -\frac{a_2}{b_2}, \] provided \(b_1\) and \(b_2\) are not zero.
Step 1: Find the slopes.
For \(L_1: 3x - 4y + 5 = 0\), \[ y = \frac{3}{4}x + \frac{5}{4}, \] so \(m_1 = \tfrac{3}{4}\).
For \(L_2: x + 2y - 7 = 0\), \[ y = -\frac{1}{2}x + \frac{7}{2}, \] so \(m_2 = -\tfrac{1}{2}\).
Step 2: Use the angle formula.
\[ \tan\theta = \left|\,\frac{-\tfrac{1}{2} - \tfrac{3}{4}}{1 + \tfrac{3}{4}(-\tfrac{1}{2})}\,\right| = 2. \] \[ \theta = \tan^{-1}(2) \approx 63.4^\circ. \]Therefore the acute angle between the lines is \[ \boxed{63.4^\circ}. \]
Find the **acute angle** between each pair of lines.
Explore how the four key triangle centres — the circumcentre, incentre, centroid, and orthocentre — behave as you move the vertices of the triangle.
Select a Polypad to display the geometric or coordinate-geometric construction below.
Click a card to reveal the definition, key facts, or construction steps.
Definition: The incentre is the point where the three internal angle bisectors meet.
Definition: The circumcentre is the point where the three perpendicular bisectors of the sides meet.
Definition: The centroid is where the three medians meet.
Definition: The orthocentre is the point where the three altitudes meet.
Steps:
Steps:
Steps:
Steps:
Consider a triangle with vertices \[ A(x_1,y_1),\quad B(x_2,y_2),\quad C(x_3,y_3). \] The centroid \(G\) is the point where the three medians meet. (A median joins a vertex to the midpoint of the opposite side.)
Using the centroid formula \[ G\left( \frac{x_1 + x_2 + x_3}{3}, \frac{y_1 + y_2 + y_3}{3} \right), \] we substitute \[ x_1 = 1,\quad x_2 = 7,\quad x_3 = 4, \qquad y_1 = 4,\quad y_2 = 1,\quad y_3 = 7. \]
\[ x_G = \frac{1 + 7 + 4}{3} = \frac{12}{3} = 4, \qquad y_G = \frac{4 + 1 + 7}{3} = \frac{12}{3} = 4. \]
Therefore the centroid is \[ G(4,4). \]
Slopes of the sides
\[ m_{PQ} = \frac{2-1}{7-1} = \frac{1}{6},\quad m_{PR} = \frac{8-1}{3-1} = \frac{7}{2},\quad m_{QR} = \frac{8-2}{3-7} = -\frac{3}{2}. \]Altitude from \(R\)
Perpendicular to \(PQ\): slope \(-6\). Through \(R(3,8)\): \[ y - 8 = -6(x - 3)\;\Rightarrow\; y = -6x + 26. \]Altitude from \(P\)
Perpendicular to \(QR\): slope \(+\frac{2}{3}\). Through \(P(1,1)\): \[ y - 1 = \frac{2}{3}(x - 1)\;\Rightarrow\; y = \frac{2}{3}x + \frac{1}{3}. \]Intersect the altitudes
Solve \[ -6x + 26 = \frac{2}{3}x + \frac{1}{3} \] \[ -\frac{20}{3}x = -\frac{77}{3} \Rightarrow x = \frac{77}{20}. \] Then \[ y = \frac{2}{3}\cdot\frac{77}{20} + \frac{1}{3} = \frac{29}{10}. \] So the orthocentre is \[ H\left(\frac{77}{20},\;\frac{29}{10}\right)\approx(3.85,2.90). \]Midpoints
\[ M_{AB}=\left(\frac{1+7}{2},\frac{2+3}{2}\right)=(4,2.5),\quad M_{AC}=\left(\frac{1+4}{2},\frac{2+8}{2}\right)=(2.5,5). \]Slopes and perpendicular bisectors
\[ m_{AB} = \frac{3-2}{7-1} = \frac{1}{6} \Rightarrow m_{\perp AB}=-6, \] \[ m_{AC} = \frac{8-2}{4-1} = 2 \Rightarrow m_{\perp AC}=-\frac{1}{2}. \] Perpendicular bisectors: \[ \text{Through }M_{AB}(4,2.5):\quad y-2.5=-6(x-4)\Rightarrow y=-6x+26.5, \] \[ \text{Through }M_{AC}(2.5,5):\quad y-5=-\frac12(x-2.5)\Rightarrow y=-\frac12x+7.5. \]Intersection → Circumcentre
\[ -6x+26.5 = -\frac12x+7.5 \Rightarrow -5.5x = -19 \Rightarrow x = \frac{38}{11}. \] \[ y = -\frac12\cdot\frac{38}{11}+7.5 = \frac{127}{22}. \] So \[ O\left(\frac{38}{11},\;\frac{127}{22}\right)\approx(3.46,5.77). \]\(A(2,3)\) and \(B(5,9)\) are two of the vertices of the parallelogram \(ABCD\), and the diagonals intersect at \(P(6,7)\). Find the co-ordinates of \(C\) and \(D\).
The area of the triangle \(OAB\), where \(O=(0,0)\), \(A=(x,6)\) and \(B=(6,2)\), is \(14\) square units. Find the possible values of \(x\).
Find, correct to the nearest degree, the larger angle between the lines \(2x-3y=7\) and \(3x+5y+9=0\).
The perpendicular distance between the parallel lines \(x+2y=8\) and \(2x+4y+k=0\) is \(\sqrt{5}\). Find the two possible values of \(k\in\mathbb{R}\).
A metal rod has length \(\sqrt{61}\). One end is welded to the point \(A(1,-2)\). The other end is to be welded to a point \(B\) on the vertical line \(x=6\). By letting \(B=(6,k)\), find the co-ordinates of the two possible points \(B\).
A ship is travelling along the line \(5x-y=18\). A lighthouse is located at the point \((2,4)\). Find, correct to two decimal places, the closest that the ship gets to the lighthouse.
If \(A=(2,8)\) and \(B=(-8,13)\), find the co-ordinates of the point which divides \([AB]\) in the ratio \(3:2\).
\(p \in \mathbb{R}\) is a constant. The point \((p,5)\) lies on the line \[ 3x - 2y + 28 = 0. \] Find the value of \(p\).
Substitute \((x,y) = (p,5)\) into the line: \[ 3p - 2(5) + 28 = 0. \] \[ 3p - 10 + 28 = 0 \Rightarrow 3p + 18 = 0 \Rightarrow 3p = -18 \Rightarrow p = -6. \]
Full credit (5): obtains \(p=-6\) (accept correct answer without work).
High partial (3): relevant work to isolate \(p\), e.g. reaches \(3p+18=0\) but makes an error solving.
Low partial (2): work of merit, e.g. substitutes \(p\) for \(x\) or \(5\) for \(y\) correctly, or finds \(3p-10+28\).
Accept \(x\) used in place of \(p\). If only \((-6,5)\) is substituted and fully verified, award at most high partial credit.
The line \(\ell\) has equation \[ y = -\tfrac13 x + 11. \] The line \(h\) has equation \[ 2x - 5y + 10 = 0. \] Work out the size of the acute angle between the lines \(\ell\) and \(h\). Give your answer correct to the nearest degree.
Slope of \(\ell\): \(m_{\ell} = -\tfrac13.\)
Rearrange \(h\): \[ 2x - 5y + 10 = 0 \Rightarrow -5y = -2x - 10 \Rightarrow y = \tfrac25 x + 2, \] so \(m_h = \tfrac25.\)
For the angle \(\theta\) between two lines, \[ \tan\theta = \left|\frac{m_1 - m_2}{1 + m_1 m_2}\right|. \] Here \[ \tan\theta = \left| \frac{-\tfrac13 - \tfrac25}{1 + (-\tfrac13)(\tfrac25)} \right| = \frac{11}{13}. \]
\[ \theta = \tan^{-1}\!\left(\frac{11}{13}\right) \approx 40.24^\circ. \] The acute angle between the lines is \[ 40^\circ \] correct to the nearest degree.
Consider the solution as 4 steps:
Step 1: Finds \(m_{\ell}\).
Step 2: Finds \(m_h\).
Step 3: Substitutes in the appropriate formula for \(\tan\theta\).
Step 4: Finds \(\theta\).
Full credit (10): all four steps correct, answer \(40^\circ\) (accept correct answer without unit; apply * for incorrect rounding).
High partial (7): three steps correct.
Mid partial (5): two steps correct.
Low partial (3): one step correct, or some correct work towards rearranging the equation of \(h\), or a clear diagram showing a graph of the two lines.
A line cuts the \(x\)-axis at the point \(A(a,0)\) and the \(y\)-axis at \(B(0,b)\), where \(a,b \in \mathbb{Z}\). The slope of this line is \(-\tfrac{2}{3}\). The area of the triangle enclosed by this line, the \(x\)-axis, and the \(y\)-axis is \(12\) square units.
There are two different lines that satisfy these conditions. Find the equation of each of these lines.
First set of possible lines.
Intercepts \(A(a,0)\) and \(B(0,b)\) give slope \[ m = \frac{b-0}{0-a} = \frac{b}{-a} = -\frac{b}{a}. \] Given \(m = -\tfrac{2}{3}\), \[ -\frac{b}{a} = -\frac{2}{3} \Rightarrow \frac{b}{a} = \frac{2}{3} \Rightarrow 3b = 2a. \]
The area of triangle \(OAB\) is \[ \text{Area} = \tfrac12 ab = 12 \Rightarrow ab = 24. \]
From \(3b = 2a\), we have \(a = \tfrac32 b\). Substitute into \(ab = 24\): \[ \left(\tfrac32 b\right)b = 24 \Rightarrow \tfrac32 b^2 = 24 \Rightarrow b^2 = 16 \Rightarrow b = \pm4. \] Then \(a = \tfrac32 b\) gives \[ (a,b) = (6,4)\quad\text{or}\quad (a,b) = (-6,-4). \]
For intercepts \((6,0)\) and \((0,4)\): \[ \frac{x}{6} + \frac{y}{4} = 1 \Rightarrow 2x + 3y = 12 \Rightarrow y = -\tfrac23 x + 4. \] For intercepts \((-6,0)\) and \((0,-4)\): \[ 2x + 3y = -12 \Rightarrow y = -\tfrac23 x - 4. \]
So the equations of the two lines are \[ y = -\tfrac23 x + 4 \quad\text{and}\quad y = -\tfrac23 x - 4. \]
Consider the solution as consisting of four steps:
Step 1: Uses the area formula to obtain an equation in \(a\) and \(b\), e.g. \(\tfrac12 ab = 12\) or \(ab = 24\).
Step 2: Uses the slope \(-\tfrac23\) to obtain a second equation in \(a\) and \(b\), e.g. \(-b/a = -2/3\) or \(3b = 2a\).
Step 3: Solves for suitable integer values of \(a\) and \(b\).
Step 4: Finds the equations of both lines.
Full credit (15): all four steps correct — both line equations found (e.g. \(2x+3y=12\) and \(2x+3y=-12\), or equivalent forms).
High partial (10): three of the four steps correct, or the equation of one line only.
Mid partial (7): two steps correct.
Low partial (4): work of merit, for example a relevant diagram, or one correct substitution in an area formula or equation-of-a-line formula, or plots \( (0,b) \) with \(b\) a non-zero even integer, or plots \( (a,0) \) with \(a\) a non-zero multiple of 3.