| | #1 (permalink) | |
| Thinking | Higher Derivatives > How'd this problem get solved? Original Problem: 9x^2 = 9 Steps: 1. 18x + 2yy' = -18x 2. 2yy' = -18x 3. y'= -9x/y 4. y''= -9 (y * - x * y'/ y^2) 5. y''= -9 (y - x (-9x/y)/y^2) 6. y'' = -9 (y^2+9x^2)/(y^3) Answer: y'' = -81/y^3 These are the steps from the answer book. My friends and I got up to about step four with no problem, but we can't really understand what they did when they started on the second derivative. Can someone kinda break down steps 4-6? Like what they did/how/why they did it? Thanks! ![]() ---------------- Don't Hit Kids! No... Seriously.. They have guns now. Nuthin says lovin like +5, -3, socet super armour! ![]() Last edited by ThisIsMyName; 04-15-2008 at 09:21 AM. Reason: changes "x" -> * | |
| ||
| | #2 (permalink) | |
| Resident Diabolist | Re: Higher Derivatives > How'd this problem get solved? Weel I can't see how from the original problem you get equation 1), but since you get to step 4) I explain you the rest (I didn't check until step 4): For getting from step 4 to step 5 you replace y' from step 3 in the right side of step 4 For getting from step 5 to step six you multiply the right side of step 5 by (y/y) Then to get the answer you replace the orginal equation, which gives you x, in step 6. Hope it is clear now. ---------------- Administrator A COUNTRY WITHOUT AN ARMY IS LIKE A FISH WITHOUT A BIKE!!! I don't believe in god, but I do believe in what others call utopies. | |
| ||
| | #3 (permalink) | ||
| Explaining | Re: Higher Derivatives > How'd this problem get solved? Quote:
Could you retype steps 4, 5 and 6 using '*' instead of '×' for the multiplier as there seems to be an error. 4. y''= -9 (y × - x × y'/ y^2) 4.1 y''= -9 (y × - x × (-9x/y)/ y^2) Substitute for y' from 3. 4.2 y''= -9 (y × - x^2 × (-9/y)/ y^2) consolidate x 4.3 y''= -9 (y × - x^2 × -9/ y^3) consolidate y 4.4 y''= -9 (y × x^2 × 9/ y^3) cancel negatives 4.5 y''= -9x9 (y × x^2 / y^3) consolidate constants 4.6 y''= -81 (x^2 / y^2) consolidate y Answer: y''= -81 (x / y)^2 consolidate x and y There is definitely something wrong with the given answer, unless x= the square root of 1/y. I just looked at the top and 9x^2=9 so x^2=1 and therefore x = 1 not SQRT(1/y). Answer: y'' = -81/y^3 Last edited by LaurieAG; 04-15-2008 at 02:29 AM. | ||
| |||
| | #5 (permalink) | ||
| Resident Diabolist | Re: Higher Derivatives > How'd this problem get solved? Laurie, as I said above this is done by Quote:
Your 4.4 seems wrong to me. Anyway you are right checking all the steps there is something fishy. Thisismyname, here is my solution assuming that we have: and ![]() as the starting problem (and I assume ' means derivative with respect to x). ![]() ---------------- Administrator A COUNTRY WITHOUT AN ARMY IS LIKE A FISH WITHOUT A BIKE!!! I don't believe in god, but I do believe in what others call utopies. Last edited by sanctus; 04-15-2008 at 02:45 AM. | ||
| |||
| | #6 (permalink) | |
| Explaining | Re: Higher Derivatives > How'd this problem get solved? Hi Sanctus, 4.3 y''= -9 (y × - x^2 × -9/ y^3) is in the form y''= A×(-1)[B ×(-1)×C ×(-1)× A]/(D) where A=9, B=y, C=x^2 and D=y^3 which equates to A×(-1)[(-1×-1)×B×C×A]/(D) (-1×-1) = 1 so two of the negatives are cancelled. The really interesting thing about this is that when 9x^2=9 so x^2=1 and therefore x = 1 is equivalent to SQRT(1/y) ONLY when y=1. Unfortunately the point 1,1 is not an area under a curve because it is an infinitessimal point whose width is delta, and as it is in the form y=Ax^0, its derivative is zero. integration or differentiation from this point goes nowhere. This is probably a good example of how an inadvertent imaginary unit (i) has somehow slipped in and caused problems. If you look at the Wiki entry on the Imaginary unit - Wikipedia, the free encyclopedia you will see a Proper Usage section. This could possibly come into play and cause an error due to the obfuscated i along with square roots. | |
| ||
| | #7 (permalink) | ||
| Explaining | Re: Higher Derivatives > How'd this problem get solved? Hi Sanctus, The following doesn't apply to your workings but I do suspect that something similar has ocurred in the derivation of at least one of the other given equations. Quote:
-1 = i x i = SQRT(-1) x SQRT(-1) = SQRT(-1 x -1) = SQRT(1) = 1 (INCORRECT) It's probably best to exclude (-1 x -1) from all square root operations, to be safe, or you may just find your solution incorrectly in imaginary land. Last edited by LaurieAG; 04-15-2008 at 09:13 PM. | ||
| |||
| | #8 (permalink) | |
| Resident Diabolist | Re: Higher Derivatives > How'd this problem get solved? I see your point, but I still think you do something wrong, simply because in one equation you have a sum of x and y to different powers and in the next you have only a big multiplication...can you write it in latex (or at least without the ×)? ---------------- Administrator A COUNTRY WITHOUT AN ARMY IS LIKE A FISH WITHOUT A BIKE!!! I don't believe in god, but I do believe in what others call utopies. | |
| ||
| | #9 (permalink) | ||
| Explaining | Re: Higher Derivatives > How'd this problem get solved? Quote:
4. y''= -9 (y * - x * y'/ y^2) 4.1 y''= -9 (y * - x * (-9x/y)/ y^2) Substitute for y' from 3. 4.2 y''= -9 (y * - x^2 * (-9/y)/ y^2) consolidate x 4.3 y''= -9 (y * - x^2 * -9/ y^3) consolidate y 4.4 y''= -9 (y * x^2 * 9/ y^3) cancel negatives 4.5 y''= -9x9 (y * x^2 / y^3) consolidate constants 4.6 y''= -81 (x^2 / y^2) consolidate y y''= A*(-1)[B *(-1)*C *(-1)* A]/(D) where A=9, B=y, C=x^2 and D=y^3 which equates to A*(-1)[(-1*-1)*B*C*A]/(D) By removing (-1*-1) at step 4.4 I don't go anywhere near y''=-81[(x^2)*(-1*-1)]/y^2 and a possible improper imaginary unit from the square root of y''. | ||
| |||
![]() |
| Bookmarks |
« Irrational math
|
String theory »
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 248-Dimensional Math Problem Solved | Doctordick | Physics and Mathematics | 8 | 12-09-2007 01:14 PM |
| exchange of order derivatives integrals | sanctus | Physics and Mathematics | 2 | 06-28-2007 10:05 AM |
| The Problem of Dark Matter Solved (perhaps) | kmarinas86 | Astronomy and Cosmology | 1 | 11-13-2006 10:18 PM |
| Diamporphine hydrochloride and derivatives | joho | Chemistry | 10 | 06-02-2006 07:35 AM |
| Famous 40-Year-Old Math Problem Solved | C1ay | General Science News | 1 | 11-28-2005 10:17 AM |
All times are GMT -8. The time now is 07:04 AM.





















