Skip to main content
Best answer by LucMeekes

Sure, you can use the root function. With a guess value:

LucMeekes_0-1678819331316.png

LucMeekes_1-1678819347162.png

Or the 'bracketed' form, where you provide the limits of a range within which to find v1:

LucMeekes_2-1678819454781.png

LucMeekes_3-1678819479731.png

And you can (first) solve the problem symbolically, to find both solutions:

LucMeekes_4-1678819624082.png

Then fill in the data:

LucMeekes_5-1678819662780.png

 

Success!

Luc

 

1 reply

23-Emerald IV
March 14, 2023

Yes you are. You forgot to set the unit for v1 in its guess value

v1:= 1 m/s^2

 

Success!
Luc

8-Gravel
March 14, 2023

Is there any other way to find the velocity without using the solve block?

25-Diamond I
March 14, 2023

@SA_10621772 wrote:

Is there any other way to find the velocity without using the solve block?


How about using the "root" function in one of its two flavours ?

Werner_E_0-1678820359290.png

 

You may also use the symbolic "solve", but I would suggest doing so before you define your units and create a function in all unknowns for v1.

Werner_E_1-1678820469680.png