New Reply

Why do we need to normalize vectors for?Is it just to cut down on

 
Share Thread Thread Tools
Jul4-11, 10:17 AM   #1
 

Why do we need to normalize vectors for?Is it just to cut down on


Why do we need to normalize vectors for?
Is it just to cut down on the arithmetic when finding other quantities of the vector?
Does it make life simpler to normalize vectors?
 
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Jul4-11, 10:39 AM   #2
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Hi matqkks!

It is sometimes essential. For example, the Fourier series w.r.t. a orthogonal basis is given by

[tex]\sum_{n=0}^{+\infty}{<x,e_i>\frac{e_i}{\|e_i\|}}[/tex]

This formula wouldn't be true if we didn't normalize the ei.

But most of the time, I guess it's just easier. You can perform a Gramm-Schmidt procedure where you just obtain an orthogonal sequence, but it's nicer if you also know it's orthonormal. It makes a lot of formula's easier if you normalize.
 
Jul4-11, 10:23 PM   #3
 
Quote by matqkks View Post
Why do we need to normalize vectors for?
Is it just to cut down on the arithmetic when finding other quantities of the vector?
Does it make life simpler to normalize vectors?
There are a variety of reasons why you might want to normalize a vector.

One reason includes projections. Another reason might include the need to find angles between vectors: in order to do this you need to normalize vectors so the a . b = |a| |b| cos(a,b) and since |a| = |b| = 1, you can get cos(a,b) directly.

Also things like decomposition require this. As micromass has pointed out above, decompositions require that you normalize elements.

When you are doing projections in integral transforms, you are dealing with orthonormal basis and one property of orthonormal basis is that the the length of a basis vector is unit length (i.e. 1). If you ever look at integral transforms like fourier transforms and wavelet transforms, you will see what I am talking about.
 
New Reply

Tags
linear algebra, normalize, vectors
Thread Tools


Similar Threads for: Why do we need to normalize vectors for?Is it just to cut down on
Thread Forum Replies
What does it mean to normalize a non-normalized wavefuction as in Quantum Physics 2
Box Normalization Advanced Physics Homework 1
normalization in concept of database management? Computing & Technology 0
normalization Advanced Physics Homework 6
Normalization Quantum Physics 9