Integral Help: Solving dy/(4-y^0.5)

  • Context: Undergrad 
  • Thread starter Thread starter kvanr
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
kvanr
Messages
7
Reaction score
0
Just wondering if you can help me out, I have the following integral that I go to in some differential equation I came up with to figure something out here:

Integrate: dy/(4-y^0.5)

The root y screws me up.
 
Physics news on Phys.org
Hurkyl said:
Then get rid of it. (With some sort of substitution)

Yah, how?
That's my question.
 
Cyclovenom said:
Try

[tex]z^{2} = y^{0.5}[/tex]

[tex]dy = 4z^3 dz[/tex]
Ah yes, interesting. So then I get it in the form

[tex]4z^3 dz / (4 - z^2)[/tex]

I see you can simplify the [tex]4 - z^2 to:<br /> (2-z)(2+z)[/tex], but then I tried to do partial fractions, and that also went nowhere, as there is no existing way to do a partial fraction for that that I could find?

and again I am stumped.. sorry, I'm just not getting this. :frown:
 
Cyclovenom: Why not just z = y^0.5? (or z^2 = y)

kvanr said:
but then I tried to do partial fractions, and that also went nowhere, as there is no existing way to do a partial fraction for that that I could find?
This is a routine application of partial fractions. Maybe you forgot about a step? (the way I learned it... the first step)
 
Hurkyl said:
Cyclovenom: Why not just z = y^0.5? (or z^2 = y)


This is a routine application of partial fractions. Maybe you forgot about a step? (the way I learned it... the first step)

[tex]A/(2-x) + B/(2+x) = 4x^3/(4-x^2)[/tex]
[tex]A(2+x) + B(2-x) = 4x^3[/tex]
[tex](2A+2B) + x(A-B) = 4x^3 + 0x + 0[/tex]
2A+2B = 0, so A=-B
x(A-B)=0x, so A=B

Therefore, no solution exists by the method I know.
 
[tex]A/(2-x) + B/(2+x) = 4x^3/(4-x^2)[/tex]
There's something you're supposed to do before this...

(if you can't find it in your book, the answer is: you're supposed to divide first[/color])
 
Hurkyl said:
There's something you're supposed to do before this...

(if you can't find it in your book, the answer is: you're supposed to divide first[/color])

:frown: I'm sorry I can't find it.

It's because I'm stupid.

edit: Long division.. hmm..

would it be the same as:
[tex]-4x + 16x / (4-x^2)[/tex]

I checked and looks fine.. integrating now
so final answer of [tex]-2z^2 - 8ln(4-z^2)[/tex]
Then just sub in root y for z^2
 
Last edited: