Solveeit Logo

Question

Question: Let ABC be the triangle such that the equations of lines AB and AC be 3y−x=2 and x+y=2 , respecti...

Let ABC be the triangle such that the equations of lines AB and AC be 3y−x=2 and x+y=2 , respectively, and the points B and C lie on x -axis. If P is the orthocentre of the triangle ABC , then the area of the triangle PBC is equal to

Answer

6

Explanation

Solution

1. Find the coordinates of vertices A, B, and C:

  • Point A (Intersection of AB and AC):
    Given equations:
    Line AB: 3yx=2    x3y=23y - x = 2 \implies x - 3y = -2 (1)
    Line AC: x+y=2x + y = 2 (2)

    Subtract equation (1) from equation (2):
    (x+y)(x3y)=2(2)(x + y) - (x - 3y) = 2 - (-2)
    4y=4    y=14y = 4 \implies y = 1

    Substitute y=1y = 1 into equation (2):
    x+1=2    x=1x + 1 = 2 \implies x = 1
    So, the coordinates of A are (1,1)(1, 1).

  • Point B (Intersection of AB and x-axis, i.e., y=0):
    Substitute y=0y = 0 into the equation of AB:
    x3(0)=2    x=2x - 3(0) = -2 \implies x = -2
    So, the coordinates of B are (2,0)(-2, 0).

  • Point C (Intersection of AC and x-axis, i.e., y=0):
    Substitute y=0y = 0 into the equation of AC:
    x+0=2    x=2x + 0 = 2 \implies x = 2
    So, the coordinates of C are (2,0)(2, 0).

2. Find the coordinates of the orthocenter P:
The orthocenter is the intersection of the altitudes of the triangle.

  • Altitude from A to BC:
    The side BC lies on the x-axis (y=0). Therefore, the altitude from A to BC will be a vertical line passing through A.
    The equation of this altitude is x=xA    x=1x = x_A \implies x = 1.

  • Altitude from B to AC:
    First, find the slope of AC (mACm_{AC}):
    mAC=yCyAxCxA=0121=11=1m_{AC} = \frac{y_C - y_A}{x_C - x_A} = \frac{0 - 1}{2 - 1} = \frac{-1}{1} = -1.
    The altitude from B to AC is perpendicular to AC. Its slope (mBEm_{BE}) will be the negative reciprocal of mACm_{AC}:
    mBE=1mAC=11=1m_{BE} = -\frac{1}{m_{AC}} = -\frac{1}{-1} = 1.
    Now, use the point-slope form to find the equation of the altitude passing through B(-2, 0) with slope 1:
    yyB=mBE(xxB)y - y_B = m_{BE}(x - x_B)
    y0=1(x(2))y - 0 = 1(x - (-2))
    y=x+2y = x + 2

  • Coordinates of P:
    The orthocenter P is the intersection of the two altitudes found.
    Substitute x=1x = 1 (from the first altitude equation) into the second altitude equation (y=x+2y = x + 2):
    y=1+2    y=3y = 1 + 2 \implies y = 3
    So, the coordinates of the orthocenter P are (1,3)(1, 3).

3. Calculate the area of triangle PBC:
The vertices of triangle PBC are P(1, 3), B(-2, 0), and C(2, 0).
The base BC lies on the x-axis.

  • Length of base BC:
    BC=xCxB=2(2)=2+2=4BC = |x_C - x_B| = |2 - (-2)| = |2 + 2| = 4 units.

  • Height of the triangle (perpendicular distance from P to BC):
    Since BC lies on the x-axis, the height is the absolute value of the y-coordinate of P.
    Height h=yP=3=3h = |y_P| = |3| = 3 units.

  • Area of triangle PBC:
    Area =12×base×height= \frac{1}{2} \times \text{base} \times \text{height}
    Area =12×4×3= \frac{1}{2} \times 4 \times 3
    Area =2×3=6 = 2 \times 3 = 6 square units.

The final answer is 6.

Explanation of the solution:

  1. Found vertices A, B, C by solving line equations and using the fact that B and C lie on the x-axis. A(1,1), B(-2,0), C(2,0).
  2. Determined orthocenter P by finding equations of two altitudes:
    • Altitude from A to BC (x-axis) is x=1x=1.
    • Altitude from B to AC (slope 1) is y=x+2y=x+2.
    • Intersection of these lines gives P(1,3).
  3. Calculated area of triangle PBC using base BC (on x-axis) and height (y-coordinate of P).
    • Base BC = 2(2)=42 - (-2) = 4.
    • Height = 33.
    • Area = 12×4×3=6\frac{1}{2} \times 4 \times 3 = 6.