Solve Math: Step-by-Step Guide to Finding y = cx^2

  • Thread starter Thread starter cscott
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 2K views
cscott
Messages
778
Reaction score
1
Can anyone walk me through solving this?

[tex]\frac{dy}{dx} = \frac{2y}{x}[/tex]
separate veriables...
[tex]\frac{dy}{2y} = \frac{dx}{x}[/tex]
...and integrate from here, but the answer is [itex]y = cx^2[/itex] and I don't see how they got that.
 
Last edited:
Physics news on Phys.org
TD said:
Show us how you integrated, it shouldn't be so hard :smile:

Ya, I know :rolleyes:

Can't I say that it's equal to
[tex]\int \frac{1}{2}y^{-1}dx =\int \frac{1}{x} dx[/tex]
...isn't the integral of [itex]\frac{1}{x} = ln (|x|)[/itex]?
 
cscott said:
Ya, I know :rolleyes:

Can't I say that it's equal to
[tex]\int \frac{1}{2}y^{-1}dx =\int \frac{1}{x} dx[/tex]
...isn't the integral of [itex]\frac{1}{x} = ln (|x|)[/itex]?

Yes, that looks right so far.
 
the left side of your equation should be inegrated with respect to y not x
 
mathmike said:
the left side of your equation should be inegrated with respect to y not x

Sorry, that was a typo.

So I should get 1/2 ln(|y|) + C' = ln(|x|) + C after I integrate? Hows that equal to y =cx^2? :\
 
combine C' and C into one constant, D, and refer to the properties of natural log
 
nocturnal said:
combine C' and C into one constant, D, and refer to the properties of natural log

C - C' = D

[tex]\ln y = \ln x^2 + D[/tex]

and I can just remove ln, even with D there?
 
Last edited:
cscott said:
and I can just remove ln, even with D there?
no, use the properties of ln to simplify your equation.

hint:
[tex]\ln a - \ln b = \ \ ??[/tex]

[tex]e^{\ln a} = \ \ ??[/tex]

[tex]b \ln a = \ \ ??[/tex]
 
So,

[tex]\ln \frac{y}{x^2} = D[/tex]
[tex]e^{\ln y/x^2} = e^D[/tex]

But then wouldn't I end up with

[tex]y = e^Dx^2[/tex]
 
Yes, but since e is a constant and D is too, e^d is just another constant! Name it c and you have what you want :smile:
 
TD said:
Yes, but since e is a constant and D is too, e^d is just another constant! Name it c and you have what you want :smile:

Oh, well that makes sense. Thanks everyone. :smile: