Achievable logoAchievable logo
FE Civil
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Mathematics
1.1 Coordinate geometry
1.2 Geometric feature and trigonometry
1.3 Algebra
1.4 Calculus
1.5 Matrices and Vectors
2. Combinatorics, probability and statistics
3. Engineering economics
4. Statics
5. Materials
6. Dynamics
7. Mechanics of materials
8. Fluid mechanics
9. Soil mechanics
10. Structural engineering
11. Concrete structure design
12. Water resources engineering
13. Environmental engineering
14. Transportation engineering
15. Surveying, construction, ethics and professional practice
16. Wrapping up
(change me)
Achievable logoAchievable logo
1.1 Coordinate geometry
Achievable FE Civil
1. Mathematics
Our FE Civil course is currently in development and is a work-in-progress.

Coordinate geometry

5 min read
Font
Discuss
Share
Feedback

This chapter covers the following topics:

  • Straight Line
  • Circle
  • Sphere
  • Parabola
  • Ellipse
  • Hyperbola
  • Conic Section Equation

Straight line

General form

The general form of a straight-line equation is Ax+By+C=0, where A,B,C are real constants, and A and B are not both zero.

Standard form

The standard form of a straight line is Ax+By=C, where A,B,C are integers, and A is usually positive.

Slope (m)

The slope of a straight line tells you how fast y changes as x changes. It’s defined by:

m=ΔxΔy​=(x2​−x1​)(y2​−y1​)​

where (x1​,y1​) and (x2​,y2​) are two points on the line.

Intercepts

X-intercept: The point where the line crosses the x-axis (y=0). From the general form, x=−C/A.

Y-intercept: The point where the line crosses the y-axis (x=0). From the general form, y=−C/B.

Slope-intercept form

If a line has slope m and y-intercept b, you can write it as:

y=mx+b

where m is the slope and b is the y-intercept.

Point-slope form

If a line passes through a known point (x1​,y1​) and has slope m, its equation is:

y−y1​=m(x−x1​)

Two-point form

If a line passes through two given points (x1​,y1​) and (x2​,y2​), its equation can be written as:

y−y1​=(x2​−x1​)(y2​−y1​)​∗(x−x1​)

Conditions for parallel and perpendicular lines

Parallel lines: Two lines are parallel if and only if they have the same slope (m1​=m2​).

Perpendicular lines: Two lines are perpendicular if and only if the product of their slopes is −1, i.e.,

m1​∗m2​=−1

The distance between two points is:

d=(​(y2​−y1​)2+(x2​−x1​)2)

Circle

Standard form of the equation of a circle

(x−h)2+(y−k)2=r2

where (h,k) is the center of the circle, and r is the radius.

Expanded form of a circle

x2+y2+Dx+Ey+F=0

where D,E,F are constants. The center and radius are:

h=−D/2,k=−E/2,r=√(h2+k2−F)

Sphere

Standard form of the equation of a sphere

(x−h)2+(y−k)2+(z−l)2=r2

where (h,k,l) is the center and r is the radius.

Expanded form of a sphere

x2+y2+z2+Dx+Ey+Fz+G=0

where D,E,F,G are constants. The center and radius are:

h=−D/2,k=−E/2,l=−F/2,r=√(h2+k2+l2−G)

Parabola

A parabola is the set of all points equidistant from a fixed point (the focus) and a fixed line (the directrix).

Standard form of a parabola

  • Parabola opening up/down:

(y−k)2=4p(x−h)

Vertex: (h,k)
Focus: (h+p,k)
Directrix: x=h−p
Axis of symmetry: y=k

  • Parabola opening left/right:

(x−h)2=4p(y−k)

Vertex: (h,k)
Focus: (h,k+p)
Directrix: y=k−p
Axis of symmetry: x=h

Ellipse

An ellipse is the set of all points where the sum of the distances to two fixed points (the foci) is constant.

Standard form of an ellipse

  • Horizontal ellipse:

a2(x−h)2​+b2(y−k)2​=1

Center: (h,k)
Major axis length: 2a
Minor axis length: 2b
Foci: (h±c,k), where c=√(a2−b2)
Directrix: x=h±a2/c
Eccentricity: e=c/a (where 0<e<1)

  • Vertical ellipse:

b2(x−h)2​+a2(y−k)2​=1

Center: (h,k)
Major axis length: 2a
Minor axis length: 2b
Foci: (h,k±c), where c=√(a2−b2)
Directrix: y=k±a2/c
Eccentricity: e=c/a (where 0<e<1)

Hyperbola

A hyperbola is the set of all points where the absolute difference of the distances to two fixed points (the foci) is constant.

Standard form of a hyperbola

  • Horizontal hyperbola:

a2(x−h)2​−b2(y−k)2​=1

Center: (h,k)
Foci: (h±c,k), where c=√(a2+b2)
Vertices: (h±a,k)
Directrix: x=h±a2/c
Eccentricity: e=c/a (where e>1)
Asymptotes: y−k=±b/a(x−h)

  • Vertical hyperbola:

a2(y−k)2​−b2(x−h)2​=1

Center: (h,k)
Foci: (h,k±c), where c=√(a2+b2)
Vertices: (h,k±a)
Directrix: y=k±a2/c
Eccentricity: e=c/a (where e>1)
Asymptotes: y−k=±a/b(x−h)

Conic section equation

The general form of a conic section equation is:

Ax2+Bxy+Cy2+Dx+Ey+F=0

where:

  • If B2−4AC<0, the conic is an ellipse.
  • If B2−4AC>0, the conic is a hyperbola.
  • If B2−4AC=0, the conic is a parabola.
  • If A=C and B=0, the conic is a circle.
  • If A=B=C=0, the equation represents a straight line.

Straight line

  • General form: Ax+By+C=0
  • Slope-intercept form: y=mx+b
  • Slope: m=x2​−x1​y2​−y1​​
  • X-intercept: x=−C/A; Y-intercept: y=−C/B
  • Point-slope form: y−y1​=m(x−x1​)
  • Two-point form: y−y1​=x2​−x1​y2​−y1​​(x−x1​)

Conditions for parallel and perpendicular lines

  • Parallel: same slope (m1​=m2​)
  • Perpendicular: m1​⋅m2​=−1
  • Distance between points: d=(y2​−y1​)2+(x2​−x1​)2​

Circle

  • Standard form: (x−h)2+(y−k)2=r2
  • Expanded form: x2+y2+Dx+Ey+F=0
    • Center: (−D/2,−E/2)
    • Radius: r=h2+k2−F​

Sphere

  • Standard form: (x−h)2+(y−k)2+(z−l)2=r2
  • Expanded form: x2+y2+z2+Dx+Ey+Fz+G=0
    • Center: (−D/2,−E/2,−F/2)
    • Radius: r=h2+k2+l2−G​

Parabola

  • Set of points equidistant from focus and directrix
  • Standard forms:
    • (y−k)2=4p(x−h) (opens right/left)
    • (x−h)2=4p(y−k) (opens up/down)
  • Vertex: (h,k); Focus: (h+p,k) or (h,k+p); Directrix: x=h−p or y=k−p

Ellipse

  • Set of points where sum of distances to two foci is constant
  • Standard forms:
    • Horizontal: a2(x−h)2​+b2(y−k)2​=1
    • Vertical: b2(x−h)2​+a2(y−k)2​=1
  • Center: (h,k); Foci: c=a2−b2​
  • Major axis: 2a; Minor axis: 2b
  • Eccentricity: e=c/a (0<e<1)

Hyperbola

  • Set of points where absolute difference of distances to two foci is constant
  • Standard forms:
    • Horizontal: a2(x−h)2​−b2(y−k)2​=1
    • Vertical: a2(y−k)2​−b2(x−h)2​=1
  • Center: (h,k); Foci: c=a2+b2​
  • Vertices: (h±a,k) or (h,k±a)
  • Eccentricity: e=c/a (e>1)
  • Asymptotes: y−k=±b/a(x−h) or y−k=±a/b(x−h)

Conic section equation

  • General form: Ax2+Bxy+Cy2+Dx+Ey+F=0
  • Type determined by B2−4AC:
    • <0: ellipse
    • >0: hyperbola
    • =0: parabola
    • A=C, B=0: circle
    • A=B=C=0: straight line

Sign up for free to take 5 quiz questions on this topic

Previous
Next  | 1.2 Geometric feature and trigonometry
All rights reserved ©2016 - 2026 Achievable, Inc.

Coordinate geometry

This chapter covers the following topics:

  • Straight Line
  • Circle
  • Sphere
  • Parabola
  • Ellipse
  • Hyperbola
  • Conic Section Equation

Straight line

General form

The general form of a straight-line equation is Ax+By+C=0, where A,B,C are real constants, and A and B are not both zero.

Standard form

The standard form of a straight line is Ax+By=C, where A,B,C are integers, and A is usually positive.

Slope (m)

The slope of a straight line tells you how fast y changes as x changes. It’s defined by:

m=ΔxΔy​=(x2​−x1​)(y2​−y1​)​

where (x1​,y1​) and (x2​,y2​) are two points on the line.

Intercepts

X-intercept: The point where the line crosses the x-axis (y=0). From the general form, x=−C/A.

Y-intercept: The point where the line crosses the y-axis (x=0). From the general form, y=−C/B.

Slope-intercept form

If a line has slope m and y-intercept b, you can write it as:

y=mx+b

where m is the slope and b is the y-intercept.

Point-slope form

If a line passes through a known point (x1​,y1​) and has slope m, its equation is:

y−y1​=m(x−x1​)

Two-point form

If a line passes through two given points (x1​,y1​) and (x2​,y2​), its equation can be written as:

y−y1​=(x2​−x1​)(y2​−y1​)​∗(x−x1​)

Conditions for parallel and perpendicular lines

Parallel lines: Two lines are parallel if and only if they have the same slope (m1​=m2​).

Perpendicular lines: Two lines are perpendicular if and only if the product of their slopes is −1, i.e.,

m1​∗m2​=−1

The distance between two points is:

d=(​(y2​−y1​)2+(x2​−x1​)2)

Circle

Standard form of the equation of a circle

(x−h)2+(y−k)2=r2

where (h,k) is the center of the circle, and r is the radius.

Expanded form of a circle

x2+y2+Dx+Ey+F=0

where D,E,F are constants. The center and radius are:

h=−D/2,k=−E/2,r=√(h2+k2−F)

Sphere

Standard form of the equation of a sphere

(x−h)2+(y−k)2+(z−l)2=r2

where (h,k,l) is the center and r is the radius.

Expanded form of a sphere

x2+y2+z2+Dx+Ey+Fz+G=0

where D,E,F,G are constants. The center and radius are:

h=−D/2,k=−E/2,l=−F/2,r=√(h2+k2+l2−G)

Parabola

A parabola is the set of all points equidistant from a fixed point (the focus) and a fixed line (the directrix).

Standard form of a parabola

  • Parabola opening up/down:

(y−k)2=4p(x−h)

Vertex: (h,k)
Focus: (h+p,k)
Directrix: x=h−p
Axis of symmetry: y=k

  • Parabola opening left/right:

(x−h)2=4p(y−k)

Vertex: (h,k)
Focus: (h,k+p)
Directrix: y=k−p
Axis of symmetry: x=h

Ellipse

An ellipse is the set of all points where the sum of the distances to two fixed points (the foci) is constant.

Standard form of an ellipse

  • Horizontal ellipse:

a2(x−h)2​+b2(y−k)2​=1

Center: (h,k)
Major axis length: 2a
Minor axis length: 2b
Foci: (h±c,k), where c=√(a2−b2)
Directrix: x=h±a2/c
Eccentricity: e=c/a (where 0<e<1)

  • Vertical ellipse:

b2(x−h)2​+a2(y−k)2​=1

Center: (h,k)
Major axis length: 2a
Minor axis length: 2b
Foci: (h,k±c), where c=√(a2−b2)
Directrix: y=k±a2/c
Eccentricity: e=c/a (where 0<e<1)

Hyperbola

A hyperbola is the set of all points where the absolute difference of the distances to two fixed points (the foci) is constant.

Standard form of a hyperbola

  • Horizontal hyperbola:

a2(x−h)2​−b2(y−k)2​=1

Center: (h,k)
Foci: (h±c,k), where c=√(a2+b2)
Vertices: (h±a,k)
Directrix: x=h±a2/c
Eccentricity: e=c/a (where e>1)
Asymptotes: y−k=±b/a(x−h)

  • Vertical hyperbola:

a2(y−k)2​−b2(x−h)2​=1

Center: (h,k)
Foci: (h,k±c), where c=√(a2+b2)
Vertices: (h,k±a)
Directrix: y=k±a2/c
Eccentricity: e=c/a (where e>1)
Asymptotes: y−k=±a/b(x−h)

Conic section equation

The general form of a conic section equation is:

Ax2+Bxy+Cy2+Dx+Ey+F=0

where:

  • If B2−4AC<0, the conic is an ellipse.
  • If B2−4AC>0, the conic is a hyperbola.
  • If B2−4AC=0, the conic is a parabola.
  • If A=C and B=0, the conic is a circle.
  • If A=B=C=0, the equation represents a straight line.
Key points

Straight line

  • General form: Ax+By+C=0
  • Slope-intercept form: y=mx+b
  • Slope: m=x2​−x1​y2​−y1​​
  • X-intercept: x=−C/A; Y-intercept: y=−C/B
  • Point-slope form: y−y1​=m(x−x1​)
  • Two-point form: y−y1​=x2​−x1​y2​−y1​​(x−x1​)

Conditions for parallel and perpendicular lines

  • Parallel: same slope (m1​=m2​)
  • Perpendicular: m1​⋅m2​=−1
  • Distance between points: d=(y2​−y1​)2+(x2​−x1​)2​

Circle

  • Standard form: (x−h)2+(y−k)2=r2
  • Expanded form: x2+y2+Dx+Ey+F=0
    • Center: (−D/2,−E/2)
    • Radius: r=h2+k2−F​

Sphere

  • Standard form: (x−h)2+(y−k)2+(z−l)2=r2
  • Expanded form: x2+y2+z2+Dx+Ey+Fz+G=0
    • Center: (−D/2,−E/2,−F/2)
    • Radius: r=h2+k2+l2−G​

Parabola

  • Set of points equidistant from focus and directrix
  • Standard forms:
    • (y−k)2=4p(x−h) (opens right/left)
    • (x−h)2=4p(y−k) (opens up/down)
  • Vertex: (h,k); Focus: (h+p,k) or (h,k+p); Directrix: x=h−p or y=k−p

Ellipse

  • Set of points where sum of distances to two foci is constant
  • Standard forms:
    • Horizontal: a2(x−h)2​+b2(y−k)2​=1
    • Vertical: b2(x−h)2​+a2(y−k)2​=1
  • Center: (h,k); Foci: c=a2−b2​
  • Major axis: 2a; Minor axis: 2b
  • Eccentricity: e=c/a (0<e<1)

Hyperbola

  • Set of points where absolute difference of distances to two foci is constant
  • Standard forms:
    • Horizontal: a2(x−h)2​−b2(y−k)2​=1
    • Vertical: a2(y−k)2​−b2(x−h)2​=1
  • Center: (h,k); Foci: c=a2+b2​
  • Vertices: (h±a,k) or (h,k±a)
  • Eccentricity: e=c/a (e>1)
  • Asymptotes: y−k=±b/a(x−h) or y−k=±a/b(x−h)

Conic section equation

  • General form: Ax2+Bxy+Cy2+Dx+Ey+F=0
  • Type determined by B2−4AC:
    • <0: ellipse
    • >0: hyperbola
    • =0: parabola
    • A=C, B=0: circle
    • A=B=C=0: straight line

More from Mathematics

  • Geometric feature and trigonometry
  • Algebra
  • Calculus
  • Matrices and Vectors