#$&*
course Mth 277
2-27
If your solution to stated problem does not match the given solution, you should self-critique per instructions at
http://vhcc2.vhcc.edu/dsmith/geninfo/labrynth_created_fall_05/levl1_22/levl2_81/file3_259.htm
.
Your solution, attempt at solution. If you are unable to attempt a solution, give a phrase-by-phrase interpretation of the problem along with a statement of what you do or do not understand about it. This response should be given, based on the work you did in completing the assignment, before you look at the given solution.
At the end of this document, after the qa problems (which provide you with questions and solutions), there is a series of Questions, Problems and Exercises.
query_10_5
*********************************************
Question: Find the tangential and normal components of an object's acceleration which has the position vector R(t) = <3/5 cos t, 4/5(1+sin t), cos t>.
YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
Your solution:
R(t) = -(3/5)sin(t)i + (4/5)cos(t)j - sin(t)k
R(t) = -(3/5)cos(t)i - (4/5)sin(t)j - cos(t)k
R dot R = V dot A
= (-(3/5)sin(t)* -(3/5)cos(t)) + ((4/5)cos(t)* - (4/5)sin(t)) + (- sin(t)* - cos(t))
= .36sin(t)cos(t) - .64cos(t)sin(t) + (sin(t)cos(t)
= sin(t)cos(t)(.36 - .64 + 1)
= .72sin(t)cos(t)
R X R = V X A
=
i j K
-(3/5)sin(t) (4/5)cos(t) - sin(t)
-(3/5)cos(t) - (4/5)sin(t) - cos(t)
= -(4/5)i + (12/25)k
Therefore
A_T = (R dot R)/(||R||) = V dot A/||V||
= .72sin(t)cos(t)/`sqrt((-(3/5)sin(t))^2 +( (4/5)cos(t))^2 + sin(t)^2)
`sqrt((-(3/5)sin(t))^2 +( (4/5)cos(t))^2 + sin(t)^2)
=`sqrt(.36sin(t)^2 + .64cos(t)^2 + sin(t)^2) = `sqrt(.923sin(t)^2 + .64)
A_T = (.72sin(t)cos(t))/( `sqrt(.923sin(t)^2 + .64))
A_N = ||R X R||/||R|| = ||V X A||/||V||
= `sqrt((-(4/5))^2 + (12/25)^2)/ `sqrt(.923sin(t)^2 + .64)
`sqrt((-(4/5))^2 + (12/25)^2) = `sqrt(.64 + .2304) = `sqrt(.8704) = approx. .933
A_N = .933/`sqrt(.923sin(t)^2 + .64)
confidence rating #$&*:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution:
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Self-critique (if necessary):
------------------------------------------------
Self-critique rating:
*********************************************
Question: If V(0) = <5,-2,4> and A(0) = <1,3,-9>, what is A_T and A_N at t = 0?
YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
Your solution:
V = dR/dt = <5, -2, 4> and A = dV/dt = <1, 3, -9>
ds/dt = ||V|| = `sqrt(5^2 + -2^2 + 4^2) = `sqrt(45)
A_N = `sqrt(||A||^2 - A_T^2) = `sqrt((`sqrt(1^2 + 3^2 + (-9)^2)) - 0^2)
=`sqrt( `sqrt(91)) = approx. 3.0886
Therefore
A_T = d^2s/dt^2 = 0
A_N = approx. 3.0886
confidence rating #$&*:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution:
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Self-critique (if necessary):
------------------------------------------------
Self-critique rating:
*********************************************
Question: An object moves with a constant angular velocity omega around the circle x^2 + y^2 = r^2 in the xy-plane.
Find a parameterization for the circle.
Compute the tangential and normal acceleration for the object.
YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
Your solution:
parameterization of circle
x = r*cos(t)
y = r*sin(t)
V = dR/dt = < r*cos(t), r*sin(t),> and A = dV/dt = <1, 3, -9>
ds/dt = ||V|| = `sqrt(r*cos(t)^2 + r*sin(t)^2) = `sqrt(r^2*cos(t)^2 + r^2*sin(t)^2)
= `sqrt(r^2(cos(t)^2*sin(t)^2) = `sqrt(r^2) = r
A_N = k(ds/dt)^2 = (1/r)V_0^2
Therefore
A_T = d^2s/dt^2 = 0
A_N = (V_0^2/r) *N
confidence rating #$&*:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution:
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Self-critique (if necessary):
------------------------------------------------
Self-critique rating:
*********************************************
Question:
Consider the vector function R(t) = <3 sin t, 4t, 3 cos t>.
Evaluate V(t) = R'(t), N(t), and A(t) = R''(t) when t = 1.
Find the vector projection of A(1) onto V(1). Denote this proj_V(1) (A(1)).
Find the vector projection of A(1) onto N(1). Denote this proj_N(1) (A(1)).
What is the sum of proj_V(1) (A(1)) and proj_N(1) (A(1)).
How does proj_V(1) (A(1)) relate to A_T when t = 1.
How does proj_N(1) (A(1)) relate to A_N when t = 1.
YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
Your solution:
R(t) = <3cos(t), 4, -3sin(t)>
R(1) = <1.62, 4, -2.5244>
T(t) = <3cos(t), 4, -3sin(t)>/(`sqrt(3cos(t)^2 + 4^2 +(-3sin(t))^2)
= <(3/5)cos(t), (4/5), (-3/5)sin(t)>
N(t) = T(t)/||T(t)||
T(t) = <-(3/5)sin(t), 0, (-3/5)cos(t)>
||T|| = `sqrt((-(3/5)sin(t))^2 + ((-3/5)cos(t))^2)
= `sqrt(9/25) = 3/5
N(1) = <-.5049/(3/5), 0, -.3242/(3/5)>
=<-.8415, 0, -.5403>
A(t) = R(t) = <-3sin(t), 0, -3cos(t)>
R(1) = <-2.5244, 0, -1.62>
????Im getting really confused and cant figure out what exactly Im doing. I can follow the formulas up to a certain point but its not making a lot of sense to me????????????????????????
@& V(t) is the velocity function, which is the time derivative of the position function:
V(t) = R ' (t).
T(t) is the unit tangent vector. The velocity V(t) is tangent to the curve defined by position vector R(t), so if we divide V(t) by its magnitude we get a unit vector tangent to the curve. So
T(t) = V(t) / || V(t) || = R ' (t) / || R ' (t) ||.
N(t) is the unit normal vector, perpendicular to the tangent. The derivative of a unit vector is perpendicular to that vector. T(t) is a unit vector tangent to the curve, so T ' (t) is perpendicular to the tangent, and is therefore normal to the curve. Thus
N(t) = T ' (t) / || T ' (t) ||
is a unit vector normal to the curve.
A(t) = V ' (t) = R '' ( t ) is the acceleration vector, the second derivative of the position vector.
A(t) lies in the plane of T(t) and N(t), and components parallel to each of these vectors. ( A(t) is therefore a linear combination of T(t) and N(t) ).
The component of a given vector in the direction of another vector is its projection onto that vector
(proj_`w(`v) is the projection of `v onto `w, and has magnitude v cos(theta), where theta is the angle between `v and `w; thus proj_`w(`v) = v cos(theta) * `w / || w ||, where `w / || `w || is the unit vector in the direction of `w; since v cos(theta) = `v dot `w / || `w ||, the projection is `v dot `w * `w / || `w ||^2. If `w is a unit vector then || `w || = 1 and the projection is `v dot `w * `w).
Thus the component of A(t) in the direction of the unit tangent is A_T = A(t) dot T(t), while the component of A(t) in the direction of the unit normal is A_N = A(t) dot N(t). A(t) = A_T * T(t) + A_N * N(t) (a linear combination of the unit tangent and unit normal vectors with constant A_T and A_N).
. *@
@& The above summary confuses, to an extent, vector and scalar projections. The component of one vector in the direction of another can be specified by the scalar projection
proj_`w (`v) = `v dot `w / || `w ||
or the vector projection
`proj_`w (`v) = `v dot `w / || `w || * `w / || `w ||.
The former is just the number that tells you what to multiply by the unit vector in the direction of `w to get the vector component.
The sum
`proj_`T ( `A) + `proj_`N ( `A)
of the vector components in the directions of the unit tangent and unit normal vectors (which we remember are perpendicular) is equal to the vector `A.*@
confidence rating #$&*:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution:
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Self-critique (if necessary):
------------------------------------------------
Self-critique rating:
*********************************************
Question: Let B = T X N when T and N are the unit tangent and normal vectors to a curve C with position vector R. Show that dB/ds = T X (dN/ds).
YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
Your solution:
????This is the type of problem I had trouble on in the last section??????
@& `B = `T X `N is a unit vector, since `T and `N are perpendicular unit vectors.
`T X `N is perpendicular to `T and `N, since the cross product of two vectors is perpendicular to both.
So `T, `N and `B comprise a 3-dimensional coordinate system, which for a typical curve continuously changes its orientation in space, curving and twisting along with the motion described by `R(t).
If the motion stays in one plane (which will be the plane defined by `T and `N), then `B, being perpendicular to `T and `N, is perpencidular to that plane and hence constant.
If the motion changes planes, the rate of change of `B is a measure of how quickly the plane of motion is changing.
Imagine riding a curving, twisting roller coaster. At any instant you are moving in some direction (if you're looking straight ahead then you're looking in that direction), and being accelerated toward the center of some circle (the osculating circle) with acceleration equal to v^2 / r, where r is the radius of that circle (the reciprocal of the curvature). You are temporarily moving in the plane of that circle, and `B is normal to that plane. If you took three points on the track, one the point at which you are at the instant, one at a point you were a very short time earlier, and another the point at which you will be a very short time later, these three points define a plane which is very close to the plane of the circle. The next three points will typically define a slightly different plane. The `B vector will hence change, and if you divide the change in that vector by the time required to move from one point to the next, you have `B ' .
*@
@& `B ' in the preceding is the rate at which `B changes with respect to time. If you divide that by the rate at which position changes with respect to time, you get the rate at which `B changes with respect to position. That is d`B / ds
Now d`B/ds is formally equal to d `B / dt * dt /ds, which is equal to d`B / dt divided by ds / dt.
s is just arc length. If R(t) = x(t) `i + y(t) `j + z(t) `k, then on a short interval
`ds = sqrt( `dx^2 + `dy^2 + `dz^2) = sqrt( (x ' `dt)^2 + (y ' `dt)^2 + (z ' `dt)^2 ) = sqrt( x ' ^2 + y ' ^2 + z ' ^2) * `dt.
A little thought shows that the result is that
ds / dt = sqrt( x ' ^2 + y ' ^2 + z ' ^2).
So:
If you know `R(t) you can calculate `T(t), `N(t) and `B(t), as well as ds/dt.
So you can calculate all sorts of things that describe the important aspects of motion in 3 dimensions.
In relation to the current question, consider the possibility that dT / ds is in the direction of N, but dN/ds is not necessarily in the direction of T. That and the product rule for the derivative of a cross product can be used to prove the desired result.*@
confidence rating #$&*:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution:
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Self-critique (if necessary):
------------------------------------------------
@& Check my notes, which pretty much summarize the chapter.
You might have questions, which would be welcome.*@