Error
There was an error loading the page.
Warning: may take up to 60 seconds to load question!
Students are given six graphs, corresponding to curves γ(t). They must match each with its signed curvature function, κ(t).
The graphs are generated by calculating θ(t)=∫κ(t)dt (by hand: these are given to the question as functions of a variable '#', in string form), and solving x′=cos(θ(t)−θ(0)) and y′(t)=sin(θ(t)−θ(0)) numerically (using the RKF method) with a JavaScript extension.
Metadata
-
England schools
-
England university
-
Scotland schools
Taxonomy: mathcentre
Taxonomy: Kind of activity
Taxonomy: Context
Contributors
Feedback
From users who are members of Andrew's workspace :
![]() |
said | Ready to use | 6 years, 5 months ago |
History
Andrew Iskauskas 6 years, 5 months ago
Published this.Andrew Iskauskas 6 years, 5 months ago
Gave some feedback: Ready to use
Andrew Iskauskas 6 years, 5 months ago
Created this as a copy of Signed Curvature Graphing.There is only one version of this question that you have access to.
There is one other version that you do not have access to.
Name | Type | Generated Value |
---|
quadratic | list |
[ 3, 1, -3 ]
|
||||
cubic | list |
[ 4, 2, 4, -4 ]
|
||||
quotient | list |
[ 3, 2, 2 ]
|
||||
cos | list |
[ 2, 2 ]
|
||||
sin | list |
[ -2, 2 ]
|
||||
exp | integer |
-1
|
Name | Type | Generated Value |
---|
quadstr | string |
(Math.pow(#,3)/3+-2*#*#/2+-3*#
|
||||
cubstr | string |
(Math.pow(#,4)/4+2*Math.pow(#,
|
||||
quostr | string |
Math.log(2+2*#*#)*3/(2*2)
|
||||
cosstr | string |
2*(Math.cos(2*#)/(4)+#*Math.si
|
||||
sinstr | string |
-2*(Math.sin(2*#)/(4)+#*Math.c
|
||||
expstr | string |
Math.exp(-1*#)
|
Name | Type | Generated Value |
---|
collected | list |
Nested 6×2 list
|
||||
markingmatrix1 | matrix |
Matrix of size 6×3
|
||||
markingmatrix2 | matrix |
Matrix of size 6×3
|
Generated value: list
This variable doesn't seem to be used anywhere.
Match choices with answers
Use this tab to check that this question works as expected.
Part | Test | Passed? |
---|---|---|
Match choices with answers | ||
Hasn't run yet | ||
Match choices with answers | ||
Hasn't run yet |