diff options
author | standenboy <standenboy@seacrossedlovers.xyz> | 2023-12-15 10:19:20 +0000 |
---|---|---|
committer | standenboy <standenboy@seacrossedlovers.xyz> | 2023-12-15 10:19:20 +0000 |
commit | 4a95719d58a708ad55b1389631d6339047f786a0 (patch) | |
tree | 26cb6fc2dbe7fa75f57f1d6fb13aff8955772b56 /maths/notes/4 |
added existing work
Diffstat (limited to 'maths/notes/4')
-rwxr-xr-x | maths/notes/4 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/maths/notes/4 b/maths/notes/4 new file mode 100755 index 0000000..757456e --- /dev/null +++ b/maths/notes/4 @@ -0,0 +1,14 @@ +so far so good with maths, todays work was quite hard however + +had to work on some completing the square + +also found out how to solve some weird quadratics + +if something is like x^6+x^3+2 its still a quadratic +to solve it you would say let y = x^3 +then rewrite the equation as y^2+y+2 +then solve with the quadratic formula or factorizing +and then cube root the ans to give it in terms of x for the final anwser + +you can only do that when all the powers line up with something that can be divided to match a quadratic +so x + x^7 + 23 wouldnt work |