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

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 will post , so if you are

How to prepare for RMO?

"Let's wait for this exam to get over".. *Proceeds to wait for 2 whole fricking years!  I always wanted to write a book recommendation list, because I have been asked so many times! But then I was always like "Let's wait for this exam to get over" and so on. Why? You see it's pretty embarrassing to write a "How to prepare for RMO/INMO" post and then proceed to "fail" i.e not qualifying.  Okay okay, you might be thinking, "Sunaina you qualified like in 10th grade itself, you will obviously qualify in 11th and 12th grade." No. It's not that easy. Plus you are talking to a very underconfident girl. I have always underestimated myself. And I think that's the worst thing one can do itself. Am I confident about myself now? Definitely not but I am learning not to self-depreciate myself little by little. Okay, I shall write more about it in the next post describing my experience in 3 different camps and 1 program.  So, I got

INMO Scores and Results

Heya! INMO Results are out! Well, I am now a 3 times IMOTCer :D. Very excited to meet every one of you! My INMO score was exactly 26 with a distribution of 17|0|0|0|0|9, which was a fair grading cause after problem 1, I tried problem 6 next. I was hoping for some partials in problem 4 but didn't get any.  I am so so so excited to meet everyone! Can't believe my olympiad journey is going to end soon..  I thought to continue the improvement table I made last year! ( I would still have to add my EGMO performance and also IMO TST performance too) 2018-2019[ grade 8]:  Cleared PRMO, Cleared RMO[ State rank 4], Wrote INMO 2019-2020[ grade 9]:  Cleared PRMO, Cleared RMO[ State topper], Wrote INMO ( but flopped it) 2020-2021[grade 10]:  Cleared IOQM, Cleared INMO [ Through Girl's Quota] 2021-2022[grade 11]:  Wrote EGMO 2022 TST[ Rank 8], Qualified for IOQM part B directly, Cleared IOQM-B ( i.e INMO) [Through general quota],  2022-2023 [grade 12]:  Wrote EGMO 2023 TST [ Rank 2], Mad

Reflecting on past

INMO Scores are out!! I am now a two times INMO awardee :) I got 16|0|1, so 17 in total! Yes, 16 in P1 T_T. I was thinking I would lose marks because of the way I wrote.  Lemme tell ya'll what happened that day but first I should share a few thoughts I had before the exam. My thoughts Honestly, my preparation for INMO was bad. In fact, I should say I didn't work hard at all. As I have said earlier, I had lost all my hopes for INMO and Olympiads as a whole after EGMO TSTs happened.  Art by Jelena Janic EGMO TSTs i.e European Girl's Mathematical Olympiad Team selection Tests 2022.  Literally my thoughts after EGMO TSTs I feel very ashamed to share but I got 1 mark in my EGMO TSTs. Tests in which I literally gave my whole life. I did so many ISLs ( like SO MANY), I mocked EGMO 2021 TST where my score was 28/42 and I perfected Day 2. 1 mark in the TST just showed my true potential. There are way better people than me in olys. A friend even said to me, "If I wouldn't

Bio is Love..

Adios, everyone! Boards preparation at its peak :(  However, I am not able to study how I used to. Every time I try to study for boards, I just keep thinking much about a topic, stare at the book, jam a song or just start doing procrastination by bookmarking random cute problems in HSO. It's been more than a year I have studied like with a focus on a book. My lappy is being a big distraction tbh. So after INMO score come out, I will just give my lappy for repair and say papa to bring it back home after June 2.  Milk and Mocha I literally am taking 2 days to complete 1 bio chapter, some times even 3. The rate of my "slowness" is probably because I am like every 15 minutes checking discord to see if the INMO scores are out or not. So HBCSE, thank you for keeping me anxious.  Funfact:- we must be grateful that there is an organisation that is conducting these national Olys. There are some countries where no Olys are being conducted. ( Same dialogue which mumma uses, but in p

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. Problem:  A convex quadrilateral $

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 didn't r

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

Just spam combo problems cause why not

This post is mainly for Rohan Bhaiya. He gave me/EGMO contestants a lot and lots of problems. Here are solutions to a very few of them.  To Rohan Bhaiya: I just wrote the sketch/proofs here cause why not :P. I did a few more extra problems so yeah.  I sort of sorted the problems into different sub-areas, but it's just better to try all of them! I did try some more combo problems outside this but I tried them in my tablet and worked there itself. So latexing was tough. Algorithms  "Just find the algorithm" they said and they died.  References:  Algorithms Pset by Abhay Bestrapalli Algorithms by Cody Johnson Problem1: Suppose the positive integer $n$ is odd. First Al writes the numbers $1, 2,\dots, 2n$ on the blackboard. Then he picks any two numbers $a, b$ erases them, and writes, instead, $|a - b|$. Prove that an odd number will remain at the end.  Proof: Well, we go $\mod 2$. Note that $$|a-b|\equiv a+b\mod 2\implies \text{ the final number is }1+2+\dots 2n\equiv n(2n+1