I was experimenting with trig functions and their connections to roots of polynomials when I derived a sort of quadratic formula:
$$ax^2+bx+c=0\implies x=n\cos\left(\frac12\arccos\left(\frac{b^2-4ac-2a^2n^2}{2a^2n^2}\right)\right)-\frac b{2a}\tag{for all $n$}$$
And here is the little proof I composed:
$$\cos(2\arccos(x))=2x^2-1\tag{trig identity}$$
$$ax^2+bx+c=0$$
$$ay^2-\frac{b^2}{4a}+c=0\tag{$x=y-\frac b{2a}$}$$
$$y^2=\frac{b^2-4ac}{4a^2}$$
$$n^2t^2=\frac{b^2-4ac}{4a^2}\tag{$y=nt$}$$
$$2t^2=\frac{b^2-4ac}{2a^2n^2}$$
$$2t^2-1=\frac{b^2-4ac}{2a^2n^2}-1=\frac{b^2-4ac-2a^2n^2}{2a^2n^2}$$
$$\cos(2\arccos(t))=\frac{b^2-4ac-2a^2n^2}{2a^2n^2}\tag{apply trig identity}$$
$$t=\cos\left(\frac12\arccos\left(\frac{b^2-4ac-2a^2n^2}{2a^2n^2}\right)\right)$$
$$x=n\cos\left(\frac12\arccos\left(\frac{b^2-4ac-2a^2n^2}{2a^2n^2}\right)\right)-\frac b{2a}$$
Since $n$ can be anything, choose it so that we don't deal with complex numbers, if possible. Feel free to comment on the above formula.
Anyways, there exists similar derivations for cubic equations and quartic equations, but I was wondering on, more specifically, the solution to the quintic polynomial with trigonometric functions. Is it possible? And can general formulas be made to find the roots of even higher degree polynomials using trig functions?
For a warm up here, I recommend you browse the section Wikipedia has on solving the cubic equation using trigonometry. A direct link can be found here. As you mention, the quartic equation can be solved the same way. Further note that one the page for the Quintic Function we have the following quote:
I think the main problem you are having here is that the Abel–Ruffini theorem is often stated as such: "There exists no algebraic solution to the general quintic". This definition leaves a little bit up to the imagination, as the definition of algebraic solution does not mention trigonometric equations. As far as I can tell, the question of whether or not any solution expressible in terms of elementary functions can be expressed in terms of roots is an open question. Take for example the following quote from Dave L. Renfro, taken from a post on Math.SE concerning "polynomials with degree 5 solvable in elementary functions" (which you might find an interesting read):
Moreover, here we find a post linking to a couple others, explaining how we can solve the general quintic in terms of the Jacobi Theta Function (which is, in some essence, a trigonometric function) by transforming the general quintic into Brioschi form.
While this is an interesting step, this is not quite what we want. On Wikipedia's page on Closed-form expressions we find the following quote:
This quote makes the claim you desire. Now, how do we prove this? The obvious way is to show that the solutions must be in terms of an antiderivative, as we have known algorithms for determining whether or not an antiderivative can be expressed in terms of elementary functions. In my searchings, I found the following paper by R. Bruce King entitled "Beyond the Quartic Equation", which seems to disprove your conjecture that any polynomials of degree $\geq 5$ can be solved in terms of trigonometric functions. The link is primarily focused on disproving your conjecture for the quintic, but mentions generalizations in a later section (although these pages appear to not be in the free preview. I'll let you know if I find a better link. I would likewise appreciate it if someone else could find such a link).
I hope this provides a comprehensive analysis of your question! If you see any glaring flaws in my answer please share and I will do my best to amend them. Hopefully this should answer your question in as simple a manner as possible!
Note: Admittedly, it's a little hard to get a hold of a good Galois Theory course while in high school, so I don't have a strong enough background to answer with that approach. The only result I use from the field seems to concern the Risch Algorithm, which is used implicitly in the final paper I share.