Need help on Orthogonal Trajectories in my Diff. EQ. Class

Click For Summary
SUMMARY

The discussion focuses on demonstrating that the families of curves defined by the equations (x+c1)(x²+y²)+x = 0 and (y+c2)(x²+y²)-y = 0 are orthogonal. The participants analyze the derivatives of these curves, concluding that their slopes are not negative reciprocals, which is a requirement for orthogonality. Mathematica was utilized for differentiation, with specific commands such as D[] and Solve[] being employed to derive y'(x) for both sets of curves. The consensus is that the derivatives obtained do not satisfy the orthogonality condition, prompting further investigation into the problem's setup.

PREREQUISITES
  • Understanding of differential equations and orthogonal trajectories
  • Proficiency in using Mathematica for symbolic differentiation
  • Knowledge of implicit differentiation techniques
  • Familiarity with the concept of negative reciprocals in calculus
NEXT STEPS
  • Review the principles of orthogonal trajectories in differential equations
  • Learn how to use Mathematica's D[] and Solve[] functions for differentiation
  • Study implicit differentiation and its applications in curve analysis
  • Explore examples of orthogonal curves to solidify understanding of the concept
USEFUL FOR

Students and educators in differential equations, mathematicians interested in curve analysis, and anyone seeking to understand the application of Mathematica in solving calculus problems.

killermike01
Messages
1
Reaction score
0

Homework Statement


Show that the families (x+c1)(x2+y2)+x = 0 and (y+c2)(x2+y2)-y = 0


Homework Equations


For the 2 curves to be orthogonal their slopes should be negative recriprocles.


The Attempt at a Solution



I'm pretty sure that for the first set of curves:

y'(x) = - (2c1 x + 3x2+y[x]2+1)/(2(c1+x)y[x])

and for the second set of curves:

y'(x) = (2x (c2 +y)) / (2c2 y[x] + x2 + 3y[x]2-1)

which are not negative recriprocles of each other.

I'm thinking i went wrong somewhere along the lines of finding the deravitive. if anyone could please help me out i'd really appreciate it.


I used Mathematica to get those answers:

For the first set i factored out the original problem then took the deravitive of that:

D[c1 x^2 + c1 y[x]^2 + x^3 + x y[x]^2 + x, x]

then i used the solve command to solve that for y'[x]

For the second set i factored out the original problem, then took the deravitive of that with respect to x:

D[c2 x^2 + c2 y[x]^2 + x^2 y[x] + y[x]^3 - y[x], x]

Then i used the Solve[] function to solve that for y'[x]


P.S. I'm pretty sure these are supposed to be orthogonal just because there isn't an option for not orthogonal.

Like i said any help would be appreciated.
 
Physics news on Phys.org
I get almost the same as you did, with the difference being a sign in dy/dx for the second curve.

For that curve, I got y' = -(2xy + 2c2x)/(x2 + 3y2 + 2c2y - 1)

I believe that the reason our answers differ is because you weren't working with the equations, which you need to do to differentiate implicitly.

In any case, I didn't find that the derivatives were negative reciprocals of each other, either, so are you sure you copied the problem correctly?
 

Similar threads

Replies
6
Views
4K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 10 ·
Replies
10
Views
6K