(a+b)^2 using mulitplying in brackets

  • Thread starter Thread starter morbello
  • Start date Start date
AI Thread Summary
The discussion centers on the proper application of the formula (a+b)², clarifying that it equals (a+b)(a+b) and not (a+b)(a-b). It explains that when squaring a binomial, one must use the expansion a² + 2ab + b². The conversation also touches on using special product patterns for factoring quadratics, such as (a-b)² = a² - 2ab + b². Examples illustrate how to apply these patterns to specific quadratic equations. Understanding these concepts is essential for correctly solving related algebraic problems.
morbello
Messages
73
Reaction score
0
question I am working on at the moment is squares


when is (a+b)^2 eather (a+b)(a+b) useing foils law or when (a+b)(a-b) using foils law.
im stuck to when you use which one.



i think they are when you use quadratic x^2+x+1=0 for the first one or -1 at the end for the second one.
i hope you can help.




Homework Equations





The Attempt at a Solution



 
Physics news on Phys.org
morbello said:
when is (a+b)^2 eather (a+b)(a+b) useing foils law or when (a+b)(a-b) using foils law.
im stuck to when you use which one.
When you square a number, you multiply that number by itself. So
(a + b)2 = (a + b)(a + b). Also,
(a - b)2 = (a - b)(a - b).

morbello said:
i think they are when you use quadratic x^2+x+1=0 for the first one or -1 at the end for the second one.
Well, you won't be able to use any of the special product patterns with either of the quadratics above.
(a + b)2 = a2 + 2ab + b2, and
(a - b)2 = a2 - 2ab + b2, and
they don't fit in either quadratic above.
 
thank you,it would only be just with a quadratic and factoring you have + and a - would this be using the which (a+b)^2 or is this some thing else.
 
For example, if you had a quadratic
4x2 + 20x + 25 = 0,
you can use the special product
(a + b)2 = a2 + 2ab + b2
because
4x2 + 20x + 25 = (2x)2 + 2(2x)(5) + 52,
and this follows the pattern
a2 + 2ab + b2.

So
4x2 + 20x + 25 = 0
(2x)2 + 2(2x)(5) + 52 = 0
(2x + 5)2 = 0
... and so on.

Another example: for this quadratic,
x2 - 14x + 49 = 0,
you can use the special product
(a - b)2 = a2 - 2ab + b2
because
x2 - 14x + 49 = x2 - 2(x)(7) + 72,
which follows the pattern
a2 - 2ab + b2.

So
x2 - 14x + 49 = 0
x2 - 2(x)(7) + 72 = 0
(x - 7)2 = 0.
... etc.

You mentioned the sum and difference pattern, which is
(a + b)(a - b) = a2 - b2.

You can use this pattern in a quadratic like this one:
25x2 - 64 = 0,
like this:
25x2 - 64 = 0
(5x)2 - 82 = 0
(5x + 8)(5x - 8) = 0
... etc.

This is an example of a quadratic that would not fit any of the three patterns above:
x2 + 12x - 64 = 0
However, it can be factored into
x2 + 12x - 64 = 0
(x + 16)(x - 4) = 0
... and can be solved by using the zero product property.
 
Thank you ,this is helpfull.Have a good day.may your pc never lag :)
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top