Skip to main content

Ooo Vectors

I had to learn basic things about vectors. So thought why not write a blog post :P? 

Also special thanks to papa 💫

 So here we go..

PHYSICAL QUANTITY:-

A quantity that can be measured and expressed in units. We have two types of Physical Quantity
  • Scalar:- A physical quantity that has only magnitude. Example: Mass, speed.
  • Vectors:- A physical quantity that has both magnitude and direction. Example: Displacement, velocity. 

Now, what are vectors?

VECTORS:-
  • A physical quantity that has both magnitude and direction.
  • In geometry, a vector is a directed line segment, whose length is the MAGNITUDE of the vector and the arrow indicating the DIRECTION.
  • The MAGNITUDE of a vector $(\vec{A})$ is the absolute value of a vector and is indicated as $\boxed{|\vec{A}|}.$
REPRESENTATION OF VECTORS:-
  • A vector pointing from $A$ to $B$ is written as $\vec{AB}.$
  • We usually define a single point $O$ as the ORIGIN. Then we associate every point $P$ with the vector $\vec{OP}$ or $\vec{P}$
MAGNITUDE OF VECTORS:-
  • It's just the distance between the initial point $A$ and endpoint $B.$
  • We consider the cartesian plane, let $A$ has coordinate $(x_0,y_0)$ and $B$ has coordinate $(x_1,y_1).$ 
  • Then  $\vec{AB}= ~~\sqrt{(x_1-x_0)^2+(y_1-y_0)^2}.$
  • Letting $A$ as the origin and end point $B=~~(x,y),$ we get $\vec{AB}=~~\sqrt{x^2+y^2}$ 
EQUALITY OF VECTORS:-
  • Two vectors are called equal if their magnitudes and direction are the same. 
  • So a vector from $(0,0)$ to $(0,1)$ is same as $(0,2)$ to $(0,3).$
ADDITION OF VECTORS:- 
  • We use the Parallelogram Law to add vectors.
  • The vector pointing to $(x,y)$ from $(0,0)$ is denoted as $\langle x,y \rangle.$
  • If we have two vectors $\langle x_1,y_1 \rangle,~~\langle x_2,y_2 \rangle ,$ then adding we get $\langle x_1+x_2,~~y_1+y_2 \rangle.$
  • We also have another way. Let $\vec{AB}=\vec{a},~~ \vec{AC}= \vec{b}.$ Let $D$ be a point such that $ABDC$ is a Parallelogram. We say  $\vec{AB}+\vec{AC}=\vec{AD}.$
  • Now, what about the magnitude of $\vec{AD}?$
  • Let's drop the perpendicular from $D$ to $AB$ and call the feet $E.$ 
  • Suppose $\angle CAB=\theta$ and $\angle DAB=\alpha .$
  • So we get $$AD^2=~~(AB+BE)^2+(DE)^2$$ $$= (|\vec{a}|+\vec{b}\cos \theta)^2+~~(|\vec{b}|\sin \theta)^2$$ $$= |\vec{a}|^2+|\vec{a}||\vec{b}|\cos \theta+|\vec{b}|^2.$$
  • Hence, the magnitude of $$\boxed{ \vec{a}+ \vec{b}=~~\sqrt{ |\vec{a}|^2+|\vec{a}||\vec{b}|\cos \theta+|\vec{b}|^2}}$$

FUN FACT:- The sum of the coordinate of the points of a parallelogram are always equal.

Note:- We also have triangle law of addition, but that gives the same result ( here we basically join one head of the vector and one vector's tail and the resultant vector form the third side of the triangles, whose two sides are the two given vectors. )

More like, we have $\vec{BD}=\vec{b}$ and we are applying the triangle law. I think parallelogram is more famous (?)

MULTIPLICATION OF A VECTOR BY A SCALAR:- 
  • Suppose $\vec{a}$ is a vector and $k$ be any real number ( A scalar quantity).
  • We define $\vec{b}=k\vec{a}.$ And the magnitude would be $k|\vec{a}|.$
  • The vector $\vec{b}$ has same direction if $k$ is positive, opposite direction if $k$ is negetive.
SUBTRACTION OF VECTORS:- 
  • Let $\vec{a}$ and $\vec{b}$ be two vectors. we define $\vec{a}-\vec{b}$ as the sum of vector $\vec{a}$ and $\vec{-b}$
  • Note that $\vec{-b}$ is just the vector $\vec{b}$ but with invited direction.

RESOLUTION OF VECTORS:-

  • In the above diagram, we have $\vec{a}=\vec{OA}=\vec{OB}+\vec{OC}.$
  • But note that $OB=|\vec{a}|\cos \alpha$ and $OC=|\vec{a}|\cos \beta.$
Now, we define $\hat{i},\hat{j},\hat {k}$ as the unit vector along $OX,OY,OX$ (It's like a unit which is introduced to simplify algebric manupilations, we will understand that later)
  • So $\vec{a}=|\vec{a}|\cos\alpha\hat{i}+~~|\vec{a}|\cos \beta\hat {j}.$
This we talked in $X-Y$ plane, right? Now, what about $X-Y-Z$ plane? Well.. it's the same!
  • We have $$\boxed{\vec{a}=|\vec{a}|\cos\alpha\hat{i}+ ~~| \vec{a}|\cos \beta\hat {j}+~~|\vec{a}|\cos\gamma\hat{k} }$$ where $\vec{a}$ makes angle of $\gamma$ on $Z$ axis. 
By this we can see that any vector in $\Bbb {R_3}$ can be expressed as a linear combination of $3$ unit vectors i.e $\hat{i},\hat{j},\hat {k}.$

P.S. I actually love the next two parts and the above part :P . It's math u see :O

DOT PRODUCT or SCALAR PRODUCT:-
  • We define, $\vec{a}\cdot \vec{b}=|\vec{a}|\cdot |\vec{b}|\cos\theta$ where $\theta $ is the angle between vectors $\vec{a}$ and $ \vec{b}.$
Here are few examples which will help you :

$$ \hat{i}\cdot \hat{i}=1$$
$$\hat{j}\cdot \hat{j}=1 $$
$$ \hat{k}\cdot \hat{k}=1$$
$$\hat{i}\cdot \hat{j}=0$$
$$ \hat{j}\cdot \hat{k}=0$$
$$ \hat{i}\cdot \hat{k}=0$$

Well.. this makes sense since $\sin 90=0$ and $\sin 0=1.$

Also, a fun thing to note is that the dot product is commutative and distributive too. Why am I saying this? We will understand when I say about cross-product...

Anyways here's a fun example to solve!

Example:- Find $$(\hat{i}+\hat{2j})\cdot(3\hat{i}-5{j})$$

Solution:- Note that $$(\hat{i}+\hat{2j})\cdot(3\hat{i}-5{j})$$ $$=3\hat{i}\cdot\hat{i}-5\hat{j}{i}+2\hat{j}\cdot 3\hat{i}-10\hat{j}\cdot\hat{j}= 3-0+0-10=-7.$$

CROSS PRODUCT or VECTOR PRODUCT:-
  • The cross product or the vector product of the two vectors is $$\boxed{|\vec{a}\times \vec{b}|=|\vec{a}||\vec{b}|\sin\theta}$$ where $\theta$ is the angle between vector $\vec{a}$ and $\vec{b}$
  • The direction of vector $\vec{a}\times \vec{b}$ is perpendicular to both $\vec{a}$ and $\vec{b}.$

Here are few examples which will help you :

$$ \hat{i}\times \hat{i}=0$$
$$\hat{j}\times \hat{j}=0 $$
$$ \hat{k}\times \hat{k}=0$$
$$\hat{i}\times \hat{j}=\hat{k}$$
$$ \hat{j}\times\hat{k}=\hat{i}$$
$$ \hat{k}\times\hat{i}=\hat{j}$$
$$\hat{j}\times \hat{i}=-\hat{k}$$
$$ \hat{k}\times\hat{j}=-\hat{i}$$
$$ \hat{i}\times \hat{k}=-\hat{j}$$

Well, by now you must have understood that Cross product isn't commutative. But it does follow distributive law.

Anyways here's another fun example to solve!

Example:- Find $(2\hat{i}+3\hat{j})\times(2\hat{i}+3\hat{j})$

Solution:- Won't write :P , but from this we can conclude that for any vector $\vec{u}$ we have $\vec{u}\times \vec{u}=0.$

AREA, DETERMINANTS and CROSS PRODDUCTS:-
  • Note that $|\vec{a}\times \vec{b}|=|\vec{a}||\vec{b}|\sin\theta$
  • But we have $$Area=\frac 12 ab\sin\theta=\frac{|\vec{a}||\vec{b}|\sin\theta}{2}=\frac{\vec{a}\times \vec{b}|}{2} $$.
Note that $|\vec{a}\times \vec{b}|$ is scalar



Now, let's do a problem to understand this "Area" topic better.

Examples:- Find the area of triangle with vertices $(-1,-3),~~(4,1),~~(-2,3).$

Solution:- We know that transition doesn't affect the area so..
$$(-1,-3)\rightarrow (0,0)$$
$$(4,1)\rightarrow (5,4)$$
$$(-2,3)\rightarrow (-1,6)$$

Now, we locate these points in the coordinate plane.



Clearly we get $[ABC]=[DBFE]-[ABD]-[ACE]-[BCF]=36-3-10-3=17.$

Now, plotting these points take a bit of time right? So we present two more solutions.

Second solution:-  Remember cross-products? We are going to use that!

We have $\langle 5,4\rangle = 5\hat{i}+4\hat{j}.$ Similarly, we have $\langle 1,6\rangle =-\hat{i}+6\hat{j}.$

So taking cross product, we get $|(5\hat{i}+4\hat{j})\times (\hat{i}+6\hat{j})|=|34\hat{k}|=34.$

So area is $\frac{34}{2}=17.$

Third Solution:- Now we will use matrix :)


Another problem!

Find the area of the triangle (-1,-2,-3),(1,2,3),(3,2,1)$

Solution:- Again transitioning doesn't change the area, so..

$$(-1,-2,-3)\rightarrow (0,0,0)$$
$$(1,2,3)\rightarrow (2,4,6)$$
$$(3,2,1)\rightarrow (4,4,4)$$

Now, we use heron's formula.

Calculating the distances between each point, we get the distance $\sqrt{56},\sqrt{8},\sqrt{48}.$

So we get $s= \sqrt{14}+\sqrt{2}+2\sqrt{3}.$

And so we get $$A=\sqrt{\left(\sqrt{14}+\sqrt{2}+2\sqrt{3}\right)\left(\sqrt{14}+\sqrt{2}+2\sqrt{3}-\sqrt{56}\right)\left(\sqrt{14}+\sqrt{2}+2\sqrt{3}-\sqrt{8}\right)\left(\sqrt{14}+\sqrt{2}+2\sqrt{3}-\sqrt{48}\right)}$$ $$=4\sqrt{6}.$$

Second Solution:- 

We use matrix which is way faster.

Now taking magnitude, using the fact that cross factor is two times the area i.e

Area=$\frac12(\sqrt{64+16^2+64})= 4\sqrt{6}.$


Anyways hope this post helps someone :) If you liked this post and want more posts like these then do subscribe to Sunaina Thinks Absurd.

Sunaina💜

Comments

  1. Simply brilliant... The geometrical interpretation has made it more meaningful...and hence lively😊... CONGRATULATIONS & Best Wishes to a budding Mathematician... Sunaina🎊

    ReplyDelete
  2. Hey, best wishes for INMO camp. But in which class you are in now?

    ReplyDelete
  3. Thanks, we just havig MOOC (also if you want to see the lectures, you can see HBCSE's channel in Youtube). Also I am in Grade 11( just entered ).

    ReplyDelete
    Replies
    1. Great. I hope will get select for IMO. Your video lectures?

      Delete
  4. You are at grade 11?I saw your account on stackexchange.You are learning that math alone or there is olympiad instructor that is helping you?Thank you.

    ReplyDelete
    Replies
    1. Well, I was doing OTIS last year, where I took instructor( I won't reveal his name for privacy reasons), but if you follow my blog, you will know who he is!

      Delete
  5. Did you by nychance learn vector bashing :P ?

    ReplyDelete
    Replies
    1. :O Not really, there was one G2 which was solvable using Vectors.. but that wasn't a vector bashing :P But sounds fun to learn!

      Are you giving INMO? :O

      Delete

Post a Comment

Popular posts from this blog

My experiences at EGMO, IMOTC and PROMYS experience

Yes, I know. This post should have been posted like 2 months ago. Okay okay, sorry. But yeah, I was just waiting for everything to be over and I was lazy. ( sorry ) You know, the transitioning period from high school to college is very weird. I will join CMI( Chennai Mathematical  Institue) for bsc maths and cs degree. And I am very scared. Like very very scared. No, not about making new friends and all. I don't care about that part because I know a decent amount of CMI people already.  What I am scared of is whether I will be able to handle the coursework and get good grades T_T Anyways, here's my EGMO PDC, EGMO, IMOTC and PROMYS experience. Yes, a lot of stuff. My EGMO experience is a lot and I wrote a lot of details, IMOTC and PROMYS is just a few paras. Oh to those, who don't know me or are reading for the first time. I am Sunaina Pati. I was IND2 at EGMO 2023 which was held in Slovenia. I was also invited to the IMOTC or International Mathematical Olympiad Training Cam...

Geometry ( Finally!!!)

 This is just such an unfair blog.  Like if one goes through this blog, one can notice how dominated  Algebra is!! Like 6 out of 9 blog post is Algebra dominated -_- Where as I am not a fan of Algebra, compared to other genres of Olympiad Math(as of now). And this was just injustice for Synthetic Geo. So this time , go geo!!!!!!!!!!!  These problems are randomly from A Beautiful Journey through Olympiad Geometry.  Also perhaps I will post geo after March, because I am studying combi.  Problem:  Let $ABC$ be an acute triangle where $\angle BAC = 60^{\circ}$. Prove that if the Euler’s line of $\triangle ABC$ intersects $AB$ and $AC$ at $D$ and $E$, respectively, then $\triangle ADE$ is equilateral. Solution:  Since $\angle A=60^{\circ}$ , we get $AH=2R\cos A=R=AO$. So $\angle EHA=\angle DOA.$ Also it's well known that $H$ and $O $ isogonal conjugates.$\angle OAD =\angle EAH.$ By $ASA$ congruence, we get $AE=AD.$ Hence $\triangle ADE$ is equilateral....

Introduction

  Hey Everyone!! This is my first Blog post. So let me give a brief introduction about myself. I am Sunaina Pati. I love solving Olympiad math problems,  learning crazy astronomical facts , playing hanabi and anti-chess, listening to Kpop , love making diagrams in Geogebra and  teaching other people maths 😊 . I love geometry , number theory and Combinatorics . I am starting this blog to keep myself a bit motivated in doing studies 😎 . Right now, I am planning to write walkthroughs on some of the best problems I tried over the week which can refer for hints 'cause solutions contain some major spoilers and one learns a lot while solving the problem on his own rather than seeing solutions . Also, there will be some reviews about Kpop songs, study techniques, my day to day lifestyles,exam reviews and ofc some non-sense surprises 😂.  I am planning to  try  posting every week on Sundays or Saturdays ( most probably) ! Though there is no guarantee about when I ...

Some problems in Olympiad Graph theory!

Hello there! It has been a long time since I uploaded a post here. I recently took a class at the European Girls' Mathematical Olympiad Training Camp 2024, held at CMI. Here are a few problems that I discussed! My main references were Po-Shen Loh's Graph theory Problem set (2008), Adrian tang's Graph theory problem set (2012) and Warut Suksompong's Graph Cycles and Olympiad Problems Handout and AoPS. I also referred to Evan Chen's Graph theory Otis Problem set for nice problems! Text Book Problems which are decent A connected graph $G$ is said to be $k$-vertex-connected (or $k$-connected) if it has more than $k$ vertices and remains connected whenever fewer than $k$ vertices are removed. Show that every $k$-connected graph of order atleast $2k$ contains a cycle of length at least $2k$. We begin with a lemma. Prove that a graph $G$ of order $n \geq 2k$ is $k$ connected then every 2 disjoint set $V_1$ and $V_2$ of $k$ distinct vertices each, there exist $k$...

Problems I did this week [Jan8-Jan14]

Yeyy!! I am being so consistent with my posts~~ Here are a few problems I did the past week and yeah INMO going to happen soon :) All the best to everyone who is writing!  I wont be trying any new problems and will simply revise stuffs :) Some problems here are hard. Try them yourself and yeah~~Solutions (with sources) are given at the end! Problems discussed in the blog post Problem1: Let $ABC$ be a triangle whose incircle $\omega$ touches sides $BC, CA, AB$ at $D,E,F$ respectively. Let $H$ be the orthocenter of $DEF$ and let altitude $DH$ intersect $\omega$ again at $P$ and $EF$ intersect $BC$ at $L$. Let the circumcircle of $BPC$ intersect $\omega$ again at $X$. Prove that points $L,D,H,X$ are concyclic. Problem 2: Let $ ABCD$ be a convex quadrangle, $ P$ the intersection of lines $ AB$ and $ CD$, $ Q$ the intersection of lines $ AD$ and $ BC$ and $ O$ the intersection of diagonals $ AC$ and $ BD$. Show that if $ \angle POQ= 90^\circ$ then $ PO$ is the bisector of $ \angle AOD$ ...

Orders and Primitive roots

 Theory  We know what Fermat's little theorem states. If $p$ is a prime number, then for any integer $a$, the number $a^p − a$ is an integer multiple of $p$. In the notation of modular arithmetic, this is expressed as \[a^{p}\equiv a{\pmod {p}}.\] So, essentially, for every $(a,m)=1$, ${a}^{\phi (m)}\equiv 1 \pmod {m}$. But $\phi (m)$ isn't necessarily the smallest exponent. For example, we know $4^{12}\equiv 1\mod 13$ but so is $4^6$. So, we care about the "smallest" exponent $d$ such that $a^d\equiv 1\mod m$ given $(a,m)=1$.  Orders Given a prime $p$, the order of an integer $a$ modulo $p$, $p\nmid a$, is the smallest positive integer $d$, such that $a^d \equiv 1 \pmod p$. This is denoted $\text{ord}_p(a) = d$. If $p$ is a primes and $p\nmid a$, let $d$ be order of $a$ mod $p$. Then $a^n\equiv 1\pmod p\implies d|n$. Let $n=pd+r, r\ll d$. Which implies $a^r\equiv 1\pmod p.$ But $d$ is the smallest natural number. So $r=0$. So $d|n$. Show that $n$ divid...

Solving Random ISLs And Sharygin Solutions! And INMO happened!!

Some of the ISLs I did before INMO :P  [2005 G3]:  Let $ABCD$ be a parallelogram. A variable line $g$ through the vertex $A$ intersects the rays $BC$ and $DC$ at the points $X$ and $Y$, respectively. Let $K$ and $L$ be the $A$-excenters of the triangles $ABX$ and $ADY$. Show that the angle $\measuredangle KCL$ is independent of the line $g$ Solution: Note that $$\Delta LDK \sim \Delta XBK$$ and $$\Delta ADY\sim \Delta XCY.$$ So we have $$\frac{BK}{DY}=\frac{XK}{LY}$$ and $$\frac{DY}{CY}=\frac{AD}{XC}=\frac{AY}{XY}.$$ Hence $$\frac{BK}{CY}=\frac{AD}{XC}\times \frac{XK}{LY}\implies \frac{BK}{BC}=\frac{CY}{XC}\times \frac{XK}{LY}=\frac{AB}{BC}\times \frac{XK}{LY} $$ $$\frac{AB}{LY}\times \frac{XK}{BK}=\frac{AB}{LY}\times \frac{LY}{DY}=\frac{AB}{DL}$$ $$\implies \Delta CBK\sim \Delta LDK$$ And we are done. We get that $$\angle KCL=360-(\angle ACB+\angle DKC+\angle BCK)=\angle DAB/2 +180-\angle DAB=180-\angle DAB/2$$ Motivation: I took a hint on this. I had other angles but I did...

Let's complex bash Part 1

I have to learn complex bash. And almost everyone knows that I am notes taking girl so thought why not make a post on complex bash ( so that I don't get emotionally demotivated lol).😇 There wasn't any need for learning complex bash, but it was in my dream checklist i.e " To learn a bash." And since I am not loaded with exams, I think it's high time to learn Bash and new topics.  Also if anyone from the "anti-bash" community is reading, sorry in advance and R.I.P.  Notes:- 1. Complex numbers are of the form $z=a+ib,$ where $a$ and $b$ are real numbers and $i^2=-1.$ 2. In polar form, $z=r(\cos \theta+~~i\sin\theta)=~~re^{i\theta},$ where $r=~~|z|=~~\sqrt{a^2+b^2},$ which is called the magnitude. 3. Here we used euler's formula i.e $\cos \theta+~~i\sin\theta=~~e^{i\theta}.$ 4. The $\theta $ is called the argument of $z,$ denored $\arg z.$ ( $\theta$ can be considered in $\mod 360$ and it is  measured anti-clockwise). 5. The complex conjugate of $z$ is ...

IMO 2023 P2

IMO 2023 P2 Well, IMO 2023 Day 1 problems are out and I thought of trying the geometry problem which was P2.  Problem: Let $ABC$ be an acute-angled triangle with $AB < AC$. Let $\Omega$ be the circumcircle of $ABC$. Let $S$ be the midpoint of the arc $CB$ of $\Omega$ containing $A$. The perpendicular from $A$ to $BC$ meets $BS$ at $D$ and meets $\Omega$ again at $E \neq A$. The line through $D$ parallel to $BC$ meets line $BE$ at $L$. Denote the circumcircle of triangle $BDL$ by $\omega$. Let $\omega$ meet $\Omega$ again at $P \neq B$. Prove that the line tangent to $\omega$ at $P$ meets line $BS$ on the internal angle bisector of $\angle BAC$. Well, here's my proof, but I would rather call this my rough work tbh. There are comments in the end! Proof Define $A'$ as the antipode of $A$. And redefine $P=A'D\cap (ABC)$. Define $L=SP\cap (PDB)$.  Claim1: $L-B-E$ collinear Proof: Note that $$\angle SCA=\angle SCB-\angle ACB=90-A/2-C.$$ So $$\angle SPA=90-A/2-C\implies \ang...

How to prepare for INMO

Since INMO is coming up, it would be nice to write a post about it! A lot of people have been asking me for tips. To people who are visiting this site for the first time, hi! I am Sunaina Pati, an undergrad student at Chennai Mathematical Institute. I was an INMO awardee in 2021,2022,2023. I am also very grateful to be part of the India EGMO 2023 delegation. Thanks to them I got a silver medal!  I think the title of the post might be clickbait for some. What I want to convey is how I would have prepared for INMO if I were to give it again. Anyway, so here are a few tips for people! Practice, practice, practice!! I can not emphasize how important this is. This is the only way you can realise which areas ( that is combinatorics, geometry, number theory, algebra) are your strength and where you need to work on. Try the problems as much as you want, and make sure you use all the ideas you can possibly think of before looking at a hint. So rather than fixing time as a measure to dec...