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.3 Algebra
Achievable FE Civil
1. Mathematics
Our FE Civil course is currently in development and is a work-in-progress.

Algebra

4 min read
Font
Discuss
Share
Feedback

This chapter covers the following topics:

  • Quadratic equation
  • Logarithms
  • Complex numbers
  • Progression and series

Quadratic equation

A quadratic equation is a second-degree polynomial equation written in the form:

ax2+bx+c=0

where a,b,c are constants, a=0, and x is the variable.

You can find the roots (solutions) of a quadratic equation using the quadratic formula:

x=(−b±√(b2−4ac))/2a

Discriminant (Δ)

The expression under the square root is called the discriminant:

Δ=b2−4ac

The discriminant tells you what kind of roots the equation has:

If Δ>0: The equation has two distinct real roots.

If Δ=0: The equation has one real root (a repeated root).

If Δ<0: The equation has two complex conjugate roots.

Sum and product of roots

For a quadratic equation ax2+bx+c=0, the sum and product of its roots are:

Sum of roots:

r1​+r2​=−b/a

Product of roots:

r1​⋅r2​=c/a

Logarithms

The logarithm of x to the base b is defined by:

logb​(x)=c

where:

bc=x

Special definitions for b=e or b=10 are:

lnx,Base=e

logx,Base=10

To change from one base to another, use the change-of-base formula:

logb​x=(loga​x)/(loga​b)

e.g.,

lnx=log10​elog10​x​=2.302585(log10​x)

Identities

logb​bn=n

logxc=clogx;xc=antilog(c∗logx)

logxy=logx+logy

logb​b=1;log1=0

logx/y=logx−logy

Complex numbers

Definition of complex numbers

A complex number is written in the form:

z=a+bi

where a is the real part (Re(z)), b is the imaginary part (Im(z)), and i is the imaginary unit satisfying i2=−1.

Conjugate of a complex number

The conjugate of a complex number z=a+bi is:

zˉ=a−bi

Modulus (magnitude) of a complex number

The modulus of z=a+bi is:

∣z∣=√(a2+b2)

Argument (angle) of a complex number

The argument (or phase) of z is the angle θ it makes with the positive real axis:

θ=tan−1(b/a)

Operations with complex numbers

Addition and subtraction

For two complex numbers z1​=a+bi and z2​=c+di:

z1​+z2​=(a+c)+(b+d)i

z1​−z2​=(a−c)+(b−d)i

Multiplication

z1​⋅z2​=(a+bi)(c+di)=(ac−bd)+(ad+bc)i

Division

z1​/z2​=(a+bi)(c−di)/(c2+d2)=(ac+bd)/(c2+d2)+(bc−ad)/(c2+d2)i

Polar form of a complex number

A complex number can also be represented in polar form:

z=r(cosθ+isinθ)

where r=∣z∣=√(a2+b2) is the modulus and θ is the argument of z.

Euler’s formula and identity

Euler’s formula states:

eiθ=cosθ+isinθ

So the polar form can also be written as:

z=reiθ

Euler’s identity

A special case of Euler’s formula occurs when θ=π:

eiπ+1=0

This is known as Euler’s identity. It connects five fundamental numbers:

e,i,π,1,and,0

De Moivre’s theorem

For any integer n, De Moivre’s Theorem states:

(cosθ+isinθ)n=cos(nθ)+isin(nθ)

or equivalently in exponential form:

(eiθ)n=einθ

Progression and series

Arithmetic progression

To check whether a finite sequence is an arithmetic progression, subtract each term from the next term. If the differences are equal, the sequence is arithmetic.

  1. The first term is a.
  2. The common difference is d.
  3. The number of terms is n.
  4. The last or nth term is l.
  5. The sum of n terms is S.

l=a+(n−1)d

S=n(a+l)/2=n[2a+(n−1)d]/2

Geometric progression

To check whether a finite sequence is a geometric progression (G.P.), divide each term after the first by the preceding term. If the quotients are equal, the sequence is geometric.

  1. The first term is a.
  2. The common ratio is r.
  3. The number of terms is n.
  4. The last or nth term is l.
  5. The sum of n terms is S.

l=ar(n−1)

S=a(1−rn)/(1−r);r=1

S=(a−rl)/(1−r);r=1

Sn​=a/(1−r);r<1

A G.P. converges if ∣r∣<1 and it diverges if ∣r∣>1.

Quadratic equation

  • Standard form: ax2+bx+c=0, a=0
  • Roots found by quadratic formula: x=2a−b±b2−4ac​​
  • Discriminant Δ=b2−4ac determines root nature:
    • Δ>0: two distinct real roots
    • Δ=0: one repeated real root
    • Δ<0: two complex conjugate roots
  • Sum of roots: −b/a; Product of roots: c/a

Logarithms

  • Definition: logb​(x)=c means bc=x
  • Common logarithms:
    • lnx: base e
    • logx: base 10
  • Change-of-base formula: logb​x=loga​bloga​x​
  • Key identities:
    • logb​bn=n
    • logxc=clogx
    • logxy=logx+logy
    • logx/y=logx−logy
    • logb​b=1; log1=0

Complex numbers

  • Standard form: z=a+bi
    • Real part: a; Imaginary part: b
    • i2=−1
  • Conjugate: zˉ=a−bi
  • Modulus: ∣z∣=a2+b2​
  • Argument: θ=tan−1(b/a)
  • Operations:
    • Addition: (a+bi)+(c+di)=(a+c)+(b+d)i
    • Multiplication: (a+bi)(c+di)=(ac−bd)+(ad+bc)i
    • Division: c+dia+bi​=c2+d2(ac+bd)+(bc−ad)i​
  • Polar form: z=r(cosθ+isinθ), r=∣z∣
  • Euler’s formula: eiθ=cosθ+isinθ
    • Euler’s identity: eiπ+1=0
  • De Moivre’s theorem: (cosθ+isinθ)n=cos(nθ)+isin(nθ)

Progression and series

  • Arithmetic progression (AP)

    • Common difference: d
    • nth term: l=a+(n−1)d
    • Sum of n terms: S=n(a+l)/2=n[2a+(n−1)d]/2
  • Geometric progression (GP)

    • Common ratio: r
    • nth term: l=arn−1
    • Sum of n terms: S=a(1−rn)/(1−r), r=1
    • Alternate sum: S=(a−rl)/(1−r), r=1
    • Infinite sum (if ∣r∣<1): Sn​=a/(1−r)
    • Converges if ∣r∣<1, diverges if ∣r∣>1

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

Previous
Next  | 1.4 Calculus
All rights reserved ©2016 - 2026 Achievable, Inc.

Algebra

This chapter covers the following topics:

  • Quadratic equation
  • Logarithms
  • Complex numbers
  • Progression and series

Quadratic equation

A quadratic equation is a second-degree polynomial equation written in the form:

ax2+bx+c=0

where a,b,c are constants, a=0, and x is the variable.

You can find the roots (solutions) of a quadratic equation using the quadratic formula:

x=(−b±√(b2−4ac))/2a

Discriminant (Δ)

The expression under the square root is called the discriminant:

Δ=b2−4ac

The discriminant tells you what kind of roots the equation has:

If Δ>0: The equation has two distinct real roots.

If Δ=0: The equation has one real root (a repeated root).

If Δ<0: The equation has two complex conjugate roots.

Sum and product of roots

For a quadratic equation ax2+bx+c=0, the sum and product of its roots are:

Sum of roots:

r1​+r2​=−b/a

Product of roots:

r1​⋅r2​=c/a

Logarithms

The logarithm of x to the base b is defined by:

logb​(x)=c

where:

bc=x

Special definitions for b=e or b=10 are:

lnx,Base=e

logx,Base=10

To change from one base to another, use the change-of-base formula:

logb​x=(loga​x)/(loga​b)

e.g.,

lnx=log10​elog10​x​=2.302585(log10​x)

Identities

logb​bn=n

logxc=clogx;xc=antilog(c∗logx)

logxy=logx+logy

logb​b=1;log1=0

logx/y=logx−logy

Complex numbers

Definition of complex numbers

A complex number is written in the form:

z=a+bi

where a is the real part (Re(z)), b is the imaginary part (Im(z)), and i is the imaginary unit satisfying i2=−1.

Conjugate of a complex number

The conjugate of a complex number z=a+bi is:

zˉ=a−bi

Modulus (magnitude) of a complex number

The modulus of z=a+bi is:

∣z∣=√(a2+b2)

Argument (angle) of a complex number

The argument (or phase) of z is the angle θ it makes with the positive real axis:

θ=tan−1(b/a)

Operations with complex numbers

Addition and subtraction

For two complex numbers z1​=a+bi and z2​=c+di:

z1​+z2​=(a+c)+(b+d)i

z1​−z2​=(a−c)+(b−d)i

Multiplication

z1​⋅z2​=(a+bi)(c+di)=(ac−bd)+(ad+bc)i

Division

z1​/z2​=(a+bi)(c−di)/(c2+d2)=(ac+bd)/(c2+d2)+(bc−ad)/(c2+d2)i

Polar form of a complex number

A complex number can also be represented in polar form:

z=r(cosθ+isinθ)

where r=∣z∣=√(a2+b2) is the modulus and θ is the argument of z.

Euler’s formula and identity

Euler’s formula states:

eiθ=cosθ+isinθ

So the polar form can also be written as:

z=reiθ

Euler’s identity

A special case of Euler’s formula occurs when θ=π:

eiπ+1=0

This is known as Euler’s identity. It connects five fundamental numbers:

e,i,π,1,and,0

De Moivre’s theorem

For any integer n, De Moivre’s Theorem states:

(cosθ+isinθ)n=cos(nθ)+isin(nθ)

or equivalently in exponential form:

(eiθ)n=einθ

Progression and series

Arithmetic progression

To check whether a finite sequence is an arithmetic progression, subtract each term from the next term. If the differences are equal, the sequence is arithmetic.

  1. The first term is a.
  2. The common difference is d.
  3. The number of terms is n.
  4. The last or nth term is l.
  5. The sum of n terms is S.

l=a+(n−1)d

S=n(a+l)/2=n[2a+(n−1)d]/2

Geometric progression

To check whether a finite sequence is a geometric progression (G.P.), divide each term after the first by the preceding term. If the quotients are equal, the sequence is geometric.

  1. The first term is a.
  2. The common ratio is r.
  3. The number of terms is n.
  4. The last or nth term is l.
  5. The sum of n terms is S.

l=ar(n−1)

S=a(1−rn)/(1−r);r=1

S=(a−rl)/(1−r);r=1

Sn​=a/(1−r);r<1

A G.P. converges if ∣r∣<1 and it diverges if ∣r∣>1.

Key points

Quadratic equation

  • Standard form: ax2+bx+c=0, a=0
  • Roots found by quadratic formula: x=2a−b±b2−4ac​​
  • Discriminant Δ=b2−4ac determines root nature:
    • Δ>0: two distinct real roots
    • Δ=0: one repeated real root
    • Δ<0: two complex conjugate roots
  • Sum of roots: −b/a; Product of roots: c/a

Logarithms

  • Definition: logb​(x)=c means bc=x
  • Common logarithms:
    • lnx: base e
    • logx: base 10
  • Change-of-base formula: logb​x=loga​bloga​x​
  • Key identities:
    • logb​bn=n
    • logxc=clogx
    • logxy=logx+logy
    • logx/y=logx−logy
    • logb​b=1; log1=0

Complex numbers

  • Standard form: z=a+bi
    • Real part: a; Imaginary part: b
    • i2=−1
  • Conjugate: zˉ=a−bi
  • Modulus: ∣z∣=a2+b2​
  • Argument: θ=tan−1(b/a)
  • Operations:
    • Addition: (a+bi)+(c+di)=(a+c)+(b+d)i
    • Multiplication: (a+bi)(c+di)=(ac−bd)+(ad+bc)i
    • Division: c+dia+bi​=c2+d2(ac+bd)+(bc−ad)i​
  • Polar form: z=r(cosθ+isinθ), r=∣z∣
  • Euler’s formula: eiθ=cosθ+isinθ
    • Euler’s identity: eiπ+1=0
  • De Moivre’s theorem: (cosθ+isinθ)n=cos(nθ)+isin(nθ)

Progression and series

  • Arithmetic progression (AP)

    • Common difference: d
    • nth term: l=a+(n−1)d
    • Sum of n terms: S=n(a+l)/2=n[2a+(n−1)d]/2
  • Geometric progression (GP)

    • Common ratio: r
    • nth term: l=arn−1
    • Sum of n terms: S=a(1−rn)/(1−r), r=1
    • Alternate sum: S=(a−rl)/(1−r), r=1
    • Infinite sum (if ∣r∣<1): Sn​=a/(1−r)
    • Converges if ∣r∣<1, diverges if ∣r∣>1

More from Mathematics

  • Coordinate geometry
  • Geometric feature and trigonometry
  • Calculus
  • Matrices and Vectors