Recent content by ultra100

  1. U

    Finding Limit of Multivariable Function

    What about when the numerator and denominator both go to 0, so you get 0/0? I tried plugging in small numbers like 0.1 and 0.01 for x and y and i get 3/sqrt(5) as the answer, but my book says the limit does not exist for this equation Is there a way to do L'Hospitals on multivariable limits?
  2. U

    Finding Limit of Multivariable Function

    How do I go about finding the limit of a multivariable function? Example: limit as (x,y) approach (0,0) of: (x + 2y) / sqrt (x^2 + 4(y^2)) Do I need to use partial derivatives?
  3. U

    Finding max/min given contraint

    Thanks! This helps a lot
  4. U

    Finding max/min given contraint

    what equations are you using to get y = to +/- 1?
  5. U

    Finding max/min given contraint

    Homework Statement Find the product of the maximum and minimum values of the function f(x, y) = xy on the ellipse (x^2)(1/9) + y^2 = 2 The Attempt at a Solution I tried soving using lagrange multiplier and got: fx = y - (2/9)(x*lambda) fy = x - 2y*lambda flambda = (x^2)(1/9) +...
  6. U

    How to Solve a Differential Equation Using the Superposition Approach?

    o wow! that works out... thank's a lot for all your help :smile:
  7. U

    How to Solve a Differential Equation Using the Superposition Approach?

    The solution formula is Y = Yc + Yp Yc = (C1 e^-2x) + (C2 e^2x) + (C3 xe^-2x) <--- since this C3 matches 6xe^2x, the rule is that it has to increased in power and it becomes 6x^2e^2x the formula to find Yp when the polynomial in front of e^2x is of 2nd power is (Ax^2 + Bx + C) e^2x y...
  8. U

    How to Solve a Differential Equation Using the Superposition Approach?

    since 6xe^(2x) matches the general term C3xe^(2x), the 6x has to be raised in power to 6x^2; in that case the equation is (Ax^2 + Bx +C)e^(2x)... but when I try to take all 3 derivatives of this function and then substituting them back into the y''' - 2y'' - 4y' + 8y equation, it doesn't match...
  9. U

    How to Solve a Differential Equation Using the Superposition Approach?

    Solve this equation by superposition approach (undetermined coefficients); pg. 154 in Zill, according to the formula Y = Yc + Yp ---------------------------------------------------- y''' -2y'' -4y' +8y = 6xe^(2x) I got: Yc = C1 e^(-2x) + C2 e^(2x) + C3 xe^(2x) for the complementary...