Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

50%
+0 −0
#1: Initial revision by (deleted user) · 2021-07-24T16:23:50Z (almost 3 years ago)
methodology of integration by parts ($e^{ax}\cos (bx+c)\mathrm dx$)
I was doing Integration by parts. I found an example which looks like : 
$$e^{ax}\cos (bx+c)\mathrm dx$$

While I was integrating it by parts. I noticed it is repeating. When it repeated first moment my book wrote $I$ instead of above equation where $I=e^{ax}\cos (bx+c)\mathrm dx$. The same value is repeating all the time that's why my book didn't work further. They had did something else. They had found an equation for $I\cdot a^2$. Another equation for $I(a^2+b^2)$. Then, they had sent $a^2+b^2$ to RHS. Then, they had took $a=r\sin \theta$, $b=r\cos\theta$, $r^2=a^2+b^2$ and, $\tan\theta=\frac{b}{a}$ or, $\theta=\tan^{-1}\frac{b}{a}$. Then, they had put these values in those earlier equations(which derived from first equation(which I wrote at first or, in title) ).

$$\int uv\mathrm dx=u\int vdx-\int[\mathrm {\frac{du}{dx}}\cdot \int v\mathrm dx]\mathrm dx$$
They took $u=\cos (bx+c)$ and, $v=e^{ax}$

- Could you please describe integration by parts to me? (I can solve normal problems but, when it came to this one it was little bit looking harder to me. Even, I wasn't able to understand integration of it.)
- Why they had took (found) different equations?

If steps are needed than, I can add steps also..