ArtsAutosBooksBusinessEducationEntertainmentFamilyFashionFoodGamesGenderHealthHolidaysHomeHubPagesPersonal FinancePetsPoliticsReligionSportsTechnologyTravel

Advanced Proofs of the Dot and Cross Products for Calculus

Updated on March 4, 2021
1701TheOriginal profile image

Leonard Kelley holds a bachelor's in physics with a minor in mathematics. He loves the academic world and strives to constantly explore it.

Vector Bisection

Vectors have so many properties that make their versatility endless and crossover into several disciplines. Sometimes we add them or subtract them, sometimes we take the dot product to find a scalar or a cross product to find a perpendicular vector to two other ones, but other times we may be interested in finding a vector that bisects two vectors. How could we make such a vector? Below we will show how to find that vector which bisects a and b, which happens to be c = ||b||a + ||a||b (Larson 772).

To find such a vector (let’s call it c), I need to remember that it will be the same number of degrees from a as it will be from b. Using one of the definitions for the dot product, I know that

Cos Θ = (c ∙ b)/(||c|| ||b||)

And

Cos Θ = (c ∙ a)/(||c|| ||a||)

But since this is the same number of degrees, both cosine terms will equal each other. Therefore

(c ∙ b)/(||c|| ||b||) = (c ∙ a)/(||c|| ||a||)

Or after eliminating the common term ||c||

(c ∙ b)/(||b||) = (c ∙ a)/(||a||)

Multiplying both sides by ||a|| ||b|| gives us

||a||(c ∙ b) = ||b||(c ∙ a)

And upon expanding the dot product we arrive at

||a||(c1b1 + c2b2 + c3b3) = ||b|| (c1a1 + c2a2 + c3a3)

Distributing the outside term results in

||a||c1b1 + ||a||c2b2 + ||a||c3b3 = ||b||c1a1 + ||b||c2a2 + ||b||c3a3

And after moving all the terms to the left-hand side we have

||a||c1b1 -||b||c1a1 + ||a||c2b2 - ||b||c2a2 + ||a||c3b3 - ||b||c3a3 = 0

Pulling out common c terms will give us

c1(||a||b1 -||b||a1) + c2(||a||b2 - ||b||a2) + c3(||a||b3 - ||b||a3) = 0

Now, some may remember the definition of the conjugate. If I have a (x + y) term, if I multiply it by (x - y), I get x2 + xy – xy – y2 = x2 – y2. Simply put, I multiply by the same term but I change the operation being done to the opposite partner, often in hopes of simplifying further algebra. Therefore, if the components of c are conjugates, then

c1 = ||a||b1 + ||b||a1, c2 = ||a||b2 + ||b||a2, and c3 = ||a||b3 + ||b||a3

Plugging these back in to our equation gives us

(||a||b1 + ||b||a1 )(||a||b1 -||b||a1) + (||a||b2 + ||b||a2)(||a||b2 - ||b||a2) + (||a||b3 + ||b||a3)(||a||b3 - ||b||a3)

= ||a||2b12 -||a||b1||b||a1 + ||a||b1||b||a1 -||b||2a12 + …

= ||a||2b12 - ||b||2a12 + ||a||2b22 - ||b||2a22 + ||a||2b32 - ||b||2a32

And after pulling out some common terms we arrive at

=||a||2 (b12 + b22 + b32) - ||b||2 (a12 + a22 + a32)

But b12 + b22 + b32 is the length squared, or ||b||2, and the same applies for the a terms, so

||a||2 (b12 + b22 + b32) - ||b||2 (a12 + a22 + a32) = ||a||2 ||b||2 - ||b||2 ||a||2 = 0

Yes, c is the conjugate, so

c = <c1, c2, c3> = <||a||b1 + ||b||a1, ||a||b2 + ||b||a2, ||a||b3 + ||b||a3> = ||b||a + ||a||b

Vector Difference and the Dot Product

When I take the difference of two vectors, I will have a net vector as my result. It too will have a magnitude to it, but how is it possible for me to relate this length to the dot product? Below we will show that ||a- b||2 = ||a||2 + ||b||2 – 2(a ∙ b) is true (789).

First, note that by definition of vector magnitude,

||a- b||2 = ([(a1 – b1)2 + (a­2 – b­2)2 + (a3 – b­3)2]0.5)2

=(a1 – b1)2 + (a­2 – b­2)2 + (a3 – b­3)2

Expanding this out gives us

(a1 – b1)(a1 – b1) + (a­2 – b­2)(a­2 – b­2) + (a3 – b­3)(a3 – b­3)

= a12 – a­1b­1 – a­1b1 + b­12 + a22 – a­2b­2 – a­2b2 + b­22 + a32 – a­3b­3 – a­3b3 + b­32

= a12 – 2a­1b­1 + b­12 + a22 – 2a­2b­2 + b­22 + a32 – 2a­3b­3 + b­32

And after a little bit of rearrangement, we will have this equaling

a12 + a22 + a32 + b­12 + b­22 + b­32 – 2a­1b­1 – 2a­2b­2 – 2a­3b­3

But notice that

a12 + a22 + a32 = [(a12 + a22 + a32)0.5]2 = ||a||2

b12 + b22 + b32 = [(b12 + b22 + b32)0.5]2 = ||b||2

– 2a­1b­1 – 2a­2b­2 – 2a­3b­3 = -2(a­1b­1 + a­2b­2 + a­3b­3) = -2 (a ∙ b)

So

a12 + a22 + a32 + b­12 + b­22 + b­32 – 2a­1b­1 – 2a­2b­2 – 2a­3b­3 = ||a||2 + ||b||2 – 2(a ∙ b).

The Cauchy-Schwarz Inequality

Though often used in linear algebra, this inequality is dependent on the definition of the dot product if it is to work at all. It states that |a∙ b| ≤ ||a|| ||b||, or that the absolute value of the dot product is less than or equal to the product of the magnitudes of a and b (789). Here is how we know this to be true.

First, we need to use one of the definitions of the dot product.

|a∙ b| = | ||a|| ||b|| Cos Θ |

Now we need to take a look at the possible values for Θ. When Θ = 0, Cos 0 = 1 so

|a∙ b| = | ||a|| ||b|| Cos 0 | = ||a|| ||b||

When Θ = 90, Cos 90 = 0 so

|a∙ b| = | ||a|| ||b|| Cos 90 | = 0.

Now, for the range 0 ≤ Θ ≤ 90, our cosine term is between zero and one, so the absolute value of the dot product is between zero and ||a|| ||b||. But what about the range of 90 ≤ Θ ≤ 180? Our cosine terms would be between zero and negative one, but because this is the absolute value of both sides, the net value is still the same as it would be for the 0 ≤ Θ ≤ 90 range. So from 0 to π the greatest |a∙ b| can be is

Source

The Triangle Inequality

As the name implies, this identity stems from a triangle, specifically from the Law of Cosines. The actually inequality is ||a + b|| ≤ ||a|| + ||b||, or that the magnitude of the vector sum a + b is less than or equal to the actual sum of the magnitudes of a and b (789). Now, for the proof. The Law of Cosines states that

c2 = a2 + b2 – 2abCosΘ

Or that the long side of a triangle squared will equal the squares of both sides minus two times the sides and cosine of the angle opposite the long side of the triangle. If we make a triangle with short sides of ||a|| and ||b|| with a long side of ||a + b|| then we will have

||a + b||2 = ||a||2 + ||b||2- 2 ||a|| ||b|| CosΘ

Now, we will have several cases to examine. First, if Θ = 0, then Cos0 = 1 so

||a + b||2 = ||a||2 + ||b||2- 2 ||a|| ||b|| = (||a|| - ||b||)2

Or, after taking the square root of both sides,

||a + b|| = ||a|| - ||b||

Which is definitely less than ||a|| + ||b||, as the inequality states.

Now, what if Θ = 90? Then Cos90 = 0 so

||a + b||2 = ||a||2 + ||b||2

Which is not only the Pythagorean Theorem but it is also less than ||a||2 + ||b||2 + 2 ||a|| ||b||, or

||a + b||2 < ||a||2 + ||b||2 + 2 ||a|| ||b|| = (||a|| + ||b||)2

And after taking the square root of both sides, we have

||a + b|| < ||a|| + ||b||.

Just as we expect if the Triangle Inequality is true.

If Θ = 180 (which it couldn’t if this were a triangle), Cos180 = -1 so

||a + b||2 = ||a||2 + ||b||2- 2 ||a|| ||b|| (-1) = ||a||2 + ||b||2+ 2 ||a|| ||b|| = (||a|| + ||b||)2

Or after taking the square root of both sides

||a + b|| = ||a|| + ||b||

Again, a result that the Triangle Inequality states is possible. It is interesting to point out what this would look like. In this case, a and b would both be pointing in opposite directions, so the length of a + b would have to be the lengths of a and b individually.

So are we done with the proof? Not quite. What about for the theta range 0 ≤ Θ ≤ 90? That means that 1 ≤ CosΘ ≤ 0 and that everything on the right hand of the Law of Cosines is going to be greater than ||a|| - ||b|| but less than ||a||2 + ||b||2, which we know from both cases will be bigger than ||a + b||. We can use a similar argument for the range 90 ≤ Θ ≤ 180.

The Cross Product of the Cross Product

As the title implies, we will explore what the cross-cross product is. Below is the proof that will show that a x (b x c) = (a ∙ c)b - (a ∙ b)c (797). Note that

a x (b x c) = a x [i(b­2c3 – b­­3­­c2) - j(b1c3 – b3c1) + k(b1c2 – b2c1)]

Which, if I write it in determinant form is

| i j k |

= | a1 a2 a3 |

| b­2c3 – b­­3­­c2 -b1c3 + b3c1 b1c2 – b2c1 |

And that can be rewritten after taking the determinant as

i[a2(b1c2 – b2c1) – a3(-b1c3 + b3c1)] – j[a1(b1c2 – b2c1) – a3(b­2c3 – b­­3­­c2)] + z[a1(-b1c3 + b3c1) - a2(b2c3 – b­­3­­c2)]

Oh boy, ready for this algebra?

i[a2b1c2 – a2b2c1 + a3b1c3 –a­3b3c1] – j[a1b1c2 – a­1b2c1 – a32c3 + a3­3­­c2] + z[-a1b1c3 + a1b3c1 - a2b2c3 + a2­3­­c2]

= i[a2b1c2 + a3b1c3 – a2b2c1–a­3b3c1] – j[– a­1b2c1 – a32c3 + a3­3­­c2 + a1b1c2] + z[a1b3c1 + a2­3­­c2 - a1b1c3 - a2b2c3]

And after distributing negative signs and distributing unit vectors we have

i[a2b1c2 + a3b1c3] –i[ a2b2c1 + a­3b3c1] + j[1b2c1 + a32c3] - j[a3­3­­c2 + a1b1c2] + z[a1b3c1 + a2­3­­c2] – z[a1b1c3 + a2b2c3]

And If I pull out select b and c terms we will have

ib1[a2c2 + a3c3] –ic1[a2b2+ a­3b3] + jb2[1c1 + a3c3] - jc2[a3­3­­ + a1b1] + zb3[a1c1 + a2c2] – zc3[a1b1 + a2b2]

= ib1[a2c2 + a3c3] + jb2[1c1 + a3c3] + zb3[a1c1 + a2c2] –ic1[a2b2+ a­3b3] - jc2[a3­3­­ + a1b1]– zc3[a1b1 + a2b2]

Now, if I add and subtract specific ab and ac terms so the sum of them is zero, I will have

ib1[a1c1+ a2c2 + a3c3 - a1c1] + jb2[1c1 + a2c2 + a3c3 - a2c2] + zb3[a1c1 + a2c2 + a3c3 - a3c3] –ic1[a1b1 + a2b2 + a­3b3 - a1b1] - jc2[a1b1 + a2b2 + a3­3­­ - a2b2]– zc3[a1b1 + a2b2 + a3­3­­ - a3­3­­]

But notice now that we have dot products! Further simplifying this now is

ib1[a ∙ c- a1c1] + jb2[a ∙ c- a2c2] + zb3[a ∙ c- a3c3] – ic1[a ∙ b - a1b1] - jc2[a ∙ b - a2b2]– zc3[a ∙ b - a3­3­­]

And after further distributing the terms, we have

ib1[a ∙ c]- ib1a1c1 + jb2[a ∙ c]- jb2a2c2 + zb3[a ∙ c]- zb3a3c3ic1[a ∙ b] + ic1a1b1 - jc2[a ∙ b] + jc2a2b2zc3[a ∙ b] + zc3a3­3­­

Notice how we have abc terms cancel out, so after eliminating those we have

ib1[a ∙ c] + jb2[a ∙ c]+ zb3[a ∙ c]ic1[a ∙ b] - jc2[a ∙ b] zc3[a ∙ b]

= [a ∙ c][ib1+ jb2+ zb3] – [a ∙ b][ic1 + jc2 + zc3]

= (a ∙ c)b - (a ∙ b)c

Works Cited

Larson, Ron, Robert Hostetler, and Bruce H. Edwards. Calculus: Early Transcendental Functions. Maidenhead: McGraw-Hill Education, 2007. Print. 772, 789, 797.

© 2014 Leonard Kelley

working

This website uses cookies

As a user in the EEA, your approval is needed on a few things. To provide a better website experience, hubpages.com uses cookies (and other similar technologies) and may collect, process, and share personal data. Please choose which areas of our service you consent to our doing so.

For more information on managing or withdrawing consents and how we handle data, visit our Privacy Policy at: https://corp.maven.io/privacy-policy

Show Details
Necessary
HubPages Device IDThis is used to identify particular browsers or devices when the access the service, and is used for security reasons.
LoginThis is necessary to sign in to the HubPages Service.
Google RecaptchaThis is used to prevent bots and spam. (Privacy Policy)
AkismetThis is used to detect comment spam. (Privacy Policy)
HubPages Google AnalyticsThis is used to provide data on traffic to our website, all personally identifyable data is anonymized. (Privacy Policy)
HubPages Traffic PixelThis is used to collect data on traffic to articles and other pages on our site. Unless you are signed in to a HubPages account, all personally identifiable information is anonymized.
Amazon Web ServicesThis is a cloud services platform that we used to host our service. (Privacy Policy)
CloudflareThis is a cloud CDN service that we use to efficiently deliver files required for our service to operate such as javascript, cascading style sheets, images, and videos. (Privacy Policy)
Google Hosted LibrariesJavascript software libraries such as jQuery are loaded at endpoints on the googleapis.com or gstatic.com domains, for performance and efficiency reasons. (Privacy Policy)
Features
Google Custom SearchThis is feature allows you to search the site. (Privacy Policy)
Google MapsSome articles have Google Maps embedded in them. (Privacy Policy)
Google ChartsThis is used to display charts and graphs on articles and the author center. (Privacy Policy)
Google AdSense Host APIThis service allows you to sign up for or associate a Google AdSense account with HubPages, so that you can earn money from ads on your articles. No data is shared unless you engage with this feature. (Privacy Policy)
Google YouTubeSome articles have YouTube videos embedded in them. (Privacy Policy)
VimeoSome articles have Vimeo videos embedded in them. (Privacy Policy)
PaypalThis is used for a registered author who enrolls in the HubPages Earnings program and requests to be paid via PayPal. No data is shared with Paypal unless you engage with this feature. (Privacy Policy)
Facebook LoginYou can use this to streamline signing up for, or signing in to your Hubpages account. No data is shared with Facebook unless you engage with this feature. (Privacy Policy)
MavenThis supports the Maven widget and search functionality. (Privacy Policy)
Marketing
Google AdSenseThis is an ad network. (Privacy Policy)
Google DoubleClickGoogle provides ad serving technology and runs an ad network. (Privacy Policy)
Index ExchangeThis is an ad network. (Privacy Policy)
SovrnThis is an ad network. (Privacy Policy)
Facebook AdsThis is an ad network. (Privacy Policy)
Amazon Unified Ad MarketplaceThis is an ad network. (Privacy Policy)
AppNexusThis is an ad network. (Privacy Policy)
OpenxThis is an ad network. (Privacy Policy)
Rubicon ProjectThis is an ad network. (Privacy Policy)
TripleLiftThis is an ad network. (Privacy Policy)
Say MediaWe partner with Say Media to deliver ad campaigns on our sites. (Privacy Policy)
Remarketing PixelsWe may use remarketing pixels from advertising networks such as Google AdWords, Bing Ads, and Facebook in order to advertise the HubPages Service to people that have visited our sites.
Conversion Tracking PixelsWe may use conversion tracking pixels from advertising networks such as Google AdWords, Bing Ads, and Facebook in order to identify when an advertisement has successfully resulted in the desired action, such as signing up for the HubPages Service or publishing an article on the HubPages Service.
Statistics
Author Google AnalyticsThis is used to provide traffic data and reports to the authors of articles on the HubPages Service. (Privacy Policy)
ComscoreComScore is a media measurement and analytics company providing marketing data and analytics to enterprises, media and advertising agencies, and publishers. Non-consent will result in ComScore only processing obfuscated personal data. (Privacy Policy)
Amazon Tracking PixelSome articles display amazon products as part of the Amazon Affiliate program, this pixel provides traffic statistics for those products (Privacy Policy)
ClickscoThis is a data management platform studying reader behavior (Privacy Policy)