pls very urgent pls..............1)factorize (ax+by) square + (ay-bx)square
2)Show that if 2(a square+ b square)=(a+b)square
Then a=b
Answers
A definition:
A polynomial of the form x2 +2ax + a2 is the square of the monomial x + a, that is x2 +2ax + a2 = (x +a)2 . Such polynomials are called squares for the simple reason that for any choice of a and x a square with sides of length a+x has area x2 +2ax + a2.
x = -2 6
An example:
Consider the polynomial x2 +4x - 2 . The factors of this polynomial are (x + 2 +6) and (x + 2 - 6) and so the solutions are x = -26. It is easy to check that this answer is correct. However, the real problem is to find the factors or solutions in the first place. Here's a way we could do it:
Here's an algorithm for "completing the square": Given a polynomial x2 +bx + c that you wish to solve, proceed as follows:Rewrite the polynomial as the equation x2 +bx = - c.Add (b/2)2 to both sides getting the new equation x2 +bx + (b/2)2 = - c+ (b/2)2Note that x2 +bx + (b/2)2 is a square, that is: x2 +bx + (b/2)2 = (x + (b/2))2Take the square-root of both sides of the equation x2 +bx + (b/2)2 = - c+ (b/2)2 getting the new equation x + b/2 = (-c + (b/2)2 )Solve that equation for x getting x = - b/2 (-c + (b/2)2 )
The same algorithm can be used to solve polynomials of the form ax2 +bx + c. All you have to do is first divide the polynomial ax2 +bx + c by a to get the polynomial x2 +(b/a)x +( c/a) which is of the correct form for the application of the algorithm. Question for the student: what rule justifies this division -- that is, what rule tells us that polynomials ax2 +bx + c and x2 +(b/a)x +( c/a) have the same solutions?
Carrying through the algorithm starting from the polynomial ax2 +bx + c (or x2 +(b/a)x +( c/a) ) gives us the result that the solutions are given by the formula
This formula is called the quadratic formula. This formula can be used instead of the algorithm for completing the square. All you have to do is put in the appropriate values for the coefficients of the polynomial and then evaluate the resulting expression.The subformula, ( b2 - 4ac) is called the discriminant. It can be used to get information about the nature of the solutions of the particular quadratic.
If b2 - 4ac > 0 then there are two distinct real solutions (i.e., two different solutions both of which are real numbers)If b2 - 4ac = 0 then there is just one solution or, to put it another way, there are two identical solutions. If b2 - 4ac < 0 then there are two distinct complex solutions (i.e., two different solutions both of which are complex numbers)HOPE IT HELPED YOU
PLZ MARK IT AS BRAINLIEST