<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://euler.vaniercollege.qc.ca/gwikis/pwiki/index.php?action=history&amp;feed=atom&amp;title=Exercises_on_Vectors</id>
	<title>Exercises on Vectors - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://euler.vaniercollege.qc.ca/gwikis/pwiki/index.php?action=history&amp;feed=atom&amp;title=Exercises_on_Vectors"/>
	<link rel="alternate" type="text/html" href="https://euler.vaniercollege.qc.ca/gwikis/pwiki/index.php?title=Exercises_on_Vectors&amp;action=history"/>
	<updated>2026-06-01T19:34:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://euler.vaniercollege.qc.ca/gwikis/pwiki/index.php?title=Exercises_on_Vectors&amp;diff=18&amp;oldid=prev</id>
		<title>Nuzhat: /* Ex 2 */</title>
		<link rel="alternate" type="text/html" href="https://euler.vaniercollege.qc.ca/gwikis/pwiki/index.php?title=Exercises_on_Vectors&amp;diff=18&amp;oldid=prev"/>
		<updated>2010-06-25T16:21:08Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Ex 2&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Vector Addition===&lt;br /&gt;
&amp;#039;&amp;#039;Helena Dedic&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
====Ex 1====&lt;br /&gt;
&lt;br /&gt;
Three vectors are specified as follows: A is 5 m at &amp;lt;math&amp;gt;45^o&amp;lt;/math&amp;gt; N of E, B is 7 m at &amp;lt;math&amp;gt;60^o&amp;lt;/math&amp;gt; E of S, and C is 4 m at &amp;lt;math&amp;gt;30^o&amp;lt;/math&amp;gt; W of S. Find the magnitude and direction of their sum.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solution&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
We start by drawing a diagram that shows each vector with its tail at the origin and then by computing the angle with x-axis.&lt;br /&gt;
[[image:Vectors_Ex_first_Sol.png‎|top]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We calculate the value of each component.&lt;br /&gt;
 &amp;lt;math&amp;gt;A_x = 5 Cos45^o = 3.5 m&amp;lt;/math&amp;gt;&lt;br /&gt;
 &amp;lt;math&amp;gt;A_y = 5 Sin45^o = 3.5 m&amp;lt;/math&amp;gt;&lt;br /&gt;
 &amp;lt;math&amp;gt;B_x = 5 Sin(- 60^o) = 6.1 m&amp;lt;/math&amp;gt;&lt;br /&gt;
 &amp;lt;math&amp;gt;B_y = 5 Cos(- 60^o) = - 3.5 m&amp;lt;/math&amp;gt;&lt;br /&gt;
 &amp;lt;math&amp;gt; C_x = 5 cos(- 120^o) = - 2 m&amp;lt;/math&amp;gt;&lt;br /&gt;
 &amp;lt;math&amp;gt;C_y = 5 sin(- 120^o) = - 3.5 m&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt; R_x = A_x + B_x + C_x = 3.5 + 6.1 - 2 = 7.6 m&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt; R_y = A_y + B_y + C_y = 3.5 - 3.5 - 3.5 = - 3.5 m&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We then compute the magnitude and the direction of R:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;R = \sqrt{7.6^2 + 3.5^2} = 8.4 m&amp;lt;/math&amp;gt;&lt;br /&gt;
 &amp;lt;math&amp;gt;\theta = tan^{-1}\left( \frac{-3.5}{7.6} \right) = - 25^o&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--[[#Exercises on Vectors|TOP]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Ex 2====&lt;br /&gt;
&lt;br /&gt;
Four vectors, each of magnitude 2 m, are shown in the figure. &lt;br /&gt;
 a.	Express each in unit vector notation. &lt;br /&gt;
 b.	Express their sum in unit vector notation. &lt;br /&gt;
 c.	What is the magnitude and direction of their sum?&lt;br /&gt;
&lt;br /&gt;
[[image:Vectors_Ex1.png|top]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solution&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;a)&amp;#039;&amp;#039;&amp;#039; We start by placing the tail of each vector at the origin of rectangular coordinates and finding the x- and y-components of each vector:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;\bar A = -1.00 \hat i - 1.73 \hat j  &amp;lt;/math&amp;gt; m &lt;br /&gt;
 &amp;lt;math&amp;gt;\bar B = \quad 1.53 \hat i + 1.29 \hat j &amp;lt;/math&amp;gt; m&lt;br /&gt;
 &amp;lt;math&amp;gt;\bar C = -1.73 \hat i + 1.00 \hat j &amp;lt;/math&amp;gt; m  &lt;br /&gt;
 &amp;lt;math&amp;gt;\bar D = \quad 1.64 \hat i - 1.15 \hat j &amp;lt;/math&amp;gt; m&lt;br /&gt;
&lt;br /&gt;
[[image:Vectors_Ex1_Sol.png|top]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;b)&amp;#039;&amp;#039;&amp;#039; We can predict the sum &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;+ &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039; + &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039; + &amp;#039;&amp;#039;&amp;#039;D&amp;#039;&amp;#039;&amp;#039; by doing a rough sketch, adding the vectors graphically. C and D roughly cancel and we can predict that the sum of A and B is in the fourth quadrant.&lt;br /&gt;
&lt;br /&gt;
[[image:Vectors_Ex1_Sol_b.png|top]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We add the vectors by adding x- and y-components&lt;br /&gt;
 &amp;lt;math&amp;gt;A_x + B_x + C_x + D_x = - 1.00 + 1.53 - 1.73 + 1.60 = \quad 0.40&amp;lt;/math&amp;gt;  &lt;br /&gt;
 &amp;lt;math&amp;gt;A_y + B_y + C_y + D_y = - 1.73 + 1.29 + 1.00 - 1.15 = -\ 0.59&amp;lt;/math&amp;gt; &lt;br /&gt;
The sum, as predicted, is in the fourth quadrant.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;R = \sqrt{0.40^2 + 0.59^2} = 0.73\ m&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\theta = tan^{-1}\left (\frac{-0.59}{0.40}\right ) = - 53^o&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;c)&amp;#039;&amp;#039;&amp;#039; We find that the vector sum has the magnitude 0.73 m and it points &amp;lt;math&amp;gt;\ 53^o&amp;lt;/math&amp;gt; below the x-axis.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--[[#Exercises on Vectors]]--&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Ex 3====&lt;br /&gt;
&lt;br /&gt;
The vector A has a magnitude of 6 m and vector B has a magnitude of 4 m. What is the angle between them if the magnitude of their resultant is:&lt;br /&gt;
 a.	the maximum possible &lt;br /&gt;
 b.	the minimum possible&lt;br /&gt;
 c.	3 m&lt;br /&gt;
 d.	8 m&lt;br /&gt;
Do each part graphically and by components. (Let A lie along the x-axis.)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solution&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[image:Vectors_Ex2_Sol.png|top]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[image:Vectors Ex2 Sol b.png|top]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--[[#Exercises on Vectors|TOP]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Ex 4====&lt;br /&gt;
&lt;br /&gt;
The displacement A is 6 m east. Find displacement B if the magnitude of A - B is half that of A and points in the direction &amp;lt;math&amp;gt;30^o&amp;lt;/math&amp;gt; N of E.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solution&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
We define &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039; = &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039; -&amp;#039;&amp;#039;&amp;#039; B&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
Solving for&amp;#039;&amp;#039;&amp;#039; B&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039; = &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039; -&amp;#039;&amp;#039;&amp;#039; C&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
We know that C = 3 m and its directions as measured from the positive x-axis is &amp;lt;math&amp;gt;30^o&amp;lt;/math&amp;gt;. We can compute the components of C as follows:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;C_x = 3 cos30^o = 2.6 m&amp;lt;/math&amp;gt;&lt;br /&gt;
 &amp;lt;math&amp;gt;C_y = 3 sin30^o = 1.5 m&amp;lt;/math&amp;gt;&lt;br /&gt;
Given that &amp;lt;math&amp;gt;A_x = 6 m&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;A_y = 0&amp;lt;/math&amp;gt; we compute the components of &amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;B_x = 6 - 2.6 = 3.4 m&amp;lt;/math&amp;gt;&lt;br /&gt;
 &amp;lt;math&amp;gt;B_y = - 1.5 m&amp;lt;/math&amp;gt;&lt;br /&gt;
 &amp;lt;math&amp;gt;B = \sqrt{3.4^2 + (1.5)^2} = 3.7 m&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;\theta = tan^{-1}\left (\frac{-1.5}{3.4}\right ) = - 24^o&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;!--[[#Exercises on Vectors|TOP]]--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nuzhat</name></author>
	</entry>
</feed>