Co-ordinate geomtry Flashcards

(13 cards)

1
Q

What is the formula for the distance between two points?

A

sqrt[(x1 - x2)^2 + (y1 - y2)^2]

This formula calculates the straight-line distance in a Cartesian coordinate system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you find the midpoint between two points?

A

[ (x1 + x2) / 2 ], [ (y1 + y2) / 2]

The midpoint is the average of the x-coordinates and y-coordinates of the two points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the formula for the gradient of a straight line?

A

m = [(y2 - y1) / (x2 - x1)]

The gradient (slope) indicates the steepness of the line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the general equation of a line?

A

y = mx + c

In this equation, m is the gradient and c is the y-intercept.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does ‘c’ represent in the equation of a line?

A

y-intercept

The y-intercept is the point where the line crosses the y-axis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the equation of a parallel line?

A

y = mx + c

The slope m remains the same as the original line; c is determined using provided points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the equation of a perpendicular line?

A

y = m2x + c

The product of the slopes of two perpendicular lines (m1 and m2) is -1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the formula for the area of a triangle?

A

A = 0.5 x b x h

Here, b is the base and h is the height of the triangle.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the general equation of a circle?

A

x^2 + y^2 + 2gx + 2fy + c = 0

This equation can be used to derive the center and radius of the circle.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you find the center of a circle from its equation?

A

Centre at (-g, -f)

The center is derived from the coefficients of the circle’s equation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the formula for the radius of a circle?

A

radius = sqrt(g^2 + f^2 - c)

The radius can be calculated using the center and the constant term in the circle’s equation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is another form of the equation of a circle?

A

(x - a)^2 + (y - b)^2 = r^2

In this form, (a, b) represents the center and r is the radius.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What concept involves the relationship between a graph and its algebraic equation?

A

Understanding the relationship between points of intersection of graphs and solutions of equations

This includes the connection between tangents to curves and repeated roots of equations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly