1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ziro4ka [17]
3 years ago
12

My professor showed us in class today how to use ode45 to solve a differential equation numerically. i would like to use it on m

y homework but i have a second order differential equation and the example i saw in class was only first order. can ode45 be used for second order diffeqs? what do i need to do differently? the equation i am trying to solve is:
Mathematics
1 answer:
Brilliant_brown [7]3 years ago
7 0

Yes, ode45 can be used for higher-order differential equations. You need to convert the higher order equation to a system of first-order equations, then use ode45 on that system.

For example, if you have

... u'' + a·u' + b·u = f

you can define u1 = u, u2 = u' and now you have the system

... (u2)' + a·u2 + b·u1 = f

... (u1)' = u2

Rearranging, this is

... (u1)' = u2

... (u2)' = f - a·u2 - b·u1

ode45 is used to solve each of these. Now, you have a vector (u1, u2) instead of a scalar variable (u). A web search regarding using ode45 on higher-order differential equations can provide additional illumination, including specific examples.

You might be interested in
3, 5, 6, 1, 3, 11,7
stiv31 [10]

Answer:

range= 10

median= 5

mode= 3

Variance= 11 (rounded) normal answer without rounding 10.809524

Midrange= 6

3 0
2 years ago
Please help me or i will fail
dusya [7]
Find area of square: 7^2 = 49

Find radius of circle: 7/2=3.5

find area of circle: 3.5^2*3.14=38.465

Remove area of circle from area of square:
49-38.465=10.535 cm^2

Answer A is the correct one :)
4 0
3 years ago
Dusty won $125,000 on who wants to be a zillionaire? Game show. He decides to place the money into an account that earns 6.25% i
docker41 [41]

Answer:

kmlk

Step-by-step explanation:

,m,m

4 0
3 years ago
A store sells notebook for 3$ each and does not charge sales tax. If x represents the number of notebooks Adele buys and y repre
Crazy boy [7]
You need to multiply 3x to find y. 
4 0
2 years ago
Finding missing angles please help!!! pls
Alex73 [517]

Answer:

x = 15

Step-by-step explanation:

8 0
3 years ago
Read 2 more answers
Other questions:
  • If the function rule is to divide by 10, and an output value is 7.2, what is the input value?
    11·2 answers
  • Which ordered pairs are solutions to the inequality y - 3.x < 10 ?
    14·1 answer
  • If f(x) = 16x-30 and g(x) = 14(x)-6 for which value of x does (f-g) (x) = 0
    11·1 answer
  • What number is 10 times greater than 5
    6·2 answers
  • Plzz anyone solve all answers plzzzzzzzz​
    15·1 answer
  • Things on sale at 25% off the original price which expression represents the sale price of the original price of the jeans is 40
    10·1 answer
  • Please Help! Here is the picture question can't be copied.
    15·1 answer
  • Increase £101 by 16%<br> Give your answer rounded to 2 DP.
    9·1 answer
  • Round to the nearest tenth 6829
    15·1 answer
  • ILL GIVE U BRAINLYIST
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!