Mastering Integration: Solving \int_a^b f(x)dx = a+2b with Ease

  • Thread starter Thread starter UrbanXrisis
  • Start date Start date
  • Tags Tags
    Integration Stuck
AI Thread Summary
The discussion revolves around solving the integral \(\int_a^b f(x)dx = a + 2b\) and the subsequent question of integrating \(\int_a^b (f(x) + 5)dx\), which simplifies to \(a + 2b + 5(b - a)\). Participants emphasize the importance of basic integration techniques, including the integration of constants and the use of substitution for more complex functions like \(e^{\frac{x}{2}}\). The conversation also touches on the error function, \(\text{erf}(x)\), which arises in integrals that cannot be expressed in terms of elementary functions, such as \(\int e^{-x^2} dx\). Overall, the thread highlights foundational integration concepts and the challenges posed by non-elementary integrals.
UrbanXrisis
Messages
1,192
Reaction score
1
\int_a^b f(x)dx = a+2b
\int_a^b (f(x)+5)dx =?
\int_a^b (f(x)+5)dx =\int_a^b f(x)dx+\int_a^b 5dx
a+2b+\int_a^b 5dx

I'm stuck, what should be my next step?
 
Physics news on Phys.org
Are you serious? You can't integrate \int_a^b5dx?

Isn't that the same as 5\int_a^b dx= 5(b-a)?

Isn't that about the first thing you learned in integration?
 
hehe, thanks

what's the rule for \int e^x?
is it e^x \int x?
 
Why?It's the exponential.Integration just adds a constant...Don't forget the differential of "x".

Daniel.
 
\int e^x = \int e^x dx ?
 
No,no,the first notation is incorrect.It should always be

\int \ \mbox{function} \cdot \mbox{element of integration}

Daniel.
 
so if a question was \int e^{\frac{x}{2}} dx = e^{\frac{x}{2}} \int \frac{x}{2} dt
 
\int e^x dx= e^x+ C

because \frac{d e^x}{dx}= e^x, of course.
 
UrbanXrisis said:
so if a question was \int e^{\frac{x}{2}} dx = e^{\frac{x}{2}} \int \frac{x}{2} dt


No,if course not.U need to make a substitution

\frac{x}{2}=u

Daniel.

EDIT:BTW,knowledge of integration techniques assumed knowledge of differentiation methodes.
 
  • #10
\int e^{\frac{x}{2}} dx
u=x/2
du=1/2dx
\int e^{u} 2du
=2e^{\frac{x}{2}}
 
  • #11
UrbanXrisis said:
so if a question was \int e^{\frac{x}{2}} dx = e^{\frac{x}{2}} \int \frac{x}{2} dt


Let u= x/2. Then 2u= x so 2du= dx.
\int e^{\frac{x}{2}}dx becomes 2\int e^u du= 2e^u+ C= 2e^{\frac{x}{2}}+ C

Surely you've learned simple substitutions.

e^x\int \frac{x}{2}dt, on the other hand, is e^x(\frac{x^2}{4}+ C).
 
Last edited by a moderator:
  • #12
That's right up to a constant,which should never be forgotten when computing indefinite integrals.

Daniel.
 
  • #13
is cos^2(x)=cos(x)cos(x)
so..
\frac{d}{dx}cos^2(x)=-2sin(x)cos(x)
 
  • #14
Yeah,why?U could apply the chain rule as well.

Daniel.
 
  • #15
UrbanXrisis said:
is cos^2(x)=cos(x)cos(x)
so..
\frac{d}{dx}cos^2(x)=-2sin(x)cos(x)


Yes, by golly!

(I think we are posting a cross purposes now!)
 
  • #16
so if e is raised to any exponet that is not x, then I must use a subsitution when integrating?
 
  • #17
Yes.Always.Make that depends from case to case.Usually the antiderivatives of exponentials of "weird" arguments are not expressible in terms of "elementary functions".Simples example

\int e^{-x^{2}} \ dx

Daniel.
 
Last edited:
  • #18
Just out of curiousity, when I did that particular integral on Mathematica's Online Integrator, I got:

\int e^{-x^{2}} \ dx = \frac{1}{2}\sqrt{\pi} ERF[x] + C

Can someone tell me what Erf is?
 
  • #19
Sure

\mbox{erf} \ (x)=:\frac{2}{\sqrt{\pi}} \int_{0}^{x} e^{-t^{2}} \ dt

Daniel.
 
  • #20
Well, then that makes perfect sense. Is that something that is standardly used in Calculus? The constant seems to be random.
 
  • #21
It is a very famous function.It is connected to the Gauss' normal distribution (error function).

And that is a normalization constant ...

\lim_{x\rightarrow +\infty} \mbox{erf} \ (x) =1

Daniel.
 
  • #22
The normalization constant does vary by source. It's basically used to decide what \lim_{x \rightarrow \infty} \mathop{erf} x should be. Dividing by √π makes it an integer. This particular normalization makes it 1, I think. Incidentally, the error function is closely connected with the normal probability distribution.[/size]
 
  • #23
dextercioby said:
Yes.Always.Make that depends from case to case.Usually the antiderivatives of exponentials of "weird" arguments are not expressible in terms of "elementary functions".Simples example

\int e^{-x^{2}} \ dx

Daniel.

how do you do this problem without a calculator?
u= -x^{2}
du=-2x dx

what next?
 
  • #24
That was the whole point. You can't express that with elementary functions. You won't be able to do that by hand... unless you know what Hurkyl and Dextercioby were just talking about.
 
  • #25
U can't.I told u,there's a special function associated with the value of that integral...

Daniel.
 
  • #26
You don't. e^{-x^2} is one of the many integrable functions (in fact most of them) whose anti-derivatives, as dextercioby said, cannot be written in terms of "elementary functions".

You can, of course, write that \int e^{-x^2}dx= \frac{\sqrt{\pi}}{2}Erf(x)- just rewriting what dextercioby also said, because that is the way "Erf(x)", not an elementary function, is defined!
 
  • #27
oh, what level calculus in college do I learn this? Or is this for grad school?
 
  • #28
I dunno.I never had a course on this type of maths (special functions) and i had to learn them by myself...


Daniel.
 
  • #29
Which I think is the best way to learn anything I think. When no one is there to really help it kind of forces you to think on a different level, for me at least.
 
  • #30
basically, would my high school math teach know how to solve it if I asked him that question?
 
  • #31
He should remember "erf" from college (math schools should teach special functions).But who knows.Ask him,anyways.

Daniel.
 
Back
Top