Linear algebra with dot product?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
SpiffyEh
Messages
191
Reaction score
0

Homework Statement



Let A(theta)x = b for each theta in S. Calculate,
(x dot b)/(|x||b|)

A =
[cos(theta) -sin(theta)
sin(theta) cos(theta)]

How is this related to theta?
Recall that x dot y and |x| are the standard dot-product and magnitude, respectively, from vector-calculus. These operations hold for vectors in Rn
but now have the following definitions, x dot y = x(transpose)y and |x =sqrt(x(transpose)*x)

Homework Equations





The Attempt at a Solution



I'm not sure how to do this because i don't know what x is or what b is, so I'm confused.
 
Physics news on Phys.org
I don't understand how I would go about calculating it without knowing anything besides that
 
Pick a value for theta, then pick a few values for x. Now calculate Ax. That should give you an idea of what A does, and how A is related to theta.
 
don't I need to actually calculate the dot product equation though? I can't just pick something for x and b and actually have it be correct to the equation.
 
The equation is:[tex]A(\theta )x=b[/tex]. Then [tex]x=A^{-1}(\theta )b[/tex], You can calculate what the inverse of A is. Denote [tex]\mathbf{b}=(b_{1},b_{2})[/tex], you can then calculate x in terms of theta and b, from there compute your dot product.
 
Nice to know: if [itex]A(\theta)[/itex] is 'rotation about a given axis by angle [itex]\theta[/itex]' then the inverse rotation is just the rotation about the same axis by angle [itex]-\theta[/itex].

That is, [itex]A(\theta)^{-1}= A(-\theta)[/itex].