leafjerky said:
Homework Statement
Solve the system using differential operators. Determine the # of arbitrary constants and then compare to your solution.
Homework Equations
D substitution: replace x' with Dx and y' with Dy
The Attempt at a Solution
I have the solution to this one, but I'm working another one like it and I don't know how I got the 4 + 8t - 2. Please help me understand what I did.
I'm not surprised that you don't know how you got 4 + 8t -2, since the work just before that is very disorganized. The line just above that is not an equation, and it's not clear wat that line means, or how it's related to the lines above it.
The main reason we ask people NOT to merely post a snapshot of their work is that we can't insert comments right at the point where things go wrong, but have to describe the point in the image. Although I follow what you're doing in part, it's difficult for me to explain what you're doing (and why) without counting your lines and describing them by line number. In short, posting a photo makes it harder for us to help you. I realize that you're a new member, but please take some time to familiarize yourself with either the BBCode markup (available in part from the
X2 symbol in the green strip across the top of the input pane) or using LaTeX. The INFO menu at the top of the screen has a link to a page of Help/How-To topics, including BBCode markup and and a LaTeX tutorial.
In lines 5 and 6 you are
not multiplying by D + 2 and 2D + 1, respectively -- you are applying the D + 2 operator to both sides of the first equation and the 2D + 1 operator to both sides of the second equation. The right side of the first equation is (D + 2)(4t). The right side of the second equation is (2D + 1)(2). The first expression here should not be thought of as "(D + 2) times 4t", but, rather, as "(D + 2) of 4t". IOW, you are applying the operator take-the-derivative-with-respect-to-t-of-plus-2-times 4t. And similar for the second equation, but with the operator 2D + 1.
Next, you are subtracting the equation in line 6 from the equation in line 5, getting rid of all the terms that involve y. What are you left with at that point?