i'm having a hard time solving even basic and easy intergral questions highschoolers solve. lets say my question is intergral $(ax+b)^2$ then i think of "what could have been the question" that is $(ax+b)^3 $ then further differentiate it $(ax+b)^3=(ax+b)^2*a (ax+b)^3/2a=(ax+b)^2$
i know this is a round about way of solving this but i dont understand the "how to" tackle the question, if im blindly using the formulas. but even with this method, i cant seem to be able to solve all the basic questions with this method like
$x(x+2)^{(1/2)}$
my answer is
$\frac{(x^3+2x^2)^{3/2}}{18x^3}$
but actual answer is
can someone help me with where i miss the concept and how? thanks in advance
Here's some specific bits of advice.
You need to practice. Almost any calculus text will have 1000's of integral exercises. But a book like Schaum's Outline "Calculus" has lots and lots of worked out examples plus tons of exercises for you. It's cheap on Amazon.
A general principle of integration is that you try to change what is ugly into something prettier. And one of the ugliest things in mathematics is when exponentiation and addition try to work together. In your example you have $(x+2)^{1/2}$. The exponent doesn't distribute across the plus sign. To make that prettier, you might substitute $u = x+2$ which makes your integrand $(u-2)u^{1/2} = u^{3/2}-2u^{1/2}$. So look at your integrand and ask yourself "What do I wish was different?" Then see if you can cause that difference.
After you integrate, check your work by differentiating. If you've made a mistake, this will find it AND probably shed light on why it was a mistake.