Calc 3 Unit 13 - 15 Notations Flashcards
Explain how to go about solving for the Two (πΎ & πΏ) Vectors and their components:
4πΎ + 6πΏ = π² , πΎ - πΏ = π³
Start by knowing that π² = <1,0> and π³ = <0,1>, we can the set up a matrix using the two equations:
4πΎ + 6πΏ = < 1,0>
πΎ - πΏ = <0,1>
Then solve for the value of (πΎ & πΏ)βs vectors using linear reduced row echelon.
An ant walks due east at a constant speed of 2mi/hr on a sheet of paper that rests on a table. Suddenly the sheet of paper starts moving southeast at β(2)mi/hr. Describe the motion of the insect relative to the table.
How should this equation be set up ?
We know that the vector for the antβs movement relative to the stationary table is a sum of all movement in that system. so we can take the equation:
π₯(table) = π₯(antpaper) + π₯(P)
since the paper moves SouthEast:
π₯(P) = β(2) β
< β(2)/2 , -β(2)/2 >mi/hr = < 1, -1 >mi/hr
π₯(antpaper) = < 2,0 >mi/hr
π₯(table) = < 2,0 >mi/hr + < 1, -1 >mi/hr
π₯(table) = <3 , -1>mi/hr
How to find the projection of Vector π€ onto π₯ ?
projα΅₯π€
projα΅₯π€ = |π€|cosΞΈ[π₯ / |π₯|]
or
(π€β π₯ / π₯β π₯)π₯
How to find Scale of Vector π€ onto π₯ ?
scalα΅₯π€
scalα΅₯π€ = |π€|cosΞΈ = π€β π₯ / |π₯|
How to find Parallelogram using Cross Product ?
Find the Cross Product of the two vectors which form the parallelogram then solve for its magnitude
What is the Vector Equation and Parametric Equations of a line passing through (0,0,5) in the direction π₯ = <6,-5,0>
Note that the Vector Equation is
π» = π»β + tπ₯
Vector Equation: π» = <0,0,5> + t<6,-5,0>
Parametric Equations:
π = 6t
π = -5t
π = 5
How do we solve for the Normal and Parallel Forces created
Where:
ΞΈ = 30ΒΊ
F = 10N
We start by identifying the Parallel force as being in the same direction as gravitational force projected onto the slope.
F = <0,-10> given its direction
π₯ = <cos(-30),sin(-30)> = <β3/2 , -1/2>
We can find out projα΅₯F using:
projα΅₯F = (Fβ
π₯ / π₯β
π₯)π₯
projα΅₯F = (<0,-10> β <β3/2, -1/2>)/1 * <β3/2, -1/2>
= 5 * <β3/2, -1/2> =
projα΅₯F = <5β3/2 , -5/2>
Now we can find the Normal component using the equation: F = N + projα΅₯F
N = F - projα΅₯F β N = <0,-10> - <5β3/2 , -5/2>
N = <-5β3/2, -15/2>
How is Torque of an object found:
Take the cross product of the Location the Force is applied (wrt the screw) by the Force applied
Υ = π» X π
When applying Right Hand Orientation:
π = y component
π» = x component
Υ = Resultant component
Explain how to find parametric equations for the line segment joining the first point to the second point.
<-4,-9,5> and <-7,5,-3>
We start by finding π₯ the distance between our first point and our second point
π₯ = <-3,14,-8>
Now our Vector Equation will be:
<x,y,z> = <-4,-9,5> + t<-3,14,-8>
We can now define our Parametric Equations using basic vector algebra:
x = -4 - 3t
y = -9 +14t
z = 5 - 8t
How to find the point of intersection of two parametric equations defined as:
π» = <2,4,1> + t<6,-6,1>
π‘ = <18,-4,13> + s<4,-2,3>
Start by converting our Vector Forms into parametric form by performing basic vector addition
π» = {2 + 6t, 4 - 6t, 1 + t}
π‘ = {18 + 4s, -4 -2s, 13 +3s}
All we need to do now is solve for t and s by setting each of these equations equal to each-other:
x; 2 + 6t = 18 + 4s
y; 4 - 6t = -4 -2s
z; 1 + t = 13 +3s
We can then plug the found values into each equation to solve for the interception for <x,y,z>
What is the Equation of a Plane ?
a(x - xβ) + b(y - yβ) + c(z - zβ) = 0
or ax+ by + cz = d
How to find to the Plane passing through Pβ<2,-3,4> with a Normal Vector of
π· = <-1,2,3>
We start with are Equation to the Plane: a(x - xβ) + b(y - yβ) + c(z - zβ) = 0
Then we use our Normal Vector to describe our a,b,c values and Pβ for our xβ,yβ,zβ values
in Equation form: -1(x - 2) + 2(y + 3) + 3(z - 4) = 0 then we must convert to Standard Form:
-x + 2 + 2y + 6 + 3z - 12 = 0
-x + 2y + 3z = 4
How to find Equation of plane that passes through the points:
P<2,-1,3>
Q<1,4,0>
R<0,-1,5>
We start by finding the two vectors which have P as the origin:
PQ = <-1,5,-3> & PR = <-2,0,2>
Then we will take the cross product of the two vectors to find the Normal Vector
PQ X PR = <10,8,10>
We can now create the Equation of the Plane using P as our Pβ and our new Normal Vector as our π·
10(x - 2) + 8(y + 1) + 10(z - 3) = 0 β 10x - 20 + 8y + 8 + 10z - 30 = 0
Equation of Plane: 10x + 8y + 10z = 42
How to find Vector Normal to plane: 2x - 3y - z = 6
π· = <2,-3,-1>
How to find the points where Q intersects with each coordinate Axis ?
Lets do for 2x - 3y - z = 6
For each axis, set the other two values equal to 0
x-axis: y=z=0, x = 3
y-axis x=z=0, y = -2
z-axis x=y=0, z = -6