1458 results for "equation".
-
Exam (1 question) in Andrew's workspace
Given two numbers, find the gcd, then use Bézout's algorithm to find $s$ and $t$ such that $as+bt=\operatorname{gcd}(a,b)$.
Finally, find all solutions of an equation $\mod b$.
-
Question in Rachel's workspace
Solving quadratic equations using a formula,
-
Question in Rachel's workspace
Algebra: Quadratic Factorisation (no equation needed)
-
Question in Bill's workspace
Write down the Newton-Raphson formula for finding a numerical solution to the equation $e^{mx}+bx-a=0$. If $x_0=1$ find $x_1$.
Included in the Advice of this question are:
6 iterations of the method.
Graph of the NR process using jsxgraph. Also user interaction allowing change of starting value and its effect on the process.
-
Question in Mathematics for Geosciences
Solve simultaneous equations,
Need to know indices and logarithm
-
Question in Mathematics for Geosciences
Solve quadratic equations using formula.
-
Question in Bill's workspace
Using Jsxgraph to draw the vector field for a differential equation of the form $\frac{dy}{dx}=f(x,y)=1-\sin(y)$, and also by moving the point $(x_0,y_0)$ you can see the solution curves going through that point.
If you want to modify $f(x,y)$ simply change the definition of $f(x,y)$ and that of the variable str in the user defined function testfield in Extensions and scripts. You have to use javascript notation for functions and powers in the definition of $f(x,y)$.
-
Question in Bill's workspace
Using Jsxgraph to draw the vector field for a differential equation of the form $\frac{dy}{dx}=f(x,y)=\sin(x)-\sin(y)$, and also by moving the point $(x_0,y_0)$ you can see the solution curves going through that point.
If you want to modify $f(x,y)$ simply change the definition of $f(x,y)$ and that of the variable str in the user defined function testfield in Extensions and scripts. You have to use javascript notation for functions and powers in the definition of $f(x,y)$.
-
Question in Mathematics for Geosciences
A question to practise the following skills in the context of Earth Sciences:
- graph-reading skills
- using a graph to find the equation of a line
- used adpative marking
-
Question in Bill's workspace
Using Jsxgraph to draw the vector field for a differential equation of the form $\frac{dy}{dx}=f(x,y)=\sin(x-y)$, and also by moving the point $(x_0,y_0)$ you can see the solution curves going through that point.
If you want to modify $f(x,y)$ simply change the definition of $f(x,y)$ and that of the variable str in the user defined function testfield in Extensions and scripts. You have to use javascript notation for functions and powers in the definition of $f(x,y)$.
-
Question in David's workspace
Solving quadratic equations using a formula,
-
Exam (6 questions) in Kieran's workspace
Differential equations.
rebelmaths
-
Question in Kieran's workspace
Find the solution of $\displaystyle \frac{dy}{dx}=\frac{1+y^2}{a+bx}$ which satisfies $y(1)=c$
rebelmaths
-
Exam (5 questions) in Andrew's workspace
Quiz to assess matrix addition, subtraction, multiplication and multiplication by scalar, determinants and inverses, solving a system of simultaneous equations.
-
Question in Bill's workspace
Using Jsxgraph to draw the vector field for a differential equation of the form $\frac{dy}{dx}=f(x,y)=x^3-y^3$, and also by moving the point $(x_0,y_0)$ you can see the solution curves going through that point.
If you want to modify $f(x,y)$ simply change the definition of $f(x,y)$ and that of the variable str in the user defined function testfield in Extensions and scripts. You have to use javascript notation for functions and powers in the definition of $f(x,y)$.
-
Question in Bill's workspace
Using Jsxgraph to draw the vector field for a differential equation of the form $\frac{dy}{dx}=f(x,y)=x^2-y^2$, and also by moving the point $(x_0,y_0)$ you can see the solution curves going through that point.
If you want to modify $f(x,y)$ simply change the definition of $f(x,y)$ and that of the variable str in the user defined function testfield in Extensions and scripts. You have to use javascript notation for functions and powers in the definition of $f(x,y)$.
-
Question in AMRC Bridging Course
Tests the ability to find the gradient and intercept of a straight line graph.
-
Question in Gareth's workspace
Find a regression equation given 12 months data on temperature and sales of a drink.
-
Question in Rachel's workspace
Basic solving of linear equations.
-
Question in Gareth's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Gareth's workspace
Shows how to define variables to stop degenerate examples.
-
Question in Hina's workspace
Reading information from the equation of the line. Graph shown
Rebelmaths
-
Question in Nigel's workspace
Solving quadratic equations using a formula,
-
Question in Nigel's workspace
Solve an exponential equation
-
Question in Nigel's workspace
Solve a logarithmic equation
-
Question in Ethan's workspace
Given a graph, the student is asked to determine the quadratic function.
-
Question in LeicesterPhysPractice
Solving a system of three linear equations in 3 unknowns using Gauss Elimination in 4 stages. Solutions are all integral.
-
Exam (9 questions) in Denis's workspace
This quiz contains questions on functions, limits, logs, exponential functions, simultaneous equations and quadratic equations.
-
Question in Simon's workspace
Solving a system of three linear equations in 3 unknowns using Gauss Elimination in 4 stages. Solutions are all integral.
-
Jerome's copy of Seibu Mary's copy of Algebra VIII: solving simultaneous equations (by elimination) DraftQuestion in Jerome's workspace
Straightforward solving linear equations question.
Adapted from 'Simultaneous equations by elimination 1 with parts' by Joshua Boddy.