Jul 17, 2024
Lecture covers basic math skills required for College Physics, focusing on exponents, fractions, and solving equations. Emphasis is placed on algebra-based physics as opposed to calculus-based physics.
x
raised to the n
th power.4^3
= 4 * 4 * 4.x^(1/2)
is the square root of x
.x^m * x^n = x^(m+n)
.
3^3 * 3^2 = 3^(3+2) = 3^5 = 243
.x^m / x^n = x^(m-n)
.
3^3 / 3^2 = 3^(3-2) = 3^1 = 3
.(x^m)^n = x^(mn)
.
2^2^3 = 2^6 = 64
.(xy)^m = x^m * y^m
.
(3*2)^4 = 3^4 * 2^4 = 81 * 16 = 1296
.x^-n = 1/x^n
.
2^-1 = 1/2 = 0.5
.x^(1/n) = n-root of x
.
4^(1/2) = β4 = 2
.a/b * c/d = ac/bd
.a/b / c/d = a/b * d/c = ad/bc
.a/b Β± c/d = (ad Β± bc)/bd
.y = x/5
β x = 5y
(multiply by 5)ax - y = 2y
β x = 3y/a
(move terms, divide by a)a(x + b) = c
β x = c/a - b
(divide by a, move terms)y/x + a = b
β x = y/(b - a)
(move terms, multiply by x)βx + 3 - y = 0
β x = y^2 - 3
(move terms, square both sides)a(x - y) = b(x + y)
β x = y(a + b)/(a - b)
(distribute, factor, solve)ax^2 + bx + c = 0
.x = (-b Β± β(b^2 - 4ac)) / 2a
2x^2 = 3x + 5
β 2x^2 - 3x - 5 = 0
β x = (-(-3) Β± β((-3)^2 - 4(2)(-5))) / 2(2)
= x = 2.5
or x = -1
.