From 4a95719d58a708ad55b1389631d6339047f786a0 Mon Sep 17 00:00:00 2001 From: standenboy Date: Fri, 15 Dec 2023 10:19:20 +0000 Subject: added existing work --- maths/notes/5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 maths/notes/5 (limited to 'maths/notes/5') diff --git a/maths/notes/5 b/maths/notes/5 new file mode 100755 index 0000000..e389064 --- /dev/null +++ b/maths/notes/5 @@ -0,0 +1,12 @@ +writing this late and cant really remember what we did +we did some work on completing the square which is never too hard, however i should try and do some more work on it +try and remember how to put something into a completed square form as well as take it out + +x^2 + 6x + 6 +(x + 3)^2 - 3 +method is to half B, then subtract b^2, and add whatever is needed to make sure + c works + +this can be used to find the turning point of the graph, the section in brackets needs to have its sign flipped +this is similar to using factorising to solve a quadratic +the value outside the bracket stays as is +in the example given the turning point would be (-3, -3) -- cgit v1.2.3