269 results for "have".
-
Question in Partial fractions
Factorise $x^2+bx+c$ into 2 distinct linear factors and then find $\displaystyle \int \frac{a}{x^2+bx+c }\;dx$ using partial fractions or otherwise.
-
Question in Partial fractions
Find $\displaystyle\int \frac{ax+b}{(x+c)(x+d)}\;dx,\;a\neq 0,\;c \neq d $.
-
Question in Partial fractions
Find $\displaystyle\int \frac{ax+b}{(x+c)(x+d)}\;dx,\;a\neq 0,\;c \neq d $.
-
Question in Partial fractions
Factorise $x^2+bx+c$ into 2 distinct linear factors and then find $\displaystyle \int \frac{a}{x^2+bx+c }\;dx$ using partial fractions or otherwise.
-
Question in Partial fractions
Factorise $x^2+cx+d$ into 2 distinct linear factors and then find $\displaystyle \int \frac{ax+b}{x^2+cx+d}\;dx,\;a \neq 0$ using partial fractions or otherwise.
Video in Show steps.
-
Question in Custom Scripts
Straightforward question: student must find the general solution to a second order constant coefficient ODE. Uses custom marking algorithm to check that both roots appear and that the solution is in the correct form (e.g. two arbitrary constants are present). Arbitrary constants can be any non space-separated string of characters. The algorithm also allows for the use of $e^x$ rather than $\exp(x)$.
Unit tests are also included, to check whether the algorithm accurately marks when the solution is correct; when it's correct but deviates from the 'answer'; when one or more roots is incorrect; or when the roots are correct but constants of integration have been forgotten.
-
Question in Paul's workspace
Two ordered data sets, each with 10 numbers. Find the sample standard deviation for each and for their sum.
-
Question in Johnny's workspace
Find $\displaystyle \int \frac{a}{(bx+c)^n}\;dx$
-
Question in MAT333
Find $\displaystyle\int \frac{ax^3-ax+b}{1-x^2}\;dx$. Input constant of integration as $C$.
-
Question in MAT333
Find $\displaystyle\int \frac{ax+b}{(x+c)(x+d)}\;dx,\;a\neq 0,\;c \neq d $.
-
Question in MAT333
Find $\displaystyle\int \frac{ax+b}{(x+c)(x+d)}\;dx,\;a\neq 0,\;c \neq d $.
-
Question in MAT333
Factorise $x^2+cx+d$ into 2 distinct linear factors and then find $\displaystyle \int \frac{ax+b}{x^2+cx+d}\;dx,\;a \neq 0$ using partial fractions or otherwise.
-
Question in MAT333
Factorise $x^2+bx+c$ into 2 distinct linear factors and then find $\displaystyle \int \frac{a}{x^2+bx+c }\;dx$ using partial fractions or otherwise.
-
Question in MAT333
Find $\displaystyle \int \frac{a}{(bx+c)^n}\;dx$
-
Question in MAT333
Find $\displaystyle \int ae ^ {bx}+ c\sin(dx) + px ^ {q}\;dx$.
-
Question in MAT333
Find $\displaystyle I=\int \frac{2 a x + b} {a x ^ 2 + b x + c}\;dx$ by substitution or otherwise.
-
Question in MAT333
The derivative of $\displaystyle \frac{ax^2+b}{cx^2+d}$ is $\displaystyle \frac{g(x)}{(cx^2+d)^2}$. Find $g(x)$.
-
Question in MAT333
The derivative of $\displaystyle \frac{ax+b}{\sqrt{cx+d}}$ is $\displaystyle \frac{g(x)}{2(cx+d)^{3/2}}$. Find $g(x)$.
-
Question in MAT333
The derivative of $\displaystyle \frac{ax+b}{cx^2+dx+f}$ is $\displaystyle \frac{g(x)}{(cx^2+dx+f)^2}$. Find $g(x)$.
-
Question in MAT333
The derivative of $\displaystyle \frac{ax+b}{cx^2+dx+f}$ is $\displaystyle \frac{g(x)}{(cx^2+dx+f)^2}$. Find $g(x)$.
-
Question in Algebra Mat140
Two shops each have different numbers of jumper designs and colours. How many choices of jumper are there?
-
Question in MAT333
Double integrals (2) with numerical limits
-
Question in MAT333
Double integrals (2) with numerical limits
-
Question in MATH6059
Find the solution of a first order separable differential equation of the form $(a+y)y'=b+x$.
-
Question in Durham Test Questions
Straightforward question: student must find the general solution to a second order constant coefficient ODE. Uses custom marking algorithm to check that both roots appear and that the solution is in the correct form (e.g. two arbitrary constants are present). Arbitrary constants can be any non space-separated string of characters. The algorithm also allows for the use of $e^x$ rather than $\exp(x)$.
Unit tests are also included, to check whether the algorithm accurately marks when the solution is correct; when it's correct but deviates from the 'answer'; when one or more roots is incorrect; or when the roots are correct but constants of integration have been forgotten.
-
Question in Blathnaid's workspace
Putting a pair of linear equations into matrix notation and then solving by finding the inverse of the coefficient matrix.
-
Question in Durham Test Questions
Straightforward question: student must find the general solution to a second order constant coefficient ODE. Uses custom marking algorithm to check that both roots appear and that the solution is in the correct form (e.g. two arbitrary constants are present). Arbitrary constants can be any non space-separated string of characters. The algorithm also allows for the use of $e^x$ rather than $\exp(x)$.
Unit tests are also included, to check whether the algorithm accurately marks when the solution is correct; when it's correct but deviates from the 'answer'; when one or more roots is incorrect; or when the roots are correct but constants of integration have been forgotten.
-
Question in LSE MA100 (Bugs fixed, September 2018)
This is the question for Lent Term week 7 of the MA100 course at the LSE. It looks at material from chapters 33 and 34.
The following is a description of parts a and b. In particular it describes the varaibles used for those parts.
This question (parts a and b) looks at optimisation problems using the langrangian method. parts a and b of the question we will ask the student to optimise the objective function f(x,y) = y + (a/b)x subject to the constraint function r^2 = (x-centre_x)^2 + (y-centre_y)^2.
The variables centre_x and centre_y take values randomly chosen from {6,7,...,10} and r takes values randomly chosen from {1,2,...,5}.
We have the ordered set of variables (a,b,c) defined to be randomly chosen from one of the following pythagorean triplets: (3,4,5) , (5,12,13) , (8,15,17) , (7,24,25) , (20,21,29). The a and b variables here are the same as those in the objective function. They are defined in this way because the minimum will occur at (centre_x - (a/c)*r , centre_y - (b/c)*r) with value centre_y - (b/c)r + (a/b) * centre_x - (a^2/bc)*r , and the maximum will occur at (centre_x + (a/c)*r , centre_y + (b/c)*r) with value centre_y + (b/c)r + (a/b) *centre_x + (a^2/bc)r. The minimisation problem has lambda = -c/(2br) and the maximation problem has lambda* = c/(2br).
We can see that all possible max/min points and values are nice rational numbers, yet we still have good randomisation in this question. :)
-
Question in LSE MA100 (Bugs fixed, September 2018)
This is the question for week 9 of the MA100 course at the LSE. It looks at material from chapters 17 and 18.
Description of variables for part b:
For part b we want to have four functions such that the derivative of one of them, evaluated at 0, gives 0; but for the rest we do not get 0. We also want two of the ones that do not give 0, to be such that the derivative of their sum, evaluated at 0, gives 0; but when we do this for any other sum of two of our functions, we do not get 0. Ultimately this part of the question will show that even if two functions are not in a vector space (the space of functions with derivate equal to 0 when evaluated at 0), then their sum could nonetheless be in that vector space. We want variables which statisfy:
a,b,c,d,f,g,h,j,k,l,m,n are variables satisfying
Function 1: x^2 + ax + b sin(cx)
Function 2: x^2 + dx + f sin(gx)
Function 3: x^2 + hx + j sin(kx)
Function 4: x^2 + lx + m sin(nx)
u,v,w,r are variables satifying
u=a+bc
v=d+fg
w=h+jk
r=l+mn
The derivatives of each function, evaluated at zero, are:
Function 1: u
Function 2: v
Function 3: w
Function 4: r
So we will define
u as random(-5..5 except(0))
v as -u
w as 0
r as random(-5..5 except(0) except(u) except(-u))
Then the derivative of function 3, evaluated at 0, gives 0. The other functions give non-zero.
Also, the derivative of function 1 + function 2 gives 0. The other combinations of two functions give nonzero.We now take b,c,f,g,j,k,m,n to be defined as \random(-3..3 except(0)).
We then define a,d,h,l to satisfy
u=a+bc
v=d+fg
w=h+jk
r=l+mnDescription for variables of part e:
Please look at the description of each variable for part e in the variables section, first.
As described, the vectors V3_1 , V3_2 , V3_3 are linearly independent. We will simply write v1 , v2 , v3 here.
In part e we ask the student to determine which of the following sets span, are linearly independent, are both, are neither:both: v1,v2,v3
span: v1,v1+v2,v1+v2+v3, v1+v2+v3,2*v1+v2+v3
lin ind: v1+v2+v3
neither: v2+v3 , 2*v2 + 2*v3
neither:v1+v3,v1-2*v3,2*v1-v3
neither: v1+v2,v1-v2,v1-2*v2,2*v1-v2 -
Question in LSE MA100 (Bugs fixed, September 2018)
This is the question for week 5 of the MA100 course at the LSE. It looks at material from chapters 9 and 10.
The following describes how we define our revenue and cost functions for part b of the question.We have variables c, f, m, h.
The revenue function is R(q) = -c q^2 + 2mf q .
The cost function is C(q) = f q^2 - 2mc q + h .The "revenue - cost" function is -(c+f) q^2 +2m(c+f) q - h
Differentiating, we see that there is a maximum point at m.
We pick each one of f, m, h randomly from the set {2, .. 6}, and we pick c randomly from {h+1 , ... , h+5}. This ensures that the discriminant of the "revenue - cost" function is positive, meaning there are two real roots, meaning the maximum point lies above the x-axis. I.e. we can actually make a profit.