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
Kayla says that the point labeled C in the diagram below is the center. Raymond says that point C is the radius.
frutty [35]

Answer:

Kayla is correct The center is a fixed  point in the middle of the sphere

Step-by-step explanation:

In mathematics we have certain habit of rules for notation of points, coordinates, segments, angles and so on.

Usually we denote points,  by letters even more we denote with the first letter of the object we are denoting

Occasionally, we also denote  segments as radius in a circle and in a sphere, with letters,  that is r stands for  radius, h stands for height, in most cases we denote point for capital letters ( in a segment)  

When we denote radius, with small letter it should be placed at the center or over the segment we are traying to denote.

For points we only need to place the letter close to the to the point we want to denote.

Therefore Kayla is correct when says that c stand for " the center of the sphere"

8 0
3 years ago
Read 2 more answers
Solve the formula for the variable 1. f = 1/2(r 6.5)
Elina [12.6K]
F = 1/2(r + 6.5)
2f = r + 6.5
r = 2f - 6.5
8 0
3 years ago
Evaluate the expression for the given value of the variable.
Stels [109]

Answer:

4 * (3 + 5)

4 * 8

<u>32</u>

Step-by-step explanation:

5 0
2 years ago
Sarah has 25 candies. Sarah gave 2/5 of the candies to her sister. Of the amount left she gave 2/3 to her friend. How many candi
satela [25.4K]

Answer:

5 candies

Step-by-step explanation:

Total of candy Sarah has = 25candies

If Sarah gave 2/5 of the candies to her sister, the total amount she gave her sister will be 2/5 of 25

2/5 of 25 = 10

The remaining candy left will be 25-10 which is 15.

If she gave 2/3 of amount left to her friend, the amount she gave her friend will be 2/3×15 = 10candies.

The amount of candy Sarah have left will be 15- 10 which is 5candies.

3 0
3 years ago
What is a times b times c =0 and a and b are integers greater than 10, what must c equal
GuDViN [60]

A x B x C = 0 Where A and B are integers > 10 Any value multiplied by 0 = 0 Therefore C = 0

5 0
3 years ago
Other questions:
  • A team gains 20 yards. Then they lose 7 yards
    14·2 answers
  • What is the answer to 2[n+6]=80
    11·2 answers
  • For some piecewise function f(x), the limit as x approaches "a" from the left is 5. The limit as x approaches "a" from the right
    7·1 answer
  • A ball is thrown vertically upward. After seconds, its height (in feet) is given by the function 56t - 16t^2 . What is the maxim
    7·1 answer
  • If you spin the spinner 90 times,<br> how many times should the<br> number 3 be selected?
    15·1 answer
  • Write the English phrase as an algebraic expression. Then, simplify the expression. Let x represent the number,
    6·1 answer
  • Need help with this question ​
    7·1 answer
  • What is the answer <br> (x³)^4
    7·2 answers
  • Help on both <br><br> please !!! <br><br> don't give me irrelevant answers pls
    13·1 answer
  • Matthew made a total of $396.50 in a school candy fundraiser. If each box of candy cost $0.50, how many boxes did Matthew sell?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!