How do I solve a simultaneous equation with more unknowns than equations?

If a set of equations has more unknowns than equations, you cannot get a value for each unknown. However, you can find the relationships between the variables.Start by rearranging one variable in terms of the others and then plug that equation into the others, eliminating one variable. You will then be able to link the rest of the variables together in terms of each other.Finally, set one variable as a parameter, say u, and give the values of all the variable in terms of that uniting parameter.For example, you will end up with something like:x = 2u - 1y = 1/2u + 4z = u

HM

Related Further Mathematics A Level answers

All answers ▸

State the conditions by which a Poisson distribution model may be suitable for a given random variable X.


How do you solve, dy/dx=(x^2+y^2)/xy?


Find the solution the the differential equation d^2y/dx^2 + (3/2)dy/dx + y = 22e^(-4x)


Let I(n) = integral from 1 to e of (ln(x)^n)/(x^2) dx where n is a natural number. Firstly find I(0). Show that I(n) = -(1/e) + n*I(n-1). Using this formula find I(1).