Questions tagged [systems-of-equations]

This tag indicates that several equations (of some type) must all hold. Do not use alone! Use in conjunction with (linear-algebra), (polynomials), (pde), (differential-equations), (inequalities) or another tag that describes the nature of the equations being considered.

A system of equations is a collection of two or more equations with a same set of unknowns. In solving a system of equations, we try to find values for each of the unknowns that will satisfy every equation in the system.

The equations in the system can be linear or non-linear. Linear equations (ones that graph as straight lines) are simpler than non-linear equations, and the simplest linear system is one with two equations and two variables.

Applications:

In mathematics, the theory of linear systems is the basis and a fundamental part of linear algebra, a subject which is used in most parts of modern mathematics. Computational algorithms for finding the solutions are an important part of numerical linear algebra, and play a prominent role in engineering, physics, chemistry, computer science, and economics.

A system of non-linear equations can often be approximated by a linear system, a helpful technique when making a mathematical model or computer simulation of a relatively complex system.

Other tags in conjunction with this tag should specify, whether the equations of the system are linear, polynomial, ordinary or partial differential equations (or something else). This tag has not fully matured yet. See this meta thread for more opinions and discussion.

8378 questions
-1
votes
2 answers

Solve system of equation

I have an equation which looks like this: $$\begin{align}3x^2+4x+y^2&=0 \\2xy+2y&=0 \end{align}$$ and I am not able to get all four possible solutions by hand. Maybe someone can help me to solve this problem. Thanks in advance.
mscha
  • 1
-1
votes
1 answer

Finding all ordered quadruples $(a, b, c, d)$ of primes

Find all ordered quadruples $(a, b, c, d)$ of primes such that \begin{align*} 13a^2 + b^2 + 13c^2 &= 2b(3a + 2c) \\ a^3 −(bc)^3 &= (b+c−a)d+2021. \end{align*} A quick WolframAlpha search yielded that the answer to this was no pairs, but I wasn't…
-1
votes
1 answer

Solving system of equations with three unknowns

I need to solve an equation of a line using three known coordinate pairs (x0, y0), (x1, y1), and (x2, y2). The equation of the plane is, of course, ax + by + c = 0. I'm writing a little piece of code to calculate the position of a point w.r.t a line…
-1
votes
1 answer

Concept question: Is it the same when you say "Solve the following equations:" with "Solve the following systems of equations"?

I am creating a worksheet and I want to include solving for solutions. My initial instruction was "Solve the following equations:" $a^3 = 3$ $2x+y=4$, $4x^2+y^2=1$ Should I need to divide the worksheet into two or it's okay to use the same…
AYA
  • 578
-1
votes
2 answers

Solve for $x, y \in \mathbb R$: $(\sqrt{x^2 + 1} + x)(\sqrt{y^2 + 1} - y) = 1$ and $3\sqrt{x + 2y - 2} + x\sqrt{x - 2y + 6} = 10$.

Solve for the following system of equations for $x, y \in \mathbb R$: $$\large \left\{ \begin{align} \left(\sqrt{x^2 + 1} + x\right) \cdot \left(\sqrt{y^2 + 1} - y\right) = 1\\ 3\sqrt{x + 2y - 2} + x\sqrt{x - 2y + 6} = 10 \end{align}…
-1
votes
2 answers

Solving this equation to get solution as fractions

$x^4 +6x^3 + 11x^2 +7x +1= (1-x)^{0.5}$ I was wondering if anyone could solve this equation and give the answer is fractions. Also please mention the way you solved it. 1 solution is obviously $0$ and the other I got using graphs are in decimals and…
user738660
  • 11
  • 2
-1
votes
1 answer

Solve for $x, y \in \mathbb R$: $(x - y)^2 + 5y - 3x + 4 = 2\sqrt{(x + 1)(y - 1)}$ and $\dfrac{3xy - 6x - 5y + 11}{\sqrt{x^2 + 1}} = 5$.

Solve the following system of equation for $x, y \in \mathbb R$. $$\large \left\{ \begin{align} (x - y)^2 + 5x - 3y + 4 = 2\sqrt{(x + 1)(y - 1)}\\ \dfrac{3xy - 6x - 5y + 11}{\sqrt{x^3 + 1}} = 5 \end{align} \right.$$ There should be more practical…
-2
votes
0 answers

Writing systems of linear equations

Would anyone be able to help me with the following question? Thank you. Point 1: When there is 1 car passing the road, the average speed is 50km/h. Point 2: When there are 5 cars passing the road, the average speed is 45km/h. Point 3: When there…
-2
votes
1 answer

Solve the following system of equations in the set of real numbers.

$z(y^2-x^2)=16$, $y(z^2-x^2)=9$, $x(y^2-z^2)=5$ The best relationship I found is $16xy=9xz+5yz$, but that doesn't seem very useful either. With the help of Wolfram and I found out that the system has 2 real solutions, but I really don't know how to…
-2
votes
2 answers

If $a^2+b^2+c^2=1$ and $x^2+y^2+z^2=1$, can it be shown that $(ax)^2+(by)^2+(cz)^2=1$?

If $a^2+b^2+c^2=1$ and $x^2+y^2+z^2=1$, can it be shown that $(ax)^2+(by)^2+(cz)^2=1$ for all real a, b, c, x, y, z?
-2
votes
1 answer

solve the equation of the following

the real number $a, b, c, d, e$ have some equations as follows \begin{array}{lcl} ac=1 \\ ad+bc=-1 \\ ae+bd=1 \\ be=-6 \end{array} how can I find the value of $a+b+c+d+e$?
Butter
  • 13
-2
votes
1 answer

Solving a more complex equation involving sine and cosine of an angle

I've got another question relating to solving an equation to determine an angle of rotation but it's a far more complex one/system than I've been able to find information for online. This relates to working with calculating the profile for a…
-2
votes
1 answer

Solve for $x, y \in \mathbb R$: $x^3 - y^3 = (y + 1)x^2 - (x - 1)y^2$ and $x^2 + 4\sqrt{x + 4} = 2x + y + 7$.

Solve the system of equations for $x, y \in \mathbb R$. $$\large \left\{ \begin{align} x^3 - y^3 = (y + 1)x^2 - (x - 1)y^2\\ x^2 + 4\sqrt{y + 4} = 2x + y + 7 \end{align}\right.$$ (Ahem.) This problem is provided to you by a recent competition.…
1 2 3
12
13