Algebra and Calculus Review
Algebra Basics
Algebra is the foundation for advanced mathematics and is essential for solving complex problems in science, engineering, and economics. This section reviews key algebraic concepts.
Properties of Real Numbers
- Commutative Property: a + b = b + a and ab = ba
- Associative Property: (a + b) + c = a + (b + c) and (ab)c = a(bc)
- Distributive Property: a(b + c) = ab + ac
- Additive Identity: a + 0 = a
- Multiplicative Identity: a1 = a
- Additive Inverse: a + (-a) = 0
- Multiplicative Inverse: a(1/a) = 1 (for a 0)
Exponents and Radicals
a^m a^n = a^(m+n)
(a^m)^n = a^(mn)
(ab)^n = a^n b^n
a^0 = 1 (for a 0)
a^(-n) = 1/a^n
a^(1/n) = a
Example: Simplify 3 3 3
Solution: 3 3 3 = 3 = 3 = 27
Solving Equations
Linear Equations
A linear equation has the form ax + b = 0 and can be solved by isolating the variable.
Example: Solve 3x - 7 = 14
Solution: 3x = 21, so x = 7
Quadratic Equations
A quadratic equation has the form ax + bx + c = 0 and can be solved using factoring, the quadratic formula, or completing the square.
Quadratic Formula: x = (-b (b - 4ac))/(2a)
Example: Solve x - 5x + 6 = 0
Solution: Using the quadratic formula with a=1, b=-5, c=6:
x = (5 (25 - 24))/2 = (5 1)/2
x = 3 or x = 2
Systems of Linear Equations
A system of linear equations can be solved using substitution, elimination, or matrix methods.
Example: Solve the system:
2x + y = 7
x - 3y = -7
Solution: From the second equation, x = 3y - 7.
Substituting into the first: 2(3y - 7) + y = 7
6y - 14 + y = 7
7y = 21, so y = 3
Then x = 3(3) - 7 = 2
Functions
A function relates each input to exactly one output and is often written as f(x). Understanding functions is crucial for calculus.
Common Types of Functions
- Linear: f(x) = mx + b
- Quadratic: f(x) = ax + bx + c
- Polynomial: f(x) = a_nx^n + a_(n-1)x^(n-1) + ... + a_1x + a_0
- Rational: f(x) = P(x)/Q(x) where P(x) and Q(x) are polynomials
- Exponential: f(x) = a^x (a > 0, a 1)
- Logarithmic: f(x) = log_a(x) (a > 0, a 1)
Properties of Functions
- Domain: The set of all possible input values
- Range: The set of all possible output values
- Even function: f(-x) = f(x)
- Odd function: f(-x) = -f(x)
- One-to-one: f(a) = f(b) only if a = b
Composition of Functions
The composition of functions f and g is written as (f g)(x) = f(g(x)).
Example: Find (f g)(3) if f(x) = x + 1 and g(x) = 2x - 5
Solution: First find g(3) = 2(3) - 5 = 1
Then f(g(3)) = f(1) = 1 + 1 = 2
Calculus: Limits and Continuity
Calculus is the mathematical study of change and motion. Limits form the foundation for both differential and integral calculus.
Understanding Limits
The limit of a function f(x) as x approaches a, written as lim_(xa) f(x), describes the behavior of the function as x gets arbitrarily close to a.
Limits Laws
- Constant Law: lim_(xa) c = c
- Identity Law: lim_(xa) x = a
- Addition Law: lim_(xa) [f(x) + g(x)] = lim_(xa) f(x) + lim_(xa) g(x)
- Subtraction Law: lim_(xa) [f(x) - g(x)] = lim_(xa) f(x) - lim_(xa) g(x)
- Product Law: lim_(xa) [f(x)g(x)] = lim_(xa) f(x) lim_(xa) g(x)
- Quotient Law: lim_(xa) [f(x)/g(x)] = lim_(xa) f(x)/lim_(xa) g(x) (provided lim_(xa) g(x) 0)
Example: Find lim_(x2) (3x + 2x + 1)
Solution: Using the limit laws:
lim_(x2) (3x + 2x + 1) = 3lim_(x2) x + 2lim_(x2) x + lim_(x2) 1
= 3(2) + 2(2) + 1 = 34 + 4 + 1 = 17
Continuity
A function f is continuous at a point a if:
- f(a) is defined
- lim_(xa) f(x) exists
- lim_(xa) f(x) = f(a)
Key Theorems
- Intermediate Value Theorem: If f is continuous on [a,b], then f takes on every value between f(a) and f(b).
- Squeeze Theorem: If g(x) f(x) h(x) and lim_(xa) g(x) = lim_(xa) h(x) = L, then lim_(xa) f(x) = L.
Differentiation
The derivative measures the rate of change of a function and is fundamental to calculus applications.
The Derivative Definition
f'(x) = lim_(h0) [f(x+h) - f(x)]/h
Differentiation Rules
- Constant Rule: d/dx [c] = 0
- Power Rule: d/dx [x^n] = nx^(n-1)
- Constant Multiple Rule: d/dx [cf(x)] = cf'(x)
- Sum Rule: d/dx [f(x) + g(x)] = f'(x) + g'(x)
- Difference Rule: d/dx [f(x) - g(x)] = f'(x) - g'(x)
- Product Rule: d/dx [f(x)g(x)] = f'(x)g(x) + f(x)g'(x)
- Quotient Rule: d/dx [f(x)/g(x)] = [f'(x)g(x) - f(x)g'(x)]/[g(x)]
- Chain Rule: d/dx [f(g(x))] = f'(g(x))g'(x)
Example: Find the derivative of f(x) = (3x + 2x)(x - 1)
Solution: Using the product rule:
f'(x) = (6x + 2)(x - 1) + (3x + 2x)(1)
= 6x - 6x + 2x - 2 + 3x + 2x
= 9x - 2x - 2
Applications of Derivatives
- Finding velocity and acceleration from position functions
- Finding rates of change
- Optimization problems
- Determining concavity and inflection points
- Sketching graphs using the first and second derivative tests
Integration
Integration is the reverse process of differentiation and allows us to find areas, volumes, and accumulated quantities.
The Indefinite Integral
f(x)dx = F(x) + C, where F'(x) = f(x)
Integration Rules
- Constant Rule: kdx = kx + C
- Power Rule: x^ndx = x^(n+1)/(n+1) + C (n -1)
- Sum Rule: [f(x) + g(x)]dx = f(x)dx + g(x)dx
- Difference Rule: [f(x) - g(x)]dx = f(x)dx - g(x)dx
- Constant Multiple Rule: kf(x)dx = kf(x)dx
- Substitution Rule: f(g(x))g'(x)dx = f(u)du, where u = g(x)
Example: Evaluate (3x + 4x)dx
Solution: 3xdx + 4xdx
= 3xdx + 4xdx
= 3x/3 + 4x/2 + C
= x + 2x + C
The Definite Integral
[a to b] f(x)dx = F(b) - F(a)
Applications of Integration
- Finding areas under curves
- Computing volumes of solids
- Determining work done by variable forces
- Finding average values of functions
- Solving differential equations
Fundamental Theorem of Calculus
This theorem connects differentiation and integration, showing they are inverse processes. It consists of two parts:
- If f is continuous on [a,b], then the function g defined by g(x) = [a to x] f(t)dt is continuous on [a,b] and differentiable on (a,b), and g'(x) = f(x).
- If f is continuous on [a,b], then [a to b] f(x)dx = F(b) - F(a), where F is any antiderivative of f.
```
Reference Files For Algebra And Calculus Review
File Name
quiz01_handout.pdf
File Size
0.11 MB
File Type
PDF
File Site
Description
This file is just a reference file for Algebra And Calculus Review. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)
Algebra And Calculus Review and Reference File Download Link
Admin
2026-06-08 03:22:15
Linear Algebra, Vector Algebra And Analytical Geometry and Reference File Download Link
Admin
2026-06-09 05:30:25
Algebra/Pre Calc Review: Exponents And Radicals and Reference File Download Link
Admin
2026-06-12 10:46:11
Review Of Algebra and Reference File Download Link
Admin
2026-06-12 10:08:11
Vector And Tensor Algebra And Calculus and Reference File Download Link
Admin
2026-06-08 18:56:15
We use cookies to enhance your browsing experience and analyze site traffic. By clicking 'Accept all cookies', you agree to the use of these cookies. You can manage your preferences or learn more in our [Privacy Policy/Cookie Policy.