Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

4.1 Q-9

Question Statement

Find hh such that the points A(h,1)A(h, 1), B(2,7)B(2, 7), and C(βˆ’6,βˆ’7)C(-6, -7) are the vertices of a right triangle with the right angle at vertex AA.


Background and Explanation

For the points to form a right triangle at vertex AA, the sum of the squares of the two sides meeting at AA must be equal to the square of the third side (the hypotenuse). This follows from the Pythagorean Theorem, which states:

a2+b2=c2a^2 + b^2 = c^2

Where:

  • aa and bb are the lengths of the legs of the triangle.
  • cc is the length of the hypotenuse.

The approach will involve calculating the squared distances between the points AA, BB, and CC, and setting up an equation based on the Pythagorean Theorem.


Solution

Step 1: Find the distances between the points

We need to find the distances between the points AA, BB, and CC. The distance formula is given by:

d=(x2βˆ’x1)2+(y2βˆ’y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

We will calculate the squared distances (since we are not interested in the square roots for this problem):

  • Distance from AA to BB:
AB2=(2βˆ’h)2+(7βˆ’1)2=(2βˆ’h)2+62=(2βˆ’h)2+36 AB^2 = (2 - h)^2 + (7 - 1)^2 = (2 - h)^2 + 6^2 = (2 - h)^2 + 36
  • Distance from AA to CC:
AC2=(βˆ’6βˆ’h)2+(βˆ’7βˆ’1)2=(βˆ’6βˆ’h)2+(βˆ’8)2=(βˆ’6βˆ’h)2+64 AC^2 = (-6 - h)^2 + (-7 - 1)^2 = (-6 - h)^2 + (-8)^2 = (-6 - h)^2 + 64
  • Distance from BB to CC:
BC2=(βˆ’6βˆ’2)2+(βˆ’7βˆ’7)2=(βˆ’8)2+(βˆ’14)2=64+196=260 BC^2 = (-6 - 2)^2 + (-7 - 7)^2 = (-8)^2 + (-14)^2 = 64 + 196 = 260

Step 2: Apply the Pythagorean Theorem

To form a right triangle with the right angle at AA, the sum of the squares of the distances from AA to BB and AA to CC must equal the square of the distance from BB to CC. Therefore:

AB2+AC2=BC2AB^2 + AC^2 = BC^2

Substitute the squared distances into the equation:

(2βˆ’h)2+36+(βˆ’6βˆ’h)2+64=260(2 - h)^2 + 36 + (-6 - h)^2 + 64 = 260

Simplifying:

(2βˆ’h)2+(βˆ’6βˆ’h)2+100=260(2 - h)^2 + (-6 - h)^2 + 100 = 260 (2βˆ’h)2+(βˆ’6βˆ’h)2=160(2 - h)^2 + (-6 - h)^2 = 160

Step 3: Expand and simplify the equation

Now, expand both squared terms:

(2βˆ’h)2=h2βˆ’4h+4(2 - h)^2 = h^2 - 4h + 4 (βˆ’6βˆ’h)2=h2+12h+36(-6 - h)^2 = h^2 + 12h + 36

Substitute these into the equation:

h2βˆ’4h+4+h2+12h+36=160h^2 - 4h + 4 + h^2 + 12h + 36 = 160

Combine like terms:

2h2+8h+40=1602h^2 + 8h + 40 = 160

Subtract 160 from both sides:

2h2+8hβˆ’120=02h^2 + 8h - 120 = 0

Step 4: Solve the quadratic equation

Divide the entire equation by 2 to simplify:

h2+4hβˆ’60=0h^2 + 4h - 60 = 0

Now factor the quadratic equation:

h2+10hβˆ’6hβˆ’60=0h^2 + 10h - 6h - 60 = 0 h(h+10)βˆ’6(h+10)=0h(h + 10) - 6(h + 10) = 0

Factor out the common terms:

(hβˆ’6)(h+10)=0(h - 6)(h + 10) = 0

Step 5: Solve for hh

Setting each factor equal to zero:

hβˆ’6=0orh+10=0h - 6 = 0 \quad \text{or} \quad h + 10 = 0

Thus, we have:

h=6orh=βˆ’10h = 6 \quad \text{or} \quad h = -10

So, the possible values for hh are h=6h = 6 and h=βˆ’10h = -10.


Key Formulas or Methods Used

  • Distance Formula: The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is:
d=(x2βˆ’x1)2+(y2βˆ’y1)2 d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
  • Pythagorean Theorem: In a right triangle:
a2+b2=c2 a^2 + b^2 = c^2

Summary of Steps

  1. Use the distance formula to find the squared distances between points AA, BB, and CC.
  2. Apply the Pythagorean Theorem: AB2+AC2=BC2AB^2 + AC^2 = BC^2.
  3. Expand and simplify the resulting equation.
  4. Solve the quadratic equation for hh.
  5. The possible values for hh are h=6h = 6 and h=βˆ’10h = -10.