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
2
votes
0 answers

Is it possible to give analytical solution to this equation?

Given three angles $\theta_1,\theta_2,\theta_3\in[0,2\pi)$, and a non-zero constant $K\in\mathbb{R}$, is it possible to solve the following equations analytically? \begin{equation} \begin{cases} …
M.K
  • 541
2
votes
2 answers

Find all integer values of $m$ such that the equations $x+y+\sqrt{4-x^2}+\sqrt{4-y^2}=4$ and $x\sqrt{4-x^2}+y\sqrt{4-y^2}=m+2$ have a solution.

Consider the system of equation $\left\{ \begin{aligned} x + y + \sqrt{4 - x^2} + \sqrt{4 - y^2} &= 4\\ x\sqrt{4 - x^2} + y\sqrt{4 - y^2} &= m + 2 \end{aligned} \right. (x; y \in \mathbb R)$. How many integer values of $m$ are there such that there…
2
votes
1 answer

Find $\lambda\in \mathbb{N}$ such that $4x^{11+\lambda}+7y^{19+\lambda}=1,~5x^6+9y^{14}=1$ has solutions.

Find all positive integers $\lambda$ such that the system: $$\left \{\begin {array}{lll} 4x^{11+\lambda}+7y^{19+\lambda}=1\\ 5x^6+9y^{14}=1\\ \end{array} \right.$$ has solutions. I tried to check if some values of $\lambda$ (eg $1,2,3$) give us…
Nikolaos Skout
  • 5,329
  • 2
  • 16
  • 40
2
votes
1 answer

How do I find the two solutions of this system of equations?

So I have the equations $$m_1 v_1 + m_2 v_2 = m_1 v_1^\prime + m_2 v_2^\prime \tag{1}$$ $$\frac{m_1v_1^2}{2} + \frac{m_2v_2^2}{2} = \frac{m_1{v_1^2}^\prime}{2} + \frac{m_2{v_2^2}^\prime}{2} \tag{2}$$ and need to find $v_1^\prime$ and…
2
votes
1 answer

Solving a simple (but with multiplication between variables) system of 3 equations

Here is a system of 3 equations with 3 unknowns $a$, $b$ and $c$. $\begin{cases} a^2+\sigma \cdot a\cdot b + \sigma \cdot a \cdot c = n_1 \\ b^2+\sigma \cdot a\cdot b + \sigma \cdot b \cdot c = n_2 \\ c^2+\sigma \cdot a\cdot c + \sigma…
Anthony
  • 143
2
votes
3 answers

How to solve this infinite system of equations?

I'm trying to solve an infinite set of coupled equations. j is a real integer index where $-\infty
Jerry Guern
  • 2,662
2
votes
2 answers

Can't find the polynomial root

For which values ​​of the parameter $m$, square trinomial $f(x)=mx^2+(m+1)x+1$ has two different roots such that: $x_1^3-x_2^3=x_1^4-x_2^4$ (the value of the parameter $m$ should be approximated). After calculating this condition (using Viete)…
marivsz
  • 29
2
votes
1 answer

Solve a system of two equations in three unknowns locking the param to integer number

I have a system as follows $$6 + 4n = x,\quad 8 + 3m = x.$$ now I know I can get to the point where: $$n = (2 + 3m)/4,$$ and I can parametrize $m$ as $z$ to get all possible values in $R$. What I want to do instead is to lock down $n$ and $m$ to…
2
votes
2 answers

Finding three unknowns from three equations

Let $a$,$b$ and $c$ be three positive real numbers such that $$\begin{cases}3a^2+3ab+b^2&=&75\\ b^2+3c^2&=&27\\c^2+ca+a^2&=&16\end{cases}$$ Find the value of $ ab+2bc+3ca$. My attempt: I observed that $3 . 16+27=75$. Then on replacing $16$ by…
Ilovemath
  • 1,237
2
votes
5 answers

Solving 2-degree equations in 3 variables.

We are given 3 equations: $x^2+\sqrt3 xy + y^2 = 25$ $y^2 + z^2 = 9$ $x^2 +xz+ z^2 = 16$. $x,y,z$ are positive real numbers. Then we have to find value of $xy + 2yz + \sqrt3 xz$.
Dev
  • 35
2
votes
1 answer

Calculating limits of a system

For the following system $$x'=x(-x^2-y+4)=f(x,y)$$ $$y'=y(y^2+8x-1)=g(x,y)$$ I need to find the location of the critial points and determine each points type and stability. I then need help finding calculating the limits $$\lim\limits_{t \to \infty}…
2
votes
0 answers

Question that popped out due to this OMO problem

I had laid my hand on an OMO (Online Math Open) problem which was Convex pentagon $ABCDE$ is inscribed in circle $\gamma$. Suppose that $AB=14$, $BE=10$, $BC=CD=DE$, and $[ABCDE]=3[ACD]$. Then there are two possible values for the radius of…
user732848
2
votes
5 answers

solve this simultaneous equation: $2x + y = 5$ and $4x^2 + y^2 = 17$

I already squared both sides of the first equation: $4x^2+4xy+y^2=25$ Then minused this from the 2nd equation to get $4xy=8$ Simplified to $xy=2$ But i don't know what to do from there on out
mhm
  • 129
  • 6
2
votes
4 answers

Why can't I cancel $2x-3$ from $(2x-3)(x+5)=9(2x-3)$?

Why are these simplifications wrong? $$\begin{align} (2x-3)(x+5)=9(2x-3) &\quad\to\quad \frac{(2x-3)(x+5)}{2x-3} = \frac{9(2x-3)}{2x-3} \quad\to\quad x+5 = 9\\[4pt] x(x+2)=x(-x+3) &\quad\to\quad \frac{x(x+2)}{x} = \frac{x(-x+3)}{x} \quad\to\quad…
1
vote
2 answers

Efficient way for finding unknowns with less equations than unknowns

I'm trying to solve a problem where I have more unknowns than equations. The question is "how many ways are there to achieve 28 points in basketball with 17 throws, given that each throw can yield one point, two points or three points". I found a…
1
2
3
12 13