How can I solve this factorization problem without assumptions?

  • Thread starter Thread starter Milind_shyani
  • Start date Start date
  • Tags Tags
    Factorization
AI Thread Summary
To solve the equations a^2 + b^2 = 25 and a^3 + b^3 = 91 without assumptions, one approach is to express the variables in terms of x = a + b and y = ab. By substituting these into the equations, you can derive two new equations: x^2 - 2y = 25 and x^3 - 3xy = 91. Solving the first equation for y allows you to substitute it into the second equation to find x. Once x is determined, y can be calculated, leading to the values of a and b. This method avoids assumptions and relies solely on algebraic manipulation.
Milind_shyani
Messages
42
Reaction score
0
Hello,
I have got one mathematical problem and i am not able to solve it may i plese get some help. My sum is as foolws:-
a^2+b^2=25 and a^3+b^3=91 so now find the values of a and b.
Now here we cannot tahe into consideration that as a^2+b^2=25 , a=3 and b=4 or a=4 and b=3 .But we have to find it by mathematical formulas and without any assumptions. thank you in advance. Please send it soon
 
Physics news on Phys.org
a^2 + b^2 = 25 \therefore a = \sqrt{25 - b^2}
a = (91 - b^3)^{1/3}
Combine the two and solve to get a value (possibly more than one value), and then use these to work out value(s) for a. The re-arranging might be a little complex, but it should be do-able.
 
Last edited by a moderator:
Milind_shyani said:
Hello,
I have got one mathematical problem and i am not able to solve it may i plese get some help. My sum is as foolws:-
a^2+b^2=25 and a^3+b^3=91 so now find the values of a and b.
Now here we cannot tahe into consideration that as a^2+b^2=25 , a=3 and b=4 or a=4 and b=3 .But we have to find it by mathematical formulas and without any assumptions. thank you in advance. Please send it soon
\left\{ \begin{array}{l} a ^ 2 + b ^ 2 = 25 \quad (1) \\ a ^ 3 + b ^ 3 = 91 \quad (2) \end{array} \right.
I think you may want to try this:
Now let x = a + b, and y = ab, we will try to write the equation (1), and (2) in terms of x, and y:
a2 + b2 = (a + b)2 - 2ab = x2 - 2y
a3 + b3 = (a + b) (a2 - ab + b2) = (a + b) ((a + b)2 - 3ab) = x (x2 - 3y) = x3 - 3xy.
So you'll have:
\left\{ \begin{array}{l} x ^ 2 - 2y = 25 \quad (3) \\ x ^ 3 - 3xy = 91 \quad (4) \end{array} \right.
Now from the equation (3), one can solve y in terms of x, then plug y in equation (4), and solve for x. From there, you can solve for y.
having x = a + b, and y = ab, one then can find a, and b.
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