Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Trigonmetric functions

sinθ=yrcscθ=rx=1cosθcosθ=xrsecθ=rx=1cosθtanθ=yx=sinθcosθcotθ=xy=cosθsinθ\begin{align} \sin \theta &= \frac{y}{r} & \csc \theta &= \frac{r}{x} = \frac{1}{\cos \theta} \\ \cos \theta &= \frac{x}{r} & \sec \theta &= \frac{r}{x} = \frac{1}{\cos \theta} \\ \tan \theta &= \frac{y}{x} = \frac{\sin \theta}{\cos \theta} & \cot \theta &= \frac{x}{y} = \frac{\cos \theta}{\sin \theta} \end{align}
sin2θ+cos2θ=11+tan2θ=sec2θ1+cot2θ=csc2θ\begin{align} \sin^2 \theta + \cos^2 \theta = 1 \\ 1 + \tan^2 \theta = \sec^2 \theta \\ 1 + \cot^2 \theta = \csc^2 \theta \end{align}
cos(A+B)=cosAcosBsinAsinBsin(A+B)=sinAcosBcosAsinB\begin{align} \cos(A+B) = \cos A \cos B - \sin A \sin B \\ \sin(A+B) = \sin A \cos B - \cos A \sin B \end{align}
cos2θ=cos2θsin2θsin2θ=2sinθcosθ\begin{align} \cos 2 \theta = \cos^2 \theta - \sin^2 \theta \\ \sin 2 \theta = 2 \sin \theta \cos \theta \end{align}
cos2θ=1+cos2θ2sin2θ=1cos2θ2\begin{align} \cos^2 \theta = \frac{1 + \cos 2 \theta}{2} \\ \sin^2 \theta = \frac{1 - \cos 2 \theta}{2} \end{align}
sin(θ+2π)=sinθcos(θ+2π)=cosθ\begin{align} \sin(\theta + 2 \pi) = \sin \theta \\ \cos(\theta + 2 \pi) = \cos \theta \end{align}
sin(θ)=sinθcos(θ)=cosθ\begin{align} \sin(- \theta) = - \sin \theta \\ \cos(- \theta) = cos \theta \end{align}

Exponential functions

axay=ax+yaxay=axy(ax)y=(ay)x=axyaxbx=(ab)xaxbx=(ab)x\begin{align} a^x a^y &= a^{x+y} \\ \frac{a^x}{a^y} &= a^{x-y} \\ (a^x)^y = (a^y)^x &= a^{xy} \\ a^x b^x &= (ab)^x \\ \frac{a^x}{b^x} &= \left (\frac{a}{b} \right)^x \end{align}

Logarithmic functions

Definition:

y=logaxx=ay\begin{align} y &= \log_{a}x \\ x &= a^y \end{align}

Natural Log:

lnx=logex\ln x = \log_{e} x

Common log:

logx=log10x\log x = \log_{10} x
ln(bx)=ln(b)+ln(x)ln(bx)=ln(b)ln(x)ln(xr)=rln(x)logax=ln(x)ln(a)\begin{align} \ln(bx) &= \ln(b) + \ln(x) \\ \ln\left(\frac{b}{x}\right) &= \ln(b) - \ln(x) \\ \ln(x^r) &= r \ln(x) \\ \log_{a}x &= \frac{\ln(x)}{\ln(a)} \\ \end{align}