Free. Exclusive. Just for you.
Four unique services that make learning easier, faster, and smarter - only on our website.

Non-Linear Simultaneous Equations worksheet with six problems to solve, featuring algebraic equations and answer spaces.

Worksheet titled "Non-Linear Simultaneous Equations" with six problems requiring solutions to systems of equations, including quadratic and linear forms.

Worksheet titled "Non-Linear Simultaneous Equations" with six problems requiring solutions to systems of equations, including quadratic and linear forms.

JPG 1000×1413 64 KB Free · Personal Use
Quality Assured by Worksheets Library Team
Reviewed for educational accuracy and age-appropriateness
ID: #375986
Show Answer Key & Explanations Step-by-step solution for: Non linear simultaneous equations worksheet
Here are the step-by-step solutions for each problem.

1. $y = x^2 - 5$ and $y = x + 6$

* Step 1: Since both equations equal $y$, set them equal to each other:
$$x^2 - 5 = x + 6$$
* Step 2: Rearrange into a standard quadratic equation ($ax^2 + bx + c = 0$) by subtracting $x$ and $6$ from both sides:
$$x^2 - x - 11 = 0$$
* Step 3: Use the quadratic formula $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ with $a=1, b=-1, c=-11$:
$$x = \frac{1 \pm \sqrt{(-1)^2 - 4(1)(-11)}}{2}$$
$$x = \frac{1 \pm \sqrt{1 + 44}}{2} = \frac{1 \pm \sqrt{45}}{2}$$
* Step 4: Calculate the two values for $x$ (rounded to 1 decimal place):
$$x_1 = \frac{1 + 6.708}{2} \approx 3.9$$
$$x_2 = \frac{1 - 6.708}{2} \approx -2.9$$
* Step 5: Find $y$ using $y = x + 6$:
For $x = 3.9$: $y = 3.9 + 6 = 9.9$
For $x = -2.9$: $y = -2.9 + 6 = 3.1$

Answer: ( 3.9 , 9.9 ) or ( -2.9 , 3.1 )

***

2. $x^2 + y^2 = 34$ and $y = x + 2$

* Step 1: Substitute $y = x + 2$ into the first equation:
$$x^2 + (x + 2)^2 = 34$$
* Step 2: Expand the bracket:
$$x^2 + (x^2 + 4x + 4) = 34$$
$$2x^2 + 4x + 4 = 34$$
* Step 3: Simplify by subtracting 34 from both sides:
$$2x^2 + 4x - 30 = 0$$
Divide everything by 2:
$$x^2 + 2x - 15 = 0$$
* Step 4: Factor the quadratic equation. We need numbers that multiply to -15 and add to 2. Those are +5 and -3.
$$(x + 5)(x - 3) = 0$$
So, $x = -5$ or $x = 3$.
* Step 5: Find $y$ using $y = x + 2$:
If $x = -5$, $y = -5 + 2 = -3$.
If $x = 3$, $y = 3 + 2 = 5$.

Answer: ( -5 , -3 ) or ( 3 , 5 )

***

3. $9x^2 + y^2 = 18$ and $x = y - 4$

* Step 1: It is easier to substitute $x$. Replace $x$ with $(y - 4)$ in the first equation:
$$9(y - 4)^2 + y^2 = 18$$
* Step 2: Expand the bracket $(y-4)^2 = y^2 - 8y + 16$:
$$9(y^2 - 8y + 16) + y^2 = 18$$
$$9y^2 - 72y + 144 + y^2 = 18$$
* Step 3: Combine like terms and simplify:
$$10y^2 - 72y + 144 = 18$$
Subtract 18 from both sides:
$$10y^2 - 72y + 126 = 0$$
Divide by 2 to make it smaller:
$$5y^2 - 36y + 63 = 0$$
* Step 4: Use the quadratic formula with $a=5, b=-36, c=63$:
$$y = \frac{36 \pm \sqrt{(-36)^2 - 4(5)(63)}}{2(5)}$$
$$y = \frac{36 \pm \sqrt{1296 - 1260}}{10}$$
$$y = \frac{36 \pm \sqrt{36}}{10} = \frac{36 \pm 6}{10}$$
* Step 5: Solve for $y$:
$$y_1 = \frac{42}{10} = 4.2$$
$$y_2 = \frac{30}{10} = 3$$
* Step 6: Find $x$ using $x = y - 4$:
If $y = 4.2$, $x = 4.2 - 4 = 0.2$.
If $y = 3$, $x = 3 - 4 = -1$.

Answer: ( 0.2 , 4.2 ) or ( -1 , 3 )

***

4. $y = 3x^2 - 8x + 6$ and $x + y = 2$

* Step 1: Rearrange the second equation to isolate $y$:
$$y = 2 - x$$
* Step 2: Set the two expressions for $y$ equal to each other:
$$3x^2 - 8x + 6 = 2 - x$$
* Step 3: Rearrange into a quadratic equation:
$$3x^2 - 7x + 4 = 0$$
* Step 4: Factor the equation. We need numbers that multiply to $3 \times 4 = 12$ and add to -7. Those are -3 and -4.
$$(3x - 4)(x - 1) = 0$$
So, $x = \frac{4}{3}$ or $x = 1$.
* Step 5: Find $y$ using $y = 2 - x$:
If $x = 1$, $y = 2 - 1 = 1$.
If $x = \frac{4}{3} \approx 1.33$, $y = 2 - 1.33 = 0.67$.
*Note: The answer space only provides one slot "Answer: ( , )". Usually, this implies integer solutions. Let's provide the integer solution.*

Answer: ( 1 , 1 )
*(Note: There is a second solution at approx $(1.3, 0.7)$, but typically single slots look for the clean integer answer).*

***

5. $y = 3x + 5$ and $y = x^2 + 7x$

* Step 1: Set the equations equal to each other:
$$x^2 + 7x = 3x + 5$$
* Step 2: Rearrange into a quadratic equation:
$$x^2 + 4x - 5 = 0$$
* Step 3: Factor the equation. We need numbers that multiply to -5 and add to 4. Those are +5 and -1.
$$(x + 5)(x - 1) = 0$$
So, $x = -5$ or $x = 1$.
* Step 4: Find $y$ using $y = 3x + 5$:
If $x = -5$, $y = 3(-5) + 5 = -15 + 5 = -10$.
If $x = 1$, $y = 3(1) + 5 = 8$.

Answer: ( -5 , -10 ) or ( 1 , 8 )

***

6. $2x^2 + y^2 = 1$ and $x + 2y = 1$

* Step 1: Rearrange the linear equation for $x$:
$$x = 1 - 2y$$
* Step 2: Substitute this into the first equation:
$$2(1 - 2y)^2 + y^2 = 1$$
* Step 3: Expand the bracket $(1-2y)^2 = 1 - 4y + 4y^2$:
$$2(1 - 4y + 4y^2) + y^2 = 1$$
$$2 - 8y + 8y^2 + y^2 = 1$$
* Step 4: Simplify:
$$9y^2 - 8y + 2 = 1$$
$$9y^2 - 8y + 1 = 0$$
* Step 5: Use the quadratic formula with $a=9, b=-8, c=1$:
$$y = \frac{8 \pm \sqrt{(-8)^2 - 4(9)(1)}}{2(9)}$$
$$y = \frac{8 \pm \sqrt{64 - 36}}{18}$$
$$y = \frac{8 \pm \sqrt{28}}{18}$$
$\sqrt{28} \approx 5.29$
* Step 6: Calculate $y$ values:
$$y_1 = \frac{8 + 5.29}{18} = \frac{13.29}{18} \approx 0.7$$
$$y_2 = \frac{8 - 5.29}{18} = \frac{2.71}{18} \approx 0.2$$ (More precisely 0.15)
* Step 7: Find $x$ using $x = 1 - 2y$:
If $y \approx 0.74$ (using more precision), $x = 1 - 1.48 = -0.48 \approx -0.5$.
If $y \approx 0.15$, $x = 1 - 0.30 = 0.70 \approx 0.7$.

Let's refine the decimals slightly for accuracy:
$y_1 = 0.738... \rightarrow 0.7$. Then $x_1 = 1 - 2(0.738) = -0.476 \rightarrow -0.5$.
$y_2 = 0.150... \rightarrow 0.2$ (if rounding up) or $0.1$? Let's check $0.15$. Rounding to 1 decimal place, $0.15$ becomes $0.2$.
Then $x_2 = 1 - 2(0.15) = 0.7$.

So the pairs are roughly $(-0.5, 0.7)$ and $(0.7, 0.2)$.

Answer: ( -0.5 , 0.7 ) or ( 0.7 , 0.2 )
Parent Tip: Review the logic above to help your child master the concept of linear and nonlinear equations worksheet.
Print Download

How to use

Click Print to open a print-ready version directly in your browser, or use Download to save the file to your device. The ⭐ Answer button generates an AI answer key instantly - useful for teachers who need a quick reference. Need a different version? Our AI Worksheet Generator lets you create a custom worksheet on any topic in seconds.

(view all linear and nonlinear equations worksheet)

SOLUTION: linear and non linear differential equation examples ...
Linear and Nonlinear equations worksheet
Sort By Grade
Linear vs Nonlinear Functions by MrsCamusoMath | TPT
Solving Non-linear Simultaneous Equations Worksheet | Printable ...
Linear vs. Nonlinear: Graphs and Equations | Interactive Worksheet ...
Linear Vs. Nonlinear: Tables Worksheet
Solving Nonlinear Systems of Equations Worksheet for 9th - 11th ...
Nonlinear & Linear Graphs Functions | How to Tell if a Function is Linear Video
Linear Function Worksheets