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
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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.