1227 results for "function".
-
Question in David's workspace
A method of randomly choosing variable names - use the
expression()JME function to create a variable name from a randomly chosen string.(This question also uses a custom marking script to check that the student has simplified the expression)
-
Question in Mathematics for Geosciences
Use integration to find the volume of revolution of a function to estimate the volume of a mountain.
-
Question in MATH1154
Given a graph of some function $f(x)$ (a cubic), the student is asked to write the coordinates of the maximum and minimum points. The student then finds the maximum and minimum points of a second cubic function without using a graph, by finding the derivative, solving the quadratic equation that results from setting the derivative equal to zero, and finally testing the value of the second derivative.
-
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 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 Bill's workspace
Newton-Raphson numerical method question to solve $g(x)=0$
Includes a graph of the function $g(x)$ in Advice using Jsxgraph.
-
Question in Getallenleer 1e jaar
Ask for the square of each number from 0 to 15, in random order.
The shuffle function puts a list in random order.
-
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 LeicesterPhysPractice
The random variable $X$ has a PDF which involves a parameter $c$. Find the value of $c$. Find the distribution function $F_X(x)$ and $P(a \lt X \lt b)$.
Also find the expectation $\displaystyle \operatorname{E}[X]=\int_{-\infty}^{\infty}xf_X(x)\;dx$.
-
Question in LeicesterPhysPractice
Given a probability mass function $P(X=i)$ with outcomes $i \in \{0,1,2,\ldots 8\}$, find the expectation $E$ and $P(X \gt E)$.
-
Question in LeicesterPhysPractice
Determine if the following describes a probability mass function.
$P(X=x) = \frac{ax+b}{c},\;\;x \in S=\{n_1,\;n_2,\;n_3,\;n_4\}\subset \mathbb{R}$.
-
Question in AMRC Bridging Course
Tests the ability to match a quadratic function to a given parabola.
-
Question in Harry's workspace
There are copious comments in the definition of the function eqnline about the voodoo needed to have a JSXGraph diagram interact with the input box for a part.
-
Exam (9 questions) in Denis's workspace
Differentiation of polynomials, cos, sin, exp, log functions. Product, quotient and chain rules.
rebelmaths
-
Question in Differential calculus
Given a set of curves on axes, generated from a function and its first two derivatives, identify which curve corresponds to which derivative.
-
Question in Sid's workspace
Given an oracle function that will output its value given an input: first estimate the derivative, and second calculate its shape.
-
Question in Nigel's workspace
Manipulation of an exponential function
-
Question in Nigel's workspace
An experiment is performed twice, each with $5$ outcomes
$x_i,\;y_i,\;i=1,\dots 5$ . Find mean and s.d. of their differences $y_i-x_i,\;i=1,\dots 5$.
-
Question in Ethan's workspace
Given a graph, the student is asked to determine the quadratic function.
-
Exam (9 questions) in Blathnaid's workspace
Differentiation of polynomials, cos, sin, exp, log functions. Product, quotient and chain rules.
rebelmaths
-
Exam (5 questions) in Ida Friestad's workspace
5 questions on definite integrals - integrate polynomials, trig functions and exponentials; find the area under a graph; find volumes of revolution.
-
Question in Hollie's workspace
Express $f(z)$ in real-imaginary form, given that $z=x+iy$, where $f(z)$ involves hyperbolic functions.
-
Question in Hollie's workspace
Express $f(z)$ in real-imaginary form, given that $z=x+iy$.
-
Exam (9 questions) in MATH6006 Differentiation
Differentiation of polynomials, cos, sin, exp, log functions. Product, quotient and chain rules.
rebelmaths
-
Question in Christian's workspace
Given a set of curves on axes, generated from a function and its first two derivatives, identify which curve corresponds to which derivative.
-
Exam (9 questions) in Denis's workspace
This quiz contains questions on functions, limits, logs, exponential functions, simultaneous equations and quadratic equations.
-
Exam (8 questions) in Deirdre's workspace
Basic Derivatives, Product Rule, Quotient Rule, Chain Rule, Implicit Differentiation, Differentiating trigonometric and logarithmic functions, tangents
rebel
rebelmaths
-
Question in CLE5
Given a graph of some function f, the student is asked for values of $f$ and its inverse. Function is cubic and invertible.