- #1
adm_strat
- 13
- 0
[SOLVED] Vector Problem
Given
Suppose a and b are vectors in Vn and theta is the angle between them. If a=<1,1,...,1> and b=<1,2,...,n>, find the limiting value of theta as n-->infinity
Relevent equations:
a*b = |a|*|b| * cos(theta)
or
theta = arccos ((a*b)/(|a|*|b|)
I know:
1) as n --> infinity, a*b = 1*1 + 1*2 + 1*3 + ... + 1*infinity
Therefore a*b equals infinity as n approaches infinity
2) as n --> infinity, |a|*|b| = sqrt(1 + 1 +...+ 1) * sqrt(1 + 4 + 9 + 16 +...+ (infinity)^2)
I can make all kinds of assumptions from here but I don't know where to go with this problem. Just looking at what I have so far it looks as if |a|*|b| goes to infinity faster then a*b, but I don't know how to show that and I am stuck. Thanks for the help
Given
Suppose a and b are vectors in Vn and theta is the angle between them. If a=<1,1,...,1> and b=<1,2,...,n>, find the limiting value of theta as n-->infinity
Relevent equations:
a*b = |a|*|b| * cos(theta)
or
theta = arccos ((a*b)/(|a|*|b|)
I know:
1) as n --> infinity, a*b = 1*1 + 1*2 + 1*3 + ... + 1*infinity
Therefore a*b equals infinity as n approaches infinity
2) as n --> infinity, |a|*|b| = sqrt(1 + 1 +...+ 1) * sqrt(1 + 4 + 9 + 16 +...+ (infinity)^2)
I can make all kinds of assumptions from here but I don't know where to go with this problem. Just looking at what I have so far it looks as if |a|*|b| goes to infinity faster then a*b, but I don't know how to show that and I am stuck. Thanks for the help