Solving Simultaneous Equations for Confused Students

  • Thread starter Thread starter Hypercase
  • Start date Start date
  • Tags Tags
    Confusion
Hypercase
Messages
62
Reaction score
0
how can the following pair of simultaneous eqns. be solved

a1X^m +b1Y^n =c1
a2X^m’+b2Y^n’=c2
Please help:frown: [b(]
 
Physics news on Phys.org
What do you mean by m' ? Is it supposed to be the derivative of m?
 
No by m' I mean that the exponent of X in the first equation is not the same as the second equation.
Here, I've rewritten the equation:
a1X^m +b1Y^n =c1
a2X^p +b2Y^q =c2
 
So you have
a_1x^{n_1}+b_1y^{m_1}=c_1
and
a_2x^{n_2}+b_2y^{m_2}=c_2
Then
x=(\frac{c_2-b_2y^{m_2}}{a_2})^{\frac{1}{n_2}}
Then you can substitute to get:
a_1(\frac{c_2-b_2y^{m_2}}{a_2})^{\frac{n_1}{n_2}} + b_1y^{m_1}=c_1
which is an equation in a single variable. I'm not sure off the top of my head where to go from here, but that can definitely be solved numerically.
 
I reached had reached so far, but I noticed that this is not an equation in one variable(duh!). But if the powers were really big it would become a hell of a job. Is there another way or a easier way to proceed from here.
 
Is there a particular problem that you're trying to solve?
 
NO I'm thinking about this on a general basis.
 
Ok, so what are the variables, and what is known?
 
a1X^m +b1Y^n =c1
a2X^p +b2Y^q =c2

That is the eqn.
X,Y are the variables.
Now please help me solve it
 
  • #10
Sorry, but we can't help you. Not in general. You can rearrange all you want but, in general, you're going to end up with some high degree polynomial in one variable for which there are no general methods of solution (you can do up to degree 4 easily, degree 5 with a bit of ingenuity, but beyond that you're hoping for luck). I mean of course some nice exact algebraic solution. You could do it numerically and get approximate answers.

You can get various constraints on the solutions (are they integers etc) but the methods would be ad hoc.

Sorry, but that's what maths looks like in real life.
 
Back
Top