A diff. eq. or trigonometry related problem?

  • Thread starter Thread starter parsifal
  • Start date Start date
  • Tags Tags
    Trigonometry
parsifal
Messages
13
Reaction score
0
y' = 2y/x + x cos (y/x^2), with y=z*x^2
=> y' = 2zx + x cos z

and y=z*x^2 => y' = 2zx + x^2 * dz/dx

So that leaves x^2 * dz/dx = x cos z => dz/cos z = dx/x

I integrate both sides so that:

sec z + tan z = x + C

But I don't have a clue on how to get past that point. Should I start from the beginning with another technique to avoid getting sec z + tan z?
 
Physics news on Phys.org
What exactly is the problem? What are you trying to do?
 
I'm trying to solve y, so I have to solve z in terms of x first and then substitute it in the equation y=z*x^2.
 
You skipped over ln parts and have a minor error: the right side should be, after taking exponentials of both sides, Cx, not x+ C.

Also, rather than using the "Table" formula
\int sec z dz= ln|sec z+ tan z|+ C[/itex]<br /> I did it as <br /> \int \frac{dz}{cos z}= \int \frac{cos z dz}{cos^2 z}= \int \frac{cos z dz}{1- sin^2 z}<br /> Now the substitution u= sin z gives a rational integral that can be integrated by partial fractions. The result is, of course, similar to the above but in terms of sin z only and so easier to solve for z.
 
Ok, I think I can carry on from that.

Thank you!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top