Serge Lang: Inequality Problem

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
2 replies · 1K views
Cosmophile
Messages
111
Reaction score
2
Hello, all. I am reading Serge Lang's "A First Course in Calculus" in order to get a better understanding of the topic. I thought I would read his review of fundamental concepts, and, naturally, it has been a breeze so far. However, I am stumped when trying to work out this problem:

8aab10f09c.png


I do not see how [tex]2ab \leq 2|a||b|[/tex]
turns into [tex](a+b)^2 = a^2 +2ab + b^2[/tex]

Any help in resolving this is greatly appreciated. I don't want to move on without understanding this bit. It's really bothering me.

Also, I apologize for not adhering to the established template. I didn't see a way to formulate this question in a way that fit the template.
 
Physics news on Phys.org
Cosmophile said:
I do not see how [tex]2ab \leq 2|a||b|[/tex]
turns into [tex](a+b)^2 = a^2 +2ab + b^2[/tex]
It doesn't turn into that. The second equation is always true. I would have to guess that the use of the first equation comes a bit further on. If that doesn't explain it, please post a longer extract.
 
I stepped away from it for a while (since I posted this) and when I sat down, I realized that it was just a poor execution (in my opinion) on Lang's part. The "from this we get..." confused me into thinking the first could be manipulated into becoming the second. The first was stated because I can use that to say:

[tex](a+b)^2 \leq a^2 +2|a||b| + b^2 <br /> = (|a|^2 + |b|^2)[/tex]
Square root both sides and voila, you get [tex]|a+b| \leq |a| + |b|[/tex]
which is what we wanted to prove. All I had to do was step away for a bit.