What Is the Sum of a and b in These Complex Algebra Equations?

  • Thread starter Thread starter sarvesh
  • Start date Start date
  • Tags Tags
    Algebra
AI Thread Summary
To find the sum of a and b from the equations a^3 - 3a^2 + 5a - 17 = 0 and b^3 - 3b^2 + 5b + 11 = 0, the equations can be combined into a single equation. By adding both equations, the new equation simplifies to a^3 + b^3 - 3(a^2 + b^2) + 5(a + b) - 6 = 0. Using algebraic identities, a^3 + b^3 can be expressed as (a + b)(a^2 - ab + b^2), and a^2 + b^2 can be rewritten in terms of a + b. Ultimately, this leads to a relationship where the sum a + b can be isolated and expressed in terms of a constant derived from the equations. The solution process emphasizes the importance of algebraic manipulation to determine the value of a + b.
sarvesh
Messages
1
Reaction score
0
a,b are real.
a^3-3a^2+5a-17=0 &
b^3-3b^2+5b+11=0
a+b=?
 
Physics news on Phys.org
\left\{ \begin{array}{l} a ^ 3 - 3a ^ 2 + 5a - 17 = 0 \ (1) \\ b ^ 3 - 3b ^ 2 + 5b + 11 = 0 \ (2) \end{array} \right.
So the first thing you should do is to add both sides of the 2 equation, that'll give:
a3 - 3a2 + 5a - 17 + b3 - 3b2 + 5b + 11 = 0 (3).
If a, and b are solutions to (1), and (2), they must also be the solutions to (3), right?
Now, you can try to convert the LHS of (3) to (a + b) as much as possible(this is because you need to know what a + b is).
---------------
So you have:
a3 + b3 = (a + b)(a2 - ab + b2).
a2 + b2 = (a + b)2 - 2ab
Then you can try to rearrange it a bit, so it'll have the form:
(a + b + \alpha) * \mbox{something} = 0 (where \alpha is some number).
From here, it's clear that: a + b + \alpha = 0 \Leftrightarrow a + b = - \alpha
Can you go from here?
 
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...
Back
Top