Math Problem Statement

The vertices of a triangle A B C are A(2,1) B(-3,5) and c(4,5) find the equation of the sides AB and AC .

Solution

To find the equations of the sides ABAB and ACAC of the triangle, we use the slope-intercept form of a line equation:

yy1=m(xx1)y - y_1 = m(x - x_1)

where mm is the slope, calculated as:

m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}

Step 1: Equation of ABAB

The coordinates of AA are (2,1)(2, 1), and the coordinates of BB are (3,5)(-3, 5).

Slope of ABAB:

mAB=5132=45=45m_{AB} = \frac{5 - 1}{-3 - 2} = \frac{4}{-5} = -\frac{4}{5}

Equation of the line ABAB:

Using point A(2,1)A(2, 1):

y1=45(x2)y - 1 = -\frac{4}{5}(x - 2)

Simplify:

y1=45x+85y - 1 = -\frac{4}{5}x + \frac{8}{5}

y=45x+85+1y = -\frac{4}{5}x + \frac{8}{5} + 1

y=45x+135y = -\frac{4}{5}x + \frac{13}{5}

So, the equation of ABAB is:

y=45x+135y = -\frac{4}{5}x + \frac{13}{5}

Step 2: Equation of ACAC

The coordinates of AA are (2,1)(2, 1), and the coordinates of CC are (4,5)(4, 5).

Slope of ACAC:

mAC=5142=42=2m_{AC} = \frac{5 - 1}{4 - 2} = \frac{4}{2} = 2

Equation of the line ACAC:

Using point A(2,1)A(2, 1):

y1=2(x2)y - 1 = 2(x - 2)

Simplify:

y1=2x4y - 1 = 2x - 4

y=2x4+1y = 2x - 4 + 1

y=2x3y = 2x - 3

So, the equation of ACAC is:

y=2x3y = 2x - 3

Final Equations:

  1. Equation of ABAB: y=45x+135y = -\frac{4}{5}x + \frac{13}{5}
  2. Equation of ACAC: y=2x3y = 2x - 3

Would you like me to calculate anything further or clarify these equations?

Here are 5 related questions you might find useful:

  1. How to find the equation of the third side BCBC?
  2. How to find the area of the triangle ABCABC?
  3. How to verify if A,B,CA, B, C are collinear?
  4. How to find the altitude of the triangle from AA?
  5. How to find the coordinates of the centroid of the triangle?

Tip: When solving for line equations, always ensure that the slope calculation is accurate to avoid errors in the final equation.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Coordinate Geometry
Equation of a Line
Slope-Intercept Form

Formulas

Slope formula: m = (y2 - y1) / (x2 - x1)
Point-slope form: y - y1 = m(x - x1)
Slope-intercept form: y = mx + c

Theorems

Basics of Coordinate Geometry

Suitable Grade Level

Grades 8-10