The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
Here's an alternative solution.
Worksheet in P4 format attached
@kenan2 wrote:
Need help again......
I need solve 2 equations again
Similar to the system we solved before.
You have to solve for both unknowns.
Its sometimes necessary to set the labels for the variables by hand as Primes autolabeling very often fails.
Here is a solution without using the symbolics. We can use a numeric solve block as all the other of your variables have been assigned numeric values.
This solve block was less sensible wrt the labels of the variables.
Worksheet in MP4 format attached
Where is the problem? I don't see your attempt solving this system.
Whenever you have two equations in two variables (here v.f and theta) you have to solve for both of them, even though you might be just interested in one.
Because of the units applied I would suggest you use a solve block as shown in one of your questions before .
The symbolics does not know anything about units and always tries to return a complete solution. So sometimes it might be necessary to tell Prime (with "assume" modifier) that m, s and kg are non-zero reals or you will have to provide a range for theta (possibly 0<theta<pi/2).
Like this:
Success!
Luc
Luc's answer is the same and neater.