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 nth 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)) / 2a2x^2 = 3x + 5 → 2x^2 - 3x - 5 = 0 → x = (-(-3) ± √((-3)^2 - 4(2)(-5))) / 2(2) = x = 2.5 or x = -1.*