Save
Untitled
just
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
when
Visit profile
Cards (22)
What are the position vectors for points A and B?
rA
= 2ˆi + αˆj +
ˆk
,
rB
= ˆi + 3ˆj − 8ˆk
View source
What do the unit vectors ˆi, ˆj, and ˆk represent?
They point along the
x
, y, and
z
directions
View source
How do you calculate the dot product rA.rB?
By multiplying corresponding
components
and summing
View source
What is the formula for the dot product of two vectors?
rA.rB =
A_xB_x
+
A_yB_y
+
A_zB_z
View source
What does it mean for vectors rA and rB to be perpendicular?
Their
dot product
equals zero
View source
How can you determine the value of α for perpendicular vectors?
Set
rA.rB
= 0 and solve for α
View source
What is the formula to find the angle that vector rB makes with the x-axis?
θ
=
arccos
(
B_x
/
|rB|
)
View source
How do you calculate the work done W by force F moving from A to B?
W = F . (
rB
-
rA
)
View source
What is the formula for the moment M of a force about a vector?
M = rB × F
View source
How do you find the magnitude of the vector M?
Calculate
|M|
= |
rB
×
F
|
View source
What are the equations for the motion of a bead along a string?
x(t) =
sin
(t), y(t) =
cos
(t)
View source
What is the trajectory described by x²(t) + y²(t)?
A circle with
radius
1
View source
How do you calculate the derivatives dx/dt and dy/dt for the bead's motion?
Differentiate
x
(t) and y(t) with respect to t
View source
How do you show that dy/dx = -tan(t)?
Use the
chain rule
on
x(t)
and
y(t)
View source
What is the second derivative d²y/dx² in terms of y?
d²y/dx² = -1/
y³
View source
What is the formula for integration by parts?
∫uv'
dx
= uv -
∫u'v
dx
View source
What is the integral of x e^x dx?
x e^x - e^x +
C
View source
How do you calculate the definite integral ∫₀¹ x² e^x dx?
Use
integration by parts
twice
View source
What is the probability of a water pump showing a defect?
1/10
View source
How do you find the probability of exactly 3 pumps showing a defect?
Use the
binomial probability formula
View source
How do you calculate the probability that exactly 11 pumps do not present a defect?
Use the
binomial probability formula
View source
How do you find the probability of less than 3 pumps showing a defect?
Sum
probabilities for 0, 1, and 2
defects
View source