Question
How to answer using MATLAB codes?

7. f(x) = Vx(x2 + 1), find f(x) and f(x). Simplify your final answers. (10pts) 8. y = sec? x + 3y tan x, solve the differ
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Hi, as you didn't specify which ques to solve I am solving first two questions as per time limit, if you need further help or didn't understand anything in solution do comment I'll be happy to help you.

If you like my solution do leave positive comment and a thumbs up.

I have tested all the code in online compiler octave

Code:

1)code for f'(x) or first order directive

syms x
f= sqrt(x)*(x^2 + 1)
diff(f)

Code for f'''(x) or third order derivative

syms x
f= sqrt(x)*(x^2 + 1)
diff(f,3)

2)

syms y(x)  
ode = diff(y,x) == sec(x)^2 + 3*y*tan(x) 
#ode = diff(y,t) == t*y
ySol(x) = dsolve(ode)
Add a comment
Know the answer?
Add Answer to:
How to answer using MATLAB codes? 7. f(x) = Vx(x2 + 1), find f'(x) and f'"(x)....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT