Re: [RESOLVED] Integration
You might want to review u substitution since it'll almost certainly show up on any Calc exam you'll take involving integrals, and this problem is perhaps best solved with it. Good luck :)
Re: [RESOLVED] Integration
I don't know how it's done in Scotland but here in holland we never had to use any substitution method for our final exams. Every intergral was possible without substitution. I only learned the substitution method at university so it might be that he doesn't need to know it.
Also, why would this problem be best solved with it? If you rewrite the cos as a sin then it's just a standard integral?
Re: [RESOLVED] Integration
Well we don't do that..... Lol. Perhaps that comes up at advanced higher....
Re: [RESOLVED] Integration
The first part of that page is really unnecessarily complicated... the actual substitution examples are the guts of it, and are really much simpler than everything else. As for why I thought it was best solved with substitution--I guess I was thinking that substitution works in the general case, and a more general method is preferable to one special [even lucky] case.
I guess they teach Calculus differently in Europe though. The idea of u substitution goes so well with beginning integral calculus that I just assumed that's how anyone would teach it, but, eh, I guess it's not.
Often reverse-engineering the integral can work as well. In this case you could have guessed that it was some form of sine and figured out the coefficients and arguments, pretty much as NickThissen suggested in his first post.
Re: [RESOLVED] Integration
But this integral is not a special, even lucky, case at all?
It is just easier to see the solution if you rewrite it as a sin, getting rid of the Pi/2. However, even if instead of Pi/2, you would have some random number like 5, the method is exactly the same.
Int( 3*cos(5-x)dx) = -3 * sin(5-x) + c
The 5 does not change the method required to solve the integral.
It would be a different case however if you had a function like 3*cos(5x - x²) or whatever.. this cannot be solved with the same method and requires substitution or some more advanced methods.
The whole method described by me above indeed relies and reverse engineering the function. Or as my teacher used to say, you have to take a smart guess.
If you know how to do derivatives then you can also do easy integrals like this one.
You know the derivative of a sin is a cos, so you know the integral of a cos must be a sin. Then you can just guess some equation containing the sin that looks like your original equation, and try to differentiate that. That helps you find the coefficients you migth need to add.