Simultaneous Equation with 4 variables, can it be don?

  • Thread starter dan_fmx
  • Start date
  • Tags
    Variables
In summary, the conversation discusses solving a system of equations with 4 variables using different methods such as substitution and Gaussian elimination. The values A=3, B=2, C=2, and D=-1 were obtained as the solution, and Pari was mentioned as a powerful calculator for number theory.
  • #1
dan_fmx
7
0
Hi

I am doing integration work in maths c. I have simplified the equation using long division however when I equated the answers, i got 4 simultaneous equations with 4 variables.

My equations are:

A + C = 5
A + B + 4C + D = 12
-A -B + 4C + 4D = -1
2A + B + 4D = 4

Can this be done?
 
Mathematics news on Phys.org
  • #2
Yes, in general. Occasionally, such a system will have no solution.

You could use the techniques of elimination and/or substitution.
 
  • #3
Hello,
Wow, this is the first time i have ever gotten to answer a question! Like the gentlemen above me said, substituting to try to eliminate variables does work, it is very annoying, and took a couple pieces of paper, but i ended up getting an answer. The key is that first equation, since it only has two variables, if you can solve for one of them variabes down the road, you will knock off an entire one. Also, I don't know if you have one, but TI 89's have a simultaneous equation solver that works awesome, real easy to use, which is how i checked my answer. Just do some substituting to solve for a certain variable and you'll definately get it in time. we had a problem like this in math last year for extra credit, never showed us how to do it, just gave it to us... Nobody got it :wink: I'm going to not put up the answers, because it should be worked out, but if you can't get it and nobody else can give you better help soon, let me know, i'll send you the numbers.
 
  • #4
If you're familiar with elementary linear algebra you could put all those equations into a matrix and use the Gauss-Jordan elimination to find the reduced-row echelon form, it's quicker than having to use substitution and elimination by hand.
 
  • #5
Pari solves this with
Code:
matsolve([1,0,1,0;1,1,4,1;-1,-1,4,4;2,1,0,4],[5;12;-1;4])
 
  • #6
Hey I have just looked on the TI site and found a poly nomial simultaneous equation solver and found these values. Can you tell me if you got the same? I got A=3, B=2, C=2 and D=-1. I dare say the teacher will want me to show working so the only thing I could really do is spend a nice long day of simultaneous equating?
 
  • #7
CRGreathouse said:
Pari solves this with
Code:
matsolve([1,0,1,0;1,1,4,1;-1,-1,4,4;2,1,0,4],[5;12;-1;4])

What is Pari?
 
  • #8
dan_fmx said:
Hey I have just looked on the TI site and found a poly nomial simultaneous equation solver and found these values. Can you tell me if you got the same? I got A=3, B=2, C=2 and D=-1. I dare say the teacher will want me to show working so the only thing I could really do is spend a nice long day of simultaneous equating?
You can easily check by substituting these values into your original equations.
 
  • #9
I ended up using Gausian Elemination for the assignment and I got the same values. I know that people in the class have used the substitution method but substituiton is just impracticle and I don't have enough patients.

Thanks for all the help and ideas on how to do it

Dan
 
  • #10

FAQ: Simultaneous Equation with 4 variables, can it be don?

Can simultaneous equations with 4 variables be solved?

Yes, simultaneous equations with 4 variables can be solved using various methods such as substitution, elimination, and matrix operations.

Is it possible to have more than one solution for simultaneous equations with 4 variables?

Yes, it is possible to have multiple solutions for simultaneous equations with 4 variables. This occurs when the equations are not independent and can be satisfied by more than one set of values.

What is the most efficient method for solving simultaneous equations with 4 variables?

The most efficient method for solving simultaneous equations with 4 variables depends on the specific equations and their coefficients. Each method (substitution, elimination, and matrix operations) may be more efficient in different scenarios.

Can technology be used to solve simultaneous equations with 4 variables?

Yes, technology such as graphing calculators and computer software can be used to solve simultaneous equations with 4 variables. These tools can handle complex calculations and provide accurate solutions.

Are there any real-world applications of simultaneous equations with 4 variables?

Yes, simultaneous equations with 4 variables are commonly used in fields such as engineering, physics, and economics to model and solve complex systems and problems. They can also be used in everyday situations, such as determining the cost of a meal at a restaurant with multiple items and prices.

Similar threads

Replies
9
Views
2K
Replies
12
Views
2K
Replies
1
Views
2K
Replies
11
Views
2K
Replies
6
Views
4K
Replies
10
Views
2K
Back
Top