1223 results for "function".
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $e^{\sin(ax+b)}$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $e^{ax^n+\ln(bx)+c}$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $e^{ax^n+bx^m}$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $e^{ax^2+bx+c}$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $\tan(a \ln(bx))$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $\cos(a \ln(bx))$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $\sin(a \ln(bx))$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $\tan(e^{ax}+bx^n)$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $\cos(e^{ax}+bx^n)$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $\sin(e^{ax}+bx^n)$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $\tan(ax^m+bx^n)$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $\cos(ax^m+bx^n)$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $k(ax^m+b)^n$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $k(ax+b)^n$ using the chain rule.
-
Question in Julia Goedecke's contributions
Example of an explore mode question. Student is given a 2x2 matrix and is asked to find the characteristic polynomial and eigenvalues, and then eigenvectors for each eigenvalue. The part asking for eigenvectors can be repeated as often as the student wants, to be used for different eigenvalues.
Assessed: calculating characteristic polynomial and eigenvectors.
Feature: any correct eigenvector is recognised by the marking algorithm, also multiples of the "obvious" one(s) (given the reduced row echelon form that we use to calculate them).
Randomisation: a random true/false for invertibility is created, and the eigenvalues a and b are randomised (condition: two different evalues, and a=0 iff invertibility is false), and a random invertible 2x2 matrix with determinant 1 or -1 is created (via random elementary row operations) to change base from diag(a,b) to the matrix for the question. Determinant 1 or -1 ensures that we keep integer entries.
The implementation uses linear algebra functions such as "find reduced echelon form" or "find kernel of a reduced echelon form", from the extension "linalg2".
-
Question in Sanka's workspace
Calculate the functional value at a point.
-
Question in MASH Bath: Question Bank
Part (a): Given two cubic functions $g(x)$ and $h(x)$ of the form $ax^3+bx^2+cx+d$, give an expression for the function $f(x)$, where $f(x)=g(x)-2h(x)$.
Part (b): Solve $f(x)=0$.
-
Question in MASH Bath: Question Bank
Given two cubic functions $g(x)$ and $h(x)$ of the form $ax^3+bx^2+cx+d$, solve the equation $g(x)=2h(x)$, giving all possible solutions for $x$.
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in Demos
This question shows how to use the JSXGraph extension to show the student a plot of a function that they enter.
In the first part, the student enters an expression for $f(x)$. Once they've done that, they can reveal a plot of the function.
-
Question in Musa's workspace
Use two points on a line graph to calculate the gradient and $y$-intercept and hence the equation of the straight line running through both points.
The answer box for the third part plots the function which allows the student to check their answer against the graph before submitting.
This particular example has a positive gradient.
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in Martin's workspace
No description given
-
Question in Martin's workspace
Indefinite integration of basic functions.
-
Question in Demos
This question demonstrates how to plot a graph of a function using JSXGraph.
-
Question in Julia Goedecke's contributions
Example of an explore mode question. Student is given a 3x3 matrix and is asked to find the characteristic polynomial and eigenvalues, and then eigenvectors for each eigenvalue. The part asking for eigenvectors can be repeated as often as the student wants, to be used for different eigenvalues.
Assessed: calculating characteristic polynomial and eigenvectors.
Feature: any correct eigenvalue will be recognised by the marking algorithm, even multiples of the obvious one(s) (which can be read off from the reduced row echelon form)
Randomisation: Not randomised, just using particular matrices. I am still working on how to randomise this for 3x3; a randomised 2x2 version exists. I have several different versions for 3x3 (not all published yet), so I could make a random choice between these in a test.
The implementation uses linear algebra functions such as "find reduced echelon form" or "find kernel of a reduced echelon form", from the extension "linalg2".
-
Question in Julia Goedecke's contributions
Example of an explore mode question. Student is given a 2x2 matrix with eigenvalues and eigenvectors, and is asked to decide if the matrix is invertible. If yes, second and third parts are offered where the student should give the eigenvalues and eigenvectors of the inverse matrix.
Assessed: remembering link between 0 eigenvalue and invertibility. Remembering link between eigenvalues and eigenvectors of matrix and its inverse.
Randomisation: a random true/false for invertibility is created, and the eigenvalues a and b are randomised (condition: two different evalues, and a=0 iff invertibility is false), and a random invertible 2x2 matrix with determinant 1 or -1 is created (via random elementary row operations) to change base from diag(a,b) to the matrix for the question. Determinant 1 or -1 ensures that we keep integer entries.
The implementation uses linear algebra functions such as "find reduced echelon form" or "find kernel of a reduced echelon form", from the extension "linalg2".
-
Question in Martin's workspace
Definite integation of basic functions.
-
Exam (8 questions) in Terry's workspace
This test will assess a students ability to work with piecewise and composite functions.
-
Question in NC Math 4
No description given