Difficulty to find this 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
2 replies · 2K views
DDarthVader
Messages
51
Reaction score
0

Homework Statement


Hi! I'm not being able to solve this integral: [tex]\int \sqrt{2ax}\; dx[/tex] We have started with integral yesterday and I don't know much yet.



Homework Equations





The Attempt at a Solution


This is what I tried to solve the integral
[tex]\int \sqrt{2ax}\; dx = \int u^{\frac{1}{2}}\; du = \frac{2}{3}{}u^{\frac{3}{2}}=\frac{2}{3}\sqrt[3]{(2ax)^2}[/tex]
 
Physics news on Phys.org
Assuming that a is a real constant,
[tex]\int \sqrt{2ax}\; dx = \int \sqrt{2a}\sqrt x\; dx= \sqrt{2a} \int \sqrt x\; dx[/tex]
Since [itex]\sqrt x[/itex] is the same as [itex]x^{\frac{1}{2}}[/itex], you can easily find its integral, and then multiply by [itex]\sqrt {2a}[/itex] to get the final answer.
 
DDarthVader said:

The Attempt at a Solution


This is what I tried to solve the integral
[tex]\int \sqrt{2ax}\; dx = \int u^{\frac{1}{2}}\; du = \frac{2}{3}{}u^{\frac{3}{2}}=\frac{2}{3}\sqrt[3]{(2ax)^2}[/tex]
When you use a substitution, as you obviously did above, you need to write down what the substitution is. IOW, you should have u = <...> somewhere close by.

Also, u3/2 = ##\sqrt{u^3}##, not ##\sqrt[3]{u^2}##, which is what you had.