Cheat Sheet

Đại số Formulas

Tài liệu tham khảo có thể in và tìm kiếm về mọi công thức đại số mà học sinh trung học hoặc sinh viên năm nhất cần — từ phương trình tuyến tính đến logarit, kèm ghi chú sử dụng một dòng để bạn biết khi nào áp dụng. Mỗi công thức liên kết đến công cụ giải từng bước miễn phí của AI-Math để bạn nhập số của riêng mình.

Linear equations

Slope-intercept form

y=mx+by = mx + b

Plot a line when you know its slope mm and y-intercept bb.

Point-slope form

yy1=m(xx1)y - y_1 = m(x - x_1)

Build a line from any one point and the slope.

Slope between two points

m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}

Compute slope when two points are given.

Quadratic equations

Standard form

ax2+bx+c=0ax^2 + bx + c = 0

Recognise a quadratic; a0a\neq 0.

Quadratic formula

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Always solves any quadratic — use when factoring is unclear.

Discriminant

Δ=b24ac\Delta = b^2 - 4ac

Tells you root nature: Δ>0\Delta>0 two real, =0=0 repeated, <0<0 complex.

Sum and product of roots

x1+x2=ba,x1x2=cax_1 + x_2 = -\frac{b}{a},\quad x_1 x_2 = \frac{c}{a}

Verify factoring without solving.

Exponents

Product of powers

aman=am+na^m \cdot a^n = a^{m+n}

Same base — add the exponents.

Power of a power

(am)n=amn(a^m)^n = a^{mn}

Multiply nested exponents.

Negative exponent

an=1ana^{-n} = \frac{1}{a^n}

Move base across the fraction bar to flip sign.

Zero exponent

a0=1(a0)a^0 = 1\quad (a \neq 0)

Anything to the zero is 1.

Logarithms

Definition

logab=c    ac=b\log_a b = c \iff a^c = b

Logarithm is the inverse of exponentiation.

Product rule

loga(xy)=logax+logay\log_a(xy) = \log_a x + \log_a y

Convert product inside log to sum of logs.

Change of base

logab=logcblogca\log_a b = \frac{\log_c b}{\log_c a}

Compute any log using a calculator that only has log10\log_{10} or ln\ln.

Polynomial identities

Difference of squares

a2b2=(ab)(a+b)a^2 - b^2 = (a-b)(a+b)

Most common factoring shortcut — recognise instantly.

Perfect square

(a±b)2=a2±2ab+b2(a \pm b)^2 = a^2 \pm 2ab + b^2

Expand or recognise to factor in one step.

Sum/difference of cubes

a3±b3=(a±b)(a2ab+b2)a^3 \pm b^3 = (a \pm b)(a^2 \mp ab + b^2)

Less common but appears in standardised tests.