28 results.
-
Question in Panamaconferentie
1) Schrijf een modeloplossing. Houd rekening dat je bij randomisatie dit anders zal moeten schrijven.
2) Randomiseer de snelheid, en controleer welke effecten dat heeft op de andere variabelen.
-
Question in Demos
Customised for the Numbas demo exam
Motion under gravity. Object is projected vertically with initial velocity Vm/s. Find time to maximum height and the maximum height. Now includes an interactive plot.
-
Question in IE303412 CyberneticsThis question tests the students skill on transfer functions and Laplace of differential equations. The coefficients of the functions are created randomly.
-
Question in Julie's workspace
Solve: d2ydx2+2adydx+(a2+b2)y=0,y(0)=1 and y′(0)=c.
rebelmaths
-
Question in Julie's workspace
Method of undermined coefficients:
Solve: d2ydx2+2adydx+a2y=0,y(0)=c and y(1)=d. (Equal roots example). Includes an interactive plot.
rebelmaths
-
Question in Bill's workspace
Solve for x(t), dxdt=a(x+b)n,x(0)=0
-
Question in Bill's workspace
Asking users to input coefficients of a system of diff equations so that the phase space is a saddle. All systems input by the user are graphed together with immediate feedback. Also included in the Steps are the graphs of the solutions for x(t),y(t);x(0)=−5,y(0)=5.
-
Question in Bill's workspace
Asking users to input coefficients of a system of diff equations so that the phase space is a stable spiral. All systems input by the user are graphed together with immediate feedback. Also included in the Steps are the graphs of the solutions for x(t),y(t);x(0)=−5,y(0)=5.
-
Question in Bill's workspace
Asking users to input coefficients of a system of diff equations so that the phase space is a centre. All systems input by the user are graphed together with immediate feedback. Also included in the Steps are the graphs of the solutions for x(t),y(t);x(0)=−5,y(0)=5.
-
Question in Bill's workspace
Asking users to input coefficients of a system of diff equations so that the phase space is a centre. All systems input by the user are graphed together with immediate feedback. Also included in the Steps are the graphs of the solutions for x(t),y(t);x(0)=−5,y(0)=5.
-
Question in Bill's workspace
Nature of fixed points of a 2D dynamical system.
These examples are either centres or spirals.
-
Question in Bill's workspace
Differentiate the following functions: xnsinh(ax+b),tanh(cx+d),ln(cosh(px+q))
-
Question in Bill's workspace
Differentiate the following functions: xnsinh(ax+b),tanh(cx+d),ln(cosh(px+q))
-
Question in Content created by Newcastle University
Differentiate the following functions: xnsinh(ax+b),tanh(cx+d),ln(cosh(px+q))
-
Question in Content created by Newcastle University
Differentiate the following functions: xnsinh(ax+b),tanh(cx+d),ln(cosh(px+q))
-
Question in Content created by Newcastle University
Differentiate the following functions: xnsinh(ax+b),tanh(cx+d),ln(cosh(px+q))
-
Question in Content created by Newcastle University
Solve: d2ydx2+2adydx+a2y=0,y(0)=c and y(1)=d. (Equal roots example).
-
Question in Content created by Newcastle University
An object moves in a straight line, acceleration given by:
f(t)=a(1+bt)n. The object starts from rest. Find its maximum speed.
-
Question in Content created by Newcastle University
Solve for x(t), dxdt=a(x+b)n,x(0)=0
-
Question in Content created by Newcastle University
Solve: d2ydx2+2adydx+(a2+b2)y=0,y(0)=1 and y′(0)=c.
-
Question in Andrew's workspace
Solving a second-order constant coefficient ODE. Uses the differentiation extension: https://github.com/Tandethsquire/Differentiation, and the Differential Equation custom part type, to differentiate a student answer and ensure it satisfies the equation.
-
Question in Bill's workspace
Using Jsxgraph to draw the vector field for a differential equation of the form dydx=f(x,y)=sin(x−y), and also by moving the point (x0,y0) 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 dydx=f(x,y)=x2−y2, and also by moving the point (x0,y0) 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 Julie's workspace
Find the general solution of y″ in the form Ae^{ax}+Be^{bx}+y_{PI}(x),\;y_{PI}(x) a particular integral.
rebelmaths
-
Question in Julie's workspace
Find the solution of \displaystyle x\frac{dy}{dx}+ay=bx^n,\;\;y(1)=c
rebelmaths
-
Question in Julie's workspace
Find the solution of \displaystyle \frac{dy}{dx}=\frac{1+y^2}{a+bx} which satisfies y(1)=c
rebelmaths
-
Question in Julie's workspace
Solve 4 first order differential equations of two types:\displaystyle \frac{dy}{dx}=\frac{ax}{y},\;\;\frac{dy}{dx}=\frac{by}{x},\;y(2)=1 for all 4.
rebelmaths
-
Question in Daniel's workspace
Find the general solution of y''+2py'+(p^2-q^2)y=A\sin(fx) in the form A_1e^{ax}+B_1e^{bx}+y_{PI}(x),\;y_{PI}(x) a particular integral. Use initial conditions to find A_1,B_1.