Master fundamental algebraic equations, fractions, exponents, and logarithms with beautifully rendered mathematical notation.
Basic Equations & Algebra
Introduction
Mathematics is the language of the universe. In this lesson, we'll explore fundamental algebraic concepts using properly formatted mathematical notation that makes complex expressions easy to read and understand.
ℹ️Note
All equations in this course are rendered using KaTeX, a fast math typesetting system. You can write both inline math and display equations.
Linear Equations
A linear equation is the simplest type of equation. It has the general form:
ax+b=0
where a and b are constants, and x is the variable we want to solve for.
Solution:
x=−ab
Example
Solve 3x+6=0:
x=−36=−2
Quadratic Equations
A quadratic equation has the form:
ax2+bx+c=0
The solutions are given by the quadratic formula:
x=2a−b±b2−4ac
The expression under the square root, Δ=b2−4ac, is called the discriminant. It tells us:
If Δ>0: two real solutions
If Δ=0: one repeated solution
If Δ<0: no real solutions (complex solutions)
Example
Solve x2−5x+6=0:
a=1,b=−5,c=6
Δ=(−5)2−4(1)(6)=25−24=1
x=25±1=25±1
x1=3,x2=2
Exponents and Powers
The laws of exponents are fundamental to algebra:
Rule
Formula
Product
am⋅an=am+n
Quotient
anam=am−n
Power
(am)n=amn
Zero
a0=1 (for a=0)
Negative
a−n=an1
Fractional Exponents
a1/n=na
am/n=nam=(na)m
Logarithms
The logarithm is the inverse of exponentiation. If by=x, then:
logb(x)=y
Common Logarithms
Natural logarithm (base e):
ln(x)=loge(x)
Common logarithm (base 10):
log(x)=log10(x)
Logarithm Properties
logb(xy)=logb(x)+logb(y)
logb(yx)=logb(x)−logb(y)
logb(xn)=n⋅logb(x)
Change of base formula:
logb(x)=logk(b)logk(x)
Systems of Equations
A system of linear equations can be written in matrix form:
Ax=b
where:
A=(a11a21a12a22),x=(x1x2),b=(b1b2)
For a 2×2 system, the solution is:
x1=det(A)det(A1),x2=det(A)det(A2)
where det(A)=a11a22−a12a21.
Practice Questions
Practice Question
What is the solution to the equation 2x + 4 = 0?
Practice Question
Using the quadratic formula, what is the discriminant of x² - 4x + 4 = 0?
Practice Question
Which logarithm property states that log_b(xy) = log_b(x) + log_b(y)?
✅Success
Key Takeaways
Linear equations have the form ax+b=0 with solution x=−b/a
Quadratic equations use the formula x=2a−b±b2−4ac
Exponent laws simplify complex power expressions
Logarithms are the inverse of exponentiation
Systems of equations can be solved using matrices and determinants