Message Boards Message Boards

0
|
3738 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How would I solve this equation?

Posted 9 years ago

Suppose I have the equation "q[p] + q'[p] + 8 == 0", where "q'[p]" is the partial derivative of "q[p]" with respect to "p". How would I go about using Mathematica to determine what "q[p]" is?

POSTED BY: Xuinkr Bin
2 Replies
Posted 9 years ago

Bless You, Laddie!

POSTED BY: Xuinkr Bin

Hi,

try:

DSolve[q[p] + q'[p] + 8 == 0, q[p], p]

The solution is:

{{q[p] -> -8 + E^-p C[1]}}

Cheers,

M.

POSTED BY: Marco Thiel
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract