Solveeit Logo

Question

Question: orthocentre of 1 0 0 , 0 2 0 and 0 0 3...

orthocentre of 1 0 0 , 0 2 0 and 0 0 3

Answer

(36/49, 18/49, 12/49)

Explanation

Solution

Let the vertices of the triangle be A = (1, 0, 0), B = (0, 2, 0), and C = (0, 0, 3).
Let H = (x, y, z) be the orthocentre of the triangle ABC. The orthocentre is the intersection point of the altitudes of the triangle. An altitude from a vertex is perpendicular to the opposite side.

  1. The altitude from A to BC is perpendicular to the vector BC=CB=(0,0,3)(0,2,0)=(0,2,3)\vec{BC} = C - B = (0, 0, 3) - (0, 2, 0) = (0, -2, 3).
    The vector AH=HA=(x1,y,z)\vec{AH} = H - A = (x - 1, y, z).
    Since AH\vec{AH} is perpendicular to BC\vec{BC}, their dot product is zero:
    AHBC=(x1)(0)+y(2)+z(3)=0\vec{AH} \cdot \vec{BC} = (x - 1)(0) + y(-2) + z(3) = 0
    2y+3z=0-2y + 3z = 0 (Equation 1)

  2. The altitude from B to AC is perpendicular to the vector AC=CA=(0,0,3)(1,0,0)=(1,0,3)\vec{AC} = C - A = (0, 0, 3) - (1, 0, 0) = (-1, 0, 3).
    The vector BH=HB=(x,y2,z)\vec{BH} = H - B = (x, y - 2, z).
    Since BH\vec{BH} is perpendicular to AC\vec{AC}, their dot product is zero:
    BHAC=x(1)+(y2)(0)+z(3)=0\vec{BH} \cdot \vec{AC} = x(-1) + (y - 2)(0) + z(3) = 0
    x+3z=0-x + 3z = 0 (Equation 2)

  3. The altitude from C to AB is perpendicular to the vector AB=BA=(0,2,0)(1,0,0)=(1,2,0)\vec{AB} = B - A = (0, 2, 0) - (1, 0, 0) = (-1, 2, 0).
    The vector CH=HC=(x,y,z3)\vec{CH} = H - C = (x, y, z - 3).
    Since CH\vec{CH} is perpendicular to AB\vec{AB}, their dot product is zero:
    CHAB=x(1)+y(2)+(z3)(0)=0\vec{CH} \cdot \vec{AB} = x(-1) + y(2) + (z - 3)(0) = 0
    x+2y=0-x + 2y = 0 (Equation 3)

From Equation 2, we have x=3zx = 3z.
From Equation 3, we have x=2yx = 2y.
Thus, 2y=3z2y = 3z. This is consistent with Equation 1 (3z2y=03z - 2y = 0).

We have two independent equations relating x, y, and z: x=3zx = 3z
y=32zy = \frac{3}{2}z

The orthocentre H must lie on the plane containing the triangle ABC. The equation of the plane passing through A(1, 0, 0), B(0, 2, 0), and C(0, 0, 3) can be found using the intercept form: x1+y2+z3=1\frac{x}{1} + \frac{y}{2} + \frac{z}{3} = 1
Multiplying by the LCM of 1, 2, and 3 (which is 6), we get:
6x+3y+2z=66x + 3y + 2z = 6 (Equation 4)

Now, substitute the expressions for x and y in terms of z from the altitude conditions into the plane equation: 6(3z)+3(32z)+2z=66(3z) + 3(\frac{3}{2}z) + 2z = 6
18z+92z+2z=618z + \frac{9}{2}z + 2z = 6
Multiply the entire equation by 2 to eliminate the fraction:
36z+9z+4z=1236z + 9z + 4z = 12
49z=1249z = 12
z=1249z = \frac{12}{49}

Now find x and y using the value of z:
x=3z=3×1249=3649x = 3z = 3 \times \frac{12}{49} = \frac{36}{49}
y=32z=32×1249=3×649=1849y = \frac{3}{2}z = \frac{3}{2} \times \frac{12}{49} = \frac{3 \times 6}{49} = \frac{18}{49}

So, the orthocentre H is (3649,1849,1249)(\frac{36}{49}, \frac{18}{49}, \frac{12}{49}).

Alternatively, for a triangle with vertices on the coordinate axes at (a, 0, 0), (0, b, 0), (0, 0, c), the orthocentre (x, y, z) is given by the formula: x=1/a1/a2+1/b2+1/c2x = \frac{1/a}{1/a^2 + 1/b^2 + 1/c^2}
y=1/b1/a2+1/b2+1/c2y = \frac{1/b}{1/a^2 + 1/b^2 + 1/c^2}
z=1/c1/a2+1/b2+1/c2z = \frac{1/c}{1/a^2 + 1/b^2 + 1/c^2}
In this problem, a = 1, b = 2, c = 3.
1/a=11/a = 1, 1/b=1/21/b = 1/2, 1/c=1/31/c = 1/3.
1/a2=11/a^2 = 1, 1/b2=1/41/b^2 = 1/4, 1/c2=1/91/c^2 = 1/9.
The denominator is D=1a2+1b2+1c2=1+14+19=36+9+436=4936D = \frac{1}{a^2} + \frac{1}{b^2} + \frac{1}{c^2} = 1 + \frac{1}{4} + \frac{1}{9} = \frac{36 + 9 + 4}{36} = \frac{49}{36}.
x=1/aD=149/36=3649x = \frac{1/a}{D} = \frac{1}{49/36} = \frac{36}{49}
y=1/bD=1/249/36=12×3649=1849y = \frac{1/b}{D} = \frac{1/2}{49/36} = \frac{1}{2} \times \frac{36}{49} = \frac{18}{49}
z=1/cD=1/349/36=13×3649=1249z = \frac{1/c}{D} = \frac{1/3}{49/36} = \frac{1}{3} \times \frac{36}{49} = \frac{12}{49}
The orthocentre is (3649,1849,1249)(\frac{36}{49}, \frac{18}{49}, \frac{12}{49}).