Simple Unit Vector Problem Part 2

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 6K views
hagobarcos
Messages
34
Reaction score
0

Homework Statement



This is almost exactly the same problem as my earlier post, however different equation and
point.

Find the unit vector parallel to the graph f(x) = tan(x) and the point (pi/4 , 1) , and the
unit vector perpendicular to the graph and point (pi/4 , 1 ).

Homework Equations



Alright so following some advice from earlier, f'(x) = sec(x)tan(x)
at the point (pi/4 , 1), the slope of the function is f'(pi/4) = (1/(sqrt(2))/2)*(1) = (2)/(sqrt(2))


The Attempt at a Solution



So therefore, the parallel vector should have a base of < sqrt(2) , 2 >
and since the magnitude is sqrt (2 + 4) = sqrt (6)
then the unit vector parallel would then be <sqrt(2/6) , 2/sqrt(6) >

AND
the perp. vector is based off of the negative reciprocal of the parallel slope, equals -sqrt(2)/2
perp vector = < 2, -sqrt(2) >

unit perp. vector = <2/sqrt(6), -sqrt(1/3) >

Attached is a photo.
 

Attachments

  • Cal Hw 11.jpg
    Cal Hw 11.jpg
    30.7 KB · Views: 1,287
Physics news on Phys.org
Since my derivatives and integrals are starting to blur together ^.^

Clearly then, f'(x) = sec^2(x)
During which, when x = pi/2, f'(x) = 2,

Vector par =< 1i, 2j >
Vhat = <1/sqrt(5) , 2/sqrt(5) >

Vector perp. = <2i, -1j >
Vp hat = <2/sqrt(5) , -1/sqrt(5) >

Bamn, web assign accepts, thank you!
:D
 
hagobarcos said:
Since my derivatives and integrals are starting to blur together ^.^

Clearly then, f'(x) = sec^2(x)
During which, when x = pi/2, f'(x) = 2,

Vector par =< 1i, 2j >

Don't mix notations like that. Either write < 1,2> or write i + 2j.
 
Hmmm. I did not know this. Alright so if you have a vector ai + bj, it can be stated as <a, b> OR ai + bj .

May have been making up my own thing there. Please disregard previous method of writing them up.