Taking the integral of xe^ax^2

  • Thread starter Thread starter ilikesoldat
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 6K views
ilikesoldat
Messages
9
Reaction score
1

Homework Statement


dy/dx=x*e^(ax^2)

solve the differential equation



Homework Equations


integral of e^x=e^x


The Attempt at a Solution


im not really sure how to do it when there are two variables in the exponent? i tried several things like u=x^2 1/2du=xdx then 1/2*int[e^a*u] results, but i can't take the integral without a different substitution since int[e^a*u] is not = to e^a*u.

the answer is 1/2a * e^ax^2 + C.. any methods to integrate this? several methods would be best
 
Physics news on Phys.org
a is a constant, keep that in mind . . .
 
I solved it with a as a constant and got the right answer, but . . .

How do i know a is a constant? I can't just assume that can I? What is the proof for a being a constant
 
Last edited:
ilikesoldat said:
I solved it with a as a constant and got the right answer, but . . .

How do i know a is a constant? I can't just assume that can I? What is the proof for a being a constant

Because a is assumed to be a constant in these situations, just as how [itex]\pi[/itex] nearly always represents the irrational number, but in some other cases, it can be mean something completely different, such as representing a product.

And if it wasn't a constant, then you can't solve the problem. So which do you think is more likely? :-p
 
That makes sense but it still bugs me to just assume it is a constant :(

And to the other person, the question was

dy/dx=x*e^(ax^2)

solve the differential equation, so yes it would be integral of x*e^ax^2 dx (except you forgot the squared on top of the x in e's exponent)

thanks for everybody's help
 
HallsofIvy said:
Was the question just "integrate [itex]xe^{ax}[/itex]" or was it to find [itex]\int xe^{ax}dx[/itex]?

What's the difference?
 
HallsofIvy said:
Was the question just "integrate [itex]xe^{ax^2}[/itex]" or was it to find [itex]\int xe^{ax^2}dx[/itex]?

Mentallic said:
What's the difference?
The second, [itex]\int xe^{ax^2} dx[/itex], makes it explicit that the 'variable of integration' is x ("dx") while the first, "integrate [itex]xe^{ax^2}[/itex]", is ambiguous. Of course, it is a standard convention that such things as "x", "y", "z" are used as variables while such things as "a", "b", "c", etc. are used to denote constants.

If it were [itex]\int xe^{ax^2}da[/itex], it would be [itex](1/x)\int e^{ax^2}+ C[/itex].
 
HallsofIvy said:
The second, [itex]\int xe^{ax^2} dx[/itex], makes it explicit that the 'variable of integration' is x ("dx") while the first, "integrate [itex]xe^{ax^2}[/itex]", is ambiguous. Of course, it is a standard convention that such things as "x", "y", "z" are used as variables while such things as "a", "b", "c", etc. are used to denote constants.
Yes, but without those standard conventions then we could just as well argue that a=f(x) in the integrand, just as the OP has done.