Recent content by ross_tang

  1. R

    Mathematica Numerical solution in Mathematica

    The main problem is that, Mathematica tries to solve your problem analytically first. So it plugs in symbolic x, and your function can't handle it. Please refer to this question in http://www.voofie.com/concept/Mathematica/" ...
  2. R

    Taylor Series in Multiple Variables

    Your question really depends on the values of x and y. And your expression doesn't have c. I assumed your function to be: f(x,y)=\sqrt{a x^8+b x^4y^4+c y^8} I only outline the method to obtain a power series here. f(x,y)=c y^8\sqrt{1+\left(\frac{a x^8+b x^4y^4}{c y^8}\right)} By...
  3. R

    How can I simplify a PDE with variable coefficients?

    You are welcome. Update us with your problem if you want.
  4. R

    How Is the Tan Power Series Derived Using Sin, Cos, and Bernoulli Numbers?

    Piano man. Here is a link in http://www.voofie.com/concept/Mathematics/" that you maybe interested. http://www.voofie.com/content/117/an-explicit-formula-for-the-euler-zigzag-numbers-updown-numbers-from-power-series/" I derived the power series of the function sec x + tan x. For the tan...
  5. R

    What is the next step in solving this Frobenius method problem?

    Please substitute y = x^2 to your differential equation, and you will find that it is indeed one of the solution. y = x^2 y' = 2x y'' = 2 Therefore: x^2 y'' -3x y' + 4y = 2 x^2 - 6 x^2 + 4x^2 = 0
  6. R

    What is the closed form for the summation of cos(nθ) from -N to N?

    Actually, you can find a close form for your summation expression. Please refer to http://www.voofie.com/concept/Mathematics/" for details: http://www.voofie.com/content/156/how-to-sum-sinn-q-and-cosn-q/" In short, \sum _{n=-N}^N \cos (n \theta )=\cos (N \theta )+\cot...
  7. R

    How can the solution to a non-exact differential equation be derived?

    Hello. psholtz. I thought you just do the integration without considering their dependence. It is interesting that x\sqrt{1-y^2} + y\sqrt{1-x^2} = C is a solution. Thank you for your information in the Jacobian as well.
  8. R

    What is the next step in solving this Frobenius method problem?

    In fact, what you have show is that, x^2 is one of the solution. Since for all other terms other than a_0, they have to be zero in order for the expression to equal to zero.
  9. R

    How can the solution to a non-exact differential equation be derived?

    I am sorry, but your 2nd equation: \sqrt{1-y^2}dx + \sqrt{1-x^2}dy = 0 cannot be integrated to get the 3rd equation: x\sqrt{1-y^2} + y\sqrt{1-x^2} = C You cannot integrate term by term, from dx to x, since \sqrt{1-y^2} depends on x, and \sqrt{1-x^2} depends on y. In fact, if you...
  10. R

    How Can I Prove the Property Function of Exponential Matrices?

    I have answered your question. Please have a look. http://www.voofie.com/content/152/how-to-prove-eat-e-at_0-eat-t_0/"
  11. R

    Why is my solution to this system producing strange results?

    Hello. Please refer to my article in http://www.voofie.com/concept/Mathematics/" : http://www.voofie.com/content/18/solving-system-of-first-order-linear-differential-equations-with-matrix-exponential-method/" What you really need is matrix exponential, instead of matrix inverse. You can...
  12. R

    How Can I Prove the Property Function of Exponential Matrices?

    For your first equation, please refer to this question in http://www.voofie.com/concept/Mathematics/" : http://www.voofie.com/content/152/how-to-prove-eat-e-at_0-eat-t_0/" I think you typed wrong in this formula: exp(At)_t=0 = I 0 is not equal to I. And your what's your meaning of...
  13. R

    Can You Help Solve These Complex Mathematical Equations?

    I tried various method in solving the 1st equation, but without any success. Sorry.
  14. R

    Can You Help Solve These Complex Mathematical Equations?

    Hello ferry2, I have solved your 2nd equation here: http://www.voofie.com/content/146/how-to-solve-2x12-y--2-2x1-y-4-y-0/" And the solution is given by: y(x) = C_1(2x+1) +C_2 (2x+1) \ln (2x+1)
  15. R

    Counting Subsets of A with k Elements and Sum of r

    Generating Function of your number soroush1358, I have answer your question in this post: http://www.voofie.com/content/144/sum-of-subsets-with-k-elements-having-a-total-sum-of-r/" . You can read more Mathematics related articles in http://www.voofie.com/concept/Mathematics/" . In short...
Back
Top