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
In the figure below, m||n. If m<5 = 115, find the rest of the angle measures.
Sophie [7]

Answer:

ma

Step-by-step explanation:

iminlove

8 0
2 years ago
Can someone please help me? I'm desperate lol
ddd [48]

Answer:

y = 3

Step-by-step explanation:

Since the equation is parallel to the x-axis, it is a horizontal line, which means it has a slope of 0. Since anything times 0 is 0, that means x times 0 is 0, so we can take that out of the equation. That only leaves the y-intercept, which is 3. Substituting it into the equation, we get y = 3.

Hope this helps!

If you still don't understand or need help, send a comment or message.

7 0
2 years ago
Read 2 more answers
A person is studying the relationship between temperature and mental ability. So,
valina [46]

Answer:

control

Step-by-step explanation:

3 0
3 years ago
Eli and Samantha work at a dry cleaners ironing shirts. Eli can iron 20 shirts per hour, and Samantha can iron 35 shirts per hou
MrRa [10]

Answer:

see the explanation

Step-by-step explanation:

Let

x ----> the number of hours Eli worked

y ----> the number of hours Samantha worked

we know that

Eli and they ironed 400 shirts between them

so

 ----> equation A

Samantha worked 2 more hours than Eli

so

----> equation B

solve the system by substitution

substitute equation B in equation A

solve for x

Find the value of y

substitute the value of x in equation B

therefore

The number of hours Eli worked was 6 and the number of hours Samantha worked was 8

5 0
2 years ago
Given the following triangle, what is the measure of the missing side?
Karolina [17]
It's a half of an equilateral triangle because their angles measure 30° and 60° (an equilateral triangle has 3 angles of 60°)
So x=(2h/√3)/2=h√3=27√3≈15.6
8 0
3 years ago
Other questions:
  • Jerome added two numbers.The sum was 83.One of the numbers was 45.What was the other number?
    11·1 answer
  • The graph of f(x) is shown below. where is f(x) < 0? write your answer in interval notation.
    14·1 answer
  • 22/5 in simplest form
    14·2 answers
  • Evaluate the expressions. -(1/3)^0 and (-9)^0​
    11·1 answer
  • Can somebody explain?
    13·1 answer
  • What unknown number makes 7 x 8 true<br> please answer it in 5 minutes
    5·1 answer
  • At Dunkin Donuts the corn muffins they make represent 40% of the total muffins they bake everyday. On Monday they make 20 corn m
    10·2 answers
  • Maeve and Jonathan painted part of a wall.
    14·1 answer
  • What are the missing y values in the table
    15·2 answers
  • M+n+ex=2m-x find x pls help me​
    15·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!