Search Header Logo
Formulas in Pure Math 2

Formulas in Pure Math 2

Assessment

Presentation

Mathematics, Other

12th Grade

Hard

Created by

KASSIA! LLTTF

Used 60+ times

FREE Resource

10 Slides • 0 Questions

1

Formulas in Pure Math 2

Module 2

Slide image

2

Table of Contents

Vectors : slide 3

Coordinate geometry : slide 5

Parametric representation : slide 6

Trigonometry : slide 7

3

Vectors

 magnitude =a2+b2+c2\cdot magnitude\ =\sqrt{a^2+b^2+c^2}  for a vector  ai+bj+ckai+bj+ck  .
 unit vector=vectormagnitudeunit\ vector=\frac{vector}{magnitude}  
*  Given position vectors  OA and OB, general vector  AB =OB OA\overrightarrow{OA\ }and\ \overrightarrow{OB},\ general\ vector\ \ \overrightarrow{AB}\ =\overrightarrow{OB}\ -\overrightarrow{OA}  
* Perpendicular vectors  a  b =0\overline{a}\ \cdot\ \overline{b}\ =0  
 ab=abcosθ\overline{a}\cdot\overline{b}=\left|a\right|\cdot\left|b\right|\cdot\cos\theta  WHERE theta is the angle between the 2 vectors
 vector equation of a line : r=a+tbvector\ equation\ of\ a\ line\ :\ \overline{r}=\overline{a}+t\overline{b}  where a is a vector point on the line and b is the direction vector of the line 
* Parametric equation of a line :
 x=x1+tlx=x_1+tl  
 y=y1+tmy=y_1+tm  
 z=z1+tnz=z_1+tn  
*Cartesian equation of a line 
 xx1l=yy1m=zz1n\frac{x-x_1}{l}=\frac{y-y_1}{m}=\frac{z-z_1}{n}  

4

* 2 vectors parallel, their cross product gives a vector perpendicular to the vectors

 ab=(a2a3a1)(b2b3b1)\overline{a}\cdot\overline{b}=\left(_{a_{2_{a3}}}^{a_1}\right)\cdot\left(_{b_{2_{b_3}}}^{b_1}\right)  
 =a3a2 b3b2i a3a1 b3b1j +a2a1 b2b1k=\left|_{a_3}^{a_2}\ _{b_3}^{b_2}\right|i\ -\left|_{a_3}^{a_1}\ _{b_3}^{b_1}\right|j\ +\left|_{a_2}^{a_1}\ _{b_2}^{b_1}\right|k  
 =(a2b3a3b2)i(a1b3a3b1)j+(a1b2a2b1)k=\left(a_2b_3-a_3b_2\right)i-\left(a_1b_3-a_3b_1\right)j+\left(a_1b_2-a_2b_1\right)k  
* vector equation of a plane:  rn=d,    where d=a n\overline{r}\cdot\overline{n}=d,\ \ \ \ where\ d=\overline{a}\ \cdot\overline{n}  . a is a point on the plane and n is the normal vector to the plane
* cartesian equation of a plane  ax+by+cz=dax+by+cz=d  
* Distance =  (x2x1)2+(y2y1)2+(z2z1)2\sqrt{\left(x_2-x_1\right)^2+\left(y_2-y_1\right)^2+\left(z_2-z_1\right)^2}  
* Midpoint =  (x1+x22, y1+y22, z1+z22)\left(\frac{x_1+x_2}{2},\ \frac{y_1+y_2}{2},\ \frac{z_1+z_2}{2}\right)  

5

Coordinate Geometry

Circles
*Center (a , b) , radius = r : Standard form -  (xa)2+(yb)2=r2\left(x-a\right)^2+\left(y-b\right)^2=r^2  

*Center (-f , -g) , radius = r : General  form -  x2+y2+2fx+2gy+C=0x^2+y^2+2fx+2gy+C=0    r=f2+g2Cr=\sqrt{f^2+g^2-C}  
 m=y2y1x2x1m=\frac{y_2-y_1}{x_2-x_1}  (grad of line)    * grad of tangent =  1grad of normal-\frac{1}{grad\ of\ normal}  
* Equation of line : y = m x + c 
* Distance formula =  (x2x1)2+(y2y1)2\sqrt{\left(x_2-x_1\right)^2+\left(y_2-y_1\right)^2}  
* Midpoint formula =  (x1+x22, y1+y22)\left(\frac{x_1+x_2}{2},\ \frac{y_1+y_2}{2}\right)  

6

Parametric Representation

 (xa)2r2+ (yb)2r2=1 (xar)2+(ybr)2=1\frac{\left(x-a\right)^2}{r^2}+\ \frac{\left(y-b\right)^2}{r^2}=1\Longrightarrow\ \left(\frac{x-a}{r}\right)^2+\left(\frac{y-b}{r}\right)^2=1  
 xar=cos θ           ybr=sinθ\frac{x-a}{r}=\cos\ \theta\ \ \ \ \ \ \ \ \ \ \ \frac{y-b}{r}=\sin\theta  


 ax2+bx2=r2 ax2r2+bx2r2=1 (axr)2+(bxr)2ax^2+bx^2=r^2\Longrightarrow\ \frac{ax^2}{r^2}+\frac{bx^2}{r^2}=1\Longrightarrow\ \left(\frac{ax}{r}\right)^2+\left(\frac{bx}{r}\right)^2  
 axr=cosθ    bxr=sinθ\frac{ax}{r}=\cos\theta\ \ \ \ \frac{bx}{r}=\sin\theta  

7

Trigonometry

 Tan A = sin A cos ATan\ A\ =\ \frac{\sin\ A\ }{\cos\ A}  
 sec A = 1cos A\sec\ A\ =\ \frac{1}{\cos\ A}  
  cosec A= 1sin A\operatorname{cosec}\ A=\ \frac{1}{\sin\ A}  
 cot A =1Tan A= cos Asin A\cot\ A\ =\frac{1}{Tan\ A}=\ \frac{\cos\ A}{\sin\ A}  
 sin2A + cos 2A = 1\sin^2A\ +\ \cos\ ^2A\ =\ 1  
 Tan 2A = 2TanA1Tan2ATan\ 2A\ =\ \frac{2TanA}{1-Tan^2A}  

 cos 2A =cos2Asin2A\cos\ 2A\ =\cos^2A-\sin^2A  

8

Slide image

9

Slide image

10

General solution
 sinx=ksin1(k)=\sin x=k\Longrightarrow\sin^{-1}\left(k\right)=\propto   (1k1)\left(-1\le k\le1\right)  

Degrees :  x=180n+(1)n() , nZ    Radians : x=nπ+(1)n(), nZx=180n+\left(-1\right)^n\left(\propto\right)\ ,\ n\in Z\ \ \ \ Radians\ :\ x=n\pi+\left(-1\right)^n\left(\propto\right),\ n\in Z  
 cos x=k cos1(k)=\cos\ x=k\ \Longrightarrow\cos^{-1}\left(k\right)=\propto   (1k1)\left(-1\le k\le1\right)  
Degrees :  x=360n +,nZ     Radians : 2nπ +, n Zx=360n\ \frac{+}{ }\propto,n\in Z\ \ \ \ \ Radians\ :\ 2n\pi\ \frac{+}{ }\propto,\ n\ \in Z  
 tanx=k tan1(k)=\tan x=k\Longrightarrow\ \tan^{-1}\left(k\right)=\propto  
Degrees :  x=180n+, n Z      Radians : x=nπ+, nZx=180n+\propto,\ n\in\ Z\ \ \ \ \ \ Radians\ :\ x=n\pi+\propto,\ n\in Z  
 acosθ+bsinθ can be written as rsin(θ +)or rcos (θ +) a\cos\theta+b\sin\theta\ can\ be\ written\ as\ r\sin\left(\theta\ \frac{+}{ }\propto\right)or\ r\cos\ \left(\theta\ \frac{+}{ }\propto\right)\   where  R>0 and 0°<<90° or 0c <<πc2R>0\ and\ 0^{\degree}<\propto<90^{\degree}\ or\ 0^c\ <\propto<\frac{\pi^c}{2}  
 r=a2+b2r=\sqrt{a^2+b^2}  and  =tan1(ba)\propto=\tan^{-1}\left(\frac{b}{a}\right) 

 *  sin(a)=sin A   \sin\left(-a\right)=\sin\ A\ \ \       * cos(A)=cos A\cos\left(-A\right)=\cos\ A      * tan(A)=tan A\tan\left(-A\right)=-\tan\ A  

Formulas in Pure Math 2

Module 2

Slide image

Show answer

Auto Play

Slide 1 / 10

SLIDE