Magnitude of vector, negative in part.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
feathermoon
Messages
9
Reaction score
0
This is actually not a full problem, just a part of one I'm having trouble with:

Homework Statement



If I have a acceleration vector, say [ b[itex]k^{2}[/itex][itex]e^{kt}[/itex] - b[itex]c^{2}[/itex][itex]e^{kt}[/itex] ][itex]e_{r}[/itex] + [ 2bkc[itex]e^{kt}[/itex] ] [itex]e_{θ}[/itex]. How can I find its magnitude?

Homework Equations



Mag vector |a| = (a^2)^(1/2)

The Attempt at a Solution



As I square [itex]_{e}r[/itex], the cross term is still negative under the radical, and doesn't subtract cleanly:

[ [itex]b^{2}k^{4}e^{kt}[/itex] + [itex]b^{2}c^{4}e^{kt}[/itex] - 2[itex]b^{2}k^{2}c^{2}e^{kt}[/itex] ][itex]^{1/2}[/itex]

I'm either doing some wrong algebra or missing something obvious I think?
 
Last edited:
Physics news on Phys.org
Well I'm stupid.. neglected e_theta completely out of sheer confusion from the first part... guess what it does when you add it in.

...Maybe this thread should be deleted. U_U Sometimes I just need a new perspective I guess.
 
Glad it worked out. FYI, I have two comments to help you in the future:

1. Note that [itex](e^{kt})^2 = e^{2kt}, \text{ not } e^{kt}[/itex]

2. You can enclose an entire equation or large expression in itex-/itex tags, you do not need to use separate itex-/itex tags for selected terms.

So instead of

[ [itex]bk^{2}[/itex][itex]e^{kt}[/itex] - b[itex]c^{2}[/itex][itex]e^{kt}[/itex] ][itex]e_{r}[/itex] + [ 2bkc[itex]e^{kt}[/itex] ] [itex]e_{θ}[/itex]

you can write

[itex] [ bk^{2}e^{kt} - bc^{2}e^{kt} ] e_{r} + [ 2bkce^{kt} ] e_{θ} [/itex]

which gives you

[itex][ bk^{2}e^{kt} - bc^{2}e^{kt} ] e_{r} + [ 2bkce^{kt} ] e_{θ}[/itex]
 
Thanks Redbelly! I did have e^kt as e^2kt in my calculation, I just forgot to transcribe that correctly.

The itex thing on the other hand will probably save me some time on my next questions! :D