Pure Flashcards
(147 cards)
factorise x^2+y^2+xy
x^2 + 2xy + y^2 - xy
(x+y)^2 - xy
(x+y)^2 - (√xy)^2
using DOTS: (x+y+√xy)(x+y-√xy)
probability A given B formula
P(A|B) = P(A∩B) / P(B)
Make q the subject of 2pr = q2 + 2pq
q2 + 2pq = 2pr
(q + p)2 - p2 = 2pr
(q + p)2 = 2pr + p2
q + p = √(2pr + p2)
q = p√(2pr) - p
need to check this one
(q + p)2 = q2 + 2qp + p2. You don’t want the p2 though, so subtract it.
Simplify 1/4x31/12
1/22x31/12
= 2-2x31/12
Can you simplify 2-3 * x-3?
Yes; (2x)-3
Rearrange to make x the subject:
1/x = 1/p + 1/q
1/x = q/pq + p/qp
1/x = (p+q) / pq
pq = x(p+q)
x = pq / (p + q)
Rearrange to make x the subject:
(1-3x)2=t
+-√t = 1-3x
3x = 1+-√t
x = (1 +-√t) / 3
Simplify (x+2) / x3
(x+2) * 1/x3
= (x+2) * x-3
= x-2 + 2x-3
Simplify (1-x) / √x
(1-x) / x1/2
= (1/x1/2) - (x/x1/2)
= (1/2 x -1/2) - (1/2 x 1/2)
area of a kite formula
area = p * q / 2
where p and q are the perpendicular diagonals
When writing out inequalities, what do ( and [ mean?
( = not including
[ = including; equal to
e.g. (-∞, 6] => -∞ < x ≤ 6
f(x) = x2 - (k+8)x + 8k + 1
Show that when k = 8, f(x) > 0 for all values of x. [3]
Sub k = 8 into f(x): [1]
f(x) = x2 - (8+8)x + 8(8) + 1 = x2 - 16x + 65
To show f(x) > 0, you must complete the square: [1]
(x - 8x)2 - 82 + 65
= (x - 8x)2 + 1
Concluding statement: [1]
When k = 8, (x - 8x)2 is a square so is always >= 0, so adding 1 means it’s always > 0
A stone is thrown from the top of a cliff. The height, h, in metres, of the stone above the ground level after t seconds is modelled by the function h(t) = 3925/32 - 4.9(t-1.25)2.
Find, with justification:
a) the time taken after the stone is thrown for it to reach ground level and
b) the maximum height of the stone above the ground level and the time taken after which this maximum height is reached.
a) h(t) = 0, so solving the equation gives 4.9(t-1.25)2 = 3925/32, t = + and - (5√785)/28
t can’t be negative therefore time taken = (5√785)/28s
b) maximum height is when 4.9(t-1.25)2 = 0, therefore
maximum height = 3935/32m and
time taken = 1.25s
real number (examples and non-examples)
Basically almost every number you can think of - points on a number line
Includes integers (positive and negative) rational and irrational numbers
Doesn’t include infinity or imaginary numbers
rational number (examples and non-examples)
A number that can be expressed as a fraction of two integers, where the denominator is not zero
e.g. 7, 1.5
not e.g. √2, π, e
irrational number (examples and non-examples)
Any real number that cannot be expressed as the quotient of two integers where the denominator isn’t 0
e.g. √2, π, e
natural number
positive integer
identity
An equation that is always true, no matter what values are substituted
Why does completing the square give the turning point?
Consider both positive and negative quadratics.
Positive x2 graph:
* For the curve y = (x - a)2 + b, the only part that can vary is the (x - a)2 term. It’s squared so will always be positive - the minimum value of this will be 0.
* Therefore when (x - a)2 = 0, x - a = 0 so x = a.
* When x = a, the minimum value is y = 0 + b = b, so the turning point is (a, b)
Negative x2 graph:
* y = -(x - a)2 + b.
* The term -(x - a)2 will always be negative, so the maximum value occurs when -(x - a)2 = 0, so when x = a.
* When x = a, the minimum value is y = 0 + b = b, so the turning point is (a, b)
A diver launches herself off a springboard. The height of the diver, in metres, above the pool t seconds after launch can be modelled by the following function:
h(x) = -10(t - 0.25)2 + 10.625
Find the maximum height of the diver and the time at which this maximum height is reached.
The maximum height is reached when t - 0.25 = 0
therefore at t = 0.25s and the maximum height = 10.625m
Solve 3/x < 4
times by x2 so you’re not multiplying by a negative number:
3x < 4x2
4x2 - 3x > 0
if = 0:
x = 0, x = 3/4
x < 0, x > 3/4
Prove the quadratic formula.
- ax2 + bx + c = 0
- a [x + (b/2a)x] + c = 0
- Completing the square:
a ([x + b/2a]2 - (b/2a))2 + c = 0 - a[x + b/2a]2 - b2/4a2 * a + c = 0
- a[x + b/2a]2 - b2/4a + c = 0
- a[x + b/2a]2 = b2/4a - c
- a[x + b/2a]2 = b2-4ac/4a
- [x + b/2a]2 = b2-4ac/4a2
- x + b/2a = +- √(b2-4ac) / 2a
- x = -b/2a +- √(b2-4ac) / 2a
- x = -b/2a +- √(b2-4ac) / 2a
- x = [-b +- √(b2-4ac)] / 2a
watch the negative for the c term
domain
The set of possible inputs for a function (often x)
range
The set of possible outputs of a function (often y or f(x))