How do I find this answer on TI-89 calculator?

  • Context: Undergrad 
  • Thread starter Thread starter Math10
  • Start date Start date
  • Tags Tags
    Calculator Ti-89
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Math10
Messages
301
Reaction score
0
Here's the problem:
Find the general solution of x*dy/dx+2y=10x^2.

How do I find the answer for this problem on Ti-89 calculator? What's the input?
 
Physics news on Phys.org
deSolve(x*(dy/dx)+2*y=10*x^2,x,y). Go to F3 --> Calc --> desolve; x is the independent variable, y is the function / dependent variable.