Antiderivative of some functions

JinSu
Messages
8
Reaction score
0
Anyone know how to get antiderivative of these? I am stuck.

1) cos(t^5)
2) tan(x^2)
3) (1-x^2)^(1/3)

Any explanation on how to do these would be appreciated.
 
Physics news on Phys.org
None of them are elementary functions.
 
int cost^5 = 1/11*t*(5*sin(t^5)*t^5*(t^5)^(7/10)+11*(t^5)^(7/10)*cos(t^5)-5*t^5*sin(t^5)*LommelS1(17/10, 3/2, t^5)-11*t^5*LommelS1(7/10, 1/2, t^5)*cos(t^5)+11*LommelS1(7/10, 1/2, t^5)*sin(t^5))/(t^5)^(7/10)
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top