Proving Identity: |a × b|² + (a•b)² = |a|²|b|²

  • Thread starter Thread starter Macleef
  • Start date Start date
  • Tags Tags
    Identity
Macleef
Messages
30
Reaction score
0

Homework Statement



The identity below is significant because it relates 3 different kinds of products: a cross product and a dot product of 2 vectors on the left side, and the product of 2 real numbers on the right side. Prove the identity below.

| a × b |² + (a • b)² = |a|²|b|²

Homework Equations



| a × b | = |a||b|sinθ
(a • b) = |a||b|cosθ

The Attempt at a Solution



My work, LSH:

= | a × b |² + (a • b)²

= (|a||b|sinθ)(|a||b|sinθ) + (|a||b|cosθ)(|a||b|cosθ)

= (|a|²)(|a||b|)(|a|sinθ)(|a||b|)(|b|²)(|b|sinθ)(|a| sinθ)(|b|sinθ)(sin²θ) + (|a|²)(|a||b|)(|a|cosθ)(|a||b|)(|b|²)(|b|cosθ)(|a| cosθ)(|b|cosθ)(cos²θ)

= (|a|²)(|a||b|)²(|a|sinθ)²(|b|²)(|b|sinθ)²(sin²θ) + (|a|²)(|a||b|)²(|a|cosθ)²(|b|²)(|b|cosθ)²(cos²θ)

= (|a|²|b|²(|a||b|)²) [(|a|sinθ)²(|b|sinθ)²(sin²θ) + (|a|cosθ)²(|b|²)(|b|cosθ)²(cos²θ)]

= (|a|²|b|²(|a||b|)²) [(|a|²)(sin²θ)(|b|²)(sin²θ)(sin²θ) + (|a|²)(cos²θ)(|b|²)(|b|²)(cos²θ)(cos²θ)]

= (|a|²|b|²(|a||b|)²) [(sin²θ)(sin²θ)(sin²θ) + (cos²θ)(cos²θ)(cos²θ)]


And now I don't know what else to do! Please help. Did I mess up somewhere in my steps? Or is it possible to common factor still?
 
Physics news on Phys.org
Stop with this. (|a||b|sinθ)(|a||b|sinθ) + (|a||b|cosθ)(|a||b|cosθ). That's |a|^2*|b|^2*(sin^2(theta)+cos^2(theta)). Now what? I don't know what you are doing on the following lines.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top