probably the first step is to convert 3x and 4x both to powers of e. You can do this by saying ekx = 3x and ekx = 4x respectively. Do a little algebra on this and see if you can get those bases of 3 and 4 into powers of e like this:
ekx = 3x
(ek)x = 3x
ek = 3
k = ln(3)
now you can say eln(3)x is the same as 3x and the term 4x will work the same way so you can write it as eln(4)x
then you can write your integral as:
∫(eln(3)x - 4)(eln(4)x + 7)dx which can be FOIL'd with distribution pretty easily, then you'll get
∫(e(ln3+ln4)x - 4exln4 + 7exln3 - 28)dx. Simplifying the first term even further because ln3+ln4 = ln12, you could write:
∫(exln12 - 4exln4 + 7exln3 - 28)dx. Now you have an integral in which all the individual pieces are easy to integrate. the pieces with powers of e can be solved with u-substitution.
Daniel W.
Actually the power rule will not apply here for 3^x or 4^x. IT would work for x^3 but not 3^x - it is a different rule in this case.04/15/22