1227 results for "function".
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $\ln(ax^n+\sin(bx+c))$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $\ln(ax^n+e^{bx})$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $\ln(ax^n+bx^m)$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $e^{\sin(ax+b)+\cos(cx+d)}$ using the chain rule.
-
Question in MASH Bath: Question Bank
Calculating the derivative of a function of the form $e^{\cos(ax+b)}$ using the chain rule.
-
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 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".