10967 results.
-
Question in Content created by Newcastle University
Curl and divergence of a vector field. Determine whether the vector field is irrotational or solenoidal.
-
Question in PA1720
Curl and divergence of a vector field. Determine whether the vector field is irrotational or solenoidal.
-
Question in MATH6006 Integration
Integration by susbtitution. Use the letter C for the constant.
-
Question in How-tosThis question generates two variables, a and b. They're chosen to be distinct, and neither takes the value zero.
-
Question in Anna's workspace
Calculate the local extrema of a function ${f(x) = e^{x/C1}(C2sin(x)-C3cos(x))}$
The graph of f(x) has to be identified.
The first derivative of f(x) has to be calculated.
The min max points have to be identified using the graph and/or calculated using the first derivative method. Requires solving trigonometric equation
-
Question in Quantities extension
Given mass and volume of an object in SI units, calculate its density. The units are given at different orders of magnitude.
-
Question in Leonardo's workspace
-
Question in Demos
No description given
-
Question in Demos
No description given
-
Exam (4 questions) in Demos
No description given
-
Question in Demos
Give the student three points lying on a quadratic, and ask them to find the roots.
Then ask them to find the equation of the quadratic, using their roots. Error in calculating the roots is carried forward.
Finally, ask them to find the midpoint of the roots (just for fun). Error is carried forward again.
-
Question in Demos
Ask the student to find a matrix corresponding to a given rotation about the origin.
Then ask them to find the determinant. Their answer is marked against the matrix they gave, not just the correct one.
Finally, ask them to find the inverse of their matrix. Marking is against the matrix and determinant they gave.
-
Exam (3 questions) in Demos
Some questions which demonstrate the adaptive marking feature.
-
Question in Deactivated user's workspace
A graph is drawn. A student is to identify the derivative of this graph from four other graphs.
Version I. Graph is quadratic
Version II. Graph is horizontal
Version III. Graph is cubic
Version IV. Graph is sinusoidal
-
Question in All questions
Questions about how the course is organised.
-
Question in Wiskunde voor bedrijfswetenschappen ACalculate the competitive price as the minimum of the average cost, given a production function in one variable for a situation of perfect competition.
-
Question in Fundamentals of Mathematics
Quadratic factorisation that does not rely upon pattern matching.
-
Question in How-tos
Just showing how to use the stdev function from the stats extension to calculate the standard deviation of a list of numbers.
-
Question in Newcastle University Sports Science
Sample of size $24$ is given in a table. Find sample mean, sample standard deviation, sample median and the interquartile range.
-
Question in How-tos
The student must enter a number in scientific notation, with separate boxes for significand and exponent. They only get the marks if both elements are correct.
-
Exam (3 questions) in How-tos
These questions show how to use JSON data to represent structured information.
-
Question in How-tos
Create a list of records for randomly-generated people. Each record contains the person's name, age, and list of hobbies.
The names and hobbies are generated from JSON data.
-
Question in How-tos
A function which renders the factorisation of a number in LaTeX.
-
Question in How-tos
Show a list of the factors of a number.
Works by testing each number up to $n$ for divisibility by $n$, so won't do well with really big numbers. Certainly fast enough for numbers up to 4 or 5 digits.
-
Question in How-tos
Choose from one of several pre-defined scenarios, and set variables to the corresponding values, defined in lists.
This question has three variables:
city,population, andpercent_like_chocolate. These differ for each city. We've defined a list for each variable, with the corresponding values. A variable calledscenariopicks a random position in the list, so the value ofcity, for example, iscities[scenario]. -
Question in How-tos
Some clever variable-substitution trickery to randomly pick two sides of a right-angled triangle to give to a student, and ask for the other.
The sides are set up so they're always Pythagorean triples, and the opposite side is always odd.
As ever, most of the tricky stuff is in the advice.
Because this was created quickly to show how to set up the randomisation, there's no diagram. It would benefit greatly from a diagram.
-
Question in How-tos
One method of randomly choosing names for variables. For each variable, we have 4 options. Create a list of 4 numbers, which is 1 for the name we want to use, and 0 otherwise.
Then, whenever we use that variable, multiply each of the possible names by the corresponding number in the list. When the expression is simplified, the unwanted names will cancel to 0, leaving only the name we want.
This is quite clunky!
(This question also uses a custom marking script to check that the student has simplified the expression)
-
Question in How-tos
Load data about members of the Scottish parliament from a JSON object, and display a table of 5 randomly picked MSPs.
-
Question in How-tos
Load data on some items held in the Cooper Hewitt collection, and show a table of 5 randomly picked items.
-
Question in How-tosShows how to safely include LaTeX in a string variable.